From c7c01a3d9b584c55ca2514f2caa2b6a6f5501f3d Mon Sep 17 00:00:00 2001 From: "CR (covid cron)" <cramakri+covid-cron@ethz.ch> Date: Wed, 22 Apr 2020 07:32:38 +0000 Subject: [PATCH] renku update --with-siblings --- .../1c52ec9c7f3949e383a873b3d289eb87.cwl | 198 ++++++++++++++++++ figures/switzerland-cases-by-canton.html | 2 +- figures/switzerland-deaths-by-canton.html | 2 +- runs/Dashboard.run.ipynb | 168 +++++++-------- runs/covidtracking.run.ipynb | 144 ++++++------- runs/openzh-covid-19.run.ipynb | 112 +++++----- 6 files changed, 412 insertions(+), 214 deletions(-) create mode 100644 .renku/workflow/1c52ec9c7f3949e383a873b3d289eb87.cwl diff --git a/.renku/workflow/1c52ec9c7f3949e383a873b3d289eb87.cwl b/.renku/workflow/1c52ec9c7f3949e383a873b3d289eb87.cwl new file mode 100644 index 000000000..1ac4a8549 --- /dev/null +++ b/.renku/workflow/1c52ec9c7f3949e383a873b3d289eb87.cwl @@ -0,0 +1,198 @@ +class: Workflow +cwlVersion: v1.0 +hints: [] +inputs: + input_1: + default: + class: File + path: ../../notebooks/covidtracking.ipynb + streamable: false + type: File + input_10: + default: + class: Directory + listing: [] + path: ../../data/covid-19_jhu-csse + streamable: false + type: Directory + input_11: + default: rates_folder + streamable: false + type: string + input_12: + default: + class: Directory + listing: [] + path: ../../data/covid-19_rates + streamable: false + type: Directory + input_13: + default: geodata_path + streamable: false + type: string + input_14: + default: + class: File + path: ../../data/geodata/geo_data.csv + streamable: false + type: File + input_15: + default: atlas_path + streamable: false + type: string + input_16: + default: + class: Directory + listing: [] + path: ../../data/atlas + streamable: false + type: Directory + input_17: + default: + class: File + path: ../../notebooks/openzh-covid-19.ipynb + streamable: false + type: File + input_18: + default: + class: Directory + listing: [] + path: ../../data/atlas + streamable: false + type: Directory + input_19: + default: runs/openzh-covid-19.run.ipynb + streamable: false + type: string + input_2: + default: runs/covidtracking.run.ipynb + streamable: false + type: string + input_20: + default: save_figures + streamable: false + type: string + input_21: + default: 'True' + streamable: false + type: string + input_22: + default: data_path + streamable: false + type: string + input_23: + default: + class: Directory + listing: [] + path: ../../data/openzh-covid-19 + streamable: false + type: Directory + input_24: + default: figures_path + streamable: false + type: string + input_25: + default: figures + streamable: false + type: string + input_26: + default: atlas_path + streamable: false + type: string + input_3: + default: data_path + streamable: false + type: string + input_4: + default: + class: Directory + listing: [] + path: ../../data/covidtracking + streamable: false + type: Directory + input_5: + default: atlas_path + streamable: false + type: string + input_6: + default: + class: Directory + listing: [] + path: ../../data/atlas + streamable: false + type: Directory + input_7: + default: + class: File + path: ../../notebooks/Dashboard.ipynb + streamable: false + type: File + input_8: + default: runs/Dashboard.run.ipynb + streamable: false + type: string + input_9: + default: ts_folder + streamable: false + type: string +outputs: + output_0: + outputSource: step_3/output_1 + streamable: false + type: Directory + output_1: + outputSource: step_2/output_0 + streamable: false + type: File + output_2: + outputSource: step_1/output_0 + streamable: false + type: File + output_3: + outputSource: step_3/output_0 + streamable: false + type: File +requirements: [] +steps: + step_1: + in: + input_1: input_1 + input_2: input_2 + input_3: input_3 + input_4: input_4 + input_5: input_5 + input_6: input_6 + out: + - output_0 + run: 2fba4568d8784fb99872b6c8a35f66b9_papermill.cwl + step_2: + in: + input_10: input_7 + input_11: input_8 + input_2: input_9 + input_3: input_10 + input_4: input_11 + input_5: input_12 + input_6: input_13 + input_7: input_14 + input_8: input_15 + input_9: input_16 + out: + - output_0 + run: edeae7a3f9bd41579941a5f9b0eaf2aa_papermill.cwl + step_3: + in: + input_1: input_17 + input_10: input_18 + input_2: input_19 + input_3: input_20 + input_4: input_21 + input_5: input_22 + input_6: input_23 + input_7: input_24 + input_8: input_25 + input_9: input_26 + out: + - output_1 + - output_0 + run: d03bdcf1bad440d7ad5010cd182358d1_papermill.cwl diff --git a/figures/switzerland-cases-by-canton.html b/figures/switzerland-cases-by-canton.html index c7419d72b..d016f3682 100644 --- a/figures/switzerland-cases-by-canton.html +++ b/figures/switzerland-cases-by-canton.html @@ -14,7 +14,7 @@ <div id="vis"></div> <script> (function(vegaEmbed) { - var spec = {"config": {"view": {"continuousWidth": 400, "continuousHeight": 300}, "title": {"anchor": "middle"}}, "hconcat": [{"mark": "line", "encoding": {"color": {"type": "nominal", "field": "canton", "legend": {"title": "Canton"}}, "opacity": {"condition": {"value": 1, "selection": "selector001"}, "value": 0.2}, "tooltip": [{"type": "nominal", "field": "canton", "title": "Canton"}, {"type": "quantitative", "field": "positive", "title": "Cases"}, {"type": "temporal", "field": "date", "title": "Date"}], "x": {"type": "temporal", "field": "date", "title": "Date"}, "y": {"type": "quantitative", "field": "positive", "scale": {"type": "linear"}, "title": "Cases"}}, "selection": {"selector001": {"type": "multi", "fields": ["canton"], "bind": "legend"}}}, {"mark": "line", "encoding": {"color": {"type": "nominal", "field": "canton", "legend": {"title": "Canton"}}, "opacity": {"condition": {"value": 1, "selection": "selector002"}, "value": 0.2}, "tooltip": [{"type": "nominal", "field": "canton", "title": "Canton"}, {"type": "quantitative", "field": "positive_100k", "title": "Cases/100k"}, {"type": "temporal", "field": "date", "title": "Date"}], "x": {"type": "temporal", "field": "date", "title": "Date"}, "y": {"type": "quantitative", "field": "positive_100k", "scale": {"type": "linear"}, "title": "Cases per 100k population"}}, "selection": {"selector002": {"type": "multi", "fields": ["canton"], "bind": "legend"}}}], "data": {"name": "data-521cb62a9739a599e93d07ad1d9c48e2"}, "title": "Covid-19 cases in Switzerland by Canton", "$schema": "https://vega.github.io/schema/vega-lite/v4.0.2.json", "datasets": {"data-521cb62a9739a599e93d07ad1d9c48e2": [{"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.2907357067058191, "positive_daily": "", "positive": 1.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.2907357067058191, "positive_daily": "", "positive": 1.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5814714134116382, "positive_daily": "", "positive": 2.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.8722071201174572, "positive_daily": "", "positive": 3.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.8722071201174572, "positive_daily": "", "positive": 3.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.1629428268232764, "positive_daily": "", "positive": 4.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.4536785335290954, "positive_daily": "", "positive": 5.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.7444142402349143, "positive_daily": "", "positive": 6.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.0351499469407335, "positive_daily": "", "positive": 7.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.4888284804698286, "positive_daily": "", "positive": 12.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.942507013998925, "positive_daily": "", "positive": 17.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.396185547528019, "positive_daily": "", "positive": 22.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 8.722071201174574, "positive_daily": "", "positive": 30.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 15.408992455408411, "positive_daily": "", "positive": 53.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.2907357067058191, "deceased_daily": "", "deceased": 1.0, "positive_100k": 22.09591370964225, "positive_daily": "", "positive": 76.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.2907357067058191, "deceased_daily": "", "deceased": 1.0, "positive_100k": 28.49209925717027, "positive_daily": "", "positive": 98.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.5814714134116382, "deceased_daily": "", "deceased": 2.0, "positive_100k": 33.72534197787501, "positive_daily": "", "positive": 116.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.8722071201174572, "deceased_daily": "", "deceased": 3.0, "positive_100k": 50.297277260106696, "positive_daily": "", "positive": 173.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.8722071201174572, "deceased_daily": "", "deceased": 3.0, "positive_100k": 65.41553400880929, "positive_daily": "", "positive": 225.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 1.1629428268232764, "deceased_daily": "", "deceased": 4.0, "positive_100k": 90.41880478550974, "positive_daily": "", "positive": 311.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.7444142402349143, "deceased_daily": "", "deceased": 6.0, "positive_100k": 100.59455452021339, "positive_daily": "", "positive": 346.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 2.0351499469407335, "deceased_daily": "", "deceased": 7.0, "positive_100k": 125.88856100361967, "positive_daily": "", "positive": 433.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 2.9073570670581907, "deceased_daily": "", "deceased": 10.0, "positive_100k": 142.46049628585135, "positive_daily": "", "positive": 490.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 3.4888284804698286, "deceased_daily": "", "deceased": 12.0, "positive_100k": 153.21771743396664, "positive_daily": "", "positive": 527.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.7795641871756476, "deceased_daily": "", "deceased": 13.0, "positive_100k": 176.18583826372634, "positive_daily": "", "positive": 606.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 4.070299893881467, "deceased_daily": "", "deceased": 14.0, "positive_100k": 189.26894506548823, "positive_daily": "", "positive": 651.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 4.361035600587287, "deceased_daily": "", "deceased": 15.0, "positive_100k": 207.87603029466064, "positive_daily": "", "positive": 715.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 5.8147141341163815, "deceased_daily": "", "deceased": 20.0, "positive_100k": 234.91445101830183, "positive_daily": "", "positive": 808.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 6.1054498408222, "deceased_daily": "", "deceased": 21.0, "positive_100k": 262.2436074486488, "positive_daily": "", "positive": 902.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 6.1054498408222, "deceased_daily": "", "deceased": 21.0, "positive_100k": 280.26922126440957, "positive_daily": "", "positive": 964.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 7.559128374351295, "deceased_daily": "", "deceased": 26.0, "positive_100k": 290.7357067058191, "positive_daily": "", "positive": 1000.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 10.175749734703668, "deceased_daily": "", "deceased": 35.0, "positive_100k": 315.4482417758137, "positive_daily": "", "positive": 1085.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 10.757221148115306, "deceased_daily": "", "deceased": 37.0, "positive_100k": 332.89238417816284, "positive_daily": "", "positive": 1145.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 11.629428268232763, "deceased_daily": "", "deceased": 40.0, "positive_100k": 354.11609076768764, "positive_daily": "", "positive": 1218.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 13.08310680176186, "deceased_daily": "", "deceased": 45.0, "positive_100k": 370.10655463650767, "positive_daily": "", "positive": 1273.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 14.827521041996773, "deceased_daily": "", "deceased": 51.0, "positive_100k": 383.48039714497537, "positive_daily": "", "positive": 1319.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 15.408992455408411, "deceased_daily": "", "deceased": 53.0, "positive_100k": 394.23761829309063, "positive_daily": "", "positive": 1356.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 16.281199575525868, "deceased_daily": "", "deceased": 56.0, "positive_100k": 407.02998938814676, "positive_daily": "", "positive": 1400.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 17.734878109054964, "deceased_daily": "", "deceased": 61.0, "positive_100k": 417.4964748295562, "positive_daily": "", "positive": 1436.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 19.7700280559957, "deceased_daily": "", "deceased": 68.0, "positive_100k": 431.4517887514355, "positive_daily": "", "positive": 1484.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 21.223706589524795, "deceased_daily": "", "deceased": 73.0, "positive_100k": 443.37195272637405, "positive_daily": "", "positive": 1525.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 21.805178002936433, "deceased_daily": "", "deceased": 75.0, "positive_100k": 455.0013809946069, "positive_daily": "", "positive": 1565.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 23.840327949877164, "deceased_daily": "", "deceased": 82.0, "positive_100k": 462.851245075664, "positive_daily": "", "positive": 1592.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 25.003270776700443, "deceased_daily": "", "deceased": 86.0, "positive_100k": 469.82890203660367, "positive_daily": "", "positive": 1616.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 25.584742190112078, "deceased_daily": "", "deceased": 88.0, "positive_100k": 477.38803041095497, "positive_daily": "", "positive": 1642.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 26.16621360352372, "deceased_daily": "", "deceased": 90.0, "positive_100k": 483.7842159584829, "positive_daily": "", "positive": 1664.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 27.329156430346995, "deceased_daily": "", "deceased": 94.0, "positive_100k": 489.0174586791877, "positive_daily": "", "positive": 1682.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 27.329156430346995, "deceased_daily": "", "deceased": 94.0, "positive_100k": 496.28585134683317, "positive_daily": "", "positive": 1707.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 27.91062784375863, "deceased_daily": "", "deceased": 96.0, "positive_100k": 502.97277260106705, "positive_daily": "", "positive": 1730.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 28.201363550464453, "deceased_daily": "", "deceased": 97.0, "positive_100k": 507.3338082016543, "positive_daily": "", "positive": 1745.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 29.945777790699363, "deceased_daily": "", "deceased": 103.0, "positive_100k": 510.2411652687125, "positive_daily": "", "positive": 1755.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 31.399456324228456, "deceased_daily": "", "deceased": 108.0, "positive_100k": 514.8929365760056, "positive_daily": "", "positive": 1771.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 32.562399151051736, "deceased_daily": "", "deceased": 112.0, "positive_100k": 516.0558794028289, "positive_daily": "", "positive": 1775.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.5040856139006649, "deceased_daily": "", "deceased": 1.0, "positive_100k": 58.473931212477126, "positive_daily": "", "positive": 116.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.5040856139006649, "deceased_daily": "", "deceased": 1.0, "positive_100k": 73.0924140155964, "positive_daily": "", "positive": 145.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.5122568417019946, "deceased_daily": "", "deceased": 3.0, "positive_100k": 107.37023576084161, "positive_daily": "", "positive": 213.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 1.5122568417019946, "deceased_daily": "", "deceased": 3.0, "positive_100k": 120.4764617222589, "positive_daily": "", "positive": 239.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 3.024513683403989, "deceased_daily": "", "deceased": 6.0, "positive_100k": 134.08677329757685, "positive_daily": "", "positive": 266.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.024513683403989, "deceased_daily": "", "deceased": 6.0, "positive_100k": 139.12762943658353, "positive_daily": "", "positive": 276.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 3.024513683403989, "deceased_daily": "", "deceased": 6.0, "positive_100k": 162.3155676760141, "positive_daily": "", "positive": 322.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 4.536770525105983, "deceased_daily": "", "deceased": 9.0, "positive_100k": 188.023933984948, "positive_daily": "", "positive": 373.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 4.536770525105983, "deceased_daily": "", "deceased": 9.0, "positive_100k": 206.17101608537192, "positive_daily": "", "positive": 409.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 6.049027366807978, "deceased_daily": "", "deceased": 12.0, "positive_100k": 250.53055010863045, "positive_daily": "", "positive": 497.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 9.577626664112634, "deceased_daily": "", "deceased": 19.0, "positive_100k": 258.59591993104107, "positive_daily": "", "positive": 513.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 10.585797891913963, "deceased_daily": "", "deceased": 21.0, "positive_100k": 262.62860484224643, "positive_daily": "", "positive": 521.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 11.593969119715293, "deceased_daily": "", "deceased": 23.0, "positive_100k": 286.82471430947834, "positive_daily": "", "positive": 569.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 13.610311575317953, "deceased_daily": "", "deceased": 27.0, "positive_100k": 301.4431971125976, "positive_daily": "", "positive": 598.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 15.122568417019947, "deceased_daily": "", "deceased": 30.0, "positive_100k": 325.6393065798295, "positive_daily": "", "positive": 646.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 15.62665403092061, "deceased_daily": "", "deceased": 31.0, "positive_100k": 331.18424833273684, "positive_daily": "", "positive": 657.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 17.138910872622606, "deceased_daily": "", "deceased": 34.0, "positive_100k": 336.7291900856442, "positive_daily": "", "positive": 668.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 342.77821745245217, "positive_daily": "", "positive": 680.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 354.87627218606804, "positive_daily": "", "positive": 704.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 360.42121393897537, "positive_daily": "", "positive": 715.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 366.974326919684, "positive_daily": "", "positive": 728.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 368.9906693752867, "positive_daily": "", "positive": 732.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 370.50292621698867, "positive_daily": "", "positive": 735.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 18.6511677143246, "deceased_daily": "", "deceased": 37.0, "positive_100k": 373.023354286492, "positive_daily": "", "positive": 740.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 19.155253328225267, "deceased_daily": "", "deceased": 38.0, "positive_100k": 376.047867969896, "positive_daily": "", "positive": 746.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 19.65933894212593, "deceased_daily": "", "deceased": 39.0, "positive_100k": 379.0723816533, "positive_daily": "", "positive": 752.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 20.163424556026595, "deceased_daily": "", "deceased": 40.0, "positive_100k": 387.6418370896113, "positive_daily": "", "positive": 769.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 20.163424556026595, "deceased_daily": "", "deceased": 40.0, "positive_100k": 392.1786076147173, "positive_daily": "", "positive": 778.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.09662050461024736, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.19324100922049472, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.38648201844098945, "positive_daily": "", "positive": 4.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5797230276614843, "positive_daily": "", "positive": 6.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.6425485783742055, "positive_daily": "", "positive": 17.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.285097156748411, "positive_daily": "", "positive": 34.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.09662050461024736, "deceased_daily": "", "deceased": 1.0, "positive_100k": 11.884322067060427, "positive_daily": "", "positive": 123.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.09662050461024736, "deceased_daily": "", "deceased": 1.0, "positive_100k": 18.647757389777745, "positive_daily": "", "positive": 193.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.09662050461024736, "deceased_daily": "", "deceased": 1.0, "positive_100k": 27.24698230008976, "positive_daily": "", "positive": 282.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 0.19324100922049472, "deceased_daily": "", "deceased": 2.0, "positive_100k": 36.42593023806326, "positive_daily": "", "positive": 377.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 0.28986151383074216, "deceased_daily": "", "deceased": 3.0, "positive_100k": 40.3873709270834, "positive_daily": "", "positive": 418.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.48310252305123685, "deceased_daily": "", "deceased": 5.0, "positive_100k": 45.41163716681627, "positive_daily": "", "positive": 470.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.5797230276614843, "deceased_daily": "", "deceased": 6.0, "positive_100k": 51.4021084526516, "positive_daily": "", "positive": 532.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.5797230276614843, "deceased_daily": "", "deceased": 6.0, "positive_100k": 60.29119487679437, "positive_daily": "", "positive": 624.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.6763435322717316, "deceased_daily": "", "deceased": 7.0, "positive_100k": 63.76953304276327, "positive_daily": "", "positive": 660.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.7729640368819789, "deceased_daily": "", "deceased": 8.0, "positive_100k": 69.37352231015761, "positive_daily": "", "positive": 718.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.8695845414922264, "deceased_daily": "", "deceased": 9.0, "positive_100k": 74.10792703605973, "positive_daily": "", "positive": 767.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.9662050461024737, "deceased_daily": "", "deceased": 10.0, "positive_100k": 77.10316267897741, "positive_daily": "", "positive": 798.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.256066559933216, "deceased_daily": "", "deceased": 13.0, "positive_100k": 79.80853680806433, "positive_daily": "", "positive": 826.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.5459280737639578, "deceased_daily": "", "deceased": 16.0, "positive_100k": 82.70715194637175, "positive_daily": "", "positive": 856.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.9324100922049474, "deceased_daily": "", "deceased": 20.0, "positive_100k": 87.82803869071486, "positive_daily": "", "positive": 909.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 2.2222716060356897, "deceased_daily": "", "deceased": 23.0, "positive_100k": 96.91036612407812, "positive_daily": "", "positive": 1003.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 2.512133119866432, "deceased_daily": "", "deceased": 26.0, "positive_100k": 103.67380144679544, "positive_daily": "", "positive": 1073.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 2.7053741290869264, "deceased_daily": "", "deceased": 28.0, "positive_100k": 106.86227809893359, "positive_daily": "", "positive": 1106.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 2.7053741290869264, "deceased_daily": "", "deceased": 28.0, "positive_100k": 109.85751374185126, "positive_daily": "", "positive": 1137.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.995235642917669, "deceased_daily": "", "deceased": 31.0, "positive_100k": 113.33585190782017, "positive_daily": "", "positive": 1173.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 3.1884766521381636, "deceased_daily": "", "deceased": 33.0, "positive_100k": 118.64997966138378, "positive_daily": "", "positive": 1228.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 3.5749586705791527, "deceased_daily": "", "deceased": 37.0, "positive_100k": 124.25396892877814, "positive_daily": "", "positive": 1286.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 3.6715791751894002, "deceased_daily": "", "deceased": 38.0, "positive_100k": 128.98837365468023, "positive_daily": "", "positive": 1335.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 4.058061193630389, "deceased_daily": "", "deceased": 42.0, "positive_100k": 132.85319383909015, "positive_daily": "", "positive": 1375.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 4.2513022028508844, "deceased_daily": "", "deceased": 44.0, "positive_100k": 137.10449604194102, "positive_daily": "", "positive": 1419.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 4.734404725902121, "deceased_daily": "", "deceased": 49.0, "positive_100k": 139.23014714336648, "positive_daily": "", "positive": 1441.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 4.734404725902121, "deceased_daily": "", "deceased": 49.0, "positive_100k": 140.67945471252017, "positive_daily": "", "positive": 1456.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 4.734404725902121, "deceased_daily": "", "deceased": 49.0, "positive_100k": 142.03214177706366, "positive_daily": "", "positive": 1470.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 5.120886744343111, "deceased_daily": "", "deceased": 53.0, "positive_100k": 143.86793136465835, "positive_daily": "", "positive": 1489.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 5.314127753563606, "deceased_daily": "", "deceased": 55.0, "positive_100k": 146.38006448452478, "positive_daily": "", "positive": 1515.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 6.473573808886574, "deceased_daily": "", "deceased": 67.0, "positive_100k": 150.0516436597142, "positive_daily": "", "positive": 1553.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 6.666814818107069, "deceased_daily": "", "deceased": 69.0, "positive_100k": 153.24012031185234, "positive_daily": "", "positive": 1586.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 6.666814818107069, "deceased_daily": "", "deceased": 69.0, "positive_100k": 154.49618687178557, "positive_daily": "", "positive": 1599.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 7.053296836548059, "deceased_daily": "", "deceased": 73.0, "positive_100k": 155.84887393632903, "positive_daily": "", "positive": 1613.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 7.439778854989048, "deceased_daily": "", "deceased": 77.0, "positive_100k": 156.71845847782126, "positive_daily": "", "positive": 1622.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.387736141220191, "positive_daily": "", "positive": 2.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 24.775472282440383, "positive_daily": "", "positive": 4.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 30.96934035305048, "positive_daily": "", "positive": 5.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 37.16320842366058, "positive_daily": "", "positive": 6.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 49.550944564880766, "positive_daily": "", "positive": 8.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 55.74481263549086, "positive_daily": "", "positive": 9.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 68.13254877671105, "positive_daily": "", "positive": 11.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 74.32641684732116, "positive_daily": "", "positive": 12.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 80.52028491793125, "positive_daily": "", "positive": 13.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 86.71415298854134, "positive_daily": "", "positive": 14.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 86.71415298854134, "positive_daily": "", "positive": 14.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 123.87736141220192, "positive_daily": "", "positive": 20.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 123.87736141220192, "positive_daily": "", "positive": 20.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 130.07122948281202, "positive_daily": "", "positive": 21.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 130.07122948281202, "positive_daily": "", "positive": 21.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 130.07122948281202, "positive_daily": "", "positive": 21.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 142.4589656240322, "positive_daily": "", "positive": 23.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.34706315161106716, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.082378909666403, "positive_daily": "", "positive": 6.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.082378909666403, "positive_daily": "", "positive": 6.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.205947274166007, "positive_daily": "", "positive": 15.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": 0.34706315161106716, "deceased_daily": "", "deceased": 1.0, "positive_100k": 6.594199880610277, "positive_daily": "", "positive": 19.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": 0.34706315161106716, "deceased_daily": "", "deceased": 1.0, "positive_100k": 6.941263032221343, "positive_daily": "", "positive": 20.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": 0.34706315161106716, "deceased_daily": "", "deceased": 1.0, "positive_100k": 7.635389335443477, "positive_daily": "", "positive": 22.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 9.023641941887746, "positive_daily": "", "positive": 26.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 9.023641941887746, "positive_daily": "", "positive": 26.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 14.576652367664822, "positive_daily": "", "positive": 42.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 16.311968125720156, "positive_daily": "", "positive": 47.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 18.741410186997626, "positive_daily": "", "positive": 54.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 26.376799522441107, "positive_daily": "", "positive": 76.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 30.888620493384977, "positive_daily": "", "positive": 89.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 40.25932558688379, "positive_daily": "", "positive": 116.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 46.506462315883, "positive_daily": "", "positive": 134.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.0411894548332015, "deceased_daily": "", "deceased": 3.0, "positive_100k": 63.859619896436364, "positive_daily": "", "positive": 184.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 1.0411894548332015, "deceased_daily": "", "deceased": 3.0, "positive_100k": 97.87180875432094, "positive_daily": "", "positive": 282.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 1.0411894548332015, "deceased_daily": "", "deceased": 3.0, "positive_100k": 100.30125081559841, "positive_daily": "", "positive": 289.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 1.0411894548332015, "deceased_daily": "", "deceased": 3.0, "positive_100k": 104.81307178654227, "positive_daily": "", "positive": 302.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 1.3882526064442686, "deceased_daily": "", "deceased": 4.0, "positive_100k": 106.20132439298655, "positive_daily": "", "positive": 306.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 1.7353157580553358, "deceased_daily": "", "deceased": 5.0, "positive_100k": 118.3485346993739, "positive_daily": "", "positive": 341.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 1.7353157580553358, "deceased_daily": "", "deceased": 5.0, "positive_100k": 146.46064997987034, "positive_daily": "", "positive": 422.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 1.7353157580553358, "deceased_daily": "", "deceased": 5.0, "positive_100k": 161.7314286507573, "positive_daily": "", "positive": 466.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 2.082378909666403, "deceased_daily": "", "deceased": 6.0, "positive_100k": 174.2257021087557, "positive_daily": "", "positive": 502.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 2.082378909666403, "deceased_daily": "", "deceased": 6.0, "positive_100k": 177.3492704732553, "positive_daily": "", "positive": 511.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 2.42944206127747, "deceased_daily": "", "deceased": 7.0, "positive_100k": 187.06703871836518, "positive_daily": "", "positive": 539.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 3.4706315161106716, "deceased_daily": "", "deceased": 10.0, "positive_100k": 194.7024280538087, "positive_daily": "", "positive": 561.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 3.8176946677217387, "deceased_daily": "", "deceased": 11.0, "positive_100k": 204.0731331473075, "positive_daily": "", "positive": 588.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 4.164757819332806, "deceased_daily": "", "deceased": 12.0, "positive_100k": 211.708522482751, "positive_daily": "", "positive": 610.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 4.85888412255494, "deceased_daily": "", "deceased": 14.0, "positive_100k": 216.91446975691696, "positive_daily": "", "positive": 625.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 6.594199880610277, "deceased_daily": "", "deceased": 19.0, "positive_100k": 227.67342745686003, "positive_daily": "", "positive": 656.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 6.594199880610277, "deceased_daily": "", "deceased": 19.0, "positive_100k": 232.53231157941502, "positive_daily": "", "positive": 670.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 6.594199880610277, "deceased_daily": "", "deceased": 19.0, "positive_100k": 236.6970693987478, "positive_daily": "", "positive": 682.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 6.594199880610277, "deceased_daily": "", "deceased": 19.0, "positive_100k": 239.47357461163634, "positive_daily": "", "positive": 690.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 7.288326183832411, "deceased_daily": "", "deceased": 21.0, "positive_100k": 240.8618272180806, "positive_daily": "", "positive": 694.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 7.288326183832411, "deceased_daily": "", "deceased": 21.0, "positive_100k": 246.76190079546876, "positive_daily": "", "positive": 711.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 7.635389335443477, "deceased_daily": "", "deceased": 22.0, "positive_100k": 250.57959546319046, "positive_daily": "", "positive": 722.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 7.635389335443477, "deceased_daily": "", "deceased": 22.0, "positive_100k": 255.43847958574545, "positive_daily": "", "positive": 736.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 7.9824524870545455, "deceased_daily": "", "deceased": 23.0, "positive_100k": 256.8267321921897, "positive_daily": "", "positive": 740.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 8.329515638665612, "deceased_daily": "", "deceased": 24.0, "positive_100k": 259.9503005566893, "positive_daily": "", "positive": 749.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 262.03267946635566, "positive_daily": "", "positive": 755.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 266.5445004372996, "positive_daily": "", "positive": 768.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 271.05632140824343, "positive_daily": "", "positive": 781.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 275.5681423791873, "positive_daily": "", "positive": 794.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 276.9563949856316, "positive_daily": "", "positive": 798.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 278.69171074368694, "positive_daily": "", "positive": 803.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 279.73290019852016, "positive_daily": "", "positive": 806.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 9.023641941887746, "deceased_daily": "", "deceased": 26.0, "positive_100k": 280.7740896533533, "positive_daily": "", "positive": 809.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.36604024978586647, "positive_daily": "", "positive": 1.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 15.73973074079226, "positive_daily": "", "positive": 43.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 24.158656485867187, "positive_daily": "", "positive": 66.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 34.77382372965731, "positive_daily": "", "positive": 95.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 38.06818597773011, "positive_daily": "", "positive": 104.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 47.219192222376776, "positive_daily": "", "positive": 129.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 51.61167521980717, "positive_daily": "", "positive": 141.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 57.46831921638103, "positive_daily": "", "positive": 157.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 63.3249632129549, "positive_daily": "", "positive": 173.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.7320804995717329, "deceased_daily": "", "deceased": 2.0, "positive_100k": 69.54764745931462, "positive_daily": "", "positive": 190.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 0.7320804995717329, "deceased_daily": "", "deceased": 2.0, "positive_100k": 71.74388895802983, "positive_daily": "", "positive": 196.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 79.06469395374715, "positive_daily": "", "positive": 216.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 83.09113670139168, "positive_daily": "", "positive": 227.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 86.75153919925035, "positive_daily": "", "positive": 237.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 91.51006244646662, "positive_daily": "", "positive": 250.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 94.43838444475355, "positive_daily": "", "positive": 258.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 95.53650519411114, "positive_daily": "", "positive": 261.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 96.63462594346875, "positive_daily": "", "positive": 264.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 101.02710894089914, "positive_daily": "", "positive": 276.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 1.8302012489293324, "deceased_daily": "", "deceased": 5.0, "positive_100k": 103.22335043961434, "positive_daily": "", "positive": 282.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 1.8302012489293324, "deceased_daily": "", "deceased": 5.0, "positive_100k": 107.61583343704474, "positive_daily": "", "positive": 294.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 2.1962414987151986, "deceased_daily": "", "deceased": 6.0, "positive_100k": 112.00831643447513, "positive_daily": "", "positive": 306.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 2.562281748501065, "deceased_daily": "", "deceased": 7.0, "positive_100k": 115.30267868254792, "positive_daily": "", "positive": 315.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.562281748501065, "deceased_daily": "", "deceased": 7.0, "positive_100k": 117.49892018126313, "positive_daily": "", "positive": 321.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 2.9283219982869317, "deceased_daily": "", "deceased": 8.0, "positive_100k": 118.96308118040659, "positive_daily": "", "positive": 325.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 2.9283219982869317, "deceased_daily": "", "deceased": 8.0, "positive_100k": 120.42724217955006, "positive_daily": "", "positive": 329.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 2.9283219982869317, "deceased_daily": "", "deceased": 8.0, "positive_100k": 125.55180567655219, "positive_daily": "", "positive": 343.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 3.294362248072798, "deceased_daily": "", "deceased": 9.0, "positive_100k": 128.11408742505324, "positive_daily": "", "positive": 350.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 3.660402497858665, "deceased_daily": "", "deceased": 10.0, "positive_100k": 129.21220817441085, "positive_daily": "", "positive": 353.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 4.026442747644531, "deceased_daily": "", "deceased": 11.0, "positive_100k": 129.94428867398258, "positive_daily": "", "positive": 355.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 4.026442747644531, "deceased_daily": "", "deceased": 11.0, "positive_100k": 129.94428867398258, "positive_daily": "", "positive": 355.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 4.026442747644531, "deceased_daily": "", "deceased": 11.0, "positive_100k": 131.40844967312606, "positive_daily": "", "positive": 359.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.0, "positive_daily": "", "positive": 0.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.19696787650902012, "positive_daily": "", "positive": 1.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.39393575301804024, "positive_daily": "", "positive": 2.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.954518147635302, "positive_daily": "", "positive": 15.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.257490195923948, "positive_daily": "", "positive": 47.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.015040467050229, "positive_daily": "", "positive": 61.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 16.742269503266712, "positive_daily": "", "positive": 85.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.302851897883972, "positive_daily": "", "positive": 98.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.19696787650902012, "deceased_daily": "", "deceased": 1.0, "positive_100k": 44.90867584405659, "positive_daily": "", "positive": 228.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.19696787650902012, "deceased_daily": "", "deceased": 1.0, "positive_100k": 44.90867584405659, "positive_daily": "", "positive": 228.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.39393575301804024, "deceased_daily": "", "deceased": 2.0, "positive_100k": 60.27217021176016, "positive_daily": "", "positive": 306.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.9848393825451006, "deceased_daily": "", "deceased": 5.0, "positive_100k": 66.77211013655783, "positive_daily": "", "positive": 339.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.9848393825451006, "deceased_daily": "", "deceased": 5.0, "positive_100k": 71.89327492579235, "positive_daily": "", "positive": 365.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 0.9848393825451006, "deceased_daily": "", "deceased": 5.0, "positive_100k": 76.62050396200884, "positive_daily": "", "positive": 389.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.378775135563141, "deceased_daily": "", "deceased": 7.0, "positive_100k": 81.54470087473435, "positive_daily": "", "positive": 414.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.378775135563141, "deceased_daily": "", "deceased": 7.0, "positive_100k": 81.54470087473435, "positive_daily": "", "positive": 414.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.575743012072161, "deceased_daily": "", "deceased": 8.0, "positive_100k": 94.54458072432966, "positive_daily": "", "positive": 480.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.575743012072161, "deceased_daily": "", "deceased": 8.0, "positive_100k": 94.54458072432966, "positive_daily": "", "positive": 480.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.7727108885811813, "deceased_daily": "", "deceased": 9.0, "positive_100k": 99.27180976054615, "positive_daily": "", "positive": 504.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 1.7727108885811813, "deceased_daily": "", "deceased": 9.0, "positive_100k": 101.43845640214538, "positive_daily": "", "positive": 515.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.1666466415992214, "deceased_daily": "", "deceased": 11.0, "positive_100k": 104.7869103027987, "positive_daily": "", "positive": 532.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.5605823946172617, "deceased_daily": "", "deceased": 13.0, "positive_100k": 109.71110721552422, "positive_daily": "", "positive": 557.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.954518147635302, "deceased_daily": "", "deceased": 15.0, "positive_100k": 113.84743262221366, "positive_daily": "", "positive": 578.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 3.151486024144322, "deceased_daily": "", "deceased": 16.0, "positive_100k": 118.96859741144816, "positive_daily": "", "positive": 604.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 3.3484539006533423, "deceased_daily": "", "deceased": 17.0, "positive_100k": 124.48369795370073, "positive_daily": "", "positive": 632.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 3.5454217771623626, "deceased_daily": "", "deceased": 18.0, "positive_100k": 126.25640884228191, "positive_daily": "", "positive": 641.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 4.136325406689423, "deceased_daily": "", "deceased": 21.0, "positive_100k": 127.83215185435408, "positive_daily": "", "positive": 649.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 4.136325406689423, "deceased_daily": "", "deceased": 21.0, "positive_100k": 129.40789486642623, "positive_daily": "", "positive": 657.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 4.136325406689423, "deceased_daily": "", "deceased": 21.0, "positive_100k": 130.7866700019894, "positive_daily": "", "positive": 664.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 4.530261159707464, "deceased_daily": "", "deceased": 23.0, "positive_100k": 133.1502845200976, "positive_daily": "", "positive": 676.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 4.924196912725503, "deceased_daily": "", "deceased": 25.0, "positive_100k": 133.9381560261337, "positive_daily": "", "positive": 680.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 5.318132665743544, "deceased_daily": "", "deceased": 27.0, "positive_100k": 134.52905965566075, "positive_daily": "", "positive": 683.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 5.318132665743544, "deceased_daily": "", "deceased": 27.0, "positive_100k": 137.68054567980508, "positive_daily": "", "positive": 699.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 5.318132665743544, "deceased_daily": "", "deceased": 27.0, "positive_100k": 138.8623529388592, "positive_daily": "", "positive": 705.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 5.318132665743544, "deceased_daily": "", "deceased": 27.0, "positive_100k": 140.04416019791333, "positive_daily": "", "positive": 711.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 5.712068418761584, "deceased_daily": "", "deceased": 29.0, "positive_100k": 141.42293533347646, "positive_daily": "", "positive": 718.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5654509471303365, "positive_daily": "", "positive": 1.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.523607577042692, "positive_daily": "", "positive": 8.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.089058524173027, "positive_daily": "", "positive": 9.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 7.350862312694374, "positive_daily": "", "positive": 13.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.178117048346055, "positive_daily": "", "positive": 18.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 13.570822731128075, "positive_daily": "", "positive": 24.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 15.267175572519085, "positive_daily": "", "positive": 27.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 17.52897936104043, "positive_daily": "", "positive": 31.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 20.921685043822446, "positive_daily": "", "positive": 37.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 26.010743567995476, "positive_daily": "", "positive": 46.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 33.36160588068985, "positive_daily": "", "positive": 59.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 38.45066440486288, "positive_daily": "", "positive": 68.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 41.84337008764489, "positive_daily": "", "positive": 74.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 52.58693808312129, "positive_daily": "", "positive": 93.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.5654509471303365, "deceased_daily": "", "deceased": 1.0, "positive_100k": 64.46140797285835, "positive_daily": "", "positive": 114.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 1.130901894260673, "deceased_daily": "", "deceased": 2.0, "positive_100k": 82.55583828102911, "positive_daily": "", "positive": 146.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 1.6963528413910094, "deceased_daily": "", "deceased": 3.0, "positive_100k": 98.95391574780888, "positive_daily": "", "positive": 175.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.6963528413910094, "deceased_daily": "", "deceased": 3.0, "positive_100k": 106.8702290076336, "positive_daily": "", "positive": 189.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 2.261803788521346, "deceased_daily": "", "deceased": 4.0, "positive_100k": 113.09018942606728, "positive_daily": "", "positive": 200.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 2.261803788521346, "deceased_daily": "", "deceased": 4.0, "positive_100k": 122.13740458015268, "positive_daily": "", "positive": 216.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 2.827254735651682, "deceased_daily": "", "deceased": 5.0, "positive_100k": 139.66638394119312, "positive_daily": "", "positive": 247.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.392705682782019, "deceased_daily": "", "deceased": 6.0, "positive_100k": 149.84450098953914, "positive_daily": "", "positive": 265.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 5.089058524173027, "deceased_daily": "", "deceased": 9.0, "positive_100k": 158.3262651964942, "positive_daily": "", "positive": 280.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 6.785411365564038, "deceased_daily": "", "deceased": 12.0, "positive_100k": 169.0698331919706, "positive_daily": "", "positive": 299.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 7.350862312694374, "deceased_daily": "", "deceased": 13.0, "positive_100k": 178.68249929318634, "positive_daily": "", "positive": 316.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 8.481764206955047, "deceased_daily": "", "deceased": 15.0, "positive_100k": 190.55696918292338, "positive_daily": "", "positive": 337.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 10.178117048346055, "deceased_daily": "", "deceased": 18.0, "positive_100k": 195.6460277070964, "positive_daily": "", "positive": 346.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 11.874469889737066, "deceased_daily": "", "deceased": 21.0, "positive_100k": 213.7404580152672, "positive_daily": "", "positive": 378.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 13.005371783997738, "deceased_daily": "", "deceased": 23.0, "positive_100k": 227.31128074639523, "positive_daily": "", "positive": 402.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 14.13627367825841, "deceased_daily": "", "deceased": 25.0, "positive_100k": 237.4893977947413, "positive_daily": "", "positive": 420.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 15.832626519649422, "deceased_daily": "", "deceased": 28.0, "positive_100k": 243.14390726604466, "positive_daily": "", "positive": 430.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 16.398077466779757, "deceased_daily": "", "deceased": 29.0, "positive_100k": 251.0602205258694, "positive_daily": "", "positive": 444.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 17.52897936104043, "deceased_daily": "", "deceased": 31.0, "positive_100k": 255.5838281029121, "positive_daily": "", "positive": 452.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 17.52897936104043, "deceased_daily": "", "deceased": 31.0, "positive_100k": 262.3692394684761, "positive_daily": "", "positive": 464.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 19.22533220243144, "deceased_daily": "", "deceased": 34.0, "positive_100k": 275.9400621996042, "positive_daily": "", "positive": 488.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 20.35623409669211, "deceased_daily": "", "deceased": 36.0, "positive_100k": 290.0763358778626, "positive_daily": "", "positive": 513.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 22.052586938083124, "deceased_daily": "", "deceased": 39.0, "positive_100k": 292.90359061351427, "positive_daily": "", "positive": 518.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 22.618037885213457, "deceased_daily": "", "deceased": 40.0, "positive_100k": 310.99802092168505, "positive_daily": "", "positive": 550.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 22.618037885213457, "deceased_daily": "", "deceased": 40.0, "positive_100k": 322.30703986429177, "positive_daily": "", "positive": 570.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 23.74893977947413, "deceased_daily": "", "deceased": 42.0, "positive_100k": 327.3960983884648, "positive_daily": "", "positive": 579.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 26.010743567995476, "deceased_daily": "", "deceased": 46.0, "positive_100k": 333.05060785976815, "positive_daily": "", "positive": 589.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 26.576194515125813, "deceased_daily": "", "deceased": 47.0, "positive_100k": 336.4433135425502, "positive_daily": "", "positive": 595.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 27.14164546225615, "deceased_daily": "", "deceased": 48.0, "positive_100k": 342.6632739609839, "positive_daily": "", "positive": 606.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 27.14164546225615, "deceased_daily": "", "deceased": 48.0, "positive_100k": 347.7523324851569, "positive_daily": "", "positive": 615.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 27.14164546225615, "deceased_daily": "", "deceased": 48.0, "positive_100k": 353.97229290359064, "positive_daily": "", "positive": 626.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 28.27254735651682, "deceased_daily": "", "deceased": 50.0, "positive_100k": 359.62680237489394, "positive_daily": "", "positive": 636.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 28.27254735651682, "deceased_daily": "", "deceased": 50.0, "positive_100k": 360.75770426915466, "positive_daily": "", "positive": 638.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 28.27254735651682, "deceased_daily": "", "deceased": 50.0, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 31.665253039298843, "deceased_daily": "", "deceased": 56.0, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.0, "positive_daily": "", "positive": 0.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 15.87080674973203, "positive_daily": "", "positive": 65.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 22.463295707313026, "positive_daily": "", "positive": 92.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 0.24416625768818503, "deceased_daily": "", "deceased": 1.0, "positive_100k": 26.61412208801217, "positive_daily": "", "positive": 109.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 0.24416625768818503, "deceased_daily": "", "deceased": 1.0, "positive_100k": 31.98577975715224, "positive_daily": "", "positive": 131.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.24416625768818503, "deceased_daily": "", "deceased": 1.0, "positive_100k": 38.08993619935686, "positive_daily": "", "positive": 156.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.48833251537637007, "deceased_daily": "", "deceased": 2.0, "positive_100k": 50.05408282607794, "positive_daily": "", "positive": 205.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.48833251537637007, "deceased_daily": "", "deceased": 2.0, "positive_100k": 55.669906752906186, "positive_daily": "", "positive": 228.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.7324987730645551, "deceased_daily": "", "deceased": 3.0, "positive_100k": 61.77406319511082, "positive_daily": "", "positive": 253.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.7324987730645551, "deceased_daily": "", "deceased": 3.0, "positive_100k": 70.0757159565091, "positive_daily": "", "positive": 287.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.9766650307527401, "deceased_daily": "", "deceased": 4.0, "positive_100k": 77.40070368715466, "positive_daily": "", "positive": 317.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 1.2208312884409254, "deceased_daily": "", "deceased": 5.0, "positive_100k": 82.77236135629472, "positive_daily": "", "positive": 339.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.4649975461291103, "deceased_daily": "", "deceased": 6.0, "positive_100k": 85.70235644855295, "positive_daily": "", "positive": 351.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 91.56234663306938, "positive_daily": "", "positive": 375.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 97.9106693329622, "positive_daily": "", "positive": 401.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 103.03816074441409, "positive_daily": "", "positive": 422.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 109.63064970199508, "positive_daily": "", "positive": 449.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 114.51397485575878, "positive_daily": "", "positive": 469.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 116.71147117495245, "positive_daily": "", "positive": 478.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 121.35063007102796, "positive_daily": "", "positive": 497.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 124.28062516328619, "positive_daily": "", "positive": 509.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 128.67561780167352, "positive_daily": "", "positive": 527.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 132.3381116669963, "positive_daily": "", "positive": 542.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 136.73310430538362, "positive_daily": "", "positive": 560.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 2.4416625768818507, "deceased_daily": "", "deceased": 10.0, "positive_100k": 138.6864343668891, "positive_daily": "", "positive": 568.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 2.4416625768818507, "deceased_daily": "", "deceased": 10.0, "positive_100k": 140.63976442839459, "positive_daily": "", "positive": 576.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.4416625768818507, "deceased_daily": "", "deceased": 10.0, "positive_100k": 141.61642945914733, "positive_daily": "", "positive": 580.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 2.685828834570035, "deceased_daily": "", "deceased": 11.0, "positive_100k": 143.81392577834097, "positive_daily": "", "positive": 589.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 2.9299950922582205, "deceased_daily": "", "deceased": 12.0, "positive_100k": 145.5230895821583, "positive_daily": "", "positive": 596.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 3.1741613499464054, "deceased_daily": "", "deceased": 13.0, "positive_100k": 146.25558835522284, "positive_daily": "", "positive": 599.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 3.4183276076345908, "deceased_daily": "", "deceased": 14.0, "positive_100k": 148.20891841672832, "positive_daily": "", "positive": 607.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 3.6624938653227757, "deceased_daily": "", "deceased": 15.0, "positive_100k": 152.11557853973926, "positive_daily": "", "positive": 623.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 3.6624938653227757, "deceased_daily": "", "deceased": 15.0, "positive_100k": 152.84807731280384, "positive_daily": "", "positive": 626.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 3.6624938653227757, "deceased_daily": "", "deceased": 15.0, "positive_100k": 154.55724111662113, "positive_daily": "", "positive": 633.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 3.6624938653227757, "deceased_daily": "", "deceased": 15.0, "positive_100k": 156.998903693503, "positive_daily": "", "positive": 643.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": 120.65760964439379, "tested": 235.0, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.5403099103539633, "positive_daily": "", "positive": 3.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.5403099103539633, "positive_daily": "", "positive": 3.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.107493094277236, "positive_daily": "", "positive": 8.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 7.701549551769816, "positive_daily": "", "positive": 15.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.782169372477743, "positive_daily": "", "positive": 21.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.322479282831706, "positive_daily": "", "positive": 24.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 14.376225829970323, "positive_daily": "", "positive": 28.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 16.943409013893596, "positive_daily": "", "positive": 33.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 25.158395202448066, "positive_daily": "", "positive": 49.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": 0.5134366367846545, "deceased_daily": "", "deceased": 1.0, "positive_100k": 37.48087448527977, "positive_daily": "", "positive": 73.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": 0.5134366367846545, "deceased_daily": "", "deceased": 1.0, "positive_100k": 47.2361705841882, "positive_daily": "", "positive": 92.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.5134366367846545, "deceased_daily": "", "deceased": 1.0, "positive_100k": 51.34366367846545, "positive_daily": "", "positive": 100.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 73.93487569699023, "positive_daily": "", "positive": 144.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 84.71704506946797, "positive_daily": "", "positive": 165.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 93.4454678948071, "positive_daily": "", "positive": 182.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 113.98293336619327, "positive_daily": "", "positive": 222.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 139.654765205426, "positive_daily": "", "positive": 272.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 2.567183183923272, "deceased_daily": "", "deceased": 5.0, "positive_100k": 153.51755439861168, "positive_daily": "", "positive": 299.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 2.567183183923272, "deceased_daily": "", "deceased": 5.0, "positive_100k": 183.81031596890628, "positive_daily": "", "positive": 358.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 2.567183183923272, "deceased_daily": "", "deceased": 5.0, "positive_100k": 193.05217543103007, "positive_daily": "", "positive": 376.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 2.567183183923272, "deceased_daily": "", "deceased": 5.0, "positive_100k": 212.56276762884693, "positive_daily": "", "positive": 414.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 4.107493094277236, "deceased_daily": "", "deceased": 8.0, "positive_100k": 239.26147274164893, "positive_daily": "", "positive": 466.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 6.161239641415853, "deceased_daily": "", "deceased": 12.0, "positive_100k": 259.2855015762505, "positive_daily": "", "positive": 505.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 6.674676278200507, "deceased_daily": "", "deceased": 13.0, "positive_100k": 274.17516404300545, "positive_daily": "", "positive": 534.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 6.674676278200507, "deceased_daily": "", "deceased": 13.0, "positive_100k": 294.19919287760695, "positive_daily": "", "positive": 573.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 7.701549551769816, "deceased_daily": "", "deceased": 15.0, "positive_100k": 312.6829118018545, "positive_daily": "", "positive": 609.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 7.701549551769816, "deceased_daily": "", "deceased": 15.0, "positive_100k": 318.8441514432704, "positive_daily": "", "positive": 621.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 8.214986188554471, "deceased_daily": "", "deceased": 16.0, "positive_100k": 337.3278703675179, "positive_daily": "", "positive": 657.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 9.241859462123779, "deceased_daily": "", "deceased": 18.0, "positive_100k": 354.7847160181962, "positive_daily": "", "positive": 691.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 9.755296098908433, "deceased_daily": "", "deceased": 19.0, "positive_100k": 368.6475052113819, "positive_daily": "", "positive": 718.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 10.782169372477743, "deceased_daily": "", "deceased": 21.0, "positive_100k": 389.18497068276804, "positive_daily": "", "positive": 758.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 12.322479282831706, "deceased_daily": "", "deceased": 24.0, "positive_100k": 395.8596469609685, "positive_daily": "", "positive": 771.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 13.349352556401014, "deceased_daily": "", "deceased": 26.0, "positive_100k": 407.6686896070156, "positive_daily": "", "positive": 794.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 13.349352556401014, "deceased_daily": "", "deceased": 26.0, "positive_100k": 412.2896193380775, "positive_daily": "", "positive": 803.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 14.376225829970323, "deceased_daily": "", "deceased": 28.0, "positive_100k": 417.423985705924, "positive_daily": "", "positive": 813.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 15.916535740324287, "deceased_daily": "", "deceased": 31.0, "positive_100k": 428.20615507840176, "positive_daily": "", "positive": 834.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 16.943409013893596, "deceased_daily": "", "deceased": 33.0, "positive_100k": 434.3673947198176, "positive_daily": "", "positive": 846.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 16.943409013893596, "deceased_daily": "", "deceased": 33.0, "positive_100k": 441.0420709980181, "positive_daily": "", "positive": 859.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 16.943409013893596, "deceased_daily": "", "deceased": 33.0, "positive_100k": 444.63612745551075, "positive_daily": "", "positive": 866.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 16.943409013893596, "deceased_daily": "", "deceased": 33.0, "positive_100k": 452.8511136440652, "positive_daily": "", "positive": 882.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 17.45684565067825, "deceased_daily": "", "deceased": 34.0, "positive_100k": 458.4989166486964, "positive_daily": "", "positive": 893.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 17.45684565067825, "deceased_daily": "", "deceased": 34.0, "positive_100k": 461.5795364694043, "positive_daily": "", "positive": 899.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 18.483718924247558, "deceased_daily": "", "deceased": 36.0, "positive_100k": 466.7139028372508, "positive_daily": "", "positive": 909.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 18.997155561032216, "deceased_daily": "", "deceased": 37.0, "positive_100k": 470.8213959315281, "positive_daily": "", "positive": 917.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 18.997155561032216, "deceased_daily": "", "deceased": 37.0, "positive_100k": 473.90201575223597, "positive_daily": "", "positive": 923.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 20.537465471386177, "deceased_daily": "", "deceased": 40.0, "positive_100k": 476.98263557294393, "positive_daily": "", "positive": 929.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 20.537465471386177, "deceased_daily": "", "deceased": 40.0, "positive_100k": 478.52294548329786, "positive_daily": "", "positive": 932.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 21.564338744955485, "deceased_daily": "", "deceased": 42.0, "positive_100k": 479.0363821200826, "positive_daily": "", "positive": 933.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 22.591212018524793, "deceased_daily": "", "deceased": 44.0, "positive_100k": 479.0363821200826, "positive_daily": "", "positive": 933.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.14744760817862393, "positive_daily": "", "positive": 1.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.29489521635724786, "positive_daily": "", "positive": 2.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.8846856490717436, "positive_daily": "", "positive": 6.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.0321332572503674, "positive_daily": "", "positive": 7.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3270284736076154, "positive_daily": "", "positive": 9.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.7693712981434873, "positive_daily": "", "positive": 12.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.064266514500735, "positive_daily": "", "positive": 14.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.506609339036607, "positive_daily": "", "positive": 17.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.654056947215231, "positive_daily": "", "positive": 18.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.9810854208228466, "positive_daily": "", "positive": 27.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.718323461715966, "positive_daily": "", "positive": 32.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 7.667275625288444, "positive_daily": "", "positive": 52.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.878989747967804, "positive_daily": "", "positive": 67.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 14.892208426041018, "positive_daily": "", "positive": 101.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 17.398817765077624, "positive_daily": "", "positive": 118.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 0.14744760817862393, "deceased_daily": "", "deceased": 1.0, "positive_100k": 24.771198174008823, "positive_daily": "", "positive": 168.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 0.14744760817862393, "deceased_daily": "", "deceased": 1.0, "positive_100k": 34.20784509744075, "positive_daily": "", "positive": 232.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.14744760817862393, "deceased_daily": "", "deceased": 1.0, "positive_100k": 35.534873571048365, "positive_daily": "", "positive": 241.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.29489521635724786, "deceased_daily": "", "deceased": 2.0, "positive_100k": 39.22106377551396, "positive_daily": "", "positive": 266.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.29489521635724786, "deceased_daily": "", "deceased": 2.0, "positive_100k": 47.03578700898103, "positive_daily": "", "positive": 319.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.29489521635724786, "deceased_daily": "", "deceased": 2.0, "positive_100k": 51.45921525433975, "positive_daily": "", "positive": 349.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.4423428245358718, "deceased_daily": "", "deceased": 3.0, "positive_100k": 53.670929377019114, "positive_daily": "", "positive": 364.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.1795808654289914, "deceased_daily": "", "deceased": 8.0, "positive_100k": 70.9222995339181, "positive_daily": "", "positive": 481.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.6219236899648632, "deceased_daily": "", "deceased": 11.0, "positive_100k": 73.57635648113335, "positive_daily": "", "positive": 499.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.6219236899648632, "deceased_daily": "", "deceased": 11.0, "positive_100k": 80.94873689006454, "positive_daily": "", "positive": 549.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.7693712981434873, "deceased_daily": "", "deceased": 12.0, "positive_100k": 87.28898404174537, "positive_daily": "", "positive": 592.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.7693712981434873, "deceased_daily": "", "deceased": 12.0, "positive_100k": 92.30220271981858, "positive_daily": "", "positive": 626.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 1.916818906322111, "deceased_daily": "", "deceased": 13.0, "positive_100k": 107.1944111458596, "positive_daily": "", "positive": 727.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.359161730857983, "deceased_daily": "", "deceased": 16.0, "positive_100k": 112.06018221575418, "positive_daily": "", "positive": 760.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.359161730857983, "deceased_daily": "", "deceased": 16.0, "positive_100k": 116.18871524475567, "positive_daily": "", "positive": 788.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 2.506609339036607, "deceased_daily": "", "deceased": 17.0, "positive_100k": 121.20193392282886, "positive_daily": "", "positive": 822.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.654056947215231, "deceased_daily": "", "deceased": 18.0, "positive_100k": 125.33046695183035, "positive_daily": "", "positive": 850.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 2.654056947215231, "deceased_daily": "", "deceased": 18.0, "positive_100k": 129.4589999808318, "positive_daily": "", "positive": 878.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 2.654056947215231, "deceased_daily": "", "deceased": 18.0, "positive_100k": 132.55539975258293, "positive_daily": "", "positive": 899.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.8015045553938545, "deceased_daily": "", "deceased": 19.0, "positive_100k": 133.5875330098333, "positive_daily": "", "positive": 906.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 2.8015045553938545, "deceased_daily": "", "deceased": 19.0, "positive_100k": 134.47221865890504, "positive_daily": "", "positive": 912.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 3.2438473799297265, "deceased_daily": "", "deceased": 22.0, "positive_100k": 136.9788279979416, "positive_daily": "", "positive": 929.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 3.39129498810835, "deceased_daily": "", "deceased": 23.0, "positive_100k": 139.04309451244237, "positive_daily": "", "positive": 943.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 3.5387425962869745, "deceased_daily": "", "deceased": 24.0, "positive_100k": 141.549703851479, "positive_daily": "", "positive": 960.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 3.686190204465598, "deceased_daily": "", "deceased": 25.0, "positive_100k": 145.53078927230183, "positive_daily": "", "positive": 987.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 3.686190204465598, "deceased_daily": "", "deceased": 25.0, "positive_100k": 147.8899510031598, "positive_daily": "", "positive": 1003.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 4.12853302900147, "deceased_daily": "", "deceased": 28.0, "positive_100k": 149.21697947676742, "positive_daily": "", "positive": 1012.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 4.275980637180094, "deceased_daily": "", "deceased": 29.0, "positive_100k": 149.95421751766054, "positive_daily": "", "positive": 1017.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6282788301448183, "positive_daily": "", "positive": 1.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 0.6282788301448183, "tested": 1.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.8848364904344548, "positive_daily": "", "positive": 3.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 1.8848364904344548, "tested": 3.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.7696729808689096, "positive_daily": "", "positive": 6.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 3.7696729808689096, "tested": 6.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.654509471303364, "positive_daily": "", "positive": 9.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 6.282788301448183, "tested": 10.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 7.539345961737819, "positive_daily": "", "positive": 12.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 6.282788301448183, "tested": 10.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 8.167624791882638, "positive_daily": "", "positive": 13.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 62.19960418433701, "positive_daily": "", "positive": 99.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.6282788301448183, "deceased_daily": "", "deceased": 1.0, "positive_100k": 62.19960418433701, "positive_daily": "", "positive": 99.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.6282788301448183, "deceased_daily": "", "deceased": 1.0, "positive_100k": 74.76518078723338, "positive_daily": "", "positive": 119.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 1.2565576602896367, "deceased_daily": "", "deceased": 2.0, "positive_100k": 76.65001727766783, "positive_daily": "", "positive": 122.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 1.2565576602896367, "deceased_daily": "", "deceased": 2.0, "positive_100k": 80.41969025853675, "positive_daily": "", "positive": 128.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.2565576602896367, "deceased_daily": "", "deceased": 2.0, "positive_100k": 84.81764206955046, "positive_daily": "", "positive": 135.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 2.5131153205792733, "deceased_daily": "", "deceased": 4.0, "positive_100k": 88.58731505041938, "positive_daily": "", "positive": 141.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 2.5131153205792733, "deceased_daily": "", "deceased": 4.0, "positive_100k": 91.72870920114346, "positive_daily": "", "positive": 146.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 2.5131153205792733, "deceased_daily": "", "deceased": 4.0, "positive_100k": 97.38321867244683, "positive_daily": "", "positive": 155.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 2.5131153205792733, "deceased_daily": "", "deceased": 4.0, "positive_100k": 103.0377281437502, "positive_daily": "", "positive": 164.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 3.1413941507240914, "deceased_daily": "", "deceased": 5.0, "positive_100k": 105.55084346432946, "positive_daily": "", "positive": 168.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 3.1413941507240914, "deceased_daily": "", "deceased": 5.0, "positive_100k": 106.8074011246191, "positive_daily": "", "positive": 170.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 3.7696729808689096, "deceased_daily": "", "deceased": 6.0, "positive_100k": 111.83363176577765, "positive_daily": "", "positive": 178.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 4.397951811013728, "deceased_daily": "", "deceased": 7.0, "positive_100k": 116.23158357679138, "positive_daily": "", "positive": 185.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 4.397951811013728, "deceased_daily": "", "deceased": 7.0, "positive_100k": 123.14265070838438, "positive_daily": "", "positive": 196.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 5.654509471303364, "deceased_daily": "", "deceased": 9.0, "positive_100k": 133.8233908208463, "positive_daily": "", "positive": 213.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 6.282788301448183, "deceased_daily": "", "deceased": 10.0, "positive_100k": 135.07994848113592, "positive_daily": "", "positive": 215.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 6.282788301448183, "deceased_daily": "", "deceased": 10.0, "positive_100k": 156.44142870605975, "positive_daily": "", "positive": 249.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 6.911067131593001, "deceased_daily": "", "deceased": 11.0, "positive_100k": 157.6979863663494, "positive_daily": "", "positive": 251.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 7.539345961737819, "deceased_daily": "", "deceased": 12.0, "positive_100k": 157.6979863663494, "positive_daily": "", "positive": 251.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 8.167624791882638, "deceased_daily": "", "deceased": 13.0, "positive_100k": 162.0959381773631, "positive_daily": "", "positive": 258.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 8.167624791882638, "deceased_daily": "", "deceased": 13.0, "positive_100k": 163.98077466779756, "positive_daily": "", "positive": 261.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 8.795903622027456, "deceased_daily": "", "deceased": 14.0, "positive_100k": 166.49388998837682, "positive_daily": "", "positive": 265.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 8.795903622027456, "deceased_daily": "", "deceased": 14.0, "positive_100k": 167.12216881852166, "positive_daily": "", "positive": 266.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 8.795903622027456, "deceased_daily": "", "deceased": 14.0, "positive_100k": 167.12216881852166, "positive_daily": "", "positive": 266.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 9.424182452172275, "deceased_daily": "", "deceased": 15.0, "positive_100k": 168.3787264788113, "positive_daily": "", "positive": 268.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 9.424182452172275, "deceased_daily": "", "deceased": 15.0, "positive_100k": 170.8918417993906, "positive_daily": "", "positive": 272.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 10.052461282317093, "deceased_daily": "", "deceased": 16.0, "positive_100k": 173.40495711996985, "positive_daily": "", "positive": 276.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.6426362939668615, "positive_daily": "", "positive": 1.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": 15.85581776380117, "tested": 6.0, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 66.06590734917152, "positive_daily": "", "positive": 25.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 66.06590734917152, "positive_daily": "", "positive": 25.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 71.35117993710526, "positive_daily": "", "positive": 27.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 79.27908881900584, "positive_daily": "", "positive": 30.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 97.77754287677386, "positive_daily": "", "positive": 37.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 121.56126952247563, "positive_daily": "", "positive": 46.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 121.56126952247563, "positive_daily": "", "positive": 46.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 126.84654211040936, "positive_daily": "", "positive": 48.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 134.77445099230994, "positive_daily": "", "positive": 51.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 147.98763246214423, "positive_daily": "", "positive": 56.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 158.55817763801167, "positive_daily": "", "positive": 60.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 158.55817763801167, "positive_daily": "", "positive": 60.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 161.20081393197853, "positive_daily": "", "positive": 61.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 163.84345022594542, "positive_daily": "", "positive": 62.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 169.12872281387914, "positive_daily": "", "positive": 64.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 169.12872281387914, "positive_daily": "", "positive": 64.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 171.771359107846, "positive_daily": "", "positive": 65.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 174.41399540181283, "positive_daily": "", "positive": 66.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 177.0566316957797, "positive_daily": "", "positive": 67.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 177.0566316957797, "positive_daily": "", "positive": 67.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-25T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 0.0, "positive_daily": "", "positive": 0.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 14.414991591254905, "tested": 72.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-26T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 0.200208216545207, "positive_daily": "", "positive": 1.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 35.63706254504685, "tested": 178.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 0.200208216545207, "positive_daily": "", "positive": 1.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 65.26787859373748, "tested": 326.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 0.6006246496356211, "positive_daily": "", "positive": 3.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 106.71097941859534, "tested": 533.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.0010410827260352, "positive_daily": "", "positive": 5.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 134.74012973492432, "tested": 673.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.401457515816449, "positive_daily": "", "positive": 7.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 156.5628253383519, "tested": 782.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.401457515816449, "positive_daily": "", "positive": 7.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 174.1811483943301, "tested": 870.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.8018739489068631, "positive_daily": "", "positive": 9.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 195.80363578121248, "tested": 978.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.8018739489068631, "positive_daily": "", "positive": 9.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 217.2259149515496, "tested": 1085.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 2.602706815087691, "positive_daily": "", "positive": 13.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 230.43965724353328, "tested": 1151.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 3.6037478978137263, "positive_daily": "", "positive": 18.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 250.26027068150879, "tested": 1250.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 6.00624649635621, "positive_daily": "", "positive": 30.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 265.6763033554897, "tested": 1327.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 7.808120445263074, "positive_daily": "", "positive": 39.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 280.0912949467446, "tested": 1399.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 9.609994394169938, "positive_daily": "", "positive": 48.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 302.714823416353, "tested": 1512.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 15.41603267398094, "positive_daily": "", "positive": 77.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 345.3591735404821, "tested": 1725.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 17.61832305597822, "positive_daily": "", "positive": 88.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 395.61143589332903, "tested": 1976.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 23.824777768879635, "positive_daily": "", "positive": 119.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 470.48930888123647, "tested": 2350.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 37.238728277408505, "positive_daily": "", "positive": 186.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 565.5882117402099, "tested": 2825.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 58.86121566429086, "positive_daily": "", "positive": 294.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 695.5233442780492, "tested": 3474.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.6006246496356211, "deceased_daily": "", "deceased": 3.0, "positive_100k": 78.68182910226635, "positive_daily": "", "positive": 393.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 783.8151677744855, "tested": 3915.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.6006246496356211, "deceased_daily": "", "deceased": 3.0, "positive_100k": 96.50036037478978, "positive_daily": "", "positive": 482.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 874.5094898694643, "tested": 4368.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.800832866180828, "deceased_daily": "", "deceased": 4.0, "positive_100k": 122.32722030912149, "positive_daily": "", "positive": 611.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 995.4352526627692, "tested": 4972.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 1.0010410827260352, "deceased_daily": "", "deceased": 5.0, "positive_100k": 156.7630335548971, "positive_daily": "", "positive": 783.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1131.9772563466006, "tested": 5654.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 1.2012492992712422, "deceased_daily": "", "deceased": 6.0, "positive_100k": 201.40946584447826, "positive_daily": "", "positive": 1006.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1247.69760550973, "tested": 6232.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.601665732361656, "deceased_daily": "", "deceased": 8.0, "positive_100k": 226.63570112917432, "positive_daily": "", "positive": 1132.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1329.1823496436293, "tested": 6639.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 1.601665732361656, "deceased_daily": "", "deceased": 8.0, "positive_100k": 252.46256106350603, "positive_daily": "", "positive": 1261.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1402.8589733322656, "tested": 7007.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 1.8018739489068631, "deceased_daily": "", "deceased": 9.0, "positive_100k": 281.8931688956515, "positive_daily": "", "positive": 1408.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1451.9099863858412, "tested": 7252.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 2.602706815087691, "deceased_daily": "", "deceased": 13.0, "positive_100k": 311.5239849443421, "positive_daily": "", "positive": 1556.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1531.3926483542884, "tested": 7649.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 2.802915031632898, "deceased_daily": "", "deceased": 14.0, "positive_100k": 332.1454312484984, "positive_daily": "", "positive": 1659.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1601.2653159285655, "tested": 7998.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 4.204372547449347, "deceased_daily": "", "deceased": 21.0, "positive_100k": 356.3706254504685, "positive_daily": "", "positive": 1780.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1687.5550572595498, "tested": 8429.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 4.6047889805397615, "deceased_daily": "", "deceased": 23.0, "positive_100k": 401.8178906062305, "positive_daily": "", "positive": 2007.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1790.6622887803314, "tested": 8944.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 6.00624649635621, "deceased_daily": "", "deceased": 30.0, "positive_100k": 439.2568271001842, "positive_daily": "", "positive": 2194.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1888.964523104028, "tested": 9435.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 7.407704012172659, "deceased_daily": "", "deceased": 37.0, "positive_100k": 479.09826219268035, "positive_daily": "", "positive": 2393.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2011.0915351966044, "tested": 10045.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 8.80916152798911, "deceased_daily": "", "deceased": 44.0, "positive_100k": 501.12116601265313, "positive_daily": "", "positive": 2503.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2073.756706975254, "tested": 10358.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 10.611035476895973, "deceased_daily": "", "deceased": 53.0, "positive_100k": 542.9646832706014, "positive_daily": "", "positive": 2712.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2206.2945463281812, "tested": 11020.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 12.212701209257627, "deceased_daily": "", "deceased": 61.0, "positive_100k": 589.4129895090895, "positive_daily": "", "positive": 2944.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2358.4527909025387, "tested": 11780.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 13.814366941619284, "deceased_daily": "", "deceased": 69.0, "positive_100k": 621.2460959397773, "positive_daily": "", "positive": 3103.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2478.3775126131177, "tested": 12379.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 15.41603267398094, "deceased_daily": "", "deceased": 77.0, "positive_100k": 663.490029630816, "positive_daily": "", "positive": 3314.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2658.965323936894, "tested": 13281.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 16.21686554016177, "deceased_daily": "", "deceased": 81.0, "positive_100k": 701.5295907744054, "positive_daily": "", "positive": 3504.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2817.330023224153, "tested": 14072.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 18.81957235524946, "deceased_daily": "", "deceased": 94.0, "positive_100k": 727.1562424921918, "positive_daily": "", "positive": 3632.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2935.4528709858255, "tested": 14662.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 20.22102987106591, "deceased_daily": "", "deceased": 101.0, "positive_100k": 740.5701930007207, "positive_daily": "", "positive": 3699.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2997.117001681749, "tested": 14970.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 22.423320253063185, "deceased_daily": "", "deceased": 112.0, "positive_100k": 764.995595419236, "positive_daily": "", "positive": 3821.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3123.848802754865, "tested": 15603.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 24.62561063506046, "deceased_daily": "", "deceased": 123.0, "positive_100k": 797.2291182830143, "positive_daily": "", "positive": 3982.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3282.2135020421238, "tested": 16394.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 27.228317450148154, "deceased_daily": "", "deceased": 136.0, "positive_100k": 823.8568110835268, "positive_daily": "", "positive": 4115.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3449.1871546408265, "tested": 17228.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 29.030191399055017, "deceased_daily": "", "deceased": 145.0, "positive_100k": 842.6763834387764, "positive_daily": "", "positive": 4209.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3557.099383358693, "tested": 17767.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 30.83206534796188, "deceased_daily": "", "deceased": 154.0, "positive_100k": 851.0851285336751, "positive_daily": "", "positive": 4251.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3643.989749339313, "tested": 18201.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 32.233522863778326, "deceased_daily": "", "deceased": 161.0, "positive_100k": 860.8953311443901, "positive_daily": "", "positive": 4300.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3717.0657483783134, "tested": 18566.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 33.43477216304957, "deceased_daily": "", "deceased": 167.0, "positive_100k": 865.2999119083846, "positive_daily": "", "positive": 4322.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3752.1021862737243, "tested": 18741.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 34.03539681268519, "deceased_daily": "", "deceased": 170.0, "positive_100k": 875.3103227356452, "positive_daily": "", "positive": 4372.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3814.5671498358292, "tested": 19053.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 34.836229678866026, "deceased_daily": "", "deceased": 174.0, "positive_100k": 885.7211499959959, "positive_daily": "", "positive": 4424.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3923.2802114198767, "tested": 19596.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 35.63706254504685, "deceased_daily": "", "deceased": 178.0, "positive_100k": 898.7346840714342, "positive_daily": "", "positive": 4489.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4021.5824457435733, "tested": 20087.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 36.83831184431809, "deceased_daily": "", "deceased": 184.0, "positive_100k": 911.5480099303276, "positive_daily": "", "positive": 4553.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4158.7250740770405, "tested": 20772.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 38.03956114358933, "deceased_daily": "", "deceased": 190.0, "positive_100k": 923.5605029230401, "positive_daily": "", "positive": 4613.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4252.022102987106, "tested": 21238.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 38.64018579322495, "deceased_daily": "", "deceased": 193.0, "positive_100k": 933.1704973172098, "positive_daily": "", "positive": 4661.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4330.503723872828, "tested": 21630.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 40.041643309041405, "deceased_daily": "", "deceased": 200.0, "positive_100k": 935.172579482662, "positive_daily": "", "positive": 4671.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4389.3649395371185, "tested": 21924.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 40.24185152558661, "deceased_daily": "", "deceased": 201.0, "positive_100k": 934.9723712661167, "positive_daily": "", "positive": 4670.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4414.39096660527, "tested": 22049.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": null, "tested": null, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.7884134755631242, "positive_daily": "", "positive": 1.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.365240426689373, "positive_daily": "", "positive": 3.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.249375182320616, "positive_daily": "", "positive": 13.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.249375182320616, "positive_daily": "", "positive": 13.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 18.921923413514985, "positive_daily": "", "positive": 24.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 37.84384682702997, "positive_daily": "", "positive": 48.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 48.8816354849137, "positive_daily": "", "positive": 62.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 56.76577024054495, "positive_daily": "", "positive": 72.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 63.07307804504995, "positive_daily": "", "positive": 80.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 68.59197237399181, "positive_daily": "", "positive": 87.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 74.11086670293369, "positive_daily": "", "positive": 94.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 79.62976103187556, "positive_daily": "", "positive": 101.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 79.62976103187556, "positive_daily": "", "positive": 101.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 88.30230926306993, "positive_daily": "", "positive": 112.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 89.87913621419618, "positive_daily": "", "positive": 114.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 98.55168444539053, "positive_daily": "", "positive": 125.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 103.2821652987693, "positive_daily": "", "positive": 131.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.5768269511262485, "deceased_daily": "", "deceased": 2.0, "positive_100k": 108.80105962771115, "positive_daily": "", "positive": 138.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.5768269511262485, "deceased_daily": "", "deceased": 2.0, "positive_100k": 115.10836743221616, "positive_daily": "", "positive": 146.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 1.5768269511262485, "deceased_daily": "", "deceased": 2.0, "positive_100k": 115.10836743221616, "positive_daily": "", "positive": 146.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 119.83884828559489, "positive_daily": "", "positive": 152.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 123.78091566341052, "positive_daily": "", "positive": 157.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 127.72298304122614, "positive_daily": "", "positive": 162.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 130.08822346791553, "positive_daily": "", "positive": 165.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 132.45346389460488, "positive_daily": "", "positive": 168.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 3.153653902252497, "deceased_daily": "", "deceased": 4.0, "positive_100k": 132.45346389460488, "positive_daily": "", "positive": 168.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 3.9420673778156217, "deceased_daily": "", "deceased": 5.0, "positive_100k": 132.45346389460488, "positive_daily": "", "positive": 168.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 3.9420673778156217, "deceased_daily": "", "deceased": 5.0, "positive_100k": 134.03029084573114, "positive_daily": "", "positive": 170.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 3.9420673778156217, "deceased_daily": "", "deceased": 5.0, "positive_100k": 134.81870432129426, "positive_daily": "", "positive": 171.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 3.9420673778156217, "deceased_daily": "", "deceased": 5.0, "positive_100k": 134.81870432129426, "positive_daily": "", "positive": 171.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 4.730480853378746, "deceased_daily": "", "deceased": 6.0, "positive_100k": 134.81870432129426, "positive_daily": "", "positive": 171.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 4.730480853378746, "deceased_daily": "", "deceased": 6.0, "positive_100k": 135.60711779685738, "positive_daily": "", "positive": 172.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 5.518894328941871, "deceased_daily": "", "deceased": 7.0, "positive_100k": 137.18394474798362, "positive_daily": "", "positive": 174.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 5.518894328941871, "deceased_daily": "", "deceased": 7.0, "positive_100k": 137.97235822354676, "positive_daily": "", "positive": 175.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 5.518894328941871, "deceased_daily": "", "deceased": 7.0, "positive_100k": 137.97235822354676, "positive_daily": "", "positive": 175.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 6.307307804504994, "deceased_daily": "", "deceased": 8.0, "positive_100k": 138.76077169910988, "positive_daily": "", "positive": 176.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.254332184253753, "positive_daily": "", "positive": 4.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 57.83957615158596, "positive_daily": "", "positive": 25.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 64.78032528977629, "positive_daily": "", "positive": 28.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 76.34824052009347, "positive_daily": "", "positive": 33.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 83.28898965828378, "positive_daily": "", "positive": 36.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 90.2297387964741, "positive_daily": "", "positive": 39.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 97.17048793466441, "positive_daily": "", "positive": 42.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 101.79765402679129, "positive_daily": "", "positive": 44.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 111.05198621104505, "positive_daily": "", "positive": 48.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 124.93348448742566, "positive_daily": "", "positive": 54.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 127.24706753348913, "positive_daily": "", "positive": 55.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 136.50139971774288, "positive_daily": "", "positive": 59.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 145.75573190199663, "positive_daily": "", "positive": 63.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 161.9508132244407, "positive_daily": "", "positive": 70.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 161.9508132244407, "positive_daily": "", "positive": 70.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 175.83231150082133, "positive_daily": "", "positive": 76.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 182.77306063901165, "positive_daily": "", "positive": 79.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 185.08664368507507, "positive_daily": "", "positive": 80.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 185.08664368507507, "positive_daily": "", "positive": 80.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 198.96814196145573, "positive_daily": "", "positive": 86.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 201.28172500751916, "positive_daily": "", "positive": 87.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 215.16322328389978, "positive_daily": "", "positive": 93.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 222.1039724220901, "positive_daily": "", "positive": 96.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 231.35830460634384, "positive_daily": "", "positive": 100.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 238.29905374453415, "positive_daily": "", "positive": 103.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 240.61263679059758, "positive_daily": "", "positive": 104.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.3135830460634383, "deceased_daily": "", "deceased": 1.0, "positive_100k": 240.61263679059758, "positive_daily": "", "positive": 104.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 2.3135830460634383, "deceased_daily": "", "deceased": 1.0, "positive_100k": 242.92621983666103, "positive_daily": "", "positive": 105.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 4.627166092126877, "deceased_daily": "", "deceased": 2.0, "positive_100k": 245.23980288272446, "positive_daily": "", "positive": 106.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 4.627166092126877, "deceased_daily": "", "deceased": 2.0, "positive_100k": 245.23980288272446, "positive_daily": "", "positive": 106.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 4.627166092126877, "deceased_daily": "", "deceased": 2.0, "positive_100k": 247.5533859287879, "positive_daily": "", "positive": 107.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 6.9407491381903155, "deceased_daily": "", "deceased": 3.0, "positive_100k": 249.86696897485132, "positive_daily": "", "positive": 108.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 6.9407491381903155, "deceased_daily": "", "deceased": 3.0, "positive_100k": 249.86696897485132, "positive_daily": "", "positive": 108.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 6.9407491381903155, "deceased_daily": "", "deceased": 3.0, "positive_100k": 249.86696897485132, "positive_daily": "", "positive": 108.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.2830111251673303, "positive_daily": "", "positive": 1.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5660222503346606, "positive_daily": "", "positive": 2.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.1320445006693212, "positive_daily": "", "positive": 4.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.4150556258366518, "positive_daily": "", "positive": 5.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.094200253011946, "positive_daily": "", "positive": 18.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.735500632529867, "positive_daily": "", "positive": 45.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 16.41464525970516, "positive_daily": "", "positive": 58.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.244756511378462, "positive_daily": "", "positive": 68.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": 0.2830111251673303, "deceased_daily": "", "deceased": 1.0, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 50.94200253011947, "positive_daily": "", "positive": 180.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 73.01687029317122, "positive_daily": "", "positive": 258.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.849033375501991, "deceased_daily": "", "deceased": 3.0, "positive_100k": 74.99794816934254, "positive_daily": "", "positive": 265.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 1.698066751003982, "deceased_daily": "", "deceased": 6.0, "positive_100k": 82.35623742369313, "positive_daily": "", "positive": 291.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 2.2640890013386423, "deceased_daily": "", "deceased": 8.0, "positive_100k": 93.39367130521902, "positive_daily": "", "positive": 330.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 2.8301112516733036, "deceased_daily": "", "deceased": 10.0, "positive_100k": 119.43069482061341, "positive_daily": "", "positive": 422.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 3.9621557523426247, "deceased_daily": "", "deceased": 14.0, "positive_100k": 144.6186849605058, "positive_daily": "", "positive": 511.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 4.245166877509955, "deceased_daily": "", "deceased": 15.0, "positive_100k": 180.56109785675676, "positive_daily": "", "positive": 638.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 6.226244753681267, "deceased_daily": "", "deceased": 22.0, "positive_100k": 236.0312783895535, "positive_daily": "", "positive": 834.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 7.9243115046852495, "deceased_daily": "", "deceased": 28.0, "positive_100k": 259.8042129036092, "positive_daily": "", "positive": 918.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 10.471411631191222, "deceased_daily": "", "deceased": 37.0, "positive_100k": 265.74744653212315, "positive_daily": "", "positive": 939.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 13.584534008031856, "deceased_daily": "", "deceased": 48.0, "positive_100k": 329.70796081993984, "positive_daily": "", "positive": 1165.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 14.999589633868506, "deceased_daily": "", "deceased": 53.0, "positive_100k": 342.726472577637, "positive_daily": "", "positive": 1211.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 16.98066751003982, "deceased_daily": "", "deceased": 60.0, "positive_100k": 383.19706347656523, "positive_daily": "", "positive": 1354.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 18.961745386211135, "deceased_daily": "", "deceased": 67.0, "positive_100k": 396.49858635942974, "positive_daily": "", "positive": 1401.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 21.508845512717105, "deceased_daily": "", "deceased": 76.0, "positive_100k": 477.72277928245364, "positive_daily": "", "positive": 1688.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 24.621967889557737, "deceased_daily": "", "deceased": 87.0, "positive_100k": 488.7602131639795, "positive_daily": "", "positive": 1727.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 26.32003464056172, "deceased_daily": "", "deceased": 93.0, "positive_100k": 519.8914369323858, "positive_daily": "", "positive": 1837.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 29.716168142569686, "deceased_daily": "", "deceased": 105.0, "positive_100k": 555.2678275783021, "positive_daily": "", "positive": 1962.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 33.96133502007964, "deceased_daily": "", "deceased": 120.0, "positive_100k": 591.7762627248877, "positive_daily": "", "positive": 2091.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 37.3574685220876, "deceased_daily": "", "deceased": 132.0, "positive_100k": 621.20941974229, "positive_daily": "", "positive": 2195.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 39.904568648593575, "deceased_daily": "", "deceased": 141.0, "positive_100k": 642.7182652550072, "positive_daily": "", "positive": 2271.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 43.8667244009362, "deceased_daily": "", "deceased": 155.0, "positive_100k": 672.7174445227441, "positive_daily": "", "positive": 2377.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 46.69683565260951, "deceased_daily": "", "deceased": 165.0, "positive_100k": 691.1131676586207, "positive_daily": "", "positive": 2442.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 50.09296915461747, "deceased_daily": "", "deceased": 177.0, "positive_100k": 709.7919019196645, "positive_daily": "", "positive": 2508.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 53.489102656625434, "deceased_daily": "", "deceased": 189.0, "positive_100k": 720.546324676023, "positive_daily": "", "positive": 2546.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 56.03620278313141, "deceased_daily": "", "deceased": 198.0, "positive_100k": 735.5459143098916, "positive_daily": "", "positive": 2599.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 59.715347410306705, "deceased_daily": "", "deceased": 211.0, "positive_100k": 752.5265818199314, "positive_daily": "", "positive": 2659.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 61.979436411645345, "deceased_daily": "", "deceased": 219.0, "positive_100k": 768.0921937041345, "positive_daily": "", "positive": 2714.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 64.24352541298398, "deceased_daily": "", "deceased": 227.0, "positive_100k": 785.6388834645089, "positive_daily": "", "positive": 2776.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 64.80954766331865, "deceased_daily": "", "deceased": 229.0, "positive_100k": 797.5253507215368, "positive_daily": "", "positive": 2818.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 69.0547145408286, "deceased_daily": "", "deceased": 244.0, "positive_100k": 811.9589181050708, "positive_daily": "", "positive": 2869.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 71.03579241699991, "deceased_daily": "", "deceased": 251.0, "positive_100k": 820.732262985258, "positive_daily": "", "positive": 2900.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 73.01687029317122, "deceased_daily": "", "deceased": 258.0, "positive_100k": 824.128396487266, "positive_daily": "", "positive": 2912.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 74.43192591900788, "deceased_daily": "", "deceased": 263.0, "positive_100k": 828.3735633647758, "positive_daily": "", "positive": 2927.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 76.12999267001186, "deceased_daily": "", "deceased": 269.0, "positive_100k": 835.7318526191265, "positive_daily": "", "positive": 2953.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 76.4130037951792, "deceased_daily": "", "deceased": 270.0, "positive_100k": 842.5241196231424, "positive_daily": "", "positive": 2977.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 78.3940816713505, "deceased_daily": "", "deceased": 277.0, "positive_100k": 847.335308750987, "positive_daily": "", "positive": 2994.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 79.52612617201983, "deceased_daily": "", "deceased": 281.0, "positive_100k": 858.0897315073456, "positive_daily": "", "positive": 3032.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 81.50720404819114, "deceased_daily": "", "deceased": 288.0, "positive_100k": 865.4480207616961, "positive_daily": "", "positive": 3058.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 82.35623742369313, "deceased_daily": "", "deceased": 291.0, "positive_100k": 867.4290986378675, "positive_daily": "", "positive": 3065.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.3137609267242732, "positive_daily": "", "positive": 1.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": 9.412827801728195, "tested": 30.0, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6275218534485464, "positive_daily": "", "positive": 2.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.2550437068970928, "positive_daily": "", "positive": 4.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.882565560345639, "positive_daily": "", "positive": 6.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.5100874137941855, "positive_daily": "", "positive": 8.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.451370193967005, "positive_daily": "", "positive": 11.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.020174827588371, "positive_daily": "", "positive": 16.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.90274038793401, "positive_daily": "", "positive": 22.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.099066875003922, "positive_daily": "", "positive": 29.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 11.295393362073833, "positive_daily": "", "positive": 36.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.550437068970925, "positive_daily": "", "positive": 40.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 14.119241702592294, "positive_daily": "", "positive": 45.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 18.51189467673212, "positive_daily": "", "positive": 59.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.3137609267242732, "deceased_daily": "", "deceased": 1.0, "positive_100k": 26.983439698287494, "positive_daily": "", "positive": 86.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.3137609267242732, "deceased_daily": "", "deceased": 1.0, "positive_100k": 34.82746286639432, "positive_daily": "", "positive": 111.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 0.3137609267242732, "deceased_daily": "", "deceased": 1.0, "positive_100k": 45.49533437501961, "positive_daily": "", "positive": 145.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 0.6275218534485464, "deceased_daily": "", "deceased": 2.0, "positive_100k": 52.39807476295363, "positive_daily": "", "positive": 167.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 0.9412827801728195, "deceased_daily": "", "deceased": 3.0, "positive_100k": 63.37970719830318, "positive_daily": "", "positive": 202.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 1.2550437068970928, "deceased_daily": "", "deceased": 4.0, "positive_100k": 70.90996943968574, "positive_daily": "", "positive": 226.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 1.5688046336213657, "deceased_daily": "", "deceased": 5.0, "positive_100k": 80.00903631468967, "positive_daily": "", "positive": 255.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 1.882565560345639, "deceased_daily": "", "deceased": 6.0, "positive_100k": 91.93195153021203, "positive_daily": "", "positive": 293.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 3.451370193967005, "deceased_daily": "", "deceased": 11.0, "positive_100k": 96.95212635780041, "positive_daily": "", "positive": 309.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 4.7064139008640975, "deceased_daily": "", "deceased": 15.0, "positive_100k": 115.77778196125679, "positive_daily": "", "positive": 369.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 4.7064139008640975, "deceased_daily": "", "deceased": 15.0, "positive_100k": 132.093350150919, "positive_daily": "", "positive": 421.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 5.020174827588371, "deceased_daily": "", "deceased": 16.0, "positive_100k": 138.68232961212874, "positive_daily": "", "positive": 442.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 5.333935754312644, "deceased_daily": "", "deceased": 17.0, "positive_100k": 149.6639620474783, "positive_daily": "", "positive": 477.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 6.275218534485463, "deceased_daily": "", "deceased": 20.0, "positive_100k": 154.05661502161811, "positive_daily": "", "positive": 491.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 7.2165013146582835, "deceased_daily": "", "deceased": 23.0, "positive_100k": 164.7244865302434, "positive_daily": "", "positive": 525.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 8.157784094831102, "deceased_daily": "", "deceased": 26.0, "positive_100k": 172.56850969835025, "positive_daily": "", "positive": 550.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 9.72658872845247, "deceased_daily": "", "deceased": 31.0, "positive_100k": 184.4914249138726, "positive_daily": "", "positive": 588.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 11.609154288798107, "deceased_daily": "", "deceased": 37.0, "positive_100k": 200.1794712500863, "positive_daily": "", "positive": 638.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 12.550437068970925, "deceased_daily": "", "deceased": 40.0, "positive_100k": 209.90605997853874, "positive_daily": "", "positive": 669.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 12.864197995695198, "deceased_daily": "", "deceased": 41.0, "positive_100k": 216.1812785130242, "positive_daily": "", "positive": 689.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 13.80548077586802, "deceased_daily": "", "deceased": 44.0, "positive_100k": 228.73171558199516, "positive_daily": "", "positive": 729.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 14.119241702592294, "deceased_daily": "", "deceased": 45.0, "positive_100k": 237.20326060355052, "positive_daily": "", "positive": 756.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 14.433002629316567, "deceased_daily": "", "deceased": 46.0, "positive_100k": 246.6160884052787, "positive_daily": "", "positive": 786.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 15.374285409489385, "deceased_daily": "", "deceased": 49.0, "positive_100k": 249.75369767252144, "positive_daily": "", "positive": 796.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 16.629329116386476, "deceased_daily": "", "deceased": 53.0, "positive_100k": 261.67661288804385, "positive_daily": "", "positive": 834.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 16.94309004311075, "deceased_daily": "", "deceased": 54.0, "positive_100k": 265.4417440087351, "positive_daily": "", "positive": 846.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 17.256850969835025, "deceased_daily": "", "deceased": 55.0, "positive_100k": 269.5206360561507, "positive_daily": "", "positive": 859.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 17.88437282328357, "deceased_daily": "", "deceased": 57.0, "positive_100k": 275.7958545906361, "positive_daily": "", "positive": 879.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 19.76693838362921, "deceased_daily": "", "deceased": 63.0, "positive_100k": 279.24722478460313, "positive_daily": "", "positive": 890.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 20.394460237077755, "deceased_daily": "", "deceased": 65.0, "positive_100k": 284.58116053891575, "positive_daily": "", "positive": 907.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 21.021982090526304, "deceased_daily": "", "deceased": 67.0, "positive_100k": 291.797661853574, "positive_daily": "", "positive": 930.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 21.64950394397485, "deceased_daily": "", "deceased": 69.0, "positive_100k": 299.95544594840516, "positive_daily": "", "positive": 956.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 22.277025797423395, "deceased_daily": "", "deceased": 71.0, "positive_100k": 307.4857081897877, "positive_daily": "", "positive": 980.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 22.590786724147666, "deceased_daily": "", "deceased": 72.0, "positive_100k": 310.30955653030617, "positive_daily": "", "positive": 989.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 23.218308577596215, "deceased_daily": "", "deceased": 74.0, "positive_100k": 312.1921220906518, "positive_daily": "", "positive": 995.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.148904771550103, "positive_daily": "", "positive": 17.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": 88.97826904713678, "tested": 246.0, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 8.31910645562661, "positive_daily": "", "positive": 23.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": 99.82927746751932, "tested": 276.0, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 11.574408981741371, "positive_daily": "", "positive": 32.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 13.02121010445904, "positive_daily": "", "positive": 36.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 17.72331375329147, "positive_daily": "", "positive": 49.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 20.2552157180474, "positive_daily": "", "positive": 56.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 27.127521050956336, "positive_daily": "", "positive": 75.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 29.297722735032842, "positive_daily": "", "positive": 81.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.36170028067941784, "deceased_daily": "", "deceased": 1.0, "positive_100k": 31.46792441910935, "positive_daily": "", "positive": 87.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.36170028067941784, "deceased_daily": "", "deceased": 1.0, "positive_100k": 34.72322694522411, "positive_daily": "", "positive": 96.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.36170028067941784, "deceased_daily": "", "deceased": 1.0, "positive_100k": 39.78703087473596, "positive_daily": "", "positive": 110.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.7234005613588357, "deceased_daily": "", "deceased": 2.0, "positive_100k": 42.31893283949188, "positive_daily": "", "positive": 117.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.7234005613588357, "deceased_daily": "", "deceased": 2.0, "positive_100k": 48.467837611041986, "positive_daily": "", "positive": 134.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.7234005613588357, "deceased_daily": "", "deceased": 2.0, "positive_100k": 49.91463873375966, "positive_daily": "", "positive": 138.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 0.7234005613588357, "deceased_daily": "", "deceased": 2.0, "positive_100k": 53.53164154055384, "positive_daily": "", "positive": 148.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.0851008420382535, "deceased_daily": "", "deceased": 3.0, "positive_100k": 55.701843224630345, "positive_daily": "", "positive": 154.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.4468011227176714, "deceased_daily": "", "deceased": 4.0, "positive_100k": 60.04224659278335, "positive_daily": "", "positive": 166.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.4468011227176714, "deceased_daily": "", "deceased": 4.0, "positive_100k": 64.74435024161579, "positive_daily": "", "positive": 179.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.8085014033970888, "deceased_daily": "", "deceased": 5.0, "positive_100k": 71.61665557452473, "positive_daily": "", "positive": 198.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.8085014033970888, "deceased_daily": "", "deceased": 5.0, "positive_100k": 75.2336583813189, "positive_daily": "", "positive": 208.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 2.531901964755925, "deceased_daily": "", "deceased": 7.0, "positive_100k": 77.04215978471599, "positive_daily": "", "positive": 213.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.531901964755925, "deceased_daily": "", "deceased": 7.0, "positive_100k": 79.2123614687925, "positive_daily": "", "positive": 219.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 79.93576203015134, "positive_daily": "", "positive": 221.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 85.3612662403426, "positive_daily": "", "positive": 236.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 92.23357157325154, "positive_daily": "", "positive": 255.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 95.4888740993663, "positive_daily": "", "positive": 264.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 99.10587690616047, "positive_daily": "", "positive": 274.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 103.08457999363408, "positive_daily": "", "positive": 285.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 105.61648195839, "positive_daily": "", "positive": 292.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 3.6170028067941775, "deceased_daily": "", "deceased": 10.0, "positive_100k": 107.06328308110768, "positive_daily": "", "positive": 296.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 3.978703087473596, "deceased_daily": "", "deceased": 11.0, "positive_100k": 109.23348476518419, "positive_daily": "", "positive": 302.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 3.978703087473596, "deceased_daily": "", "deceased": 11.0, "positive_100k": 111.40368644926069, "positive_daily": "", "positive": 308.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 4.340403368153014, "deceased_daily": "", "deceased": 12.0, "positive_100k": 116.10579009809312, "positive_daily": "", "positive": 321.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 4.7021036488324315, "deceased_daily": "", "deceased": 13.0, "positive_100k": 120.0844931855667, "positive_daily": "", "positive": 332.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 4.7021036488324315, "deceased_daily": "", "deceased": 13.0, "positive_100k": 120.44619346624613, "positive_daily": "", "positive": 333.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 4.7021036488324315, "deceased_daily": "", "deceased": 13.0, "positive_100k": 121.16959402760496, "positive_daily": "", "positive": 335.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 4.7021036488324315, "deceased_daily": "", "deceased": 13.0, "positive_100k": 122.61639515032265, "positive_daily": "", "positive": 339.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.13149520568480072, "positive_daily": "", "positive": 2.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.13149520568480072, "positive_daily": "", "positive": 2.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.3944856170544022, "positive_daily": "", "positive": 6.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.4602332198968026, "positive_daily": "", "positive": 7.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.723223631266404, "positive_daily": "", "positive": 11.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.9204664397936052, "positive_daily": "", "positive": 14.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.0519616454784058, "positive_daily": "", "positive": 16.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.5779424682176089, "positive_daily": "", "positive": 24.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.9724280852720109, "positive_daily": "", "positive": 30.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.301166099484013, "positive_daily": "", "positive": 35.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.695651716538415, "positive_daily": "", "positive": 41.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.287380142120018, "positive_daily": "", "positive": 50.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.142098979071223, "positive_daily": "", "positive": 63.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.706255489924838, "positive_daily": "", "positive": 102.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.270412000778451, "positive_daily": "", "positive": 141.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.78260686615366, "positive_daily": "", "positive": 164.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 14.39872502248568, "positive_daily": "", "positive": 219.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.06574760284240036, "deceased_daily": "", "deceased": 1.0, "positive_100k": 16.502648313442492, "positive_daily": "", "positive": 251.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.06574760284240036, "deceased_daily": "", "deceased": 1.0, "positive_100k": 21.49946612946492, "positive_daily": "", "positive": 327.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.06574760284240036, "deceased_daily": "", "deceased": 1.0, "positive_100k": 28.271469222232156, "positive_daily": "", "positive": 430.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.13149520568480072, "deceased_daily": "", "deceased": 2.0, "positive_100k": 37.410386017325806, "positive_daily": "", "positive": 569.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.1972428085272011, "deceased_daily": "", "deceased": 3.0, "positive_100k": 44.70836993283225, "positive_daily": "", "positive": 680.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 0.26299041136960144, "deceased_daily": "", "deceased": 4.0, "positive_100k": 46.81229322378906, "positive_daily": "", "positive": 712.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 0.32873801421200183, "deceased_daily": "", "deceased": 5.0, "positive_100k": 46.81229322378906, "positive_daily": "", "positive": 712.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 0.3944856170544022, "deceased_daily": "", "deceased": 6.0, "positive_100k": 46.81229322378906, "positive_daily": "", "positive": 712.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.3944856170544022, "deceased_daily": "", "deceased": 6.0, "positive_100k": 70.7444206584228, "positive_daily": "", "positive": 1076.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.5259808227392029, "deceased_daily": "", "deceased": 8.0, "positive_100k": 80.47506587909804, "positive_daily": "", "positive": 1224.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.6574760284240037, "deceased_daily": "", "deceased": 10.0, "positive_100k": 90.1399634969309, "positive_daily": "", "positive": 1371.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.8547188369512048, "deceased_daily": "", "deceased": 13.0, "positive_100k": 98.81864707212776, "positive_daily": "", "positive": 1503.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.9862140426360054, "deceased_daily": "", "deceased": 15.0, "positive_100k": 107.1685926331126, "positive_daily": "", "positive": 1630.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 1.2492044540056069, "deceased_daily": "", "deceased": 19.0, "positive_100k": 112.03391524345022, "positive_daily": "", "positive": 1704.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 1.446447262532808, "deceased_daily": "", "deceased": 22.0, "positive_100k": 114.13783853440704, "positive_daily": "", "positive": 1736.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.5779424682176089, "deceased_daily": "", "deceased": 24.0, "positive_100k": 122.42203649254948, "positive_daily": "", "positive": 1862.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.77518527674481, "deceased_daily": "", "deceased": 27.0, "positive_100k": 128.40506835120792, "positive_daily": "", "positive": 1953.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 2.366913702326413, "deceased_daily": "", "deceased": 36.0, "positive_100k": 140.83136528842158, "positive_daily": "", "positive": 2142.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 2.564156510853614, "deceased_daily": "", "deceased": 39.0, "positive_100k": 151.61397215457526, "positive_daily": "", "positive": 2306.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 2.695651716538415, "deceased_daily": "", "deceased": 41.0, "positive_100k": 160.0296653184025, "positive_daily": "", "positive": 2434.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 3.2216325392776177, "deceased_daily": "", "deceased": 49.0, "positive_100k": 162.1993362122017, "positive_daily": "", "positive": 2467.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 3.4846229506472195, "deceased_daily": "", "deceased": 53.0, "positive_100k": 164.17176429747371, "positive_daily": "", "positive": 2497.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 3.61611815633202, "deceased_daily": "", "deceased": 55.0, "positive_100k": 171.66699102150736, "positive_daily": "", "positive": 2611.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 3.7476133620168213, "deceased_daily": "", "deceased": 57.0, "positive_100k": 177.18978966026899, "positive_daily": "", "positive": 2695.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 4.207846581913623, "deceased_daily": "", "deceased": 64.0, "positive_100k": 183.435811930297, "positive_daily": "", "positive": 2790.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 4.273594184756024, "deceased_daily": "", "deceased": 65.0, "positive_100k": 189.81332940600984, "positive_daily": "", "positive": 2887.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 4.602332198968026, "deceased_daily": "", "deceased": 70.0, "positive_100k": 192.44323351970587, "positive_daily": "", "positive": 2927.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 4.9968178160224275, "deceased_daily": "", "deceased": 76.0, "positive_100k": 196.25659448456508, "positive_daily": "", "positive": 2985.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 5.128313021707228, "deceased_daily": "", "deceased": 78.0, "positive_100k": 197.3743037328859, "positive_daily": "", "positive": 3002.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 5.39130343307683, "deceased_daily": "", "deceased": 82.0, "positive_100k": 198.49201298120673, "positive_daily": "", "positive": 3019.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 5.654293844446432, "deceased_daily": "", "deceased": 86.0, "positive_100k": 201.58215031479952, "positive_daily": "", "positive": 3066.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 5.917284255816033, "deceased_daily": "", "deceased": 90.0, "positive_100k": 204.67228764839237, "positive_daily": "", "positive": 3113.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 6.180274667185635, "deceased_daily": "", "deceased": 94.0, "positive_100k": 206.97345374787633, "positive_daily": "", "positive": 3148.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 6.3775174757128354, "deceased_daily": "", "deceased": 97.0, "positive_100k": 208.48564861325158, "positive_daily": "", "positive": 3171.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 6.772003092767238, "deceased_daily": "", "deceased": 103.0, "positive_100k": 211.11555272694758, "positive_daily": "", "positive": 3211.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 6.772003092767238, "deceased_daily": "", "deceased": 103.0, "positive_100k": 212.8907380036924, "positive_daily": "", "positive": 3238.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 6.903498298452039, "deceased_daily": "", "deceased": 105.0, "positive_100k": 213.9426996491708, "positive_daily": "", "positive": 3254.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 6.903498298452039, "deceased_daily": "", "deceased": 105.0, "positive_100k": 215.65213732307322, "positive_daily": "", "positive": 3280.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.7240904942862203, "positive_daily": "", "positive": 2.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.7240904942862203, "positive_daily": "", "positive": 2.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.448180988572441, "positive_daily": "", "positive": 4.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.448180988572441, "positive_daily": "", "positive": 4.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.810226235715551, "positive_daily": "", "positive": 5.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.810226235715551, "positive_daily": "", "positive": 5.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.534316730001771, "positive_daily": "", "positive": 7.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.534316730001771, "positive_daily": "", "positive": 7.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.534316730001771, "positive_daily": "", "positive": 7.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 16.344542965717324, "positive_daily": "", "positive": 12.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 23.15476920143287, "positive_daily": "", "positive": 17.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 24.516814448575982, "positive_daily": "", "positive": 18.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 25.87885969571909, "positive_daily": "", "positive": 19.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 34.051131178577755, "positive_daily": "", "positive": 25.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 39.499312167150194, "positive_daily": "", "positive": 29.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 43.585447908579525, "positive_daily": "", "positive": 32.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 49.033628897151964, "positive_daily": "", "positive": 36.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 59.92999087429684, "positive_daily": "", "positive": 44.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 73.55044334572794, "positive_daily": "", "positive": 54.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 83.0847600757297, "positive_daily": "", "positive": 61.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 93.9811220528746, "positive_daily": "", "positive": 69.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 111.68771026573503, "positive_daily": "", "positive": 82.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 125.30816273716611, "positive_daily": "", "positive": 92.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 136.20452471431102, "positive_daily": "", "positive": 100.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 155.27315817431455, "positive_daily": "", "positive": 114.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 162.0833844100301, "positive_daily": "", "positive": 119.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 172.97974638717497, "positive_daily": "", "positive": 127.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 174.3417916343181, "positive_daily": "", "positive": 128.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 190.68633460003542, "positive_daily": "", "positive": 140.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 197.49656083575098, "positive_daily": "", "positive": 145.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 202.94474182432342, "positive_daily": "", "positive": 149.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 202.94474182432342, "positive_daily": "", "positive": 149.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 209.75496806003895, "positive_daily": "", "positive": 154.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 217.92723954289764, "positive_daily": "", "positive": 160.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 223.37542053147007, "positive_daily": "", "positive": 164.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 232.90973726147183, "positive_daily": "", "positive": 171.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 1.3620452471431101, "deceased_daily": "", "deceased": 1.0, "positive_100k": 236.99587300290116, "positive_daily": "", "positive": 174.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 243.8060992386167, "positive_daily": "", "positive": 179.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.7240904942862203, "deceased_daily": "", "deceased": 2.0, "positive_100k": 247.89223498004606, "positive_daily": "", "positive": 182.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 249.25428022718916, "positive_daily": "", "positive": 183.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 249.25428022718916, "positive_daily": "", "positive": 183.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 250.61632547433223, "positive_daily": "", "positive": 184.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 251.97837072147536, "positive_daily": "", "positive": 185.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 256.0645064629047, "positive_daily": "", "positive": 188.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 257.4265517100478, "positive_daily": "", "positive": 189.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 260.150642204334, "positive_daily": "", "positive": 191.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 261.5126874514772, "positive_daily": "", "positive": 192.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 2.7240904942862203, "deceased_daily": "", "deceased": 2.0, "positive_100k": 261.5126874514772, "positive_daily": "", "positive": 192.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 2.7240904942862203, "deceased_daily": "", "deceased": 2.0, "positive_100k": 264.2367779457633, "positive_daily": "", "positive": 194.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 2.878075943664792, "positive_daily": "", "positive": 23.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 3.754012100432337, "positive_daily": "", "positive": 30.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 5.005349467243116, "positive_daily": "", "positive": 40.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 6.381820570734973, "positive_daily": "", "positive": 51.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 16.267385768540127, "positive_daily": "", "positive": 130.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": 0.3754012100432337, "deceased_daily": "", "deceased": 3.0, "positive_100k": 25.026747336215582, "positive_daily": "", "positive": 200.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": 0.3754012100432337, "deceased_daily": "", "deceased": 3.0, "positive_100k": 34.28664385061535, "positive_daily": "", "positive": 274.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": 0.3754012100432337, "deceased_daily": "", "deceased": 3.0, "positive_100k": 36.53905111087475, "positive_daily": "", "positive": 292.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.5005349467243116, "deceased_daily": "", "deceased": 4.0, "positive_100k": 43.79680783837727, "positive_daily": "", "positive": 350.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.6256686834053895, "deceased_daily": "", "deceased": 5.0, "positive_100k": 50.80429709251763, "positive_daily": "", "positive": 406.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.8759361567675453, "deceased_daily": "", "deceased": 7.0, "positive_100k": 63.567938233987576, "positive_daily": "", "positive": 508.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 1.1262036301297011, "deceased_daily": "", "deceased": 9.0, "positive_100k": 76.08131190209536, "positive_daily": "", "positive": 608.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 1.5016048401729347, "deceased_daily": "", "deceased": 12.0, "positive_100k": 99.60645439813801, "positive_daily": "", "positive": 796.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 1.6267385768540128, "deceased_daily": "", "deceased": 13.0, "positive_100k": 151.66208885746641, "positive_daily": "", "positive": 1212.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 2.2524072602594023, "deceased_daily": "", "deceased": 18.0, "positive_100k": 179.19151092730357, "positive_daily": "", "positive": 1432.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 2.502674733621558, "deceased_daily": "", "deceased": 20.0, "positive_100k": 209.72414267748655, "positive_daily": "", "positive": 1676.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 2.627808470302636, "deceased_daily": "", "deceased": 21.0, "positive_100k": 222.98831876568082, "positive_daily": "", "positive": 1782.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 3.1283434170269477, "deceased_daily": "", "deceased": 25.0, "positive_100k": 227.99366823292394, "positive_daily": "", "positive": 1822.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.6288783637512587, "deceased_daily": "", "deceased": 29.0, "positive_100k": 270.5391387044904, "positive_daily": "", "positive": 2162.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 4.504814520518805, "deceased_daily": "", "deceased": 36.0, "positive_100k": 277.1712267485875, "positive_daily": "", "positive": 2215.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 5.881285624010661, "deceased_daily": "", "deceased": 47.0, "positive_100k": 316.8386212764893, "positive_daily": "", "positive": 2532.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 6.006419360691739, "deceased_daily": "", "deceased": 48.0, "positive_100k": 343.49210718955885, "positive_daily": "", "positive": 2745.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 6.882355517459285, "deceased_daily": "", "deceased": 55.0, "positive_100k": 367.39265089564475, "positive_daily": "", "positive": 2936.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 8.258826620951142, "deceased_daily": "", "deceased": 66.0, "positive_100k": 396.42367780565485, "positive_daily": "", "positive": 3168.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 9.635297724442998, "deceased_daily": "", "deceased": 77.0, "positive_100k": 409.4375864204869, "positive_daily": "", "positive": 3272.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 10.511233881210543, "deceased_daily": "", "deceased": 84.0, "positive_100k": 433.5883975999349, "positive_daily": "", "positive": 3465.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 11.512303774659168, "deceased_daily": "", "deceased": 92.0, "positive_100k": 455.3616677824425, "positive_daily": "", "positive": 3639.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 13.389309824875335, "deceased_daily": "", "deceased": 107.0, "positive_100k": 475.00766444137173, "positive_daily": "", "positive": 3796.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 15.391449611772583, "deceased_daily": "", "deceased": 123.0, "positive_100k": 489.89857910642, "positive_daily": "", "positive": 3915.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 17.268455661988753, "deceased_daily": "", "deceased": 138.0, "positive_100k": 504.9146275081493, "positive_daily": "", "positive": 4035.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 18.39465929211845, "deceased_daily": "", "deceased": 147.0, "positive_100k": 514.9253264426355, "positive_daily": "", "positive": 4115.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 20.021397868972464, "deceased_daily": "", "deceased": 160.0, "positive_100k": 519.9306759098787, "positive_daily": "", "positive": 4155.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 21.5230027091454, "deceased_daily": "", "deceased": 172.0, "positive_100k": 529.9413748443649, "positive_daily": "", "positive": 4235.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 23.14974128599941, "deceased_daily": "", "deceased": 185.0, "positive_100k": 539.9520737788512, "positive_daily": "", "positive": 4315.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 25.527282282939893, "deceased_daily": "", "deceased": 204.0, "positive_100k": 553.5916510770886, "positive_daily": "", "positive": 4424.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 28.02995701656145, "deceased_daily": "", "deceased": 224.0, "positive_100k": 566.1050247451964, "positive_daily": "", "positive": 4524.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 28.530491963285762, "deceased_daily": "", "deceased": 228.0, "positive_100k": 570.6098392657152, "positive_daily": "", "positive": 4560.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 29.15616064669115, "deceased_daily": "", "deceased": 233.0, "positive_100k": 581.7467418303312, "positive_daily": "", "positive": 4649.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 29.656695593415463, "deceased_daily": "", "deceased": 237.0, "positive_100k": 586.126422614169, "positive_daily": "", "positive": 4684.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 31.783969116993788, "deceased_daily": "", "deceased": 254.0, "positive_100k": 593.2590456049903, "positive_daily": "", "positive": 4741.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 33.28557395716672, "deceased_daily": "", "deceased": 266.0, "positive_100k": 599.8911336490875, "positive_daily": "", "positive": 4794.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 34.912312534020735, "deceased_daily": "", "deceased": 279.0, "positive_100k": 606.1478204831413, "positive_daily": "", "positive": 4844.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 36.413917374193666, "deceased_daily": "", "deceased": 291.0, "positive_100k": 610.6526350036602, "positive_daily": "", "positive": 4880.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 36.53905111087475, "deceased_daily": "", "deceased": 292.0, "positive_100k": 618.7863278879303, "positive_daily": "", "positive": 4945.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 37.28985353096122, "deceased_daily": "", "deceased": 298.0, "positive_100k": 621.4141363582329, "positive_daily": "", "positive": 4966.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 38.791458371134155, "deceased_daily": "", "deceased": 310.0, "positive_100k": 624.0419448285355, "positive_daily": "", "positive": 4987.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.489528723959048, "positive_daily": "", "positive": 2.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 13.723821809897618, "positive_daily": "", "positive": 5.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": 233.30497076825955, "tested": 85.0, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.21335053385667, "positive_daily": "", "positive": 7.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.21335053385667, "positive_daily": "", "positive": 7.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 32.93717234375429, "positive_daily": "", "positive": 12.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 60.38481596354953, "positive_daily": "", "positive": 22.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 68.6191090494881, "positive_daily": "", "positive": 25.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 104.30104575522192, "positive_daily": "", "positive": 38.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 109.79057447918095, "positive_daily": "", "positive": 40.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 131.74868937501716, "positive_daily": "", "positive": 48.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 137.2382180989762, "positive_daily": "", "positive": 50.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 145.4725111849148, "positive_daily": "", "positive": 53.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 156.45156863283287, "positive_daily": "", "positive": 57.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 2.744764361979524, "deceased_daily": "", "deceased": 1.0, "positive_100k": 161.94109735679191, "positive_daily": "", "positive": 59.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 2.744764361979524, "deceased_daily": "", "deceased": 1.0, "positive_100k": 164.68586171877146, "positive_daily": "", "positive": 60.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 2.744764361979524, "deceased_daily": "", "deceased": 1.0, "positive_100k": 170.17539044273047, "positive_daily": "", "positive": 62.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 2.744764361979524, "deceased_daily": "", "deceased": 1.0, "positive_100k": 181.15444789064858, "positive_daily": "", "positive": 66.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 5.489528723959048, "deceased_daily": "", "deceased": 2.0, "positive_100k": 183.8992122526281, "positive_daily": "", "positive": 67.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 5.489528723959048, "deceased_daily": "", "deceased": 2.0, "positive_100k": 183.8992122526281, "positive_daily": "", "positive": 67.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 5.489528723959048, "deceased_daily": "", "deceased": 2.0, "positive_100k": 186.64397661460765, "positive_daily": "", "positive": 68.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 197.62303406252573, "positive_daily": "", "positive": 72.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 197.62303406252573, "positive_daily": "", "positive": 72.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 203.11256278648477, "positive_daily": "", "positive": 74.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 205.85732714846432, "positive_daily": "", "positive": 75.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 211.34685587242333, "positive_daily": "", "positive": 77.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.0, "positive_daily": "", "positive": 0.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 24.750637328911218, "positive_daily": "", "positive": 10.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 42.076083459149075, "positive_daily": "", "positive": 17.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 76.72697571962478, "positive_daily": "", "positive": 31.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 81.67710318540702, "positive_daily": "", "positive": 33.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 99.00254931564487, "positive_daily": "", "positive": 40.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 106.42774051431824, "positive_daily": "", "positive": 43.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 108.90280424720937, "positive_daily": "", "positive": 44.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 2.475063732891122, "deceased_daily": "", "deceased": 1.0, "positive_100k": 116.32799544588272, "positive_daily": "", "positive": 47.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 2.475063732891122, "deceased_daily": "", "deceased": 1.0, "positive_100k": 123.7531866445561, "positive_daily": "", "positive": 50.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 131.17837784322947, "positive_daily": "", "positive": 53.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 138.60356904190283, "positive_daily": "", "positive": 56.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 143.55369650768506, "positive_daily": "", "positive": 58.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 146.0287602405762, "positive_daily": "", "positive": 59.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 155.92901517214068, "positive_daily": "", "positive": 63.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 155.92901517214068, "positive_daily": "", "positive": 63.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 158.4040789050318, "positive_daily": "", "positive": 64.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 165.82927010370517, "positive_daily": "", "positive": 67.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 225.23079969309208, "positive_daily": "", "positive": 91.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 227.70586342598324, "positive_daily": "", "positive": 92.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 259.8816919535678, "positive_daily": "", "positive": 105.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 259.8816919535678, "positive_daily": "", "positive": 105.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 7.425191198673366, "deceased_daily": "", "deceased": 3.0, "positive_100k": 262.35675568645894, "positive_daily": "", "positive": 106.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 7.425191198673366, "deceased_daily": "", "deceased": 3.0, "positive_100k": 267.30688315224114, "positive_daily": "", "positive": 108.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 12.375318664455609, "deceased_daily": "", "deceased": 5.0, "positive_100k": 282.1572655495879, "positive_daily": "", "positive": 114.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 14.850382397346731, "deceased_daily": "", "deceased": 6.0, "positive_100k": 284.632329282479, "positive_daily": "", "positive": 115.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 17.075044821992655, "positive_daily": "", "positive": 14.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 36.58938176141284, "positive_daily": "", "positive": 30.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 39.02867387884036, "positive_daily": "", "positive": 32.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 41.467965996267885, "positive_daily": "", "positive": 34.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 42.68761205498165, "positive_daily": "", "positive": 35.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 43.907258113695406, "positive_daily": "", "positive": 36.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 45.12690417240916, "positive_daily": "", "positive": 37.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 48.78584234855045, "positive_daily": "", "positive": 40.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 50.00548840726421, "positive_daily": "", "positive": 41.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 51.225134465977966, "positive_daily": "", "positive": 42.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 53.66442658340549, "positive_daily": "", "positive": 44.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 57.323364759546784, "positive_daily": "", "positive": 47.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 57.323364759546784, "positive_daily": "", "positive": 47.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 57.323364759546784, "positive_daily": "", "positive": 47.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 59.7626568769743, "positive_daily": "", "positive": 49.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 60.98230293568807, "positive_daily": "", "positive": 50.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 60.98230293568807, "positive_daily": "", "positive": 50.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 60.98230293568807, "positive_daily": "", "positive": 50.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 63.42159505311559, "positive_daily": "", "positive": 52.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 64.64124111182934, "positive_daily": "", "positive": 53.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 67.08053322925687, "positive_daily": "", "positive": 55.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 69.5198253466844, "positive_daily": "", "positive": 57.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 69.5198253466844, "positive_daily": "", "positive": 57.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 69.5198253466844, "positive_daily": "", "positive": 57.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 71.95911746411191, "positive_daily": "", "positive": 59.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 73.17876352282568, "positive_daily": "", "positive": 60.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 73.17876352282568, "positive_daily": "", "positive": 60.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 74.39840958153944, "positive_daily": "", "positive": 61.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 75.6180556402532, "positive_daily": "", "positive": 62.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 76.83770169896697, "positive_daily": "", "positive": 63.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 3.658938176141284, "deceased_daily": "", "deceased": 3.0, "positive_100k": 76.83770169896697, "positive_daily": "", "positive": 63.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.8104790527573595, "positive_daily": "", "positive": 1.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.620958105514719, "positive_daily": "", "positive": 2.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.052395263786797, "positive_daily": "", "positive": 5.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.915269580330953, "positive_daily": "", "positive": 11.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 1.8104790527573595, "deceased_daily": "", "deceased": 1.0, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 1.8104790527573595, "deceased_daily": "", "deceased": 1.0, "positive_100k": 54.31437158272079, "positive_daily": "", "positive": 30.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 59.745808740992864, "positive_daily": "", "positive": 33.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 61.55628779375023, "positive_daily": "", "positive": 34.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 76.0401202158091, "positive_daily": "", "positive": 42.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 79.66107832132381, "positive_daily": "", "positive": 44.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 81.47155737408119, "positive_daily": "", "positive": 45.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 86.90299453235326, "positive_daily": "", "positive": 48.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 90.52395263786798, "positive_daily": "", "positive": 50.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 105.00778505992685, "positive_daily": "", "positive": 58.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 110.43922221819895, "positive_daily": "", "positive": 61.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 115.87065937647101, "positive_daily": "", "positive": 64.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 117.68113842922838, "positive_daily": "", "positive": 65.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 119.49161748198573, "positive_daily": "", "positive": 66.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 121.30209653474309, "positive_daily": "", "positive": 67.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 124.92305464025782, "positive_daily": "", "positive": 69.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 124.92305464025782, "positive_daily": "", "positive": 69.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 130.3544917985299, "positive_daily": "", "positive": 72.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 133.9754499040446, "positive_daily": "", "positive": 74.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 139.40688706231668, "positive_daily": "", "positive": 77.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 139.40688706231668, "positive_daily": "", "positive": 77.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 141.21736611507404, "positive_daily": "", "positive": 78.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 143.0278451678314, "positive_daily": "", "positive": 79.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 143.0278451678314, "positive_daily": "", "positive": 79.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 143.0278451678314, "positive_daily": "", "positive": 79.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 148.4592823261035, "positive_daily": "", "positive": 82.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 155.70119853713294, "positive_daily": "", "positive": 86.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 155.70119853713294, "positive_daily": "", "positive": 86.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}]}}; + var spec = {"config": {"view": {"continuousWidth": 400, "continuousHeight": 300}, "title": {"anchor": "middle"}}, "hconcat": [{"mark": "line", "encoding": {"color": {"type": "nominal", "field": "canton", "legend": {"title": "Canton"}}, "opacity": {"condition": {"value": 1, "selection": "selector001"}, "value": 0.2}, "tooltip": [{"type": "nominal", "field": "canton", "title": "Canton"}, {"type": "quantitative", "field": "positive", "title": "Cases"}, {"type": "temporal", "field": "date", "title": "Date"}], "x": {"type": "temporal", "field": "date", "title": "Date"}, "y": {"type": "quantitative", "field": "positive", "scale": {"type": "linear"}, "title": "Cases"}}, "selection": {"selector001": {"type": "multi", "fields": ["canton"], "bind": "legend"}}}, {"mark": "line", "encoding": {"color": {"type": "nominal", "field": "canton", "legend": {"title": "Canton"}}, "opacity": {"condition": {"value": 1, "selection": "selector002"}, "value": 0.2}, "tooltip": [{"type": "nominal", "field": "canton", "title": "Canton"}, {"type": "quantitative", "field": "positive_100k", "title": "Cases/100k"}, {"type": "temporal", "field": "date", "title": "Date"}], "x": {"type": "temporal", "field": "date", "title": "Date"}, "y": {"type": "quantitative", "field": "positive_100k", "scale": {"type": "linear"}, "title": "Cases per 100k population"}}, "selection": {"selector002": {"type": "multi", "fields": ["canton"], "bind": "legend"}}}], "data": {"name": "data-4f639eb90076cca47cb18c57e5f43d46"}, "title": "Covid-19 cases in Switzerland by Canton", "$schema": "https://vega.github.io/schema/vega-lite/v4.0.2.json", "datasets": {"data-4f639eb90076cca47cb18c57e5f43d46": [{"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.2907357067058191, "positive_daily": "", "positive": 1.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.2907357067058191, "positive_daily": "", "positive": 1.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5814714134116382, "positive_daily": "", "positive": 2.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.8722071201174572, "positive_daily": "", "positive": 3.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.8722071201174572, "positive_daily": "", "positive": 3.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.1629428268232764, "positive_daily": "", "positive": 4.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.4536785335290954, "positive_daily": "", "positive": 5.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.7444142402349143, "positive_daily": "", "positive": 6.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.0351499469407335, "positive_daily": "", "positive": 7.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.4888284804698286, "positive_daily": "", "positive": 12.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.942507013998925, "positive_daily": "", "positive": 17.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.396185547528019, "positive_daily": "", "positive": 22.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 8.722071201174574, "positive_daily": "", "positive": 30.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 15.408992455408411, "positive_daily": "", "positive": 53.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.2907357067058191, "deceased_daily": "", "deceased": 1.0, "positive_100k": 22.09591370964225, "positive_daily": "", "positive": 76.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.2907357067058191, "deceased_daily": "", "deceased": 1.0, "positive_100k": 28.49209925717027, "positive_daily": "", "positive": 98.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.5814714134116382, "deceased_daily": "", "deceased": 2.0, "positive_100k": 33.72534197787501, "positive_daily": "", "positive": 116.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.8722071201174572, "deceased_daily": "", "deceased": 3.0, "positive_100k": 50.297277260106696, "positive_daily": "", "positive": 173.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.8722071201174572, "deceased_daily": "", "deceased": 3.0, "positive_100k": 65.41553400880929, "positive_daily": "", "positive": 225.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 1.1629428268232764, "deceased_daily": "", "deceased": 4.0, "positive_100k": 90.41880478550974, "positive_daily": "", "positive": 311.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.7444142402349143, "deceased_daily": "", "deceased": 6.0, "positive_100k": 100.59455452021339, "positive_daily": "", "positive": 346.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 2.0351499469407335, "deceased_daily": "", "deceased": 7.0, "positive_100k": 125.88856100361967, "positive_daily": "", "positive": 433.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 2.9073570670581907, "deceased_daily": "", "deceased": 10.0, "positive_100k": 142.46049628585135, "positive_daily": "", "positive": 490.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 3.4888284804698286, "deceased_daily": "", "deceased": 12.0, "positive_100k": 153.21771743396664, "positive_daily": "", "positive": 527.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.7795641871756476, "deceased_daily": "", "deceased": 13.0, "positive_100k": 176.18583826372634, "positive_daily": "", "positive": 606.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 4.070299893881467, "deceased_daily": "", "deceased": 14.0, "positive_100k": 189.26894506548823, "positive_daily": "", "positive": 651.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 4.361035600587287, "deceased_daily": "", "deceased": 15.0, "positive_100k": 207.87603029466064, "positive_daily": "", "positive": 715.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 5.8147141341163815, "deceased_daily": "", "deceased": 20.0, "positive_100k": 234.91445101830183, "positive_daily": "", "positive": 808.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 6.1054498408222, "deceased_daily": "", "deceased": 21.0, "positive_100k": 262.2436074486488, "positive_daily": "", "positive": 902.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 6.1054498408222, "deceased_daily": "", "deceased": 21.0, "positive_100k": 280.26922126440957, "positive_daily": "", "positive": 964.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 7.559128374351295, "deceased_daily": "", "deceased": 26.0, "positive_100k": 290.7357067058191, "positive_daily": "", "positive": 1000.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 10.175749734703668, "deceased_daily": "", "deceased": 35.0, "positive_100k": 315.4482417758137, "positive_daily": "", "positive": 1085.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 10.757221148115306, "deceased_daily": "", "deceased": 37.0, "positive_100k": 332.89238417816284, "positive_daily": "", "positive": 1145.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 11.629428268232763, "deceased_daily": "", "deceased": 40.0, "positive_100k": 354.11609076768764, "positive_daily": "", "positive": 1218.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 13.08310680176186, "deceased_daily": "", "deceased": 45.0, "positive_100k": 370.10655463650767, "positive_daily": "", "positive": 1273.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 14.827521041996773, "deceased_daily": "", "deceased": 51.0, "positive_100k": 383.48039714497537, "positive_daily": "", "positive": 1319.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 15.408992455408411, "deceased_daily": "", "deceased": 53.0, "positive_100k": 394.23761829309063, "positive_daily": "", "positive": 1356.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 16.281199575525868, "deceased_daily": "", "deceased": 56.0, "positive_100k": 407.02998938814676, "positive_daily": "", "positive": 1400.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 17.734878109054964, "deceased_daily": "", "deceased": 61.0, "positive_100k": 417.4964748295562, "positive_daily": "", "positive": 1436.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 19.7700280559957, "deceased_daily": "", "deceased": 68.0, "positive_100k": 431.4517887514355, "positive_daily": "", "positive": 1484.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 21.223706589524795, "deceased_daily": "", "deceased": 73.0, "positive_100k": 443.37195272637405, "positive_daily": "", "positive": 1525.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 21.805178002936433, "deceased_daily": "", "deceased": 75.0, "positive_100k": 455.0013809946069, "positive_daily": "", "positive": 1565.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 23.840327949877164, "deceased_daily": "", "deceased": 82.0, "positive_100k": 462.851245075664, "positive_daily": "", "positive": 1592.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 25.003270776700443, "deceased_daily": "", "deceased": 86.0, "positive_100k": 469.82890203660367, "positive_daily": "", "positive": 1616.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 25.584742190112078, "deceased_daily": "", "deceased": 88.0, "positive_100k": 477.38803041095497, "positive_daily": "", "positive": 1642.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 26.16621360352372, "deceased_daily": "", "deceased": 90.0, "positive_100k": 483.7842159584829, "positive_daily": "", "positive": 1664.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 27.329156430346995, "deceased_daily": "", "deceased": 94.0, "positive_100k": 489.0174586791877, "positive_daily": "", "positive": 1682.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 27.329156430346995, "deceased_daily": "", "deceased": 94.0, "positive_100k": 496.28585134683317, "positive_daily": "", "positive": 1707.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 27.91062784375863, "deceased_daily": "", "deceased": 96.0, "positive_100k": 502.97277260106705, "positive_daily": "", "positive": 1730.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 28.201363550464453, "deceased_daily": "", "deceased": 97.0, "positive_100k": 507.3338082016543, "positive_daily": "", "positive": 1745.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 29.945777790699363, "deceased_daily": "", "deceased": 103.0, "positive_100k": 510.2411652687125, "positive_daily": "", "positive": 1755.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 31.399456324228456, "deceased_daily": "", "deceased": 108.0, "positive_100k": 514.8929365760056, "positive_daily": "", "positive": 1771.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 32.562399151051736, "deceased_daily": "", "deceased": 112.0, "positive_100k": 516.0558794028289, "positive_daily": "", "positive": 1775.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.5040856139006649, "deceased_daily": "", "deceased": 1.0, "positive_100k": 58.473931212477126, "positive_daily": "", "positive": 116.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.5040856139006649, "deceased_daily": "", "deceased": 1.0, "positive_100k": 73.0924140155964, "positive_daily": "", "positive": 145.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.5122568417019946, "deceased_daily": "", "deceased": 3.0, "positive_100k": 107.37023576084161, "positive_daily": "", "positive": 213.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 1.5122568417019946, "deceased_daily": "", "deceased": 3.0, "positive_100k": 120.4764617222589, "positive_daily": "", "positive": 239.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 3.024513683403989, "deceased_daily": "", "deceased": 6.0, "positive_100k": 134.08677329757685, "positive_daily": "", "positive": 266.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.024513683403989, "deceased_daily": "", "deceased": 6.0, "positive_100k": 139.12762943658353, "positive_daily": "", "positive": 276.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 3.024513683403989, "deceased_daily": "", "deceased": 6.0, "positive_100k": 162.3155676760141, "positive_daily": "", "positive": 322.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 4.536770525105983, "deceased_daily": "", "deceased": 9.0, "positive_100k": 188.023933984948, "positive_daily": "", "positive": 373.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 4.536770525105983, "deceased_daily": "", "deceased": 9.0, "positive_100k": 206.17101608537192, "positive_daily": "", "positive": 409.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 6.049027366807978, "deceased_daily": "", "deceased": 12.0, "positive_100k": 250.53055010863045, "positive_daily": "", "positive": 497.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 9.577626664112634, "deceased_daily": "", "deceased": 19.0, "positive_100k": 258.59591993104107, "positive_daily": "", "positive": 513.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 10.585797891913963, "deceased_daily": "", "deceased": 21.0, "positive_100k": 262.62860484224643, "positive_daily": "", "positive": 521.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 11.593969119715293, "deceased_daily": "", "deceased": 23.0, "positive_100k": 286.82471430947834, "positive_daily": "", "positive": 569.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 13.610311575317953, "deceased_daily": "", "deceased": 27.0, "positive_100k": 301.4431971125976, "positive_daily": "", "positive": 598.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 15.122568417019947, "deceased_daily": "", "deceased": 30.0, "positive_100k": 325.6393065798295, "positive_daily": "", "positive": 646.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 15.62665403092061, "deceased_daily": "", "deceased": 31.0, "positive_100k": 331.18424833273684, "positive_daily": "", "positive": 657.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 17.138910872622606, "deceased_daily": "", "deceased": 34.0, "positive_100k": 336.7291900856442, "positive_daily": "", "positive": 668.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 342.77821745245217, "positive_daily": "", "positive": 680.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 354.87627218606804, "positive_daily": "", "positive": 704.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 360.42121393897537, "positive_daily": "", "positive": 715.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 366.974326919684, "positive_daily": "", "positive": 728.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 368.9906693752867, "positive_daily": "", "positive": 732.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 370.50292621698867, "positive_daily": "", "positive": 735.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 18.6511677143246, "deceased_daily": "", "deceased": 37.0, "positive_100k": 373.023354286492, "positive_daily": "", "positive": 740.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 19.155253328225267, "deceased_daily": "", "deceased": 38.0, "positive_100k": 376.047867969896, "positive_daily": "", "positive": 746.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 19.65933894212593, "deceased_daily": "", "deceased": 39.0, "positive_100k": 379.0723816533, "positive_daily": "", "positive": 752.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 20.163424556026595, "deceased_daily": "", "deceased": 40.0, "positive_100k": 387.6418370896113, "positive_daily": "", "positive": 769.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 20.163424556026595, "deceased_daily": "", "deceased": 40.0, "positive_100k": 392.1786076147173, "positive_daily": "", "positive": 778.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.09662050461024736, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.19324100922049472, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.38648201844098945, "positive_daily": "", "positive": 4.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5797230276614843, "positive_daily": "", "positive": 6.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.6425485783742055, "positive_daily": "", "positive": 17.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.285097156748411, "positive_daily": "", "positive": 34.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.09662050461024736, "deceased_daily": "", "deceased": 1.0, "positive_100k": 11.884322067060427, "positive_daily": "", "positive": 123.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.09662050461024736, "deceased_daily": "", "deceased": 1.0, "positive_100k": 18.647757389777745, "positive_daily": "", "positive": 193.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.09662050461024736, "deceased_daily": "", "deceased": 1.0, "positive_100k": 27.24698230008976, "positive_daily": "", "positive": 282.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 0.19324100922049472, "deceased_daily": "", "deceased": 2.0, "positive_100k": 36.42593023806326, "positive_daily": "", "positive": 377.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 0.28986151383074216, "deceased_daily": "", "deceased": 3.0, "positive_100k": 40.3873709270834, "positive_daily": "", "positive": 418.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.48310252305123685, "deceased_daily": "", "deceased": 5.0, "positive_100k": 45.41163716681627, "positive_daily": "", "positive": 470.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.5797230276614843, "deceased_daily": "", "deceased": 6.0, "positive_100k": 51.4021084526516, "positive_daily": "", "positive": 532.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.5797230276614843, "deceased_daily": "", "deceased": 6.0, "positive_100k": 60.29119487679437, "positive_daily": "", "positive": 624.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.6763435322717316, "deceased_daily": "", "deceased": 7.0, "positive_100k": 63.76953304276327, "positive_daily": "", "positive": 660.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.7729640368819789, "deceased_daily": "", "deceased": 8.0, "positive_100k": 69.37352231015761, "positive_daily": "", "positive": 718.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.8695845414922264, "deceased_daily": "", "deceased": 9.0, "positive_100k": 74.10792703605973, "positive_daily": "", "positive": 767.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.9662050461024737, "deceased_daily": "", "deceased": 10.0, "positive_100k": 77.10316267897741, "positive_daily": "", "positive": 798.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.256066559933216, "deceased_daily": "", "deceased": 13.0, "positive_100k": 79.80853680806433, "positive_daily": "", "positive": 826.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.5459280737639578, "deceased_daily": "", "deceased": 16.0, "positive_100k": 82.70715194637175, "positive_daily": "", "positive": 856.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.9324100922049474, "deceased_daily": "", "deceased": 20.0, "positive_100k": 87.82803869071486, "positive_daily": "", "positive": 909.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 2.2222716060356897, "deceased_daily": "", "deceased": 23.0, "positive_100k": 96.91036612407812, "positive_daily": "", "positive": 1003.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 2.512133119866432, "deceased_daily": "", "deceased": 26.0, "positive_100k": 103.67380144679544, "positive_daily": "", "positive": 1073.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 2.7053741290869264, "deceased_daily": "", "deceased": 28.0, "positive_100k": 106.86227809893359, "positive_daily": "", "positive": 1106.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 2.7053741290869264, "deceased_daily": "", "deceased": 28.0, "positive_100k": 109.85751374185126, "positive_daily": "", "positive": 1137.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.995235642917669, "deceased_daily": "", "deceased": 31.0, "positive_100k": 113.33585190782017, "positive_daily": "", "positive": 1173.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 3.1884766521381636, "deceased_daily": "", "deceased": 33.0, "positive_100k": 118.64997966138378, "positive_daily": "", "positive": 1228.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 3.5749586705791527, "deceased_daily": "", "deceased": 37.0, "positive_100k": 124.25396892877814, "positive_daily": "", "positive": 1286.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 3.6715791751894002, "deceased_daily": "", "deceased": 38.0, "positive_100k": 128.98837365468023, "positive_daily": "", "positive": 1335.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 4.058061193630389, "deceased_daily": "", "deceased": 42.0, "positive_100k": 132.85319383909015, "positive_daily": "", "positive": 1375.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 4.2513022028508844, "deceased_daily": "", "deceased": 44.0, "positive_100k": 137.10449604194102, "positive_daily": "", "positive": 1419.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 4.734404725902121, "deceased_daily": "", "deceased": 49.0, "positive_100k": 139.23014714336648, "positive_daily": "", "positive": 1441.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 4.734404725902121, "deceased_daily": "", "deceased": 49.0, "positive_100k": 140.67945471252017, "positive_daily": "", "positive": 1456.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 4.734404725902121, "deceased_daily": "", "deceased": 49.0, "positive_100k": 142.03214177706366, "positive_daily": "", "positive": 1470.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 5.120886744343111, "deceased_daily": "", "deceased": 53.0, "positive_100k": 143.86793136465835, "positive_daily": "", "positive": 1489.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 5.314127753563606, "deceased_daily": "", "deceased": 55.0, "positive_100k": 146.38006448452478, "positive_daily": "", "positive": 1515.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 6.473573808886574, "deceased_daily": "", "deceased": 67.0, "positive_100k": 150.0516436597142, "positive_daily": "", "positive": 1553.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 6.666814818107069, "deceased_daily": "", "deceased": 69.0, "positive_100k": 153.24012031185234, "positive_daily": "", "positive": 1586.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 6.666814818107069, "deceased_daily": "", "deceased": 69.0, "positive_100k": 154.49618687178557, "positive_daily": "", "positive": 1599.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 7.053296836548059, "deceased_daily": "", "deceased": 73.0, "positive_100k": 155.84887393632903, "positive_daily": "", "positive": 1613.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 7.439778854989048, "deceased_daily": "", "deceased": 77.0, "positive_100k": 156.71845847782126, "positive_daily": "", "positive": 1622.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.387736141220191, "positive_daily": "", "positive": 2.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 24.775472282440383, "positive_daily": "", "positive": 4.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 30.96934035305048, "positive_daily": "", "positive": 5.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 37.16320842366058, "positive_daily": "", "positive": 6.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 49.550944564880766, "positive_daily": "", "positive": 8.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 55.74481263549086, "positive_daily": "", "positive": 9.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 68.13254877671105, "positive_daily": "", "positive": 11.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 74.32641684732116, "positive_daily": "", "positive": 12.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 80.52028491793125, "positive_daily": "", "positive": 13.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 86.71415298854134, "positive_daily": "", "positive": 14.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 86.71415298854134, "positive_daily": "", "positive": 14.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 123.87736141220192, "positive_daily": "", "positive": 20.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 123.87736141220192, "positive_daily": "", "positive": 20.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 130.07122948281202, "positive_daily": "", "positive": 21.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 130.07122948281202, "positive_daily": "", "positive": 21.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 130.07122948281202, "positive_daily": "", "positive": 21.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 142.4589656240322, "positive_daily": "", "positive": 23.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.34706315161106716, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.082378909666403, "positive_daily": "", "positive": 6.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.082378909666403, "positive_daily": "", "positive": 6.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.205947274166007, "positive_daily": "", "positive": 15.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": 0.34706315161106716, "deceased_daily": "", "deceased": 1.0, "positive_100k": 6.594199880610277, "positive_daily": "", "positive": 19.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": 0.34706315161106716, "deceased_daily": "", "deceased": 1.0, "positive_100k": 6.941263032221343, "positive_daily": "", "positive": 20.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": 0.34706315161106716, "deceased_daily": "", "deceased": 1.0, "positive_100k": 7.635389335443477, "positive_daily": "", "positive": 22.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 9.023641941887746, "positive_daily": "", "positive": 26.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 9.023641941887746, "positive_daily": "", "positive": 26.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 14.576652367664822, "positive_daily": "", "positive": 42.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 16.311968125720156, "positive_daily": "", "positive": 47.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 18.741410186997626, "positive_daily": "", "positive": 54.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 26.376799522441107, "positive_daily": "", "positive": 76.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 30.888620493384977, "positive_daily": "", "positive": 89.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 40.25932558688379, "positive_daily": "", "positive": 116.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 46.506462315883, "positive_daily": "", "positive": 134.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.0411894548332015, "deceased_daily": "", "deceased": 3.0, "positive_100k": 63.859619896436364, "positive_daily": "", "positive": 184.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 1.0411894548332015, "deceased_daily": "", "deceased": 3.0, "positive_100k": 97.87180875432094, "positive_daily": "", "positive": 282.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 1.0411894548332015, "deceased_daily": "", "deceased": 3.0, "positive_100k": 100.30125081559841, "positive_daily": "", "positive": 289.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 1.0411894548332015, "deceased_daily": "", "deceased": 3.0, "positive_100k": 104.81307178654227, "positive_daily": "", "positive": 302.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 1.3882526064442686, "deceased_daily": "", "deceased": 4.0, "positive_100k": 106.20132439298655, "positive_daily": "", "positive": 306.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 1.7353157580553358, "deceased_daily": "", "deceased": 5.0, "positive_100k": 118.3485346993739, "positive_daily": "", "positive": 341.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 1.7353157580553358, "deceased_daily": "", "deceased": 5.0, "positive_100k": 146.46064997987034, "positive_daily": "", "positive": 422.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 1.7353157580553358, "deceased_daily": "", "deceased": 5.0, "positive_100k": 161.7314286507573, "positive_daily": "", "positive": 466.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 2.082378909666403, "deceased_daily": "", "deceased": 6.0, "positive_100k": 174.2257021087557, "positive_daily": "", "positive": 502.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 2.082378909666403, "deceased_daily": "", "deceased": 6.0, "positive_100k": 177.3492704732553, "positive_daily": "", "positive": 511.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 2.42944206127747, "deceased_daily": "", "deceased": 7.0, "positive_100k": 187.06703871836518, "positive_daily": "", "positive": 539.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 3.4706315161106716, "deceased_daily": "", "deceased": 10.0, "positive_100k": 194.7024280538087, "positive_daily": "", "positive": 561.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 3.8176946677217387, "deceased_daily": "", "deceased": 11.0, "positive_100k": 204.0731331473075, "positive_daily": "", "positive": 588.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 4.164757819332806, "deceased_daily": "", "deceased": 12.0, "positive_100k": 211.708522482751, "positive_daily": "", "positive": 610.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 4.85888412255494, "deceased_daily": "", "deceased": 14.0, "positive_100k": 216.91446975691696, "positive_daily": "", "positive": 625.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 6.594199880610277, "deceased_daily": "", "deceased": 19.0, "positive_100k": 227.67342745686003, "positive_daily": "", "positive": 656.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 6.594199880610277, "deceased_daily": "", "deceased": 19.0, "positive_100k": 232.53231157941502, "positive_daily": "", "positive": 670.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 6.594199880610277, "deceased_daily": "", "deceased": 19.0, "positive_100k": 236.6970693987478, "positive_daily": "", "positive": 682.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 6.594199880610277, "deceased_daily": "", "deceased": 19.0, "positive_100k": 239.47357461163634, "positive_daily": "", "positive": 690.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 7.288326183832411, "deceased_daily": "", "deceased": 21.0, "positive_100k": 240.8618272180806, "positive_daily": "", "positive": 694.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 7.288326183832411, "deceased_daily": "", "deceased": 21.0, "positive_100k": 246.76190079546876, "positive_daily": "", "positive": 711.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 7.635389335443477, "deceased_daily": "", "deceased": 22.0, "positive_100k": 250.57959546319046, "positive_daily": "", "positive": 722.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 7.635389335443477, "deceased_daily": "", "deceased": 22.0, "positive_100k": 255.43847958574545, "positive_daily": "", "positive": 736.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 7.9824524870545455, "deceased_daily": "", "deceased": 23.0, "positive_100k": 256.8267321921897, "positive_daily": "", "positive": 740.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 8.329515638665612, "deceased_daily": "", "deceased": 24.0, "positive_100k": 259.9503005566893, "positive_daily": "", "positive": 749.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 262.03267946635566, "positive_daily": "", "positive": 755.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 266.5445004372996, "positive_daily": "", "positive": 768.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 271.05632140824343, "positive_daily": "", "positive": 781.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 275.5681423791873, "positive_daily": "", "positive": 794.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 276.9563949856316, "positive_daily": "", "positive": 798.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 278.69171074368694, "positive_daily": "", "positive": 803.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 279.73290019852016, "positive_daily": "", "positive": 806.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 9.023641941887746, "deceased_daily": "", "deceased": 26.0, "positive_100k": 280.7740896533533, "positive_daily": "", "positive": 809.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.36604024978586647, "positive_daily": "", "positive": 1.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 15.73973074079226, "positive_daily": "", "positive": 43.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 24.158656485867187, "positive_daily": "", "positive": 66.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 34.77382372965731, "positive_daily": "", "positive": 95.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 38.06818597773011, "positive_daily": "", "positive": 104.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 47.219192222376776, "positive_daily": "", "positive": 129.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 51.61167521980717, "positive_daily": "", "positive": 141.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 57.46831921638103, "positive_daily": "", "positive": 157.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 63.3249632129549, "positive_daily": "", "positive": 173.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.7320804995717329, "deceased_daily": "", "deceased": 2.0, "positive_100k": 69.54764745931462, "positive_daily": "", "positive": 190.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 0.7320804995717329, "deceased_daily": "", "deceased": 2.0, "positive_100k": 71.74388895802983, "positive_daily": "", "positive": 196.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 79.06469395374715, "positive_daily": "", "positive": 216.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 83.09113670139168, "positive_daily": "", "positive": 227.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 86.75153919925035, "positive_daily": "", "positive": 237.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 91.51006244646662, "positive_daily": "", "positive": 250.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 94.43838444475355, "positive_daily": "", "positive": 258.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 95.53650519411114, "positive_daily": "", "positive": 261.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 96.63462594346875, "positive_daily": "", "positive": 264.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 101.02710894089914, "positive_daily": "", "positive": 276.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 1.8302012489293324, "deceased_daily": "", "deceased": 5.0, "positive_100k": 103.22335043961434, "positive_daily": "", "positive": 282.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 1.8302012489293324, "deceased_daily": "", "deceased": 5.0, "positive_100k": 107.61583343704474, "positive_daily": "", "positive": 294.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 2.1962414987151986, "deceased_daily": "", "deceased": 6.0, "positive_100k": 112.00831643447513, "positive_daily": "", "positive": 306.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 2.562281748501065, "deceased_daily": "", "deceased": 7.0, "positive_100k": 115.30267868254792, "positive_daily": "", "positive": 315.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.562281748501065, "deceased_daily": "", "deceased": 7.0, "positive_100k": 117.49892018126313, "positive_daily": "", "positive": 321.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 2.9283219982869317, "deceased_daily": "", "deceased": 8.0, "positive_100k": 118.96308118040659, "positive_daily": "", "positive": 325.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 2.9283219982869317, "deceased_daily": "", "deceased": 8.0, "positive_100k": 120.42724217955006, "positive_daily": "", "positive": 329.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 2.9283219982869317, "deceased_daily": "", "deceased": 8.0, "positive_100k": 125.55180567655219, "positive_daily": "", "positive": 343.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 3.294362248072798, "deceased_daily": "", "deceased": 9.0, "positive_100k": 128.11408742505324, "positive_daily": "", "positive": 350.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 3.660402497858665, "deceased_daily": "", "deceased": 10.0, "positive_100k": 129.21220817441085, "positive_daily": "", "positive": 353.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 4.026442747644531, "deceased_daily": "", "deceased": 11.0, "positive_100k": 129.94428867398258, "positive_daily": "", "positive": 355.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 4.026442747644531, "deceased_daily": "", "deceased": 11.0, "positive_100k": 129.94428867398258, "positive_daily": "", "positive": 355.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 4.026442747644531, "deceased_daily": "", "deceased": 11.0, "positive_100k": 131.40844967312606, "positive_daily": "", "positive": 359.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.0, "positive_daily": "", "positive": 0.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.19696787650902012, "positive_daily": "", "positive": 1.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.39393575301804024, "positive_daily": "", "positive": 2.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.954518147635302, "positive_daily": "", "positive": 15.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.257490195923948, "positive_daily": "", "positive": 47.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.015040467050229, "positive_daily": "", "positive": 61.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 16.742269503266712, "positive_daily": "", "positive": 85.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.302851897883972, "positive_daily": "", "positive": 98.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.19696787650902012, "deceased_daily": "", "deceased": 1.0, "positive_100k": 44.90867584405659, "positive_daily": "", "positive": 228.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.19696787650902012, "deceased_daily": "", "deceased": 1.0, "positive_100k": 44.90867584405659, "positive_daily": "", "positive": 228.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.39393575301804024, "deceased_daily": "", "deceased": 2.0, "positive_100k": 60.27217021176016, "positive_daily": "", "positive": 306.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.9848393825451006, "deceased_daily": "", "deceased": 5.0, "positive_100k": 66.77211013655783, "positive_daily": "", "positive": 339.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.9848393825451006, "deceased_daily": "", "deceased": 5.0, "positive_100k": 71.89327492579235, "positive_daily": "", "positive": 365.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 0.9848393825451006, "deceased_daily": "", "deceased": 5.0, "positive_100k": 76.62050396200884, "positive_daily": "", "positive": 389.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.378775135563141, "deceased_daily": "", "deceased": 7.0, "positive_100k": 81.54470087473435, "positive_daily": "", "positive": 414.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.378775135563141, "deceased_daily": "", "deceased": 7.0, "positive_100k": 81.54470087473435, "positive_daily": "", "positive": 414.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.575743012072161, "deceased_daily": "", "deceased": 8.0, "positive_100k": 94.54458072432966, "positive_daily": "", "positive": 480.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.575743012072161, "deceased_daily": "", "deceased": 8.0, "positive_100k": 94.54458072432966, "positive_daily": "", "positive": 480.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.7727108885811813, "deceased_daily": "", "deceased": 9.0, "positive_100k": 99.27180976054615, "positive_daily": "", "positive": 504.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 1.7727108885811813, "deceased_daily": "", "deceased": 9.0, "positive_100k": 101.43845640214538, "positive_daily": "", "positive": 515.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.1666466415992214, "deceased_daily": "", "deceased": 11.0, "positive_100k": 104.7869103027987, "positive_daily": "", "positive": 532.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.5605823946172617, "deceased_daily": "", "deceased": 13.0, "positive_100k": 109.71110721552422, "positive_daily": "", "positive": 557.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.954518147635302, "deceased_daily": "", "deceased": 15.0, "positive_100k": 113.84743262221366, "positive_daily": "", "positive": 578.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 3.151486024144322, "deceased_daily": "", "deceased": 16.0, "positive_100k": 118.96859741144816, "positive_daily": "", "positive": 604.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 3.3484539006533423, "deceased_daily": "", "deceased": 17.0, "positive_100k": 124.48369795370073, "positive_daily": "", "positive": 632.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 3.5454217771623626, "deceased_daily": "", "deceased": 18.0, "positive_100k": 126.25640884228191, "positive_daily": "", "positive": 641.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 4.136325406689423, "deceased_daily": "", "deceased": 21.0, "positive_100k": 127.83215185435408, "positive_daily": "", "positive": 649.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 4.136325406689423, "deceased_daily": "", "deceased": 21.0, "positive_100k": 129.40789486642623, "positive_daily": "", "positive": 657.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 4.136325406689423, "deceased_daily": "", "deceased": 21.0, "positive_100k": 130.7866700019894, "positive_daily": "", "positive": 664.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 4.530261159707464, "deceased_daily": "", "deceased": 23.0, "positive_100k": 133.1502845200976, "positive_daily": "", "positive": 676.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 4.924196912725503, "deceased_daily": "", "deceased": 25.0, "positive_100k": 133.9381560261337, "positive_daily": "", "positive": 680.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 5.318132665743544, "deceased_daily": "", "deceased": 27.0, "positive_100k": 134.52905965566075, "positive_daily": "", "positive": 683.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 5.318132665743544, "deceased_daily": "", "deceased": 27.0, "positive_100k": 137.68054567980508, "positive_daily": "", "positive": 699.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 5.318132665743544, "deceased_daily": "", "deceased": 27.0, "positive_100k": 138.8623529388592, "positive_daily": "", "positive": 705.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 5.318132665743544, "deceased_daily": "", "deceased": 27.0, "positive_100k": 140.04416019791333, "positive_daily": "", "positive": 711.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 5.712068418761584, "deceased_daily": "", "deceased": 29.0, "positive_100k": 141.42293533347646, "positive_daily": "", "positive": 718.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-22T00:00:00", "deceased_100k": 5.712068418761584, "deceased_daily": "", "deceased": 29.0, "positive_100k": 142.60474259253058, "positive_daily": "", "positive": 724.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5654509471303365, "positive_daily": "", "positive": 1.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.523607577042692, "positive_daily": "", "positive": 8.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.089058524173027, "positive_daily": "", "positive": 9.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 7.350862312694374, "positive_daily": "", "positive": 13.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.178117048346055, "positive_daily": "", "positive": 18.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 13.570822731128075, "positive_daily": "", "positive": 24.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 15.267175572519085, "positive_daily": "", "positive": 27.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 17.52897936104043, "positive_daily": "", "positive": 31.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 20.921685043822446, "positive_daily": "", "positive": 37.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 26.010743567995476, "positive_daily": "", "positive": 46.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 33.36160588068985, "positive_daily": "", "positive": 59.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 38.45066440486288, "positive_daily": "", "positive": 68.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 41.84337008764489, "positive_daily": "", "positive": 74.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 52.58693808312129, "positive_daily": "", "positive": 93.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.5654509471303365, "deceased_daily": "", "deceased": 1.0, "positive_100k": 64.46140797285835, "positive_daily": "", "positive": 114.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 1.130901894260673, "deceased_daily": "", "deceased": 2.0, "positive_100k": 82.55583828102911, "positive_daily": "", "positive": 146.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 1.6963528413910094, "deceased_daily": "", "deceased": 3.0, "positive_100k": 98.95391574780888, "positive_daily": "", "positive": 175.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.6963528413910094, "deceased_daily": "", "deceased": 3.0, "positive_100k": 106.8702290076336, "positive_daily": "", "positive": 189.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 2.261803788521346, "deceased_daily": "", "deceased": 4.0, "positive_100k": 113.09018942606728, "positive_daily": "", "positive": 200.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 2.261803788521346, "deceased_daily": "", "deceased": 4.0, "positive_100k": 122.13740458015268, "positive_daily": "", "positive": 216.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 2.827254735651682, "deceased_daily": "", "deceased": 5.0, "positive_100k": 139.66638394119312, "positive_daily": "", "positive": 247.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.392705682782019, "deceased_daily": "", "deceased": 6.0, "positive_100k": 149.84450098953914, "positive_daily": "", "positive": 265.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 5.089058524173027, "deceased_daily": "", "deceased": 9.0, "positive_100k": 158.3262651964942, "positive_daily": "", "positive": 280.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 6.785411365564038, "deceased_daily": "", "deceased": 12.0, "positive_100k": 169.0698331919706, "positive_daily": "", "positive": 299.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 7.350862312694374, "deceased_daily": "", "deceased": 13.0, "positive_100k": 178.68249929318634, "positive_daily": "", "positive": 316.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 8.481764206955047, "deceased_daily": "", "deceased": 15.0, "positive_100k": 190.55696918292338, "positive_daily": "", "positive": 337.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 10.178117048346055, "deceased_daily": "", "deceased": 18.0, "positive_100k": 195.6460277070964, "positive_daily": "", "positive": 346.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 11.874469889737066, "deceased_daily": "", "deceased": 21.0, "positive_100k": 213.7404580152672, "positive_daily": "", "positive": 378.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 13.005371783997738, "deceased_daily": "", "deceased": 23.0, "positive_100k": 227.31128074639523, "positive_daily": "", "positive": 402.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 14.13627367825841, "deceased_daily": "", "deceased": 25.0, "positive_100k": 237.4893977947413, "positive_daily": "", "positive": 420.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 15.832626519649422, "deceased_daily": "", "deceased": 28.0, "positive_100k": 243.14390726604466, "positive_daily": "", "positive": 430.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 16.398077466779757, "deceased_daily": "", "deceased": 29.0, "positive_100k": 251.0602205258694, "positive_daily": "", "positive": 444.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 17.52897936104043, "deceased_daily": "", "deceased": 31.0, "positive_100k": 255.5838281029121, "positive_daily": "", "positive": 452.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 17.52897936104043, "deceased_daily": "", "deceased": 31.0, "positive_100k": 262.3692394684761, "positive_daily": "", "positive": 464.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 19.22533220243144, "deceased_daily": "", "deceased": 34.0, "positive_100k": 275.9400621996042, "positive_daily": "", "positive": 488.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 20.35623409669211, "deceased_daily": "", "deceased": 36.0, "positive_100k": 290.0763358778626, "positive_daily": "", "positive": 513.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 22.052586938083124, "deceased_daily": "", "deceased": 39.0, "positive_100k": 292.90359061351427, "positive_daily": "", "positive": 518.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 22.618037885213457, "deceased_daily": "", "deceased": 40.0, "positive_100k": 310.99802092168505, "positive_daily": "", "positive": 550.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 22.618037885213457, "deceased_daily": "", "deceased": 40.0, "positive_100k": 322.30703986429177, "positive_daily": "", "positive": 570.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 23.74893977947413, "deceased_daily": "", "deceased": 42.0, "positive_100k": 327.3960983884648, "positive_daily": "", "positive": 579.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 26.010743567995476, "deceased_daily": "", "deceased": 46.0, "positive_100k": 333.05060785976815, "positive_daily": "", "positive": 589.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 26.576194515125813, "deceased_daily": "", "deceased": 47.0, "positive_100k": 336.4433135425502, "positive_daily": "", "positive": 595.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 27.14164546225615, "deceased_daily": "", "deceased": 48.0, "positive_100k": 342.6632739609839, "positive_daily": "", "positive": 606.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 27.14164546225615, "deceased_daily": "", "deceased": 48.0, "positive_100k": 347.7523324851569, "positive_daily": "", "positive": 615.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 27.14164546225615, "deceased_daily": "", "deceased": 48.0, "positive_100k": 353.97229290359064, "positive_daily": "", "positive": 626.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 28.27254735651682, "deceased_daily": "", "deceased": 50.0, "positive_100k": 359.62680237489394, "positive_daily": "", "positive": 636.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 28.27254735651682, "deceased_daily": "", "deceased": 50.0, "positive_100k": 360.75770426915466, "positive_daily": "", "positive": 638.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 28.27254735651682, "deceased_daily": "", "deceased": 50.0, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 31.665253039298843, "deceased_daily": "", "deceased": 56.0, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.0, "positive_daily": "", "positive": 0.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 15.87080674973203, "positive_daily": "", "positive": 65.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 22.463295707313026, "positive_daily": "", "positive": 92.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 0.24416625768818503, "deceased_daily": "", "deceased": 1.0, "positive_100k": 26.61412208801217, "positive_daily": "", "positive": 109.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 0.24416625768818503, "deceased_daily": "", "deceased": 1.0, "positive_100k": 31.98577975715224, "positive_daily": "", "positive": 131.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.24416625768818503, "deceased_daily": "", "deceased": 1.0, "positive_100k": 38.08993619935686, "positive_daily": "", "positive": 156.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.48833251537637007, "deceased_daily": "", "deceased": 2.0, "positive_100k": 50.05408282607794, "positive_daily": "", "positive": 205.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.48833251537637007, "deceased_daily": "", "deceased": 2.0, "positive_100k": 55.669906752906186, "positive_daily": "", "positive": 228.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.7324987730645551, "deceased_daily": "", "deceased": 3.0, "positive_100k": 61.77406319511082, "positive_daily": "", "positive": 253.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.7324987730645551, "deceased_daily": "", "deceased": 3.0, "positive_100k": 70.0757159565091, "positive_daily": "", "positive": 287.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.9766650307527401, "deceased_daily": "", "deceased": 4.0, "positive_100k": 77.40070368715466, "positive_daily": "", "positive": 317.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 1.2208312884409254, "deceased_daily": "", "deceased": 5.0, "positive_100k": 82.77236135629472, "positive_daily": "", "positive": 339.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.4649975461291103, "deceased_daily": "", "deceased": 6.0, "positive_100k": 85.70235644855295, "positive_daily": "", "positive": 351.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 91.56234663306938, "positive_daily": "", "positive": 375.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 97.9106693329622, "positive_daily": "", "positive": 401.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 103.03816074441409, "positive_daily": "", "positive": 422.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 109.63064970199508, "positive_daily": "", "positive": 449.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 114.51397485575878, "positive_daily": "", "positive": 469.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 116.71147117495245, "positive_daily": "", "positive": 478.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 121.35063007102796, "positive_daily": "", "positive": 497.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 124.28062516328619, "positive_daily": "", "positive": 509.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 128.67561780167352, "positive_daily": "", "positive": 527.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 132.3381116669963, "positive_daily": "", "positive": 542.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 136.73310430538362, "positive_daily": "", "positive": 560.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 2.4416625768818507, "deceased_daily": "", "deceased": 10.0, "positive_100k": 138.6864343668891, "positive_daily": "", "positive": 568.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 2.4416625768818507, "deceased_daily": "", "deceased": 10.0, "positive_100k": 140.63976442839459, "positive_daily": "", "positive": 576.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.4416625768818507, "deceased_daily": "", "deceased": 10.0, "positive_100k": 141.61642945914733, "positive_daily": "", "positive": 580.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 2.685828834570035, "deceased_daily": "", "deceased": 11.0, "positive_100k": 143.81392577834097, "positive_daily": "", "positive": 589.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 2.9299950922582205, "deceased_daily": "", "deceased": 12.0, "positive_100k": 145.5230895821583, "positive_daily": "", "positive": 596.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 3.1741613499464054, "deceased_daily": "", "deceased": 13.0, "positive_100k": 146.25558835522284, "positive_daily": "", "positive": 599.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 3.4183276076345908, "deceased_daily": "", "deceased": 14.0, "positive_100k": 148.20891841672832, "positive_daily": "", "positive": 607.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 3.6624938653227757, "deceased_daily": "", "deceased": 15.0, "positive_100k": 152.11557853973926, "positive_daily": "", "positive": 623.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 3.6624938653227757, "deceased_daily": "", "deceased": 15.0, "positive_100k": 152.84807731280384, "positive_daily": "", "positive": 626.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 3.6624938653227757, "deceased_daily": "", "deceased": 15.0, "positive_100k": 154.55724111662113, "positive_daily": "", "positive": 633.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 3.6624938653227757, "deceased_daily": "", "deceased": 15.0, "positive_100k": 156.998903693503, "positive_daily": "", "positive": 643.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": 120.65760964439379, "tested": 235.0, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.5403099103539633, "positive_daily": "", "positive": 3.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.5403099103539633, "positive_daily": "", "positive": 3.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.107493094277236, "positive_daily": "", "positive": 8.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 7.701549551769816, "positive_daily": "", "positive": 15.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.782169372477743, "positive_daily": "", "positive": 21.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.322479282831706, "positive_daily": "", "positive": 24.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 14.376225829970323, "positive_daily": "", "positive": 28.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 16.943409013893596, "positive_daily": "", "positive": 33.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 25.158395202448066, "positive_daily": "", "positive": 49.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": 0.5134366367846545, "deceased_daily": "", "deceased": 1.0, "positive_100k": 37.48087448527977, "positive_daily": "", "positive": 73.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": 0.5134366367846545, "deceased_daily": "", "deceased": 1.0, "positive_100k": 47.2361705841882, "positive_daily": "", "positive": 92.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.5134366367846545, "deceased_daily": "", "deceased": 1.0, "positive_100k": 51.34366367846545, "positive_daily": "", "positive": 100.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 73.93487569699023, "positive_daily": "", "positive": 144.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 84.71704506946797, "positive_daily": "", "positive": 165.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 93.4454678948071, "positive_daily": "", "positive": 182.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 113.98293336619327, "positive_daily": "", "positive": 222.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 139.654765205426, "positive_daily": "", "positive": 272.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 2.567183183923272, "deceased_daily": "", "deceased": 5.0, "positive_100k": 153.51755439861168, "positive_daily": "", "positive": 299.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 2.567183183923272, "deceased_daily": "", "deceased": 5.0, "positive_100k": 183.81031596890628, "positive_daily": "", "positive": 358.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 2.567183183923272, "deceased_daily": "", "deceased": 5.0, "positive_100k": 193.05217543103007, "positive_daily": "", "positive": 376.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 2.567183183923272, "deceased_daily": "", "deceased": 5.0, "positive_100k": 212.56276762884693, "positive_daily": "", "positive": 414.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 4.107493094277236, "deceased_daily": "", "deceased": 8.0, "positive_100k": 239.26147274164893, "positive_daily": "", "positive": 466.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 6.161239641415853, "deceased_daily": "", "deceased": 12.0, "positive_100k": 259.2855015762505, "positive_daily": "", "positive": 505.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 6.674676278200507, "deceased_daily": "", "deceased": 13.0, "positive_100k": 274.17516404300545, "positive_daily": "", "positive": 534.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 6.674676278200507, "deceased_daily": "", "deceased": 13.0, "positive_100k": 294.19919287760695, "positive_daily": "", "positive": 573.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 7.701549551769816, "deceased_daily": "", "deceased": 15.0, "positive_100k": 312.6829118018545, "positive_daily": "", "positive": 609.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 7.701549551769816, "deceased_daily": "", "deceased": 15.0, "positive_100k": 318.8441514432704, "positive_daily": "", "positive": 621.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 8.214986188554471, "deceased_daily": "", "deceased": 16.0, "positive_100k": 337.3278703675179, "positive_daily": "", "positive": 657.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 9.241859462123779, "deceased_daily": "", "deceased": 18.0, "positive_100k": 354.7847160181962, "positive_daily": "", "positive": 691.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 9.755296098908433, "deceased_daily": "", "deceased": 19.0, "positive_100k": 368.6475052113819, "positive_daily": "", "positive": 718.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 10.782169372477743, "deceased_daily": "", "deceased": 21.0, "positive_100k": 389.18497068276804, "positive_daily": "", "positive": 758.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 12.322479282831706, "deceased_daily": "", "deceased": 24.0, "positive_100k": 395.8596469609685, "positive_daily": "", "positive": 771.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 13.349352556401014, "deceased_daily": "", "deceased": 26.0, "positive_100k": 407.6686896070156, "positive_daily": "", "positive": 794.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 13.349352556401014, "deceased_daily": "", "deceased": 26.0, "positive_100k": 412.2896193380775, "positive_daily": "", "positive": 803.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 14.376225829970323, "deceased_daily": "", "deceased": 28.0, "positive_100k": 417.423985705924, "positive_daily": "", "positive": 813.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 15.916535740324287, "deceased_daily": "", "deceased": 31.0, "positive_100k": 428.20615507840176, "positive_daily": "", "positive": 834.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 16.943409013893596, "deceased_daily": "", "deceased": 33.0, "positive_100k": 434.3673947198176, "positive_daily": "", "positive": 846.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 16.943409013893596, "deceased_daily": "", "deceased": 33.0, "positive_100k": 441.0420709980181, "positive_daily": "", "positive": 859.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 16.943409013893596, "deceased_daily": "", "deceased": 33.0, "positive_100k": 444.63612745551075, "positive_daily": "", "positive": 866.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 16.943409013893596, "deceased_daily": "", "deceased": 33.0, "positive_100k": 452.8511136440652, "positive_daily": "", "positive": 882.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 17.45684565067825, "deceased_daily": "", "deceased": 34.0, "positive_100k": 458.4989166486964, "positive_daily": "", "positive": 893.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 17.45684565067825, "deceased_daily": "", "deceased": 34.0, "positive_100k": 461.5795364694043, "positive_daily": "", "positive": 899.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 18.483718924247558, "deceased_daily": "", "deceased": 36.0, "positive_100k": 466.7139028372508, "positive_daily": "", "positive": 909.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 18.997155561032216, "deceased_daily": "", "deceased": 37.0, "positive_100k": 470.8213959315281, "positive_daily": "", "positive": 917.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 18.997155561032216, "deceased_daily": "", "deceased": 37.0, "positive_100k": 473.90201575223597, "positive_daily": "", "positive": 923.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 20.537465471386177, "deceased_daily": "", "deceased": 40.0, "positive_100k": 476.98263557294393, "positive_daily": "", "positive": 929.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 20.537465471386177, "deceased_daily": "", "deceased": 40.0, "positive_100k": 478.52294548329786, "positive_daily": "", "positive": 932.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 21.564338744955485, "deceased_daily": "", "deceased": 42.0, "positive_100k": 479.0363821200826, "positive_daily": "", "positive": 933.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 22.591212018524793, "deceased_daily": "", "deceased": 44.0, "positive_100k": 479.0363821200826, "positive_daily": "", "positive": 933.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.14744760817862393, "positive_daily": "", "positive": 1.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.29489521635724786, "positive_daily": "", "positive": 2.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.8846856490717436, "positive_daily": "", "positive": 6.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.0321332572503674, "positive_daily": "", "positive": 7.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3270284736076154, "positive_daily": "", "positive": 9.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.7693712981434873, "positive_daily": "", "positive": 12.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.064266514500735, "positive_daily": "", "positive": 14.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.506609339036607, "positive_daily": "", "positive": 17.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.654056947215231, "positive_daily": "", "positive": 18.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.9810854208228466, "positive_daily": "", "positive": 27.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.718323461715966, "positive_daily": "", "positive": 32.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 7.667275625288444, "positive_daily": "", "positive": 52.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.878989747967804, "positive_daily": "", "positive": 67.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 14.892208426041018, "positive_daily": "", "positive": 101.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 17.398817765077624, "positive_daily": "", "positive": 118.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 0.14744760817862393, "deceased_daily": "", "deceased": 1.0, "positive_100k": 24.771198174008823, "positive_daily": "", "positive": 168.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 0.14744760817862393, "deceased_daily": "", "deceased": 1.0, "positive_100k": 34.20784509744075, "positive_daily": "", "positive": 232.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.14744760817862393, "deceased_daily": "", "deceased": 1.0, "positive_100k": 35.534873571048365, "positive_daily": "", "positive": 241.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.29489521635724786, "deceased_daily": "", "deceased": 2.0, "positive_100k": 39.22106377551396, "positive_daily": "", "positive": 266.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.29489521635724786, "deceased_daily": "", "deceased": 2.0, "positive_100k": 47.03578700898103, "positive_daily": "", "positive": 319.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.29489521635724786, "deceased_daily": "", "deceased": 2.0, "positive_100k": 51.45921525433975, "positive_daily": "", "positive": 349.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.4423428245358718, "deceased_daily": "", "deceased": 3.0, "positive_100k": 53.670929377019114, "positive_daily": "", "positive": 364.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.1795808654289914, "deceased_daily": "", "deceased": 8.0, "positive_100k": 70.9222995339181, "positive_daily": "", "positive": 481.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.6219236899648632, "deceased_daily": "", "deceased": 11.0, "positive_100k": 73.57635648113335, "positive_daily": "", "positive": 499.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.6219236899648632, "deceased_daily": "", "deceased": 11.0, "positive_100k": 80.94873689006454, "positive_daily": "", "positive": 549.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.7693712981434873, "deceased_daily": "", "deceased": 12.0, "positive_100k": 87.28898404174537, "positive_daily": "", "positive": 592.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.7693712981434873, "deceased_daily": "", "deceased": 12.0, "positive_100k": 92.30220271981858, "positive_daily": "", "positive": 626.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 1.916818906322111, "deceased_daily": "", "deceased": 13.0, "positive_100k": 107.1944111458596, "positive_daily": "", "positive": 727.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.359161730857983, "deceased_daily": "", "deceased": 16.0, "positive_100k": 112.06018221575418, "positive_daily": "", "positive": 760.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.359161730857983, "deceased_daily": "", "deceased": 16.0, "positive_100k": 116.18871524475567, "positive_daily": "", "positive": 788.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 2.506609339036607, "deceased_daily": "", "deceased": 17.0, "positive_100k": 121.20193392282886, "positive_daily": "", "positive": 822.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.654056947215231, "deceased_daily": "", "deceased": 18.0, "positive_100k": 125.33046695183035, "positive_daily": "", "positive": 850.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 2.654056947215231, "deceased_daily": "", "deceased": 18.0, "positive_100k": 129.4589999808318, "positive_daily": "", "positive": 878.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 2.654056947215231, "deceased_daily": "", "deceased": 18.0, "positive_100k": 132.55539975258293, "positive_daily": "", "positive": 899.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.8015045553938545, "deceased_daily": "", "deceased": 19.0, "positive_100k": 133.5875330098333, "positive_daily": "", "positive": 906.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 2.8015045553938545, "deceased_daily": "", "deceased": 19.0, "positive_100k": 134.47221865890504, "positive_daily": "", "positive": 912.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 3.2438473799297265, "deceased_daily": "", "deceased": 22.0, "positive_100k": 136.9788279979416, "positive_daily": "", "positive": 929.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 3.39129498810835, "deceased_daily": "", "deceased": 23.0, "positive_100k": 139.04309451244237, "positive_daily": "", "positive": 943.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 3.5387425962869745, "deceased_daily": "", "deceased": 24.0, "positive_100k": 141.549703851479, "positive_daily": "", "positive": 960.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 3.686190204465598, "deceased_daily": "", "deceased": 25.0, "positive_100k": 145.53078927230183, "positive_daily": "", "positive": 987.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 3.686190204465598, "deceased_daily": "", "deceased": 25.0, "positive_100k": 147.8899510031598, "positive_daily": "", "positive": 1003.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 4.12853302900147, "deceased_daily": "", "deceased": 28.0, "positive_100k": 149.21697947676742, "positive_daily": "", "positive": 1012.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 4.275980637180094, "deceased_daily": "", "deceased": 29.0, "positive_100k": 149.95421751766054, "positive_daily": "", "positive": 1017.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6282788301448183, "positive_daily": "", "positive": 1.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 0.6282788301448183, "tested": 1.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.8848364904344548, "positive_daily": "", "positive": 3.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 1.8848364904344548, "tested": 3.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.7696729808689096, "positive_daily": "", "positive": 6.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 3.7696729808689096, "tested": 6.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.654509471303364, "positive_daily": "", "positive": 9.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 6.282788301448183, "tested": 10.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 7.539345961737819, "positive_daily": "", "positive": 12.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 6.282788301448183, "tested": 10.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 8.167624791882638, "positive_daily": "", "positive": 13.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 62.19960418433701, "positive_daily": "", "positive": 99.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.6282788301448183, "deceased_daily": "", "deceased": 1.0, "positive_100k": 62.19960418433701, "positive_daily": "", "positive": 99.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.6282788301448183, "deceased_daily": "", "deceased": 1.0, "positive_100k": 74.76518078723338, "positive_daily": "", "positive": 119.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 1.2565576602896367, "deceased_daily": "", "deceased": 2.0, "positive_100k": 76.65001727766783, "positive_daily": "", "positive": 122.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 1.2565576602896367, "deceased_daily": "", "deceased": 2.0, "positive_100k": 80.41969025853675, "positive_daily": "", "positive": 128.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.2565576602896367, "deceased_daily": "", "deceased": 2.0, "positive_100k": 84.81764206955046, "positive_daily": "", "positive": 135.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 2.5131153205792733, "deceased_daily": "", "deceased": 4.0, "positive_100k": 88.58731505041938, "positive_daily": "", "positive": 141.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 2.5131153205792733, "deceased_daily": "", "deceased": 4.0, "positive_100k": 91.72870920114346, "positive_daily": "", "positive": 146.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 2.5131153205792733, "deceased_daily": "", "deceased": 4.0, "positive_100k": 97.38321867244683, "positive_daily": "", "positive": 155.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 2.5131153205792733, "deceased_daily": "", "deceased": 4.0, "positive_100k": 103.0377281437502, "positive_daily": "", "positive": 164.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 3.1413941507240914, "deceased_daily": "", "deceased": 5.0, "positive_100k": 105.55084346432946, "positive_daily": "", "positive": 168.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 3.1413941507240914, "deceased_daily": "", "deceased": 5.0, "positive_100k": 106.8074011246191, "positive_daily": "", "positive": 170.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 3.7696729808689096, "deceased_daily": "", "deceased": 6.0, "positive_100k": 111.83363176577765, "positive_daily": "", "positive": 178.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 4.397951811013728, "deceased_daily": "", "deceased": 7.0, "positive_100k": 116.23158357679138, "positive_daily": "", "positive": 185.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 4.397951811013728, "deceased_daily": "", "deceased": 7.0, "positive_100k": 123.14265070838438, "positive_daily": "", "positive": 196.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 5.654509471303364, "deceased_daily": "", "deceased": 9.0, "positive_100k": 133.8233908208463, "positive_daily": "", "positive": 213.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 6.282788301448183, "deceased_daily": "", "deceased": 10.0, "positive_100k": 135.07994848113592, "positive_daily": "", "positive": 215.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 6.282788301448183, "deceased_daily": "", "deceased": 10.0, "positive_100k": 156.44142870605975, "positive_daily": "", "positive": 249.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 6.911067131593001, "deceased_daily": "", "deceased": 11.0, "positive_100k": 157.6979863663494, "positive_daily": "", "positive": 251.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 7.539345961737819, "deceased_daily": "", "deceased": 12.0, "positive_100k": 157.6979863663494, "positive_daily": "", "positive": 251.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 8.167624791882638, "deceased_daily": "", "deceased": 13.0, "positive_100k": 162.0959381773631, "positive_daily": "", "positive": 258.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 8.167624791882638, "deceased_daily": "", "deceased": 13.0, "positive_100k": 163.98077466779756, "positive_daily": "", "positive": 261.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 8.795903622027456, "deceased_daily": "", "deceased": 14.0, "positive_100k": 166.49388998837682, "positive_daily": "", "positive": 265.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 8.795903622027456, "deceased_daily": "", "deceased": 14.0, "positive_100k": 167.12216881852166, "positive_daily": "", "positive": 266.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 8.795903622027456, "deceased_daily": "", "deceased": 14.0, "positive_100k": 167.12216881852166, "positive_daily": "", "positive": 266.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 9.424182452172275, "deceased_daily": "", "deceased": 15.0, "positive_100k": 168.3787264788113, "positive_daily": "", "positive": 268.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 9.424182452172275, "deceased_daily": "", "deceased": 15.0, "positive_100k": 170.8918417993906, "positive_daily": "", "positive": 272.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 10.052461282317093, "deceased_daily": "", "deceased": 16.0, "positive_100k": 173.40495711996985, "positive_daily": "", "positive": 276.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-22T00:00:00", "deceased_100k": 10.052461282317093, "deceased_daily": "", "deceased": 16.0, "positive_100k": 177.17463010083875, "positive_daily": "", "positive": 282.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.6426362939668615, "positive_daily": "", "positive": 1.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": 15.85581776380117, "tested": 6.0, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 66.06590734917152, "positive_daily": "", "positive": 25.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 66.06590734917152, "positive_daily": "", "positive": 25.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 71.35117993710526, "positive_daily": "", "positive": 27.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 79.27908881900584, "positive_daily": "", "positive": 30.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 97.77754287677386, "positive_daily": "", "positive": 37.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 121.56126952247563, "positive_daily": "", "positive": 46.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 121.56126952247563, "positive_daily": "", "positive": 46.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 126.84654211040936, "positive_daily": "", "positive": 48.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 134.77445099230994, "positive_daily": "", "positive": 51.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 147.98763246214423, "positive_daily": "", "positive": 56.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 158.55817763801167, "positive_daily": "", "positive": 60.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 158.55817763801167, "positive_daily": "", "positive": 60.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 161.20081393197853, "positive_daily": "", "positive": 61.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 163.84345022594542, "positive_daily": "", "positive": 62.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 169.12872281387914, "positive_daily": "", "positive": 64.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 169.12872281387914, "positive_daily": "", "positive": 64.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 171.771359107846, "positive_daily": "", "positive": 65.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 174.41399540181283, "positive_daily": "", "positive": 66.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 177.0566316957797, "positive_daily": "", "positive": 67.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 177.0566316957797, "positive_daily": "", "positive": 67.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-25T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 0.0, "positive_daily": "", "positive": 0.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 14.414991591254905, "tested": 72.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-26T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 0.200208216545207, "positive_daily": "", "positive": 1.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 35.63706254504685, "tested": 178.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 0.200208216545207, "positive_daily": "", "positive": 1.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 65.26787859373748, "tested": 326.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 0.6006246496356211, "positive_daily": "", "positive": 3.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 106.71097941859534, "tested": 533.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.0010410827260352, "positive_daily": "", "positive": 5.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 134.74012973492432, "tested": 673.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.401457515816449, "positive_daily": "", "positive": 7.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 156.5628253383519, "tested": 782.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.401457515816449, "positive_daily": "", "positive": 7.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 174.1811483943301, "tested": 870.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.8018739489068631, "positive_daily": "", "positive": 9.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 195.80363578121248, "tested": 978.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.8018739489068631, "positive_daily": "", "positive": 9.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 217.2259149515496, "tested": 1085.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 2.602706815087691, "positive_daily": "", "positive": 13.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 230.43965724353328, "tested": 1151.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 3.6037478978137263, "positive_daily": "", "positive": 18.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 250.26027068150879, "tested": 1250.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 6.00624649635621, "positive_daily": "", "positive": 30.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 265.6763033554897, "tested": 1327.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 7.808120445263074, "positive_daily": "", "positive": 39.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 280.0912949467446, "tested": 1399.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 9.609994394169938, "positive_daily": "", "positive": 48.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 302.714823416353, "tested": 1512.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 15.41603267398094, "positive_daily": "", "positive": 77.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 345.3591735404821, "tested": 1725.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 17.61832305597822, "positive_daily": "", "positive": 88.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 395.61143589332903, "tested": 1976.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 23.824777768879635, "positive_daily": "", "positive": 119.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 470.48930888123647, "tested": 2350.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 37.238728277408505, "positive_daily": "", "positive": 186.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 565.5882117402099, "tested": 2825.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 58.86121566429086, "positive_daily": "", "positive": 294.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 695.5233442780492, "tested": 3474.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.6006246496356211, "deceased_daily": "", "deceased": 3.0, "positive_100k": 78.68182910226635, "positive_daily": "", "positive": 393.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 783.8151677744855, "tested": 3915.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.6006246496356211, "deceased_daily": "", "deceased": 3.0, "positive_100k": 96.50036037478978, "positive_daily": "", "positive": 482.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 874.5094898694643, "tested": 4368.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.800832866180828, "deceased_daily": "", "deceased": 4.0, "positive_100k": 122.32722030912149, "positive_daily": "", "positive": 611.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 995.4352526627692, "tested": 4972.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 1.0010410827260352, "deceased_daily": "", "deceased": 5.0, "positive_100k": 156.7630335548971, "positive_daily": "", "positive": 783.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1131.9772563466006, "tested": 5654.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 1.2012492992712422, "deceased_daily": "", "deceased": 6.0, "positive_100k": 201.40946584447826, "positive_daily": "", "positive": 1006.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1247.69760550973, "tested": 6232.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.601665732361656, "deceased_daily": "", "deceased": 8.0, "positive_100k": 226.63570112917432, "positive_daily": "", "positive": 1132.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1329.1823496436293, "tested": 6639.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 1.601665732361656, "deceased_daily": "", "deceased": 8.0, "positive_100k": 252.46256106350603, "positive_daily": "", "positive": 1261.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1402.8589733322656, "tested": 7007.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 1.8018739489068631, "deceased_daily": "", "deceased": 9.0, "positive_100k": 281.8931688956515, "positive_daily": "", "positive": 1408.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1451.9099863858412, "tested": 7252.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 2.602706815087691, "deceased_daily": "", "deceased": 13.0, "positive_100k": 311.5239849443421, "positive_daily": "", "positive": 1556.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1531.3926483542884, "tested": 7649.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 2.802915031632898, "deceased_daily": "", "deceased": 14.0, "positive_100k": 332.1454312484984, "positive_daily": "", "positive": 1659.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1601.2653159285655, "tested": 7998.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 4.204372547449347, "deceased_daily": "", "deceased": 21.0, "positive_100k": 356.3706254504685, "positive_daily": "", "positive": 1780.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1687.5550572595498, "tested": 8429.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 4.6047889805397615, "deceased_daily": "", "deceased": 23.0, "positive_100k": 401.8178906062305, "positive_daily": "", "positive": 2007.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1790.6622887803314, "tested": 8944.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 6.00624649635621, "deceased_daily": "", "deceased": 30.0, "positive_100k": 439.2568271001842, "positive_daily": "", "positive": 2194.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1888.964523104028, "tested": 9435.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 7.407704012172659, "deceased_daily": "", "deceased": 37.0, "positive_100k": 479.09826219268035, "positive_daily": "", "positive": 2393.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2011.0915351966044, "tested": 10045.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 8.80916152798911, "deceased_daily": "", "deceased": 44.0, "positive_100k": 501.12116601265313, "positive_daily": "", "positive": 2503.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2073.756706975254, "tested": 10358.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 10.611035476895973, "deceased_daily": "", "deceased": 53.0, "positive_100k": 542.9646832706014, "positive_daily": "", "positive": 2712.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2206.2945463281812, "tested": 11020.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 12.212701209257627, "deceased_daily": "", "deceased": 61.0, "positive_100k": 589.4129895090895, "positive_daily": "", "positive": 2944.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2358.4527909025387, "tested": 11780.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 13.814366941619284, "deceased_daily": "", "deceased": 69.0, "positive_100k": 621.2460959397773, "positive_daily": "", "positive": 3103.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2478.3775126131177, "tested": 12379.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 15.41603267398094, "deceased_daily": "", "deceased": 77.0, "positive_100k": 663.490029630816, "positive_daily": "", "positive": 3314.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2658.965323936894, "tested": 13281.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 16.21686554016177, "deceased_daily": "", "deceased": 81.0, "positive_100k": 701.5295907744054, "positive_daily": "", "positive": 3504.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2817.330023224153, "tested": 14072.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 18.81957235524946, "deceased_daily": "", "deceased": 94.0, "positive_100k": 727.1562424921918, "positive_daily": "", "positive": 3632.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2935.4528709858255, "tested": 14662.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 20.22102987106591, "deceased_daily": "", "deceased": 101.0, "positive_100k": 740.5701930007207, "positive_daily": "", "positive": 3699.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2997.117001681749, "tested": 14970.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 22.423320253063185, "deceased_daily": "", "deceased": 112.0, "positive_100k": 764.995595419236, "positive_daily": "", "positive": 3821.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3123.848802754865, "tested": 15603.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 24.62561063506046, "deceased_daily": "", "deceased": 123.0, "positive_100k": 797.2291182830143, "positive_daily": "", "positive": 3982.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3282.2135020421238, "tested": 16394.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 27.228317450148154, "deceased_daily": "", "deceased": 136.0, "positive_100k": 823.8568110835268, "positive_daily": "", "positive": 4115.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3449.1871546408265, "tested": 17228.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 29.030191399055017, "deceased_daily": "", "deceased": 145.0, "positive_100k": 842.6763834387764, "positive_daily": "", "positive": 4209.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3557.099383358693, "tested": 17767.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 30.83206534796188, "deceased_daily": "", "deceased": 154.0, "positive_100k": 851.0851285336751, "positive_daily": "", "positive": 4251.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3643.989749339313, "tested": 18201.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 32.233522863778326, "deceased_daily": "", "deceased": 161.0, "positive_100k": 860.8953311443901, "positive_daily": "", "positive": 4300.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3717.0657483783134, "tested": 18566.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 33.43477216304957, "deceased_daily": "", "deceased": 167.0, "positive_100k": 865.2999119083846, "positive_daily": "", "positive": 4322.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3752.1021862737243, "tested": 18741.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 34.03539681268519, "deceased_daily": "", "deceased": 170.0, "positive_100k": 875.3103227356452, "positive_daily": "", "positive": 4372.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3814.5671498358292, "tested": 19053.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 34.836229678866026, "deceased_daily": "", "deceased": 174.0, "positive_100k": 885.7211499959959, "positive_daily": "", "positive": 4424.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3923.2802114198767, "tested": 19596.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 35.63706254504685, "deceased_daily": "", "deceased": 178.0, "positive_100k": 898.7346840714342, "positive_daily": "", "positive": 4489.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4021.5824457435733, "tested": 20087.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 36.83831184431809, "deceased_daily": "", "deceased": 184.0, "positive_100k": 911.5480099303276, "positive_daily": "", "positive": 4553.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4158.7250740770405, "tested": 20772.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 38.03956114358933, "deceased_daily": "", "deceased": 190.0, "positive_100k": 923.5605029230401, "positive_daily": "", "positive": 4613.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4252.022102987106, "tested": 21238.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 38.64018579322495, "deceased_daily": "", "deceased": 193.0, "positive_100k": 933.1704973172098, "positive_daily": "", "positive": 4661.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4330.503723872828, "tested": 21630.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 40.041643309041405, "deceased_daily": "", "deceased": 200.0, "positive_100k": 935.172579482662, "positive_daily": "", "positive": 4671.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4389.3649395371185, "tested": 21924.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 40.24185152558661, "deceased_daily": "", "deceased": 201.0, "positive_100k": 934.9723712661167, "positive_daily": "", "positive": 4670.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4414.39096660527, "tested": 22049.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": null, "tested": null, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.7884134755631242, "positive_daily": "", "positive": 1.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.365240426689373, "positive_daily": "", "positive": 3.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.249375182320616, "positive_daily": "", "positive": 13.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.249375182320616, "positive_daily": "", "positive": 13.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 18.921923413514985, "positive_daily": "", "positive": 24.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 37.84384682702997, "positive_daily": "", "positive": 48.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 48.8816354849137, "positive_daily": "", "positive": 62.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 56.76577024054495, "positive_daily": "", "positive": 72.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 63.07307804504995, "positive_daily": "", "positive": 80.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 68.59197237399181, "positive_daily": "", "positive": 87.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 74.11086670293369, "positive_daily": "", "positive": 94.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 79.62976103187556, "positive_daily": "", "positive": 101.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 79.62976103187556, "positive_daily": "", "positive": 101.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 88.30230926306993, "positive_daily": "", "positive": 112.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 89.87913621419618, "positive_daily": "", "positive": 114.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 98.55168444539053, "positive_daily": "", "positive": 125.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 103.2821652987693, "positive_daily": "", "positive": 131.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.5768269511262485, "deceased_daily": "", "deceased": 2.0, "positive_100k": 108.80105962771115, "positive_daily": "", "positive": 138.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.5768269511262485, "deceased_daily": "", "deceased": 2.0, "positive_100k": 115.10836743221616, "positive_daily": "", "positive": 146.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 1.5768269511262485, "deceased_daily": "", "deceased": 2.0, "positive_100k": 115.10836743221616, "positive_daily": "", "positive": 146.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 119.83884828559489, "positive_daily": "", "positive": 152.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 123.78091566341052, "positive_daily": "", "positive": 157.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 127.72298304122614, "positive_daily": "", "positive": 162.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 130.08822346791553, "positive_daily": "", "positive": 165.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 132.45346389460488, "positive_daily": "", "positive": 168.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 3.153653902252497, "deceased_daily": "", "deceased": 4.0, "positive_100k": 132.45346389460488, "positive_daily": "", "positive": 168.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 3.9420673778156217, "deceased_daily": "", "deceased": 5.0, "positive_100k": 132.45346389460488, "positive_daily": "", "positive": 168.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 3.9420673778156217, "deceased_daily": "", "deceased": 5.0, "positive_100k": 134.03029084573114, "positive_daily": "", "positive": 170.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 3.9420673778156217, "deceased_daily": "", "deceased": 5.0, "positive_100k": 134.81870432129426, "positive_daily": "", "positive": 171.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 3.9420673778156217, "deceased_daily": "", "deceased": 5.0, "positive_100k": 134.81870432129426, "positive_daily": "", "positive": 171.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 4.730480853378746, "deceased_daily": "", "deceased": 6.0, "positive_100k": 134.81870432129426, "positive_daily": "", "positive": 171.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 4.730480853378746, "deceased_daily": "", "deceased": 6.0, "positive_100k": 135.60711779685738, "positive_daily": "", "positive": 172.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 5.518894328941871, "deceased_daily": "", "deceased": 7.0, "positive_100k": 137.18394474798362, "positive_daily": "", "positive": 174.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 5.518894328941871, "deceased_daily": "", "deceased": 7.0, "positive_100k": 137.97235822354676, "positive_daily": "", "positive": 175.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 5.518894328941871, "deceased_daily": "", "deceased": 7.0, "positive_100k": 137.97235822354676, "positive_daily": "", "positive": 175.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 6.307307804504994, "deceased_daily": "", "deceased": 8.0, "positive_100k": 138.76077169910988, "positive_daily": "", "positive": 176.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-22T00:00:00", "deceased_100k": 6.307307804504994, "deceased_daily": "", "deceased": 8.0, "positive_100k": 138.76077169910988, "positive_daily": "", "positive": 176.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.254332184253753, "positive_daily": "", "positive": 4.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 57.83957615158596, "positive_daily": "", "positive": 25.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 64.78032528977629, "positive_daily": "", "positive": 28.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 76.34824052009347, "positive_daily": "", "positive": 33.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 83.28898965828378, "positive_daily": "", "positive": 36.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 90.2297387964741, "positive_daily": "", "positive": 39.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 97.17048793466441, "positive_daily": "", "positive": 42.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 101.79765402679129, "positive_daily": "", "positive": 44.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 111.05198621104505, "positive_daily": "", "positive": 48.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 124.93348448742566, "positive_daily": "", "positive": 54.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 127.24706753348913, "positive_daily": "", "positive": 55.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 136.50139971774288, "positive_daily": "", "positive": 59.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 145.75573190199663, "positive_daily": "", "positive": 63.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 161.9508132244407, "positive_daily": "", "positive": 70.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 161.9508132244407, "positive_daily": "", "positive": 70.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 175.83231150082133, "positive_daily": "", "positive": 76.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 182.77306063901165, "positive_daily": "", "positive": 79.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 185.08664368507507, "positive_daily": "", "positive": 80.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 185.08664368507507, "positive_daily": "", "positive": 80.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 198.96814196145573, "positive_daily": "", "positive": 86.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 201.28172500751916, "positive_daily": "", "positive": 87.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 215.16322328389978, "positive_daily": "", "positive": 93.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 222.1039724220901, "positive_daily": "", "positive": 96.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 231.35830460634384, "positive_daily": "", "positive": 100.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 238.29905374453415, "positive_daily": "", "positive": 103.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 240.61263679059758, "positive_daily": "", "positive": 104.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.3135830460634383, "deceased_daily": "", "deceased": 1.0, "positive_100k": 240.61263679059758, "positive_daily": "", "positive": 104.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 2.3135830460634383, "deceased_daily": "", "deceased": 1.0, "positive_100k": 242.92621983666103, "positive_daily": "", "positive": 105.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 4.627166092126877, "deceased_daily": "", "deceased": 2.0, "positive_100k": 245.23980288272446, "positive_daily": "", "positive": 106.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 4.627166092126877, "deceased_daily": "", "deceased": 2.0, "positive_100k": 245.23980288272446, "positive_daily": "", "positive": 106.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 4.627166092126877, "deceased_daily": "", "deceased": 2.0, "positive_100k": 247.5533859287879, "positive_daily": "", "positive": 107.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 6.9407491381903155, "deceased_daily": "", "deceased": 3.0, "positive_100k": 249.86696897485132, "positive_daily": "", "positive": 108.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 6.9407491381903155, "deceased_daily": "", "deceased": 3.0, "positive_100k": 249.86696897485132, "positive_daily": "", "positive": 108.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 6.9407491381903155, "deceased_daily": "", "deceased": 3.0, "positive_100k": 249.86696897485132, "positive_daily": "", "positive": 108.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 6.9407491381903155, "deceased_daily": "", "deceased": 3.0, "positive_100k": 249.86696897485132, "positive_daily": "", "positive": 108.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.2830111251673303, "positive_daily": "", "positive": 1.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5660222503346606, "positive_daily": "", "positive": 2.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.1320445006693212, "positive_daily": "", "positive": 4.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.4150556258366518, "positive_daily": "", "positive": 5.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.094200253011946, "positive_daily": "", "positive": 18.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.735500632529867, "positive_daily": "", "positive": 45.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 16.41464525970516, "positive_daily": "", "positive": 58.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.244756511378462, "positive_daily": "", "positive": 68.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": 0.2830111251673303, "deceased_daily": "", "deceased": 1.0, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 50.94200253011947, "positive_daily": "", "positive": 180.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 73.01687029317122, "positive_daily": "", "positive": 258.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.849033375501991, "deceased_daily": "", "deceased": 3.0, "positive_100k": 74.99794816934254, "positive_daily": "", "positive": 265.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 1.698066751003982, "deceased_daily": "", "deceased": 6.0, "positive_100k": 82.35623742369313, "positive_daily": "", "positive": 291.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 2.2640890013386423, "deceased_daily": "", "deceased": 8.0, "positive_100k": 93.39367130521902, "positive_daily": "", "positive": 330.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 2.8301112516733036, "deceased_daily": "", "deceased": 10.0, "positive_100k": 119.43069482061341, "positive_daily": "", "positive": 422.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 3.9621557523426247, "deceased_daily": "", "deceased": 14.0, "positive_100k": 144.6186849605058, "positive_daily": "", "positive": 511.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 4.245166877509955, "deceased_daily": "", "deceased": 15.0, "positive_100k": 180.56109785675676, "positive_daily": "", "positive": 638.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 6.226244753681267, "deceased_daily": "", "deceased": 22.0, "positive_100k": 236.0312783895535, "positive_daily": "", "positive": 834.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 7.9243115046852495, "deceased_daily": "", "deceased": 28.0, "positive_100k": 259.8042129036092, "positive_daily": "", "positive": 918.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 10.471411631191222, "deceased_daily": "", "deceased": 37.0, "positive_100k": 265.74744653212315, "positive_daily": "", "positive": 939.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 13.584534008031856, "deceased_daily": "", "deceased": 48.0, "positive_100k": 329.70796081993984, "positive_daily": "", "positive": 1165.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 14.999589633868506, "deceased_daily": "", "deceased": 53.0, "positive_100k": 342.726472577637, "positive_daily": "", "positive": 1211.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 16.98066751003982, "deceased_daily": "", "deceased": 60.0, "positive_100k": 383.19706347656523, "positive_daily": "", "positive": 1354.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 18.961745386211135, "deceased_daily": "", "deceased": 67.0, "positive_100k": 396.49858635942974, "positive_daily": "", "positive": 1401.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 21.508845512717105, "deceased_daily": "", "deceased": 76.0, "positive_100k": 477.72277928245364, "positive_daily": "", "positive": 1688.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 24.621967889557737, "deceased_daily": "", "deceased": 87.0, "positive_100k": 488.7602131639795, "positive_daily": "", "positive": 1727.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 26.32003464056172, "deceased_daily": "", "deceased": 93.0, "positive_100k": 519.8914369323858, "positive_daily": "", "positive": 1837.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 29.716168142569686, "deceased_daily": "", "deceased": 105.0, "positive_100k": 555.2678275783021, "positive_daily": "", "positive": 1962.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 33.96133502007964, "deceased_daily": "", "deceased": 120.0, "positive_100k": 591.7762627248877, "positive_daily": "", "positive": 2091.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 37.3574685220876, "deceased_daily": "", "deceased": 132.0, "positive_100k": 621.20941974229, "positive_daily": "", "positive": 2195.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 39.904568648593575, "deceased_daily": "", "deceased": 141.0, "positive_100k": 642.7182652550072, "positive_daily": "", "positive": 2271.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 43.8667244009362, "deceased_daily": "", "deceased": 155.0, "positive_100k": 672.7174445227441, "positive_daily": "", "positive": 2377.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 46.69683565260951, "deceased_daily": "", "deceased": 165.0, "positive_100k": 691.1131676586207, "positive_daily": "", "positive": 2442.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 50.09296915461747, "deceased_daily": "", "deceased": 177.0, "positive_100k": 709.7919019196645, "positive_daily": "", "positive": 2508.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 53.489102656625434, "deceased_daily": "", "deceased": 189.0, "positive_100k": 720.546324676023, "positive_daily": "", "positive": 2546.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 56.03620278313141, "deceased_daily": "", "deceased": 198.0, "positive_100k": 735.5459143098916, "positive_daily": "", "positive": 2599.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 59.715347410306705, "deceased_daily": "", "deceased": 211.0, "positive_100k": 752.5265818199314, "positive_daily": "", "positive": 2659.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 61.979436411645345, "deceased_daily": "", "deceased": 219.0, "positive_100k": 768.0921937041345, "positive_daily": "", "positive": 2714.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 64.24352541298398, "deceased_daily": "", "deceased": 227.0, "positive_100k": 785.6388834645089, "positive_daily": "", "positive": 2776.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 64.80954766331865, "deceased_daily": "", "deceased": 229.0, "positive_100k": 797.5253507215368, "positive_daily": "", "positive": 2818.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 69.0547145408286, "deceased_daily": "", "deceased": 244.0, "positive_100k": 811.9589181050708, "positive_daily": "", "positive": 2869.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 71.03579241699991, "deceased_daily": "", "deceased": 251.0, "positive_100k": 820.732262985258, "positive_daily": "", "positive": 2900.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 73.01687029317122, "deceased_daily": "", "deceased": 258.0, "positive_100k": 824.128396487266, "positive_daily": "", "positive": 2912.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 74.43192591900788, "deceased_daily": "", "deceased": 263.0, "positive_100k": 828.3735633647758, "positive_daily": "", "positive": 2927.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 76.12999267001186, "deceased_daily": "", "deceased": 269.0, "positive_100k": 835.7318526191265, "positive_daily": "", "positive": 2953.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 76.4130037951792, "deceased_daily": "", "deceased": 270.0, "positive_100k": 842.5241196231424, "positive_daily": "", "positive": 2977.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 78.3940816713505, "deceased_daily": "", "deceased": 277.0, "positive_100k": 847.335308750987, "positive_daily": "", "positive": 2994.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 79.52612617201983, "deceased_daily": "", "deceased": 281.0, "positive_100k": 858.0897315073456, "positive_daily": "", "positive": 3032.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 81.50720404819114, "deceased_daily": "", "deceased": 288.0, "positive_100k": 865.4480207616961, "positive_daily": "", "positive": 3058.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 82.35623742369313, "deceased_daily": "", "deceased": 291.0, "positive_100k": 867.4290986378675, "positive_daily": "", "positive": 3065.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.3137609267242732, "positive_daily": "", "positive": 1.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": 9.412827801728195, "tested": 30.0, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6275218534485464, "positive_daily": "", "positive": 2.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.2550437068970928, "positive_daily": "", "positive": 4.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.882565560345639, "positive_daily": "", "positive": 6.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.5100874137941855, "positive_daily": "", "positive": 8.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.451370193967005, "positive_daily": "", "positive": 11.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.020174827588371, "positive_daily": "", "positive": 16.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.90274038793401, "positive_daily": "", "positive": 22.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.099066875003922, "positive_daily": "", "positive": 29.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 11.295393362073833, "positive_daily": "", "positive": 36.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.550437068970925, "positive_daily": "", "positive": 40.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 14.119241702592294, "positive_daily": "", "positive": 45.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 18.51189467673212, "positive_daily": "", "positive": 59.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.3137609267242732, "deceased_daily": "", "deceased": 1.0, "positive_100k": 26.983439698287494, "positive_daily": "", "positive": 86.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.3137609267242732, "deceased_daily": "", "deceased": 1.0, "positive_100k": 34.82746286639432, "positive_daily": "", "positive": 111.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 0.3137609267242732, "deceased_daily": "", "deceased": 1.0, "positive_100k": 45.49533437501961, "positive_daily": "", "positive": 145.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 0.6275218534485464, "deceased_daily": "", "deceased": 2.0, "positive_100k": 52.39807476295363, "positive_daily": "", "positive": 167.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 0.9412827801728195, "deceased_daily": "", "deceased": 3.0, "positive_100k": 63.37970719830318, "positive_daily": "", "positive": 202.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 1.2550437068970928, "deceased_daily": "", "deceased": 4.0, "positive_100k": 70.90996943968574, "positive_daily": "", "positive": 226.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 1.5688046336213657, "deceased_daily": "", "deceased": 5.0, "positive_100k": 80.00903631468967, "positive_daily": "", "positive": 255.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 1.882565560345639, "deceased_daily": "", "deceased": 6.0, "positive_100k": 91.93195153021203, "positive_daily": "", "positive": 293.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 3.451370193967005, "deceased_daily": "", "deceased": 11.0, "positive_100k": 96.95212635780041, "positive_daily": "", "positive": 309.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 4.7064139008640975, "deceased_daily": "", "deceased": 15.0, "positive_100k": 115.77778196125679, "positive_daily": "", "positive": 369.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 4.7064139008640975, "deceased_daily": "", "deceased": 15.0, "positive_100k": 132.093350150919, "positive_daily": "", "positive": 421.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 5.020174827588371, "deceased_daily": "", "deceased": 16.0, "positive_100k": 138.68232961212874, "positive_daily": "", "positive": 442.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 5.333935754312644, "deceased_daily": "", "deceased": 17.0, "positive_100k": 149.6639620474783, "positive_daily": "", "positive": 477.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 6.275218534485463, "deceased_daily": "", "deceased": 20.0, "positive_100k": 154.05661502161811, "positive_daily": "", "positive": 491.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 7.2165013146582835, "deceased_daily": "", "deceased": 23.0, "positive_100k": 164.7244865302434, "positive_daily": "", "positive": 525.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 8.157784094831102, "deceased_daily": "", "deceased": 26.0, "positive_100k": 172.56850969835025, "positive_daily": "", "positive": 550.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 9.72658872845247, "deceased_daily": "", "deceased": 31.0, "positive_100k": 184.4914249138726, "positive_daily": "", "positive": 588.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 11.609154288798107, "deceased_daily": "", "deceased": 37.0, "positive_100k": 200.1794712500863, "positive_daily": "", "positive": 638.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 12.550437068970925, "deceased_daily": "", "deceased": 40.0, "positive_100k": 209.90605997853874, "positive_daily": "", "positive": 669.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 12.864197995695198, "deceased_daily": "", "deceased": 41.0, "positive_100k": 216.1812785130242, "positive_daily": "", "positive": 689.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 13.80548077586802, "deceased_daily": "", "deceased": 44.0, "positive_100k": 228.73171558199516, "positive_daily": "", "positive": 729.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 14.119241702592294, "deceased_daily": "", "deceased": 45.0, "positive_100k": 237.20326060355052, "positive_daily": "", "positive": 756.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 14.433002629316567, "deceased_daily": "", "deceased": 46.0, "positive_100k": 246.6160884052787, "positive_daily": "", "positive": 786.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 15.374285409489385, "deceased_daily": "", "deceased": 49.0, "positive_100k": 249.75369767252144, "positive_daily": "", "positive": 796.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 16.629329116386476, "deceased_daily": "", "deceased": 53.0, "positive_100k": 261.67661288804385, "positive_daily": "", "positive": 834.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 16.94309004311075, "deceased_daily": "", "deceased": 54.0, "positive_100k": 265.4417440087351, "positive_daily": "", "positive": 846.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 17.256850969835025, "deceased_daily": "", "deceased": 55.0, "positive_100k": 269.5206360561507, "positive_daily": "", "positive": 859.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 17.88437282328357, "deceased_daily": "", "deceased": 57.0, "positive_100k": 275.7958545906361, "positive_daily": "", "positive": 879.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 19.76693838362921, "deceased_daily": "", "deceased": 63.0, "positive_100k": 279.24722478460313, "positive_daily": "", "positive": 890.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 20.394460237077755, "deceased_daily": "", "deceased": 65.0, "positive_100k": 284.58116053891575, "positive_daily": "", "positive": 907.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 21.021982090526304, "deceased_daily": "", "deceased": 67.0, "positive_100k": 291.797661853574, "positive_daily": "", "positive": 930.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 21.64950394397485, "deceased_daily": "", "deceased": 69.0, "positive_100k": 299.95544594840516, "positive_daily": "", "positive": 956.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 22.277025797423395, "deceased_daily": "", "deceased": 71.0, "positive_100k": 307.4857081897877, "positive_daily": "", "positive": 980.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 22.590786724147666, "deceased_daily": "", "deceased": 72.0, "positive_100k": 310.30955653030617, "positive_daily": "", "positive": 989.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 23.218308577596215, "deceased_daily": "", "deceased": 74.0, "positive_100k": 312.1921220906518, "positive_daily": "", "positive": 995.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.148904771550103, "positive_daily": "", "positive": 17.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": 88.97826904713678, "tested": 246.0, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 8.31910645562661, "positive_daily": "", "positive": 23.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": 99.82927746751932, "tested": 276.0, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 11.574408981741371, "positive_daily": "", "positive": 32.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 13.02121010445904, "positive_daily": "", "positive": 36.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 17.72331375329147, "positive_daily": "", "positive": 49.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 20.2552157180474, "positive_daily": "", "positive": 56.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 27.127521050956336, "positive_daily": "", "positive": 75.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 29.297722735032842, "positive_daily": "", "positive": 81.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.36170028067941784, "deceased_daily": "", "deceased": 1.0, "positive_100k": 31.46792441910935, "positive_daily": "", "positive": 87.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.36170028067941784, "deceased_daily": "", "deceased": 1.0, "positive_100k": 34.72322694522411, "positive_daily": "", "positive": 96.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.36170028067941784, "deceased_daily": "", "deceased": 1.0, "positive_100k": 39.78703087473596, "positive_daily": "", "positive": 110.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.7234005613588357, "deceased_daily": "", "deceased": 2.0, "positive_100k": 42.31893283949188, "positive_daily": "", "positive": 117.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.7234005613588357, "deceased_daily": "", "deceased": 2.0, "positive_100k": 48.467837611041986, "positive_daily": "", "positive": 134.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.7234005613588357, "deceased_daily": "", "deceased": 2.0, "positive_100k": 49.91463873375966, "positive_daily": "", "positive": 138.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 0.7234005613588357, "deceased_daily": "", "deceased": 2.0, "positive_100k": 53.53164154055384, "positive_daily": "", "positive": 148.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.0851008420382535, "deceased_daily": "", "deceased": 3.0, "positive_100k": 55.701843224630345, "positive_daily": "", "positive": 154.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.4468011227176714, "deceased_daily": "", "deceased": 4.0, "positive_100k": 60.04224659278335, "positive_daily": "", "positive": 166.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.4468011227176714, "deceased_daily": "", "deceased": 4.0, "positive_100k": 64.74435024161579, "positive_daily": "", "positive": 179.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.8085014033970888, "deceased_daily": "", "deceased": 5.0, "positive_100k": 71.61665557452473, "positive_daily": "", "positive": 198.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.8085014033970888, "deceased_daily": "", "deceased": 5.0, "positive_100k": 75.2336583813189, "positive_daily": "", "positive": 208.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 2.531901964755925, "deceased_daily": "", "deceased": 7.0, "positive_100k": 77.04215978471599, "positive_daily": "", "positive": 213.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.531901964755925, "deceased_daily": "", "deceased": 7.0, "positive_100k": 79.2123614687925, "positive_daily": "", "positive": 219.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 79.93576203015134, "positive_daily": "", "positive": 221.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 85.3612662403426, "positive_daily": "", "positive": 236.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 92.23357157325154, "positive_daily": "", "positive": 255.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 95.4888740993663, "positive_daily": "", "positive": 264.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 99.10587690616047, "positive_daily": "", "positive": 274.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 103.08457999363408, "positive_daily": "", "positive": 285.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 105.61648195839, "positive_daily": "", "positive": 292.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 3.6170028067941775, "deceased_daily": "", "deceased": 10.0, "positive_100k": 107.06328308110768, "positive_daily": "", "positive": 296.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 3.978703087473596, "deceased_daily": "", "deceased": 11.0, "positive_100k": 109.23348476518419, "positive_daily": "", "positive": 302.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 3.978703087473596, "deceased_daily": "", "deceased": 11.0, "positive_100k": 111.40368644926069, "positive_daily": "", "positive": 308.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 4.340403368153014, "deceased_daily": "", "deceased": 12.0, "positive_100k": 116.10579009809312, "positive_daily": "", "positive": 321.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 4.7021036488324315, "deceased_daily": "", "deceased": 13.0, "positive_100k": 120.0844931855667, "positive_daily": "", "positive": 332.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 4.7021036488324315, "deceased_daily": "", "deceased": 13.0, "positive_100k": 120.44619346624613, "positive_daily": "", "positive": 333.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 4.7021036488324315, "deceased_daily": "", "deceased": 13.0, "positive_100k": 121.16959402760496, "positive_daily": "", "positive": 335.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 4.7021036488324315, "deceased_daily": "", "deceased": 13.0, "positive_100k": 122.61639515032265, "positive_daily": "", "positive": 339.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.13149520568480072, "positive_daily": "", "positive": 2.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.13149520568480072, "positive_daily": "", "positive": 2.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.3944856170544022, "positive_daily": "", "positive": 6.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.4602332198968026, "positive_daily": "", "positive": 7.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.723223631266404, "positive_daily": "", "positive": 11.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.9204664397936052, "positive_daily": "", "positive": 14.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.0519616454784058, "positive_daily": "", "positive": 16.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.5779424682176089, "positive_daily": "", "positive": 24.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.9724280852720109, "positive_daily": "", "positive": 30.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.301166099484013, "positive_daily": "", "positive": 35.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.695651716538415, "positive_daily": "", "positive": 41.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.287380142120018, "positive_daily": "", "positive": 50.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.142098979071223, "positive_daily": "", "positive": 63.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.706255489924838, "positive_daily": "", "positive": 102.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.270412000778451, "positive_daily": "", "positive": 141.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.78260686615366, "positive_daily": "", "positive": 164.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 14.39872502248568, "positive_daily": "", "positive": 219.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.06574760284240036, "deceased_daily": "", "deceased": 1.0, "positive_100k": 16.502648313442492, "positive_daily": "", "positive": 251.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.06574760284240036, "deceased_daily": "", "deceased": 1.0, "positive_100k": 21.49946612946492, "positive_daily": "", "positive": 327.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.06574760284240036, "deceased_daily": "", "deceased": 1.0, "positive_100k": 28.271469222232156, "positive_daily": "", "positive": 430.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.13149520568480072, "deceased_daily": "", "deceased": 2.0, "positive_100k": 37.410386017325806, "positive_daily": "", "positive": 569.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.1972428085272011, "deceased_daily": "", "deceased": 3.0, "positive_100k": 44.70836993283225, "positive_daily": "", "positive": 680.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 0.26299041136960144, "deceased_daily": "", "deceased": 4.0, "positive_100k": 46.81229322378906, "positive_daily": "", "positive": 712.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 0.32873801421200183, "deceased_daily": "", "deceased": 5.0, "positive_100k": 46.81229322378906, "positive_daily": "", "positive": 712.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 0.3944856170544022, "deceased_daily": "", "deceased": 6.0, "positive_100k": 46.81229322378906, "positive_daily": "", "positive": 712.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.3944856170544022, "deceased_daily": "", "deceased": 6.0, "positive_100k": 70.7444206584228, "positive_daily": "", "positive": 1076.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.5259808227392029, "deceased_daily": "", "deceased": 8.0, "positive_100k": 80.47506587909804, "positive_daily": "", "positive": 1224.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.6574760284240037, "deceased_daily": "", "deceased": 10.0, "positive_100k": 90.1399634969309, "positive_daily": "", "positive": 1371.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.8547188369512048, "deceased_daily": "", "deceased": 13.0, "positive_100k": 98.81864707212776, "positive_daily": "", "positive": 1503.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.9862140426360054, "deceased_daily": "", "deceased": 15.0, "positive_100k": 107.1685926331126, "positive_daily": "", "positive": 1630.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 1.2492044540056069, "deceased_daily": "", "deceased": 19.0, "positive_100k": 112.03391524345022, "positive_daily": "", "positive": 1704.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 1.446447262532808, "deceased_daily": "", "deceased": 22.0, "positive_100k": 114.13783853440704, "positive_daily": "", "positive": 1736.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.5779424682176089, "deceased_daily": "", "deceased": 24.0, "positive_100k": 122.42203649254948, "positive_daily": "", "positive": 1862.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.77518527674481, "deceased_daily": "", "deceased": 27.0, "positive_100k": 128.40506835120792, "positive_daily": "", "positive": 1953.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 2.366913702326413, "deceased_daily": "", "deceased": 36.0, "positive_100k": 140.83136528842158, "positive_daily": "", "positive": 2142.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 2.564156510853614, "deceased_daily": "", "deceased": 39.0, "positive_100k": 151.61397215457526, "positive_daily": "", "positive": 2306.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 2.695651716538415, "deceased_daily": "", "deceased": 41.0, "positive_100k": 160.0296653184025, "positive_daily": "", "positive": 2434.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 3.2216325392776177, "deceased_daily": "", "deceased": 49.0, "positive_100k": 162.1993362122017, "positive_daily": "", "positive": 2467.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 3.4846229506472195, "deceased_daily": "", "deceased": 53.0, "positive_100k": 164.17176429747371, "positive_daily": "", "positive": 2497.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 3.61611815633202, "deceased_daily": "", "deceased": 55.0, "positive_100k": 171.66699102150736, "positive_daily": "", "positive": 2611.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 3.7476133620168213, "deceased_daily": "", "deceased": 57.0, "positive_100k": 177.18978966026899, "positive_daily": "", "positive": 2695.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 4.207846581913623, "deceased_daily": "", "deceased": 64.0, "positive_100k": 183.435811930297, "positive_daily": "", "positive": 2790.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 4.273594184756024, "deceased_daily": "", "deceased": 65.0, "positive_100k": 189.81332940600984, "positive_daily": "", "positive": 2887.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 4.602332198968026, "deceased_daily": "", "deceased": 70.0, "positive_100k": 192.44323351970587, "positive_daily": "", "positive": 2927.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 4.9968178160224275, "deceased_daily": "", "deceased": 76.0, "positive_100k": 196.25659448456508, "positive_daily": "", "positive": 2985.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 5.128313021707228, "deceased_daily": "", "deceased": 78.0, "positive_100k": 197.3743037328859, "positive_daily": "", "positive": 3002.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 5.39130343307683, "deceased_daily": "", "deceased": 82.0, "positive_100k": 198.49201298120673, "positive_daily": "", "positive": 3019.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 5.654293844446432, "deceased_daily": "", "deceased": 86.0, "positive_100k": 201.58215031479952, "positive_daily": "", "positive": 3066.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 5.917284255816033, "deceased_daily": "", "deceased": 90.0, "positive_100k": 204.67228764839237, "positive_daily": "", "positive": 3113.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 6.180274667185635, "deceased_daily": "", "deceased": 94.0, "positive_100k": 206.97345374787633, "positive_daily": "", "positive": 3148.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 6.3775174757128354, "deceased_daily": "", "deceased": 97.0, "positive_100k": 208.48564861325158, "positive_daily": "", "positive": 3171.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 6.772003092767238, "deceased_daily": "", "deceased": 103.0, "positive_100k": 211.11555272694758, "positive_daily": "", "positive": 3211.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 6.772003092767238, "deceased_daily": "", "deceased": 103.0, "positive_100k": 212.8907380036924, "positive_daily": "", "positive": 3238.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 6.903498298452039, "deceased_daily": "", "deceased": 105.0, "positive_100k": 213.9426996491708, "positive_daily": "", "positive": 3254.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 6.903498298452039, "deceased_daily": "", "deceased": 105.0, "positive_100k": 215.65213732307322, "positive_daily": "", "positive": 3280.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.7240904942862203, "positive_daily": "", "positive": 2.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.7240904942862203, "positive_daily": "", "positive": 2.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.448180988572441, "positive_daily": "", "positive": 4.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.448180988572441, "positive_daily": "", "positive": 4.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.810226235715551, "positive_daily": "", "positive": 5.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.810226235715551, "positive_daily": "", "positive": 5.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.534316730001771, "positive_daily": "", "positive": 7.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.534316730001771, "positive_daily": "", "positive": 7.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.534316730001771, "positive_daily": "", "positive": 7.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 16.344542965717324, "positive_daily": "", "positive": 12.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 23.15476920143287, "positive_daily": "", "positive": 17.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 24.516814448575982, "positive_daily": "", "positive": 18.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 25.87885969571909, "positive_daily": "", "positive": 19.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 34.051131178577755, "positive_daily": "", "positive": 25.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 39.499312167150194, "positive_daily": "", "positive": 29.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 43.585447908579525, "positive_daily": "", "positive": 32.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 49.033628897151964, "positive_daily": "", "positive": 36.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 59.92999087429684, "positive_daily": "", "positive": 44.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 73.55044334572794, "positive_daily": "", "positive": 54.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 83.0847600757297, "positive_daily": "", "positive": 61.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 93.9811220528746, "positive_daily": "", "positive": 69.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 111.68771026573503, "positive_daily": "", "positive": 82.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 125.30816273716611, "positive_daily": "", "positive": 92.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 136.20452471431102, "positive_daily": "", "positive": 100.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 155.27315817431455, "positive_daily": "", "positive": 114.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 162.0833844100301, "positive_daily": "", "positive": 119.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 172.97974638717497, "positive_daily": "", "positive": 127.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 174.3417916343181, "positive_daily": "", "positive": 128.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 190.68633460003542, "positive_daily": "", "positive": 140.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 197.49656083575098, "positive_daily": "", "positive": 145.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 202.94474182432342, "positive_daily": "", "positive": 149.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 202.94474182432342, "positive_daily": "", "positive": 149.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 209.75496806003895, "positive_daily": "", "positive": 154.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 217.92723954289764, "positive_daily": "", "positive": 160.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 223.37542053147007, "positive_daily": "", "positive": 164.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 232.90973726147183, "positive_daily": "", "positive": 171.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 1.3620452471431101, "deceased_daily": "", "deceased": 1.0, "positive_100k": 236.99587300290116, "positive_daily": "", "positive": 174.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 243.8060992386167, "positive_daily": "", "positive": 179.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.7240904942862203, "deceased_daily": "", "deceased": 2.0, "positive_100k": 247.89223498004606, "positive_daily": "", "positive": 182.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 249.25428022718916, "positive_daily": "", "positive": 183.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 249.25428022718916, "positive_daily": "", "positive": 183.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 250.61632547433223, "positive_daily": "", "positive": 184.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 251.97837072147536, "positive_daily": "", "positive": 185.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 256.0645064629047, "positive_daily": "", "positive": 188.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 257.4265517100478, "positive_daily": "", "positive": 189.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 260.150642204334, "positive_daily": "", "positive": 191.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 261.5126874514772, "positive_daily": "", "positive": 192.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 2.7240904942862203, "deceased_daily": "", "deceased": 2.0, "positive_100k": 261.5126874514772, "positive_daily": "", "positive": 192.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 2.7240904942862203, "deceased_daily": "", "deceased": 2.0, "positive_100k": 264.2367779457633, "positive_daily": "", "positive": 194.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 2.878075943664792, "positive_daily": "", "positive": 23.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 3.754012100432337, "positive_daily": "", "positive": 30.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 5.005349467243116, "positive_daily": "", "positive": 40.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 6.381820570734973, "positive_daily": "", "positive": 51.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 16.267385768540127, "positive_daily": "", "positive": 130.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": 0.3754012100432337, "deceased_daily": "", "deceased": 3.0, "positive_100k": 25.026747336215582, "positive_daily": "", "positive": 200.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": 0.3754012100432337, "deceased_daily": "", "deceased": 3.0, "positive_100k": 34.28664385061535, "positive_daily": "", "positive": 274.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": 0.3754012100432337, "deceased_daily": "", "deceased": 3.0, "positive_100k": 36.53905111087475, "positive_daily": "", "positive": 292.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.5005349467243116, "deceased_daily": "", "deceased": 4.0, "positive_100k": 43.79680783837727, "positive_daily": "", "positive": 350.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.6256686834053895, "deceased_daily": "", "deceased": 5.0, "positive_100k": 50.80429709251763, "positive_daily": "", "positive": 406.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.8759361567675453, "deceased_daily": "", "deceased": 7.0, "positive_100k": 63.567938233987576, "positive_daily": "", "positive": 508.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 1.1262036301297011, "deceased_daily": "", "deceased": 9.0, "positive_100k": 76.08131190209536, "positive_daily": "", "positive": 608.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 1.5016048401729347, "deceased_daily": "", "deceased": 12.0, "positive_100k": 99.60645439813801, "positive_daily": "", "positive": 796.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 1.6267385768540128, "deceased_daily": "", "deceased": 13.0, "positive_100k": 151.66208885746641, "positive_daily": "", "positive": 1212.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 2.2524072602594023, "deceased_daily": "", "deceased": 18.0, "positive_100k": 179.19151092730357, "positive_daily": "", "positive": 1432.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 2.502674733621558, "deceased_daily": "", "deceased": 20.0, "positive_100k": 209.72414267748655, "positive_daily": "", "positive": 1676.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 2.627808470302636, "deceased_daily": "", "deceased": 21.0, "positive_100k": 222.98831876568082, "positive_daily": "", "positive": 1782.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 3.1283434170269477, "deceased_daily": "", "deceased": 25.0, "positive_100k": 227.99366823292394, "positive_daily": "", "positive": 1822.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.6288783637512587, "deceased_daily": "", "deceased": 29.0, "positive_100k": 270.5391387044904, "positive_daily": "", "positive": 2162.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 4.504814520518805, "deceased_daily": "", "deceased": 36.0, "positive_100k": 277.1712267485875, "positive_daily": "", "positive": 2215.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 5.881285624010661, "deceased_daily": "", "deceased": 47.0, "positive_100k": 316.8386212764893, "positive_daily": "", "positive": 2532.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 6.006419360691739, "deceased_daily": "", "deceased": 48.0, "positive_100k": 343.49210718955885, "positive_daily": "", "positive": 2745.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 6.882355517459285, "deceased_daily": "", "deceased": 55.0, "positive_100k": 367.39265089564475, "positive_daily": "", "positive": 2936.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 8.258826620951142, "deceased_daily": "", "deceased": 66.0, "positive_100k": 396.42367780565485, "positive_daily": "", "positive": 3168.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 9.635297724442998, "deceased_daily": "", "deceased": 77.0, "positive_100k": 409.4375864204869, "positive_daily": "", "positive": 3272.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 10.511233881210543, "deceased_daily": "", "deceased": 84.0, "positive_100k": 433.5883975999349, "positive_daily": "", "positive": 3465.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 11.512303774659168, "deceased_daily": "", "deceased": 92.0, "positive_100k": 455.3616677824425, "positive_daily": "", "positive": 3639.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 13.389309824875335, "deceased_daily": "", "deceased": 107.0, "positive_100k": 475.00766444137173, "positive_daily": "", "positive": 3796.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 15.391449611772583, "deceased_daily": "", "deceased": 123.0, "positive_100k": 489.89857910642, "positive_daily": "", "positive": 3915.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 17.268455661988753, "deceased_daily": "", "deceased": 138.0, "positive_100k": 504.9146275081493, "positive_daily": "", "positive": 4035.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 18.39465929211845, "deceased_daily": "", "deceased": 147.0, "positive_100k": 514.9253264426355, "positive_daily": "", "positive": 4115.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 20.021397868972464, "deceased_daily": "", "deceased": 160.0, "positive_100k": 519.9306759098787, "positive_daily": "", "positive": 4155.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 21.5230027091454, "deceased_daily": "", "deceased": 172.0, "positive_100k": 529.9413748443649, "positive_daily": "", "positive": 4235.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 23.14974128599941, "deceased_daily": "", "deceased": 185.0, "positive_100k": 539.9520737788512, "positive_daily": "", "positive": 4315.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 25.527282282939893, "deceased_daily": "", "deceased": 204.0, "positive_100k": 553.5916510770886, "positive_daily": "", "positive": 4424.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 28.02995701656145, "deceased_daily": "", "deceased": 224.0, "positive_100k": 566.1050247451964, "positive_daily": "", "positive": 4524.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 28.530491963285762, "deceased_daily": "", "deceased": 228.0, "positive_100k": 570.6098392657152, "positive_daily": "", "positive": 4560.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 29.15616064669115, "deceased_daily": "", "deceased": 233.0, "positive_100k": 581.7467418303312, "positive_daily": "", "positive": 4649.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 29.656695593415463, "deceased_daily": "", "deceased": 237.0, "positive_100k": 586.126422614169, "positive_daily": "", "positive": 4684.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 31.783969116993788, "deceased_daily": "", "deceased": 254.0, "positive_100k": 593.2590456049903, "positive_daily": "", "positive": 4741.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 33.28557395716672, "deceased_daily": "", "deceased": 266.0, "positive_100k": 599.8911336490875, "positive_daily": "", "positive": 4794.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 34.912312534020735, "deceased_daily": "", "deceased": 279.0, "positive_100k": 606.1478204831413, "positive_daily": "", "positive": 4844.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 36.413917374193666, "deceased_daily": "", "deceased": 291.0, "positive_100k": 610.6526350036602, "positive_daily": "", "positive": 4880.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 36.53905111087475, "deceased_daily": "", "deceased": 292.0, "positive_100k": 618.7863278879303, "positive_daily": "", "positive": 4945.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 37.28985353096122, "deceased_daily": "", "deceased": 298.0, "positive_100k": 621.4141363582329, "positive_daily": "", "positive": 4966.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 38.791458371134155, "deceased_daily": "", "deceased": 310.0, "positive_100k": 624.0419448285355, "positive_daily": "", "positive": 4987.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.489528723959048, "positive_daily": "", "positive": 2.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 13.723821809897618, "positive_daily": "", "positive": 5.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": 233.30497076825955, "tested": 85.0, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.21335053385667, "positive_daily": "", "positive": 7.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.21335053385667, "positive_daily": "", "positive": 7.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 32.93717234375429, "positive_daily": "", "positive": 12.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 60.38481596354953, "positive_daily": "", "positive": 22.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 68.6191090494881, "positive_daily": "", "positive": 25.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 104.30104575522192, "positive_daily": "", "positive": 38.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 109.79057447918095, "positive_daily": "", "positive": 40.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 131.74868937501716, "positive_daily": "", "positive": 48.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 137.2382180989762, "positive_daily": "", "positive": 50.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 145.4725111849148, "positive_daily": "", "positive": 53.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 156.45156863283287, "positive_daily": "", "positive": 57.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 2.744764361979524, "deceased_daily": "", "deceased": 1.0, "positive_100k": 161.94109735679191, "positive_daily": "", "positive": 59.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 2.744764361979524, "deceased_daily": "", "deceased": 1.0, "positive_100k": 164.68586171877146, "positive_daily": "", "positive": 60.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 2.744764361979524, "deceased_daily": "", "deceased": 1.0, "positive_100k": 170.17539044273047, "positive_daily": "", "positive": 62.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 2.744764361979524, "deceased_daily": "", "deceased": 1.0, "positive_100k": 181.15444789064858, "positive_daily": "", "positive": 66.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 5.489528723959048, "deceased_daily": "", "deceased": 2.0, "positive_100k": 183.8992122526281, "positive_daily": "", "positive": 67.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 5.489528723959048, "deceased_daily": "", "deceased": 2.0, "positive_100k": 183.8992122526281, "positive_daily": "", "positive": 67.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 5.489528723959048, "deceased_daily": "", "deceased": 2.0, "positive_100k": 186.64397661460765, "positive_daily": "", "positive": 68.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 197.62303406252573, "positive_daily": "", "positive": 72.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 197.62303406252573, "positive_daily": "", "positive": 72.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 203.11256278648477, "positive_daily": "", "positive": 74.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 205.85732714846432, "positive_daily": "", "positive": 75.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 211.34685587242333, "positive_daily": "", "positive": 77.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.0, "positive_daily": "", "positive": 0.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 24.750637328911218, "positive_daily": "", "positive": 10.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 42.076083459149075, "positive_daily": "", "positive": 17.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 76.72697571962478, "positive_daily": "", "positive": 31.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 81.67710318540702, "positive_daily": "", "positive": 33.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 99.00254931564487, "positive_daily": "", "positive": 40.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 106.42774051431824, "positive_daily": "", "positive": 43.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 108.90280424720937, "positive_daily": "", "positive": 44.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 2.475063732891122, "deceased_daily": "", "deceased": 1.0, "positive_100k": 116.32799544588272, "positive_daily": "", "positive": 47.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 2.475063732891122, "deceased_daily": "", "deceased": 1.0, "positive_100k": 123.7531866445561, "positive_daily": "", "positive": 50.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 131.17837784322947, "positive_daily": "", "positive": 53.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 138.60356904190283, "positive_daily": "", "positive": 56.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 143.55369650768506, "positive_daily": "", "positive": 58.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 146.0287602405762, "positive_daily": "", "positive": 59.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 155.92901517214068, "positive_daily": "", "positive": 63.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 155.92901517214068, "positive_daily": "", "positive": 63.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 158.4040789050318, "positive_daily": "", "positive": 64.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 165.82927010370517, "positive_daily": "", "positive": 67.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 225.23079969309208, "positive_daily": "", "positive": 91.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 227.70586342598324, "positive_daily": "", "positive": 92.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 259.8816919535678, "positive_daily": "", "positive": 105.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 259.8816919535678, "positive_daily": "", "positive": 105.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 7.425191198673366, "deceased_daily": "", "deceased": 3.0, "positive_100k": 262.35675568645894, "positive_daily": "", "positive": 106.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 7.425191198673366, "deceased_daily": "", "deceased": 3.0, "positive_100k": 267.30688315224114, "positive_daily": "", "positive": 108.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 12.375318664455609, "deceased_daily": "", "deceased": 5.0, "positive_100k": 282.1572655495879, "positive_daily": "", "positive": 114.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 14.850382397346731, "deceased_daily": "", "deceased": 6.0, "positive_100k": 284.632329282479, "positive_daily": "", "positive": 115.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 17.075044821992655, "positive_daily": "", "positive": 14.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 36.58938176141284, "positive_daily": "", "positive": 30.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 39.02867387884036, "positive_daily": "", "positive": 32.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 41.467965996267885, "positive_daily": "", "positive": 34.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 42.68761205498165, "positive_daily": "", "positive": 35.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 43.907258113695406, "positive_daily": "", "positive": 36.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 45.12690417240916, "positive_daily": "", "positive": 37.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 48.78584234855045, "positive_daily": "", "positive": 40.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 50.00548840726421, "positive_daily": "", "positive": 41.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 51.225134465977966, "positive_daily": "", "positive": 42.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 53.66442658340549, "positive_daily": "", "positive": 44.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 57.323364759546784, "positive_daily": "", "positive": 47.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 57.323364759546784, "positive_daily": "", "positive": 47.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 57.323364759546784, "positive_daily": "", "positive": 47.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 59.7626568769743, "positive_daily": "", "positive": 49.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 60.98230293568807, "positive_daily": "", "positive": 50.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 60.98230293568807, "positive_daily": "", "positive": 50.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 60.98230293568807, "positive_daily": "", "positive": 50.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 63.42159505311559, "positive_daily": "", "positive": 52.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 64.64124111182934, "positive_daily": "", "positive": 53.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 67.08053322925687, "positive_daily": "", "positive": 55.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 69.5198253466844, "positive_daily": "", "positive": 57.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 69.5198253466844, "positive_daily": "", "positive": 57.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 69.5198253466844, "positive_daily": "", "positive": 57.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 71.95911746411191, "positive_daily": "", "positive": 59.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 73.17876352282568, "positive_daily": "", "positive": 60.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 73.17876352282568, "positive_daily": "", "positive": 60.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 74.39840958153944, "positive_daily": "", "positive": 61.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 75.6180556402532, "positive_daily": "", "positive": 62.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 76.83770169896697, "positive_daily": "", "positive": 63.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 3.658938176141284, "deceased_daily": "", "deceased": 3.0, "positive_100k": 76.83770169896697, "positive_daily": "", "positive": 63.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.8104790527573595, "positive_daily": "", "positive": 1.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.620958105514719, "positive_daily": "", "positive": 2.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.052395263786797, "positive_daily": "", "positive": 5.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.915269580330953, "positive_daily": "", "positive": 11.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 1.8104790527573595, "deceased_daily": "", "deceased": 1.0, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 1.8104790527573595, "deceased_daily": "", "deceased": 1.0, "positive_100k": 54.31437158272079, "positive_daily": "", "positive": 30.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 59.745808740992864, "positive_daily": "", "positive": 33.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 61.55628779375023, "positive_daily": "", "positive": 34.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 76.0401202158091, "positive_daily": "", "positive": 42.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 79.66107832132381, "positive_daily": "", "positive": 44.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 81.47155737408119, "positive_daily": "", "positive": 45.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 86.90299453235326, "positive_daily": "", "positive": 48.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 90.52395263786798, "positive_daily": "", "positive": 50.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 105.00778505992685, "positive_daily": "", "positive": 58.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 110.43922221819895, "positive_daily": "", "positive": 61.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 115.87065937647101, "positive_daily": "", "positive": 64.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 117.68113842922838, "positive_daily": "", "positive": 65.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 119.49161748198573, "positive_daily": "", "positive": 66.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 121.30209653474309, "positive_daily": "", "positive": 67.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 124.92305464025782, "positive_daily": "", "positive": 69.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 124.92305464025782, "positive_daily": "", "positive": 69.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 130.3544917985299, "positive_daily": "", "positive": 72.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 133.9754499040446, "positive_daily": "", "positive": 74.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 139.40688706231668, "positive_daily": "", "positive": 77.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 139.40688706231668, "positive_daily": "", "positive": 77.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 141.21736611507404, "positive_daily": "", "positive": 78.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 143.0278451678314, "positive_daily": "", "positive": 79.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 143.0278451678314, "positive_daily": "", "positive": 79.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 143.0278451678314, "positive_daily": "", "positive": 79.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 148.4592823261035, "positive_daily": "", "positive": 82.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 155.70119853713294, "positive_daily": "", "positive": 86.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 155.70119853713294, "positive_daily": "", "positive": 86.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}]}}; var embedOpt = {"mode": "vega-lite"}; function showError(el, error){ diff --git a/figures/switzerland-deaths-by-canton.html b/figures/switzerland-deaths-by-canton.html index 845d9b937..559fcacd5 100644 --- a/figures/switzerland-deaths-by-canton.html +++ b/figures/switzerland-deaths-by-canton.html @@ -14,7 +14,7 @@ <div id="vis"></div> <script> (function(vegaEmbed) { - var spec = {"config": {"view": {"continuousWidth": 400, "continuousHeight": 300}, "title": {"anchor": "middle"}}, "hconcat": [{"mark": "line", "encoding": {"color": {"type": "nominal", "field": "canton", "legend": {"title": "Canton"}}, "opacity": {"condition": {"value": 1, "selection": "selector003"}, "value": 0.2}, "tooltip": [{"type": "nominal", "field": "canton", "title": "Canton"}, {"type": "quantitative", "field": "deceased", "title": "Deaths"}, {"type": "temporal", "field": "date", "title": "Date"}], "x": {"type": "temporal", "field": "date", "title": "Date"}, "y": {"type": "quantitative", "field": "deceased", "scale": {"type": "linear"}, "title": "Deaths"}}, "selection": {"selector003": {"type": "multi", "fields": ["canton"], "bind": "legend"}}}, {"mark": "line", "encoding": {"color": {"type": "nominal", "field": "canton", "legend": {"title": "Canton"}}, "opacity": {"condition": {"value": 1, "selection": "selector004"}, "value": 0.2}, "tooltip": [{"type": "nominal", "field": "canton", "title": "Canton"}, {"type": "quantitative", "field": "deceased_100k", "title": "Deaths/100k"}, {"type": "temporal", "field": "date", "title": "Date"}], "x": {"type": "temporal", "field": "date", "title": "Date"}, "y": {"type": "quantitative", "field": "deceased_100k", "scale": {"type": "linear"}, "title": "Deaths per 100k population"}}, "selection": {"selector004": {"type": "multi", "fields": ["canton"], "bind": "legend"}}}], "data": {"name": "data-521cb62a9739a599e93d07ad1d9c48e2"}, "title": "Covid-19 deaths in Switzerland by Canton", "$schema": "https://vega.github.io/schema/vega-lite/v4.0.2.json", "datasets": {"data-521cb62a9739a599e93d07ad1d9c48e2": [{"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.2907357067058191, "positive_daily": "", "positive": 1.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.2907357067058191, "positive_daily": "", "positive": 1.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5814714134116382, "positive_daily": "", "positive": 2.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.8722071201174572, "positive_daily": "", "positive": 3.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.8722071201174572, "positive_daily": "", "positive": 3.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.1629428268232764, "positive_daily": "", "positive": 4.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.4536785335290954, "positive_daily": "", "positive": 5.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.7444142402349143, "positive_daily": "", "positive": 6.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.0351499469407335, "positive_daily": "", "positive": 7.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.4888284804698286, "positive_daily": "", "positive": 12.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.942507013998925, "positive_daily": "", "positive": 17.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.396185547528019, "positive_daily": "", "positive": 22.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 8.722071201174574, "positive_daily": "", "positive": 30.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 15.408992455408411, "positive_daily": "", "positive": 53.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.2907357067058191, "deceased_daily": "", "deceased": 1.0, "positive_100k": 22.09591370964225, "positive_daily": "", "positive": 76.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.2907357067058191, "deceased_daily": "", "deceased": 1.0, "positive_100k": 28.49209925717027, "positive_daily": "", "positive": 98.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.5814714134116382, "deceased_daily": "", "deceased": 2.0, "positive_100k": 33.72534197787501, "positive_daily": "", "positive": 116.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.8722071201174572, "deceased_daily": "", "deceased": 3.0, "positive_100k": 50.297277260106696, "positive_daily": "", "positive": 173.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.8722071201174572, "deceased_daily": "", "deceased": 3.0, "positive_100k": 65.41553400880929, "positive_daily": "", "positive": 225.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 1.1629428268232764, "deceased_daily": "", "deceased": 4.0, "positive_100k": 90.41880478550974, "positive_daily": "", "positive": 311.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.7444142402349143, "deceased_daily": "", "deceased": 6.0, "positive_100k": 100.59455452021339, "positive_daily": "", "positive": 346.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 2.0351499469407335, "deceased_daily": "", "deceased": 7.0, "positive_100k": 125.88856100361967, "positive_daily": "", "positive": 433.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 2.9073570670581907, "deceased_daily": "", "deceased": 10.0, "positive_100k": 142.46049628585135, "positive_daily": "", "positive": 490.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 3.4888284804698286, "deceased_daily": "", "deceased": 12.0, "positive_100k": 153.21771743396664, "positive_daily": "", "positive": 527.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.7795641871756476, "deceased_daily": "", "deceased": 13.0, "positive_100k": 176.18583826372634, "positive_daily": "", "positive": 606.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 4.070299893881467, "deceased_daily": "", "deceased": 14.0, "positive_100k": 189.26894506548823, "positive_daily": "", "positive": 651.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 4.361035600587287, "deceased_daily": "", "deceased": 15.0, "positive_100k": 207.87603029466064, "positive_daily": "", "positive": 715.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 5.8147141341163815, "deceased_daily": "", "deceased": 20.0, "positive_100k": 234.91445101830183, "positive_daily": "", "positive": 808.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 6.1054498408222, "deceased_daily": "", "deceased": 21.0, "positive_100k": 262.2436074486488, "positive_daily": "", "positive": 902.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 6.1054498408222, "deceased_daily": "", "deceased": 21.0, "positive_100k": 280.26922126440957, "positive_daily": "", "positive": 964.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 7.559128374351295, "deceased_daily": "", "deceased": 26.0, "positive_100k": 290.7357067058191, "positive_daily": "", "positive": 1000.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 10.175749734703668, "deceased_daily": "", "deceased": 35.0, "positive_100k": 315.4482417758137, "positive_daily": "", "positive": 1085.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 10.757221148115306, "deceased_daily": "", "deceased": 37.0, "positive_100k": 332.89238417816284, "positive_daily": "", "positive": 1145.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 11.629428268232763, "deceased_daily": "", "deceased": 40.0, "positive_100k": 354.11609076768764, "positive_daily": "", "positive": 1218.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 13.08310680176186, "deceased_daily": "", "deceased": 45.0, "positive_100k": 370.10655463650767, "positive_daily": "", "positive": 1273.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 14.827521041996773, "deceased_daily": "", "deceased": 51.0, "positive_100k": 383.48039714497537, "positive_daily": "", "positive": 1319.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 15.408992455408411, "deceased_daily": "", "deceased": 53.0, "positive_100k": 394.23761829309063, "positive_daily": "", "positive": 1356.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 16.281199575525868, "deceased_daily": "", "deceased": 56.0, "positive_100k": 407.02998938814676, "positive_daily": "", "positive": 1400.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 17.734878109054964, "deceased_daily": "", "deceased": 61.0, "positive_100k": 417.4964748295562, "positive_daily": "", "positive": 1436.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 19.7700280559957, "deceased_daily": "", "deceased": 68.0, "positive_100k": 431.4517887514355, "positive_daily": "", "positive": 1484.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 21.223706589524795, "deceased_daily": "", "deceased": 73.0, "positive_100k": 443.37195272637405, "positive_daily": "", "positive": 1525.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 21.805178002936433, "deceased_daily": "", "deceased": 75.0, "positive_100k": 455.0013809946069, "positive_daily": "", "positive": 1565.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 23.840327949877164, "deceased_daily": "", "deceased": 82.0, "positive_100k": 462.851245075664, "positive_daily": "", "positive": 1592.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 25.003270776700443, "deceased_daily": "", "deceased": 86.0, "positive_100k": 469.82890203660367, "positive_daily": "", "positive": 1616.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 25.584742190112078, "deceased_daily": "", "deceased": 88.0, "positive_100k": 477.38803041095497, "positive_daily": "", "positive": 1642.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 26.16621360352372, "deceased_daily": "", "deceased": 90.0, "positive_100k": 483.7842159584829, "positive_daily": "", "positive": 1664.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 27.329156430346995, "deceased_daily": "", "deceased": 94.0, "positive_100k": 489.0174586791877, "positive_daily": "", "positive": 1682.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 27.329156430346995, "deceased_daily": "", "deceased": 94.0, "positive_100k": 496.28585134683317, "positive_daily": "", "positive": 1707.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 27.91062784375863, "deceased_daily": "", "deceased": 96.0, "positive_100k": 502.97277260106705, "positive_daily": "", "positive": 1730.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 28.201363550464453, "deceased_daily": "", "deceased": 97.0, "positive_100k": 507.3338082016543, "positive_daily": "", "positive": 1745.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 29.945777790699363, "deceased_daily": "", "deceased": 103.0, "positive_100k": 510.2411652687125, "positive_daily": "", "positive": 1755.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 31.399456324228456, "deceased_daily": "", "deceased": 108.0, "positive_100k": 514.8929365760056, "positive_daily": "", "positive": 1771.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 32.562399151051736, "deceased_daily": "", "deceased": 112.0, "positive_100k": 516.0558794028289, "positive_daily": "", "positive": 1775.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.5040856139006649, "deceased_daily": "", "deceased": 1.0, "positive_100k": 58.473931212477126, "positive_daily": "", "positive": 116.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.5040856139006649, "deceased_daily": "", "deceased": 1.0, "positive_100k": 73.0924140155964, "positive_daily": "", "positive": 145.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.5122568417019946, "deceased_daily": "", "deceased": 3.0, "positive_100k": 107.37023576084161, "positive_daily": "", "positive": 213.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 1.5122568417019946, "deceased_daily": "", "deceased": 3.0, "positive_100k": 120.4764617222589, "positive_daily": "", "positive": 239.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 3.024513683403989, "deceased_daily": "", "deceased": 6.0, "positive_100k": 134.08677329757685, "positive_daily": "", "positive": 266.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.024513683403989, "deceased_daily": "", "deceased": 6.0, "positive_100k": 139.12762943658353, "positive_daily": "", "positive": 276.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 3.024513683403989, "deceased_daily": "", "deceased": 6.0, "positive_100k": 162.3155676760141, "positive_daily": "", "positive": 322.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 4.536770525105983, "deceased_daily": "", "deceased": 9.0, "positive_100k": 188.023933984948, "positive_daily": "", "positive": 373.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 4.536770525105983, "deceased_daily": "", "deceased": 9.0, "positive_100k": 206.17101608537192, "positive_daily": "", "positive": 409.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 6.049027366807978, "deceased_daily": "", "deceased": 12.0, "positive_100k": 250.53055010863045, "positive_daily": "", "positive": 497.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 9.577626664112634, "deceased_daily": "", "deceased": 19.0, "positive_100k": 258.59591993104107, "positive_daily": "", "positive": 513.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 10.585797891913963, "deceased_daily": "", "deceased": 21.0, "positive_100k": 262.62860484224643, "positive_daily": "", "positive": 521.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 11.593969119715293, "deceased_daily": "", "deceased": 23.0, "positive_100k": 286.82471430947834, "positive_daily": "", "positive": 569.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 13.610311575317953, "deceased_daily": "", "deceased": 27.0, "positive_100k": 301.4431971125976, "positive_daily": "", "positive": 598.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 15.122568417019947, "deceased_daily": "", "deceased": 30.0, "positive_100k": 325.6393065798295, "positive_daily": "", "positive": 646.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 15.62665403092061, "deceased_daily": "", "deceased": 31.0, "positive_100k": 331.18424833273684, "positive_daily": "", "positive": 657.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 17.138910872622606, "deceased_daily": "", "deceased": 34.0, "positive_100k": 336.7291900856442, "positive_daily": "", "positive": 668.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 342.77821745245217, "positive_daily": "", "positive": 680.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 354.87627218606804, "positive_daily": "", "positive": 704.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 360.42121393897537, "positive_daily": "", "positive": 715.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 366.974326919684, "positive_daily": "", "positive": 728.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 368.9906693752867, "positive_daily": "", "positive": 732.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 370.50292621698867, "positive_daily": "", "positive": 735.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 18.6511677143246, "deceased_daily": "", "deceased": 37.0, "positive_100k": 373.023354286492, "positive_daily": "", "positive": 740.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 19.155253328225267, "deceased_daily": "", "deceased": 38.0, "positive_100k": 376.047867969896, "positive_daily": "", "positive": 746.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 19.65933894212593, "deceased_daily": "", "deceased": 39.0, "positive_100k": 379.0723816533, "positive_daily": "", "positive": 752.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 20.163424556026595, "deceased_daily": "", "deceased": 40.0, "positive_100k": 387.6418370896113, "positive_daily": "", "positive": 769.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 20.163424556026595, "deceased_daily": "", "deceased": 40.0, "positive_100k": 392.1786076147173, "positive_daily": "", "positive": 778.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.09662050461024736, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.19324100922049472, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.38648201844098945, "positive_daily": "", "positive": 4.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5797230276614843, "positive_daily": "", "positive": 6.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.6425485783742055, "positive_daily": "", "positive": 17.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.285097156748411, "positive_daily": "", "positive": 34.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.09662050461024736, "deceased_daily": "", "deceased": 1.0, "positive_100k": 11.884322067060427, "positive_daily": "", "positive": 123.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.09662050461024736, "deceased_daily": "", "deceased": 1.0, "positive_100k": 18.647757389777745, "positive_daily": "", "positive": 193.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.09662050461024736, "deceased_daily": "", "deceased": 1.0, "positive_100k": 27.24698230008976, "positive_daily": "", "positive": 282.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 0.19324100922049472, "deceased_daily": "", "deceased": 2.0, "positive_100k": 36.42593023806326, "positive_daily": "", "positive": 377.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 0.28986151383074216, "deceased_daily": "", "deceased": 3.0, "positive_100k": 40.3873709270834, "positive_daily": "", "positive": 418.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.48310252305123685, "deceased_daily": "", "deceased": 5.0, "positive_100k": 45.41163716681627, "positive_daily": "", "positive": 470.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.5797230276614843, "deceased_daily": "", "deceased": 6.0, "positive_100k": 51.4021084526516, "positive_daily": "", "positive": 532.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.5797230276614843, "deceased_daily": "", "deceased": 6.0, "positive_100k": 60.29119487679437, "positive_daily": "", "positive": 624.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.6763435322717316, "deceased_daily": "", "deceased": 7.0, "positive_100k": 63.76953304276327, "positive_daily": "", "positive": 660.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.7729640368819789, "deceased_daily": "", "deceased": 8.0, "positive_100k": 69.37352231015761, "positive_daily": "", "positive": 718.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.8695845414922264, "deceased_daily": "", "deceased": 9.0, "positive_100k": 74.10792703605973, "positive_daily": "", "positive": 767.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.9662050461024737, "deceased_daily": "", "deceased": 10.0, "positive_100k": 77.10316267897741, "positive_daily": "", "positive": 798.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.256066559933216, "deceased_daily": "", "deceased": 13.0, "positive_100k": 79.80853680806433, "positive_daily": "", "positive": 826.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.5459280737639578, "deceased_daily": "", "deceased": 16.0, "positive_100k": 82.70715194637175, "positive_daily": "", "positive": 856.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.9324100922049474, "deceased_daily": "", "deceased": 20.0, "positive_100k": 87.82803869071486, "positive_daily": "", "positive": 909.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 2.2222716060356897, "deceased_daily": "", "deceased": 23.0, "positive_100k": 96.91036612407812, "positive_daily": "", "positive": 1003.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 2.512133119866432, "deceased_daily": "", "deceased": 26.0, "positive_100k": 103.67380144679544, "positive_daily": "", "positive": 1073.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 2.7053741290869264, "deceased_daily": "", "deceased": 28.0, "positive_100k": 106.86227809893359, "positive_daily": "", "positive": 1106.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 2.7053741290869264, "deceased_daily": "", "deceased": 28.0, "positive_100k": 109.85751374185126, "positive_daily": "", "positive": 1137.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.995235642917669, "deceased_daily": "", "deceased": 31.0, "positive_100k": 113.33585190782017, "positive_daily": "", "positive": 1173.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 3.1884766521381636, "deceased_daily": "", "deceased": 33.0, "positive_100k": 118.64997966138378, "positive_daily": "", "positive": 1228.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 3.5749586705791527, "deceased_daily": "", "deceased": 37.0, "positive_100k": 124.25396892877814, "positive_daily": "", "positive": 1286.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 3.6715791751894002, "deceased_daily": "", "deceased": 38.0, "positive_100k": 128.98837365468023, "positive_daily": "", "positive": 1335.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 4.058061193630389, "deceased_daily": "", "deceased": 42.0, "positive_100k": 132.85319383909015, "positive_daily": "", "positive": 1375.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 4.2513022028508844, "deceased_daily": "", "deceased": 44.0, "positive_100k": 137.10449604194102, "positive_daily": "", "positive": 1419.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 4.734404725902121, "deceased_daily": "", "deceased": 49.0, "positive_100k": 139.23014714336648, "positive_daily": "", "positive": 1441.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 4.734404725902121, "deceased_daily": "", "deceased": 49.0, "positive_100k": 140.67945471252017, "positive_daily": "", "positive": 1456.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 4.734404725902121, "deceased_daily": "", "deceased": 49.0, "positive_100k": 142.03214177706366, "positive_daily": "", "positive": 1470.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 5.120886744343111, "deceased_daily": "", "deceased": 53.0, "positive_100k": 143.86793136465835, "positive_daily": "", "positive": 1489.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 5.314127753563606, "deceased_daily": "", "deceased": 55.0, "positive_100k": 146.38006448452478, "positive_daily": "", "positive": 1515.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 6.473573808886574, "deceased_daily": "", "deceased": 67.0, "positive_100k": 150.0516436597142, "positive_daily": "", "positive": 1553.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 6.666814818107069, "deceased_daily": "", "deceased": 69.0, "positive_100k": 153.24012031185234, "positive_daily": "", "positive": 1586.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 6.666814818107069, "deceased_daily": "", "deceased": 69.0, "positive_100k": 154.49618687178557, "positive_daily": "", "positive": 1599.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 7.053296836548059, "deceased_daily": "", "deceased": 73.0, "positive_100k": 155.84887393632903, "positive_daily": "", "positive": 1613.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 7.439778854989048, "deceased_daily": "", "deceased": 77.0, "positive_100k": 156.71845847782126, "positive_daily": "", "positive": 1622.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.387736141220191, "positive_daily": "", "positive": 2.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 24.775472282440383, "positive_daily": "", "positive": 4.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 30.96934035305048, "positive_daily": "", "positive": 5.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 37.16320842366058, "positive_daily": "", "positive": 6.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 49.550944564880766, "positive_daily": "", "positive": 8.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 55.74481263549086, "positive_daily": "", "positive": 9.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 68.13254877671105, "positive_daily": "", "positive": 11.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 74.32641684732116, "positive_daily": "", "positive": 12.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 80.52028491793125, "positive_daily": "", "positive": 13.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 86.71415298854134, "positive_daily": "", "positive": 14.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 86.71415298854134, "positive_daily": "", "positive": 14.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 123.87736141220192, "positive_daily": "", "positive": 20.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 123.87736141220192, "positive_daily": "", "positive": 20.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 130.07122948281202, "positive_daily": "", "positive": 21.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 130.07122948281202, "positive_daily": "", "positive": 21.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 130.07122948281202, "positive_daily": "", "positive": 21.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 142.4589656240322, "positive_daily": "", "positive": 23.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.34706315161106716, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.082378909666403, "positive_daily": "", "positive": 6.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.082378909666403, "positive_daily": "", "positive": 6.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.205947274166007, "positive_daily": "", "positive": 15.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": 0.34706315161106716, "deceased_daily": "", "deceased": 1.0, "positive_100k": 6.594199880610277, "positive_daily": "", "positive": 19.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": 0.34706315161106716, "deceased_daily": "", "deceased": 1.0, "positive_100k": 6.941263032221343, "positive_daily": "", "positive": 20.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": 0.34706315161106716, "deceased_daily": "", "deceased": 1.0, "positive_100k": 7.635389335443477, "positive_daily": "", "positive": 22.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 9.023641941887746, "positive_daily": "", "positive": 26.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 9.023641941887746, "positive_daily": "", "positive": 26.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 14.576652367664822, "positive_daily": "", "positive": 42.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 16.311968125720156, "positive_daily": "", "positive": 47.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 18.741410186997626, "positive_daily": "", "positive": 54.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 26.376799522441107, "positive_daily": "", "positive": 76.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 30.888620493384977, "positive_daily": "", "positive": 89.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 40.25932558688379, "positive_daily": "", "positive": 116.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 46.506462315883, "positive_daily": "", "positive": 134.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.0411894548332015, "deceased_daily": "", "deceased": 3.0, "positive_100k": 63.859619896436364, "positive_daily": "", "positive": 184.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 1.0411894548332015, "deceased_daily": "", "deceased": 3.0, "positive_100k": 97.87180875432094, "positive_daily": "", "positive": 282.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 1.0411894548332015, "deceased_daily": "", "deceased": 3.0, "positive_100k": 100.30125081559841, "positive_daily": "", "positive": 289.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 1.0411894548332015, "deceased_daily": "", "deceased": 3.0, "positive_100k": 104.81307178654227, "positive_daily": "", "positive": 302.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 1.3882526064442686, "deceased_daily": "", "deceased": 4.0, "positive_100k": 106.20132439298655, "positive_daily": "", "positive": 306.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 1.7353157580553358, "deceased_daily": "", "deceased": 5.0, "positive_100k": 118.3485346993739, "positive_daily": "", "positive": 341.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 1.7353157580553358, "deceased_daily": "", "deceased": 5.0, "positive_100k": 146.46064997987034, "positive_daily": "", "positive": 422.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 1.7353157580553358, "deceased_daily": "", "deceased": 5.0, "positive_100k": 161.7314286507573, "positive_daily": "", "positive": 466.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 2.082378909666403, "deceased_daily": "", "deceased": 6.0, "positive_100k": 174.2257021087557, "positive_daily": "", "positive": 502.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 2.082378909666403, "deceased_daily": "", "deceased": 6.0, "positive_100k": 177.3492704732553, "positive_daily": "", "positive": 511.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 2.42944206127747, "deceased_daily": "", "deceased": 7.0, "positive_100k": 187.06703871836518, "positive_daily": "", "positive": 539.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 3.4706315161106716, "deceased_daily": "", "deceased": 10.0, "positive_100k": 194.7024280538087, "positive_daily": "", "positive": 561.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 3.8176946677217387, "deceased_daily": "", "deceased": 11.0, "positive_100k": 204.0731331473075, "positive_daily": "", "positive": 588.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 4.164757819332806, "deceased_daily": "", "deceased": 12.0, "positive_100k": 211.708522482751, "positive_daily": "", "positive": 610.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 4.85888412255494, "deceased_daily": "", "deceased": 14.0, "positive_100k": 216.91446975691696, "positive_daily": "", "positive": 625.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 6.594199880610277, "deceased_daily": "", "deceased": 19.0, "positive_100k": 227.67342745686003, "positive_daily": "", "positive": 656.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 6.594199880610277, "deceased_daily": "", "deceased": 19.0, "positive_100k": 232.53231157941502, "positive_daily": "", "positive": 670.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 6.594199880610277, "deceased_daily": "", "deceased": 19.0, "positive_100k": 236.6970693987478, "positive_daily": "", "positive": 682.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 6.594199880610277, "deceased_daily": "", "deceased": 19.0, "positive_100k": 239.47357461163634, "positive_daily": "", "positive": 690.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 7.288326183832411, "deceased_daily": "", "deceased": 21.0, "positive_100k": 240.8618272180806, "positive_daily": "", "positive": 694.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 7.288326183832411, "deceased_daily": "", "deceased": 21.0, "positive_100k": 246.76190079546876, "positive_daily": "", "positive": 711.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 7.635389335443477, "deceased_daily": "", "deceased": 22.0, "positive_100k": 250.57959546319046, "positive_daily": "", "positive": 722.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 7.635389335443477, "deceased_daily": "", "deceased": 22.0, "positive_100k": 255.43847958574545, "positive_daily": "", "positive": 736.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 7.9824524870545455, "deceased_daily": "", "deceased": 23.0, "positive_100k": 256.8267321921897, "positive_daily": "", "positive": 740.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 8.329515638665612, "deceased_daily": "", "deceased": 24.0, "positive_100k": 259.9503005566893, "positive_daily": "", "positive": 749.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 262.03267946635566, "positive_daily": "", "positive": 755.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 266.5445004372996, "positive_daily": "", "positive": 768.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 271.05632140824343, "positive_daily": "", "positive": 781.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 275.5681423791873, "positive_daily": "", "positive": 794.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 276.9563949856316, "positive_daily": "", "positive": 798.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 278.69171074368694, "positive_daily": "", "positive": 803.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 279.73290019852016, "positive_daily": "", "positive": 806.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 9.023641941887746, "deceased_daily": "", "deceased": 26.0, "positive_100k": 280.7740896533533, "positive_daily": "", "positive": 809.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.36604024978586647, "positive_daily": "", "positive": 1.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 15.73973074079226, "positive_daily": "", "positive": 43.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 24.158656485867187, "positive_daily": "", "positive": 66.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 34.77382372965731, "positive_daily": "", "positive": 95.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 38.06818597773011, "positive_daily": "", "positive": 104.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 47.219192222376776, "positive_daily": "", "positive": 129.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 51.61167521980717, "positive_daily": "", "positive": 141.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 57.46831921638103, "positive_daily": "", "positive": 157.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 63.3249632129549, "positive_daily": "", "positive": 173.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.7320804995717329, "deceased_daily": "", "deceased": 2.0, "positive_100k": 69.54764745931462, "positive_daily": "", "positive": 190.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 0.7320804995717329, "deceased_daily": "", "deceased": 2.0, "positive_100k": 71.74388895802983, "positive_daily": "", "positive": 196.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 79.06469395374715, "positive_daily": "", "positive": 216.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 83.09113670139168, "positive_daily": "", "positive": 227.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 86.75153919925035, "positive_daily": "", "positive": 237.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 91.51006244646662, "positive_daily": "", "positive": 250.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 94.43838444475355, "positive_daily": "", "positive": 258.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 95.53650519411114, "positive_daily": "", "positive": 261.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 96.63462594346875, "positive_daily": "", "positive": 264.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 101.02710894089914, "positive_daily": "", "positive": 276.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 1.8302012489293324, "deceased_daily": "", "deceased": 5.0, "positive_100k": 103.22335043961434, "positive_daily": "", "positive": 282.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 1.8302012489293324, "deceased_daily": "", "deceased": 5.0, "positive_100k": 107.61583343704474, "positive_daily": "", "positive": 294.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 2.1962414987151986, "deceased_daily": "", "deceased": 6.0, "positive_100k": 112.00831643447513, "positive_daily": "", "positive": 306.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 2.562281748501065, "deceased_daily": "", "deceased": 7.0, "positive_100k": 115.30267868254792, "positive_daily": "", "positive": 315.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.562281748501065, "deceased_daily": "", "deceased": 7.0, "positive_100k": 117.49892018126313, "positive_daily": "", "positive": 321.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 2.9283219982869317, "deceased_daily": "", "deceased": 8.0, "positive_100k": 118.96308118040659, "positive_daily": "", "positive": 325.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 2.9283219982869317, "deceased_daily": "", "deceased": 8.0, "positive_100k": 120.42724217955006, "positive_daily": "", "positive": 329.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 2.9283219982869317, "deceased_daily": "", "deceased": 8.0, "positive_100k": 125.55180567655219, "positive_daily": "", "positive": 343.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 3.294362248072798, "deceased_daily": "", "deceased": 9.0, "positive_100k": 128.11408742505324, "positive_daily": "", "positive": 350.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 3.660402497858665, "deceased_daily": "", "deceased": 10.0, "positive_100k": 129.21220817441085, "positive_daily": "", "positive": 353.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 4.026442747644531, "deceased_daily": "", "deceased": 11.0, "positive_100k": 129.94428867398258, "positive_daily": "", "positive": 355.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 4.026442747644531, "deceased_daily": "", "deceased": 11.0, "positive_100k": 129.94428867398258, "positive_daily": "", "positive": 355.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 4.026442747644531, "deceased_daily": "", "deceased": 11.0, "positive_100k": 131.40844967312606, "positive_daily": "", "positive": 359.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.0, "positive_daily": "", "positive": 0.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.19696787650902012, "positive_daily": "", "positive": 1.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.39393575301804024, "positive_daily": "", "positive": 2.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.954518147635302, "positive_daily": "", "positive": 15.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.257490195923948, "positive_daily": "", "positive": 47.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.015040467050229, "positive_daily": "", "positive": 61.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 16.742269503266712, "positive_daily": "", "positive": 85.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.302851897883972, "positive_daily": "", "positive": 98.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.19696787650902012, "deceased_daily": "", "deceased": 1.0, "positive_100k": 44.90867584405659, "positive_daily": "", "positive": 228.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.19696787650902012, "deceased_daily": "", "deceased": 1.0, "positive_100k": 44.90867584405659, "positive_daily": "", "positive": 228.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.39393575301804024, "deceased_daily": "", "deceased": 2.0, "positive_100k": 60.27217021176016, "positive_daily": "", "positive": 306.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.9848393825451006, "deceased_daily": "", "deceased": 5.0, "positive_100k": 66.77211013655783, "positive_daily": "", "positive": 339.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.9848393825451006, "deceased_daily": "", "deceased": 5.0, "positive_100k": 71.89327492579235, "positive_daily": "", "positive": 365.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 0.9848393825451006, "deceased_daily": "", "deceased": 5.0, "positive_100k": 76.62050396200884, "positive_daily": "", "positive": 389.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.378775135563141, "deceased_daily": "", "deceased": 7.0, "positive_100k": 81.54470087473435, "positive_daily": "", "positive": 414.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.378775135563141, "deceased_daily": "", "deceased": 7.0, "positive_100k": 81.54470087473435, "positive_daily": "", "positive": 414.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.575743012072161, "deceased_daily": "", "deceased": 8.0, "positive_100k": 94.54458072432966, "positive_daily": "", "positive": 480.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.575743012072161, "deceased_daily": "", "deceased": 8.0, "positive_100k": 94.54458072432966, "positive_daily": "", "positive": 480.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.7727108885811813, "deceased_daily": "", "deceased": 9.0, "positive_100k": 99.27180976054615, "positive_daily": "", "positive": 504.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 1.7727108885811813, "deceased_daily": "", "deceased": 9.0, "positive_100k": 101.43845640214538, "positive_daily": "", "positive": 515.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.1666466415992214, "deceased_daily": "", "deceased": 11.0, "positive_100k": 104.7869103027987, "positive_daily": "", "positive": 532.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.5605823946172617, "deceased_daily": "", "deceased": 13.0, "positive_100k": 109.71110721552422, "positive_daily": "", "positive": 557.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.954518147635302, "deceased_daily": "", "deceased": 15.0, "positive_100k": 113.84743262221366, "positive_daily": "", "positive": 578.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 3.151486024144322, "deceased_daily": "", "deceased": 16.0, "positive_100k": 118.96859741144816, "positive_daily": "", "positive": 604.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 3.3484539006533423, "deceased_daily": "", "deceased": 17.0, "positive_100k": 124.48369795370073, "positive_daily": "", "positive": 632.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 3.5454217771623626, "deceased_daily": "", "deceased": 18.0, "positive_100k": 126.25640884228191, "positive_daily": "", "positive": 641.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 4.136325406689423, "deceased_daily": "", "deceased": 21.0, "positive_100k": 127.83215185435408, "positive_daily": "", "positive": 649.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 4.136325406689423, "deceased_daily": "", "deceased": 21.0, "positive_100k": 129.40789486642623, "positive_daily": "", "positive": 657.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 4.136325406689423, "deceased_daily": "", "deceased": 21.0, "positive_100k": 130.7866700019894, "positive_daily": "", "positive": 664.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 4.530261159707464, "deceased_daily": "", "deceased": 23.0, "positive_100k": 133.1502845200976, "positive_daily": "", "positive": 676.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 4.924196912725503, "deceased_daily": "", "deceased": 25.0, "positive_100k": 133.9381560261337, "positive_daily": "", "positive": 680.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 5.318132665743544, "deceased_daily": "", "deceased": 27.0, "positive_100k": 134.52905965566075, "positive_daily": "", "positive": 683.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 5.318132665743544, "deceased_daily": "", "deceased": 27.0, "positive_100k": 137.68054567980508, "positive_daily": "", "positive": 699.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 5.318132665743544, "deceased_daily": "", "deceased": 27.0, "positive_100k": 138.8623529388592, "positive_daily": "", "positive": 705.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 5.318132665743544, "deceased_daily": "", "deceased": 27.0, "positive_100k": 140.04416019791333, "positive_daily": "", "positive": 711.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 5.712068418761584, "deceased_daily": "", "deceased": 29.0, "positive_100k": 141.42293533347646, "positive_daily": "", "positive": 718.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5654509471303365, "positive_daily": "", "positive": 1.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.523607577042692, "positive_daily": "", "positive": 8.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.089058524173027, "positive_daily": "", "positive": 9.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 7.350862312694374, "positive_daily": "", "positive": 13.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.178117048346055, "positive_daily": "", "positive": 18.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 13.570822731128075, "positive_daily": "", "positive": 24.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 15.267175572519085, "positive_daily": "", "positive": 27.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 17.52897936104043, "positive_daily": "", "positive": 31.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 20.921685043822446, "positive_daily": "", "positive": 37.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 26.010743567995476, "positive_daily": "", "positive": 46.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 33.36160588068985, "positive_daily": "", "positive": 59.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 38.45066440486288, "positive_daily": "", "positive": 68.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 41.84337008764489, "positive_daily": "", "positive": 74.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 52.58693808312129, "positive_daily": "", "positive": 93.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.5654509471303365, "deceased_daily": "", "deceased": 1.0, "positive_100k": 64.46140797285835, "positive_daily": "", "positive": 114.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 1.130901894260673, "deceased_daily": "", "deceased": 2.0, "positive_100k": 82.55583828102911, "positive_daily": "", "positive": 146.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 1.6963528413910094, "deceased_daily": "", "deceased": 3.0, "positive_100k": 98.95391574780888, "positive_daily": "", "positive": 175.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.6963528413910094, "deceased_daily": "", "deceased": 3.0, "positive_100k": 106.8702290076336, "positive_daily": "", "positive": 189.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 2.261803788521346, "deceased_daily": "", "deceased": 4.0, "positive_100k": 113.09018942606728, "positive_daily": "", "positive": 200.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 2.261803788521346, "deceased_daily": "", "deceased": 4.0, "positive_100k": 122.13740458015268, "positive_daily": "", "positive": 216.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 2.827254735651682, "deceased_daily": "", "deceased": 5.0, "positive_100k": 139.66638394119312, "positive_daily": "", "positive": 247.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.392705682782019, "deceased_daily": "", "deceased": 6.0, "positive_100k": 149.84450098953914, "positive_daily": "", "positive": 265.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 5.089058524173027, "deceased_daily": "", "deceased": 9.0, "positive_100k": 158.3262651964942, "positive_daily": "", "positive": 280.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 6.785411365564038, "deceased_daily": "", "deceased": 12.0, "positive_100k": 169.0698331919706, "positive_daily": "", "positive": 299.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 7.350862312694374, "deceased_daily": "", "deceased": 13.0, "positive_100k": 178.68249929318634, "positive_daily": "", "positive": 316.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 8.481764206955047, "deceased_daily": "", "deceased": 15.0, "positive_100k": 190.55696918292338, "positive_daily": "", "positive": 337.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 10.178117048346055, "deceased_daily": "", "deceased": 18.0, "positive_100k": 195.6460277070964, "positive_daily": "", "positive": 346.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 11.874469889737066, "deceased_daily": "", "deceased": 21.0, "positive_100k": 213.7404580152672, "positive_daily": "", "positive": 378.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 13.005371783997738, "deceased_daily": "", "deceased": 23.0, "positive_100k": 227.31128074639523, "positive_daily": "", "positive": 402.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 14.13627367825841, "deceased_daily": "", "deceased": 25.0, "positive_100k": 237.4893977947413, "positive_daily": "", "positive": 420.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 15.832626519649422, "deceased_daily": "", "deceased": 28.0, "positive_100k": 243.14390726604466, "positive_daily": "", "positive": 430.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 16.398077466779757, "deceased_daily": "", "deceased": 29.0, "positive_100k": 251.0602205258694, "positive_daily": "", "positive": 444.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 17.52897936104043, "deceased_daily": "", "deceased": 31.0, "positive_100k": 255.5838281029121, "positive_daily": "", "positive": 452.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 17.52897936104043, "deceased_daily": "", "deceased": 31.0, "positive_100k": 262.3692394684761, "positive_daily": "", "positive": 464.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 19.22533220243144, "deceased_daily": "", "deceased": 34.0, "positive_100k": 275.9400621996042, "positive_daily": "", "positive": 488.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 20.35623409669211, "deceased_daily": "", "deceased": 36.0, "positive_100k": 290.0763358778626, "positive_daily": "", "positive": 513.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 22.052586938083124, "deceased_daily": "", "deceased": 39.0, "positive_100k": 292.90359061351427, "positive_daily": "", "positive": 518.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 22.618037885213457, "deceased_daily": "", "deceased": 40.0, "positive_100k": 310.99802092168505, "positive_daily": "", "positive": 550.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 22.618037885213457, "deceased_daily": "", "deceased": 40.0, "positive_100k": 322.30703986429177, "positive_daily": "", "positive": 570.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 23.74893977947413, "deceased_daily": "", "deceased": 42.0, "positive_100k": 327.3960983884648, "positive_daily": "", "positive": 579.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 26.010743567995476, "deceased_daily": "", "deceased": 46.0, "positive_100k": 333.05060785976815, "positive_daily": "", "positive": 589.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 26.576194515125813, "deceased_daily": "", "deceased": 47.0, "positive_100k": 336.4433135425502, "positive_daily": "", "positive": 595.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 27.14164546225615, "deceased_daily": "", "deceased": 48.0, "positive_100k": 342.6632739609839, "positive_daily": "", "positive": 606.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 27.14164546225615, "deceased_daily": "", "deceased": 48.0, "positive_100k": 347.7523324851569, "positive_daily": "", "positive": 615.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 27.14164546225615, "deceased_daily": "", "deceased": 48.0, "positive_100k": 353.97229290359064, "positive_daily": "", "positive": 626.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 28.27254735651682, "deceased_daily": "", "deceased": 50.0, "positive_100k": 359.62680237489394, "positive_daily": "", "positive": 636.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 28.27254735651682, "deceased_daily": "", "deceased": 50.0, "positive_100k": 360.75770426915466, "positive_daily": "", "positive": 638.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 28.27254735651682, "deceased_daily": "", "deceased": 50.0, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 31.665253039298843, "deceased_daily": "", "deceased": 56.0, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.0, "positive_daily": "", "positive": 0.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 15.87080674973203, "positive_daily": "", "positive": 65.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 22.463295707313026, "positive_daily": "", "positive": 92.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 0.24416625768818503, "deceased_daily": "", "deceased": 1.0, "positive_100k": 26.61412208801217, "positive_daily": "", "positive": 109.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 0.24416625768818503, "deceased_daily": "", "deceased": 1.0, "positive_100k": 31.98577975715224, "positive_daily": "", "positive": 131.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.24416625768818503, "deceased_daily": "", "deceased": 1.0, "positive_100k": 38.08993619935686, "positive_daily": "", "positive": 156.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.48833251537637007, "deceased_daily": "", "deceased": 2.0, "positive_100k": 50.05408282607794, "positive_daily": "", "positive": 205.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.48833251537637007, "deceased_daily": "", "deceased": 2.0, "positive_100k": 55.669906752906186, "positive_daily": "", "positive": 228.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.7324987730645551, "deceased_daily": "", "deceased": 3.0, "positive_100k": 61.77406319511082, "positive_daily": "", "positive": 253.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.7324987730645551, "deceased_daily": "", "deceased": 3.0, "positive_100k": 70.0757159565091, "positive_daily": "", "positive": 287.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.9766650307527401, "deceased_daily": "", "deceased": 4.0, "positive_100k": 77.40070368715466, "positive_daily": "", "positive": 317.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 1.2208312884409254, "deceased_daily": "", "deceased": 5.0, "positive_100k": 82.77236135629472, "positive_daily": "", "positive": 339.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.4649975461291103, "deceased_daily": "", "deceased": 6.0, "positive_100k": 85.70235644855295, "positive_daily": "", "positive": 351.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 91.56234663306938, "positive_daily": "", "positive": 375.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 97.9106693329622, "positive_daily": "", "positive": 401.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 103.03816074441409, "positive_daily": "", "positive": 422.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 109.63064970199508, "positive_daily": "", "positive": 449.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 114.51397485575878, "positive_daily": "", "positive": 469.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 116.71147117495245, "positive_daily": "", "positive": 478.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 121.35063007102796, "positive_daily": "", "positive": 497.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 124.28062516328619, "positive_daily": "", "positive": 509.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 128.67561780167352, "positive_daily": "", "positive": 527.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 132.3381116669963, "positive_daily": "", "positive": 542.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 136.73310430538362, "positive_daily": "", "positive": 560.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 2.4416625768818507, "deceased_daily": "", "deceased": 10.0, "positive_100k": 138.6864343668891, "positive_daily": "", "positive": 568.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 2.4416625768818507, "deceased_daily": "", "deceased": 10.0, "positive_100k": 140.63976442839459, "positive_daily": "", "positive": 576.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.4416625768818507, "deceased_daily": "", "deceased": 10.0, "positive_100k": 141.61642945914733, "positive_daily": "", "positive": 580.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 2.685828834570035, "deceased_daily": "", "deceased": 11.0, "positive_100k": 143.81392577834097, "positive_daily": "", "positive": 589.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 2.9299950922582205, "deceased_daily": "", "deceased": 12.0, "positive_100k": 145.5230895821583, "positive_daily": "", "positive": 596.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 3.1741613499464054, "deceased_daily": "", "deceased": 13.0, "positive_100k": 146.25558835522284, "positive_daily": "", "positive": 599.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 3.4183276076345908, "deceased_daily": "", "deceased": 14.0, "positive_100k": 148.20891841672832, "positive_daily": "", "positive": 607.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 3.6624938653227757, "deceased_daily": "", "deceased": 15.0, "positive_100k": 152.11557853973926, "positive_daily": "", "positive": 623.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 3.6624938653227757, "deceased_daily": "", "deceased": 15.0, "positive_100k": 152.84807731280384, "positive_daily": "", "positive": 626.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 3.6624938653227757, "deceased_daily": "", "deceased": 15.0, "positive_100k": 154.55724111662113, "positive_daily": "", "positive": 633.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 3.6624938653227757, "deceased_daily": "", "deceased": 15.0, "positive_100k": 156.998903693503, "positive_daily": "", "positive": 643.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": 120.65760964439379, "tested": 235.0, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.5403099103539633, "positive_daily": "", "positive": 3.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.5403099103539633, "positive_daily": "", "positive": 3.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.107493094277236, "positive_daily": "", "positive": 8.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 7.701549551769816, "positive_daily": "", "positive": 15.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.782169372477743, "positive_daily": "", "positive": 21.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.322479282831706, "positive_daily": "", "positive": 24.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 14.376225829970323, "positive_daily": "", "positive": 28.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 16.943409013893596, "positive_daily": "", "positive": 33.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 25.158395202448066, "positive_daily": "", "positive": 49.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": 0.5134366367846545, "deceased_daily": "", "deceased": 1.0, "positive_100k": 37.48087448527977, "positive_daily": "", "positive": 73.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": 0.5134366367846545, "deceased_daily": "", "deceased": 1.0, "positive_100k": 47.2361705841882, "positive_daily": "", "positive": 92.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.5134366367846545, "deceased_daily": "", "deceased": 1.0, "positive_100k": 51.34366367846545, "positive_daily": "", "positive": 100.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 73.93487569699023, "positive_daily": "", "positive": 144.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 84.71704506946797, "positive_daily": "", "positive": 165.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 93.4454678948071, "positive_daily": "", "positive": 182.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 113.98293336619327, "positive_daily": "", "positive": 222.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 139.654765205426, "positive_daily": "", "positive": 272.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 2.567183183923272, "deceased_daily": "", "deceased": 5.0, "positive_100k": 153.51755439861168, "positive_daily": "", "positive": 299.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 2.567183183923272, "deceased_daily": "", "deceased": 5.0, "positive_100k": 183.81031596890628, "positive_daily": "", "positive": 358.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 2.567183183923272, "deceased_daily": "", "deceased": 5.0, "positive_100k": 193.05217543103007, "positive_daily": "", "positive": 376.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 2.567183183923272, "deceased_daily": "", "deceased": 5.0, "positive_100k": 212.56276762884693, "positive_daily": "", "positive": 414.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 4.107493094277236, "deceased_daily": "", "deceased": 8.0, "positive_100k": 239.26147274164893, "positive_daily": "", "positive": 466.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 6.161239641415853, "deceased_daily": "", "deceased": 12.0, "positive_100k": 259.2855015762505, "positive_daily": "", "positive": 505.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 6.674676278200507, "deceased_daily": "", "deceased": 13.0, "positive_100k": 274.17516404300545, "positive_daily": "", "positive": 534.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 6.674676278200507, "deceased_daily": "", "deceased": 13.0, "positive_100k": 294.19919287760695, "positive_daily": "", "positive": 573.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 7.701549551769816, "deceased_daily": "", "deceased": 15.0, "positive_100k": 312.6829118018545, "positive_daily": "", "positive": 609.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 7.701549551769816, "deceased_daily": "", "deceased": 15.0, "positive_100k": 318.8441514432704, "positive_daily": "", "positive": 621.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 8.214986188554471, "deceased_daily": "", "deceased": 16.0, "positive_100k": 337.3278703675179, "positive_daily": "", "positive": 657.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 9.241859462123779, "deceased_daily": "", "deceased": 18.0, "positive_100k": 354.7847160181962, "positive_daily": "", "positive": 691.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 9.755296098908433, "deceased_daily": "", "deceased": 19.0, "positive_100k": 368.6475052113819, "positive_daily": "", "positive": 718.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 10.782169372477743, "deceased_daily": "", "deceased": 21.0, "positive_100k": 389.18497068276804, "positive_daily": "", "positive": 758.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 12.322479282831706, "deceased_daily": "", "deceased": 24.0, "positive_100k": 395.8596469609685, "positive_daily": "", "positive": 771.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 13.349352556401014, "deceased_daily": "", "deceased": 26.0, "positive_100k": 407.6686896070156, "positive_daily": "", "positive": 794.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 13.349352556401014, "deceased_daily": "", "deceased": 26.0, "positive_100k": 412.2896193380775, "positive_daily": "", "positive": 803.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 14.376225829970323, "deceased_daily": "", "deceased": 28.0, "positive_100k": 417.423985705924, "positive_daily": "", "positive": 813.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 15.916535740324287, "deceased_daily": "", "deceased": 31.0, "positive_100k": 428.20615507840176, "positive_daily": "", "positive": 834.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 16.943409013893596, "deceased_daily": "", "deceased": 33.0, "positive_100k": 434.3673947198176, "positive_daily": "", "positive": 846.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 16.943409013893596, "deceased_daily": "", "deceased": 33.0, "positive_100k": 441.0420709980181, "positive_daily": "", "positive": 859.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 16.943409013893596, "deceased_daily": "", "deceased": 33.0, "positive_100k": 444.63612745551075, "positive_daily": "", "positive": 866.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 16.943409013893596, "deceased_daily": "", "deceased": 33.0, "positive_100k": 452.8511136440652, "positive_daily": "", "positive": 882.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 17.45684565067825, "deceased_daily": "", "deceased": 34.0, "positive_100k": 458.4989166486964, "positive_daily": "", "positive": 893.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 17.45684565067825, "deceased_daily": "", "deceased": 34.0, "positive_100k": 461.5795364694043, "positive_daily": "", "positive": 899.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 18.483718924247558, "deceased_daily": "", "deceased": 36.0, "positive_100k": 466.7139028372508, "positive_daily": "", "positive": 909.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 18.997155561032216, "deceased_daily": "", "deceased": 37.0, "positive_100k": 470.8213959315281, "positive_daily": "", "positive": 917.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 18.997155561032216, "deceased_daily": "", "deceased": 37.0, "positive_100k": 473.90201575223597, "positive_daily": "", "positive": 923.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 20.537465471386177, "deceased_daily": "", "deceased": 40.0, "positive_100k": 476.98263557294393, "positive_daily": "", "positive": 929.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 20.537465471386177, "deceased_daily": "", "deceased": 40.0, "positive_100k": 478.52294548329786, "positive_daily": "", "positive": 932.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 21.564338744955485, "deceased_daily": "", "deceased": 42.0, "positive_100k": 479.0363821200826, "positive_daily": "", "positive": 933.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 22.591212018524793, "deceased_daily": "", "deceased": 44.0, "positive_100k": 479.0363821200826, "positive_daily": "", "positive": 933.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.14744760817862393, "positive_daily": "", "positive": 1.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.29489521635724786, "positive_daily": "", "positive": 2.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.8846856490717436, "positive_daily": "", "positive": 6.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.0321332572503674, "positive_daily": "", "positive": 7.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3270284736076154, "positive_daily": "", "positive": 9.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.7693712981434873, "positive_daily": "", "positive": 12.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.064266514500735, "positive_daily": "", "positive": 14.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.506609339036607, "positive_daily": "", "positive": 17.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.654056947215231, "positive_daily": "", "positive": 18.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.9810854208228466, "positive_daily": "", "positive": 27.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.718323461715966, "positive_daily": "", "positive": 32.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 7.667275625288444, "positive_daily": "", "positive": 52.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.878989747967804, "positive_daily": "", "positive": 67.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 14.892208426041018, "positive_daily": "", "positive": 101.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 17.398817765077624, "positive_daily": "", "positive": 118.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 0.14744760817862393, "deceased_daily": "", "deceased": 1.0, "positive_100k": 24.771198174008823, "positive_daily": "", "positive": 168.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 0.14744760817862393, "deceased_daily": "", "deceased": 1.0, "positive_100k": 34.20784509744075, "positive_daily": "", "positive": 232.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.14744760817862393, "deceased_daily": "", "deceased": 1.0, "positive_100k": 35.534873571048365, "positive_daily": "", "positive": 241.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.29489521635724786, "deceased_daily": "", "deceased": 2.0, "positive_100k": 39.22106377551396, "positive_daily": "", "positive": 266.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.29489521635724786, "deceased_daily": "", "deceased": 2.0, "positive_100k": 47.03578700898103, "positive_daily": "", "positive": 319.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.29489521635724786, "deceased_daily": "", "deceased": 2.0, "positive_100k": 51.45921525433975, "positive_daily": "", "positive": 349.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.4423428245358718, "deceased_daily": "", "deceased": 3.0, "positive_100k": 53.670929377019114, "positive_daily": "", "positive": 364.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.1795808654289914, "deceased_daily": "", "deceased": 8.0, "positive_100k": 70.9222995339181, "positive_daily": "", "positive": 481.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.6219236899648632, "deceased_daily": "", "deceased": 11.0, "positive_100k": 73.57635648113335, "positive_daily": "", "positive": 499.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.6219236899648632, "deceased_daily": "", "deceased": 11.0, "positive_100k": 80.94873689006454, "positive_daily": "", "positive": 549.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.7693712981434873, "deceased_daily": "", "deceased": 12.0, "positive_100k": 87.28898404174537, "positive_daily": "", "positive": 592.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.7693712981434873, "deceased_daily": "", "deceased": 12.0, "positive_100k": 92.30220271981858, "positive_daily": "", "positive": 626.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 1.916818906322111, "deceased_daily": "", "deceased": 13.0, "positive_100k": 107.1944111458596, "positive_daily": "", "positive": 727.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.359161730857983, "deceased_daily": "", "deceased": 16.0, "positive_100k": 112.06018221575418, "positive_daily": "", "positive": 760.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.359161730857983, "deceased_daily": "", "deceased": 16.0, "positive_100k": 116.18871524475567, "positive_daily": "", "positive": 788.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 2.506609339036607, "deceased_daily": "", "deceased": 17.0, "positive_100k": 121.20193392282886, "positive_daily": "", "positive": 822.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.654056947215231, "deceased_daily": "", "deceased": 18.0, "positive_100k": 125.33046695183035, "positive_daily": "", "positive": 850.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 2.654056947215231, "deceased_daily": "", "deceased": 18.0, "positive_100k": 129.4589999808318, "positive_daily": "", "positive": 878.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 2.654056947215231, "deceased_daily": "", "deceased": 18.0, "positive_100k": 132.55539975258293, "positive_daily": "", "positive": 899.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.8015045553938545, "deceased_daily": "", "deceased": 19.0, "positive_100k": 133.5875330098333, "positive_daily": "", "positive": 906.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 2.8015045553938545, "deceased_daily": "", "deceased": 19.0, "positive_100k": 134.47221865890504, "positive_daily": "", "positive": 912.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 3.2438473799297265, "deceased_daily": "", "deceased": 22.0, "positive_100k": 136.9788279979416, "positive_daily": "", "positive": 929.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 3.39129498810835, "deceased_daily": "", "deceased": 23.0, "positive_100k": 139.04309451244237, "positive_daily": "", "positive": 943.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 3.5387425962869745, "deceased_daily": "", "deceased": 24.0, "positive_100k": 141.549703851479, "positive_daily": "", "positive": 960.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 3.686190204465598, "deceased_daily": "", "deceased": 25.0, "positive_100k": 145.53078927230183, "positive_daily": "", "positive": 987.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 3.686190204465598, "deceased_daily": "", "deceased": 25.0, "positive_100k": 147.8899510031598, "positive_daily": "", "positive": 1003.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 4.12853302900147, "deceased_daily": "", "deceased": 28.0, "positive_100k": 149.21697947676742, "positive_daily": "", "positive": 1012.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 4.275980637180094, "deceased_daily": "", "deceased": 29.0, "positive_100k": 149.95421751766054, "positive_daily": "", "positive": 1017.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6282788301448183, "positive_daily": "", "positive": 1.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 0.6282788301448183, "tested": 1.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.8848364904344548, "positive_daily": "", "positive": 3.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 1.8848364904344548, "tested": 3.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.7696729808689096, "positive_daily": "", "positive": 6.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 3.7696729808689096, "tested": 6.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.654509471303364, "positive_daily": "", "positive": 9.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 6.282788301448183, "tested": 10.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 7.539345961737819, "positive_daily": "", "positive": 12.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 6.282788301448183, "tested": 10.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 8.167624791882638, "positive_daily": "", "positive": 13.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 62.19960418433701, "positive_daily": "", "positive": 99.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.6282788301448183, "deceased_daily": "", "deceased": 1.0, "positive_100k": 62.19960418433701, "positive_daily": "", "positive": 99.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.6282788301448183, "deceased_daily": "", "deceased": 1.0, "positive_100k": 74.76518078723338, "positive_daily": "", "positive": 119.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 1.2565576602896367, "deceased_daily": "", "deceased": 2.0, "positive_100k": 76.65001727766783, "positive_daily": "", "positive": 122.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 1.2565576602896367, "deceased_daily": "", "deceased": 2.0, "positive_100k": 80.41969025853675, "positive_daily": "", "positive": 128.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.2565576602896367, "deceased_daily": "", "deceased": 2.0, "positive_100k": 84.81764206955046, "positive_daily": "", "positive": 135.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 2.5131153205792733, "deceased_daily": "", "deceased": 4.0, "positive_100k": 88.58731505041938, "positive_daily": "", "positive": 141.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 2.5131153205792733, "deceased_daily": "", "deceased": 4.0, "positive_100k": 91.72870920114346, "positive_daily": "", "positive": 146.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 2.5131153205792733, "deceased_daily": "", "deceased": 4.0, "positive_100k": 97.38321867244683, "positive_daily": "", "positive": 155.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 2.5131153205792733, "deceased_daily": "", "deceased": 4.0, "positive_100k": 103.0377281437502, "positive_daily": "", "positive": 164.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 3.1413941507240914, "deceased_daily": "", "deceased": 5.0, "positive_100k": 105.55084346432946, "positive_daily": "", "positive": 168.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 3.1413941507240914, "deceased_daily": "", "deceased": 5.0, "positive_100k": 106.8074011246191, "positive_daily": "", "positive": 170.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 3.7696729808689096, "deceased_daily": "", "deceased": 6.0, "positive_100k": 111.83363176577765, "positive_daily": "", "positive": 178.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 4.397951811013728, "deceased_daily": "", "deceased": 7.0, "positive_100k": 116.23158357679138, "positive_daily": "", "positive": 185.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 4.397951811013728, "deceased_daily": "", "deceased": 7.0, "positive_100k": 123.14265070838438, "positive_daily": "", "positive": 196.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 5.654509471303364, "deceased_daily": "", "deceased": 9.0, "positive_100k": 133.8233908208463, "positive_daily": "", "positive": 213.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 6.282788301448183, "deceased_daily": "", "deceased": 10.0, "positive_100k": 135.07994848113592, "positive_daily": "", "positive": 215.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 6.282788301448183, "deceased_daily": "", "deceased": 10.0, "positive_100k": 156.44142870605975, "positive_daily": "", "positive": 249.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 6.911067131593001, "deceased_daily": "", "deceased": 11.0, "positive_100k": 157.6979863663494, "positive_daily": "", "positive": 251.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 7.539345961737819, "deceased_daily": "", "deceased": 12.0, "positive_100k": 157.6979863663494, "positive_daily": "", "positive": 251.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 8.167624791882638, "deceased_daily": "", "deceased": 13.0, "positive_100k": 162.0959381773631, "positive_daily": "", "positive": 258.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 8.167624791882638, "deceased_daily": "", "deceased": 13.0, "positive_100k": 163.98077466779756, "positive_daily": "", "positive": 261.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 8.795903622027456, "deceased_daily": "", "deceased": 14.0, "positive_100k": 166.49388998837682, "positive_daily": "", "positive": 265.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 8.795903622027456, "deceased_daily": "", "deceased": 14.0, "positive_100k": 167.12216881852166, "positive_daily": "", "positive": 266.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 8.795903622027456, "deceased_daily": "", "deceased": 14.0, "positive_100k": 167.12216881852166, "positive_daily": "", "positive": 266.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 9.424182452172275, "deceased_daily": "", "deceased": 15.0, "positive_100k": 168.3787264788113, "positive_daily": "", "positive": 268.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 9.424182452172275, "deceased_daily": "", "deceased": 15.0, "positive_100k": 170.8918417993906, "positive_daily": "", "positive": 272.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 10.052461282317093, "deceased_daily": "", "deceased": 16.0, "positive_100k": 173.40495711996985, "positive_daily": "", "positive": 276.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.6426362939668615, "positive_daily": "", "positive": 1.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": 15.85581776380117, "tested": 6.0, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 66.06590734917152, "positive_daily": "", "positive": 25.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 66.06590734917152, "positive_daily": "", "positive": 25.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 71.35117993710526, "positive_daily": "", "positive": 27.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 79.27908881900584, "positive_daily": "", "positive": 30.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 97.77754287677386, "positive_daily": "", "positive": 37.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 121.56126952247563, "positive_daily": "", "positive": 46.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 121.56126952247563, "positive_daily": "", "positive": 46.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 126.84654211040936, "positive_daily": "", "positive": 48.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 134.77445099230994, "positive_daily": "", "positive": 51.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 147.98763246214423, "positive_daily": "", "positive": 56.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 158.55817763801167, "positive_daily": "", "positive": 60.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 158.55817763801167, "positive_daily": "", "positive": 60.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 161.20081393197853, "positive_daily": "", "positive": 61.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 163.84345022594542, "positive_daily": "", "positive": 62.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 169.12872281387914, "positive_daily": "", "positive": 64.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 169.12872281387914, "positive_daily": "", "positive": 64.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 171.771359107846, "positive_daily": "", "positive": 65.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 174.41399540181283, "positive_daily": "", "positive": 66.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 177.0566316957797, "positive_daily": "", "positive": 67.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 177.0566316957797, "positive_daily": "", "positive": 67.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-25T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 0.0, "positive_daily": "", "positive": 0.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 14.414991591254905, "tested": 72.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-26T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 0.200208216545207, "positive_daily": "", "positive": 1.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 35.63706254504685, "tested": 178.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 0.200208216545207, "positive_daily": "", "positive": 1.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 65.26787859373748, "tested": 326.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 0.6006246496356211, "positive_daily": "", "positive": 3.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 106.71097941859534, "tested": 533.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.0010410827260352, "positive_daily": "", "positive": 5.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 134.74012973492432, "tested": 673.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.401457515816449, "positive_daily": "", "positive": 7.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 156.5628253383519, "tested": 782.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.401457515816449, "positive_daily": "", "positive": 7.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 174.1811483943301, "tested": 870.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.8018739489068631, "positive_daily": "", "positive": 9.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 195.80363578121248, "tested": 978.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.8018739489068631, "positive_daily": "", "positive": 9.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 217.2259149515496, "tested": 1085.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 2.602706815087691, "positive_daily": "", "positive": 13.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 230.43965724353328, "tested": 1151.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 3.6037478978137263, "positive_daily": "", "positive": 18.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 250.26027068150879, "tested": 1250.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 6.00624649635621, "positive_daily": "", "positive": 30.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 265.6763033554897, "tested": 1327.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 7.808120445263074, "positive_daily": "", "positive": 39.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 280.0912949467446, "tested": 1399.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 9.609994394169938, "positive_daily": "", "positive": 48.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 302.714823416353, "tested": 1512.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 15.41603267398094, "positive_daily": "", "positive": 77.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 345.3591735404821, "tested": 1725.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 17.61832305597822, "positive_daily": "", "positive": 88.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 395.61143589332903, "tested": 1976.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 23.824777768879635, "positive_daily": "", "positive": 119.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 470.48930888123647, "tested": 2350.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 37.238728277408505, "positive_daily": "", "positive": 186.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 565.5882117402099, "tested": 2825.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 58.86121566429086, "positive_daily": "", "positive": 294.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 695.5233442780492, "tested": 3474.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.6006246496356211, "deceased_daily": "", "deceased": 3.0, "positive_100k": 78.68182910226635, "positive_daily": "", "positive": 393.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 783.8151677744855, "tested": 3915.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.6006246496356211, "deceased_daily": "", "deceased": 3.0, "positive_100k": 96.50036037478978, "positive_daily": "", "positive": 482.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 874.5094898694643, "tested": 4368.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.800832866180828, "deceased_daily": "", "deceased": 4.0, "positive_100k": 122.32722030912149, "positive_daily": "", "positive": 611.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 995.4352526627692, "tested": 4972.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 1.0010410827260352, "deceased_daily": "", "deceased": 5.0, "positive_100k": 156.7630335548971, "positive_daily": "", "positive": 783.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1131.9772563466006, "tested": 5654.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 1.2012492992712422, "deceased_daily": "", "deceased": 6.0, "positive_100k": 201.40946584447826, "positive_daily": "", "positive": 1006.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1247.69760550973, "tested": 6232.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.601665732361656, "deceased_daily": "", "deceased": 8.0, "positive_100k": 226.63570112917432, "positive_daily": "", "positive": 1132.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1329.1823496436293, "tested": 6639.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 1.601665732361656, "deceased_daily": "", "deceased": 8.0, "positive_100k": 252.46256106350603, "positive_daily": "", "positive": 1261.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1402.8589733322656, "tested": 7007.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 1.8018739489068631, "deceased_daily": "", "deceased": 9.0, "positive_100k": 281.8931688956515, "positive_daily": "", "positive": 1408.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1451.9099863858412, "tested": 7252.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 2.602706815087691, "deceased_daily": "", "deceased": 13.0, "positive_100k": 311.5239849443421, "positive_daily": "", "positive": 1556.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1531.3926483542884, "tested": 7649.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 2.802915031632898, "deceased_daily": "", "deceased": 14.0, "positive_100k": 332.1454312484984, "positive_daily": "", "positive": 1659.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1601.2653159285655, "tested": 7998.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 4.204372547449347, "deceased_daily": "", "deceased": 21.0, "positive_100k": 356.3706254504685, "positive_daily": "", "positive": 1780.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1687.5550572595498, "tested": 8429.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 4.6047889805397615, "deceased_daily": "", "deceased": 23.0, "positive_100k": 401.8178906062305, "positive_daily": "", "positive": 2007.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1790.6622887803314, "tested": 8944.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 6.00624649635621, "deceased_daily": "", "deceased": 30.0, "positive_100k": 439.2568271001842, "positive_daily": "", "positive": 2194.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1888.964523104028, "tested": 9435.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 7.407704012172659, "deceased_daily": "", "deceased": 37.0, "positive_100k": 479.09826219268035, "positive_daily": "", "positive": 2393.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2011.0915351966044, "tested": 10045.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 8.80916152798911, "deceased_daily": "", "deceased": 44.0, "positive_100k": 501.12116601265313, "positive_daily": "", "positive": 2503.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2073.756706975254, "tested": 10358.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 10.611035476895973, "deceased_daily": "", "deceased": 53.0, "positive_100k": 542.9646832706014, "positive_daily": "", "positive": 2712.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2206.2945463281812, "tested": 11020.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 12.212701209257627, "deceased_daily": "", "deceased": 61.0, "positive_100k": 589.4129895090895, "positive_daily": "", "positive": 2944.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2358.4527909025387, "tested": 11780.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 13.814366941619284, "deceased_daily": "", "deceased": 69.0, "positive_100k": 621.2460959397773, "positive_daily": "", "positive": 3103.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2478.3775126131177, "tested": 12379.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 15.41603267398094, "deceased_daily": "", "deceased": 77.0, "positive_100k": 663.490029630816, "positive_daily": "", "positive": 3314.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2658.965323936894, "tested": 13281.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 16.21686554016177, "deceased_daily": "", "deceased": 81.0, "positive_100k": 701.5295907744054, "positive_daily": "", "positive": 3504.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2817.330023224153, "tested": 14072.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 18.81957235524946, "deceased_daily": "", "deceased": 94.0, "positive_100k": 727.1562424921918, "positive_daily": "", "positive": 3632.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2935.4528709858255, "tested": 14662.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 20.22102987106591, "deceased_daily": "", "deceased": 101.0, "positive_100k": 740.5701930007207, "positive_daily": "", "positive": 3699.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2997.117001681749, "tested": 14970.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 22.423320253063185, "deceased_daily": "", "deceased": 112.0, "positive_100k": 764.995595419236, "positive_daily": "", "positive": 3821.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3123.848802754865, "tested": 15603.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 24.62561063506046, "deceased_daily": "", "deceased": 123.0, "positive_100k": 797.2291182830143, "positive_daily": "", "positive": 3982.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3282.2135020421238, "tested": 16394.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 27.228317450148154, "deceased_daily": "", "deceased": 136.0, "positive_100k": 823.8568110835268, "positive_daily": "", "positive": 4115.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3449.1871546408265, "tested": 17228.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 29.030191399055017, "deceased_daily": "", "deceased": 145.0, "positive_100k": 842.6763834387764, "positive_daily": "", "positive": 4209.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3557.099383358693, "tested": 17767.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 30.83206534796188, "deceased_daily": "", "deceased": 154.0, "positive_100k": 851.0851285336751, "positive_daily": "", "positive": 4251.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3643.989749339313, "tested": 18201.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 32.233522863778326, "deceased_daily": "", "deceased": 161.0, "positive_100k": 860.8953311443901, "positive_daily": "", "positive": 4300.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3717.0657483783134, "tested": 18566.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 33.43477216304957, "deceased_daily": "", "deceased": 167.0, "positive_100k": 865.2999119083846, "positive_daily": "", "positive": 4322.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3752.1021862737243, "tested": 18741.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 34.03539681268519, "deceased_daily": "", "deceased": 170.0, "positive_100k": 875.3103227356452, "positive_daily": "", "positive": 4372.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3814.5671498358292, "tested": 19053.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 34.836229678866026, "deceased_daily": "", "deceased": 174.0, "positive_100k": 885.7211499959959, "positive_daily": "", "positive": 4424.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3923.2802114198767, "tested": 19596.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 35.63706254504685, "deceased_daily": "", "deceased": 178.0, "positive_100k": 898.7346840714342, "positive_daily": "", "positive": 4489.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4021.5824457435733, "tested": 20087.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 36.83831184431809, "deceased_daily": "", "deceased": 184.0, "positive_100k": 911.5480099303276, "positive_daily": "", "positive": 4553.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4158.7250740770405, "tested": 20772.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 38.03956114358933, "deceased_daily": "", "deceased": 190.0, "positive_100k": 923.5605029230401, "positive_daily": "", "positive": 4613.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4252.022102987106, "tested": 21238.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 38.64018579322495, "deceased_daily": "", "deceased": 193.0, "positive_100k": 933.1704973172098, "positive_daily": "", "positive": 4661.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4330.503723872828, "tested": 21630.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 40.041643309041405, "deceased_daily": "", "deceased": 200.0, "positive_100k": 935.172579482662, "positive_daily": "", "positive": 4671.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4389.3649395371185, "tested": 21924.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 40.24185152558661, "deceased_daily": "", "deceased": 201.0, "positive_100k": 934.9723712661167, "positive_daily": "", "positive": 4670.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4414.39096660527, "tested": 22049.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": null, "tested": null, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.7884134755631242, "positive_daily": "", "positive": 1.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.365240426689373, "positive_daily": "", "positive": 3.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.249375182320616, "positive_daily": "", "positive": 13.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.249375182320616, "positive_daily": "", "positive": 13.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 18.921923413514985, "positive_daily": "", "positive": 24.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 37.84384682702997, "positive_daily": "", "positive": 48.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 48.8816354849137, "positive_daily": "", "positive": 62.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 56.76577024054495, "positive_daily": "", "positive": 72.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 63.07307804504995, "positive_daily": "", "positive": 80.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 68.59197237399181, "positive_daily": "", "positive": 87.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 74.11086670293369, "positive_daily": "", "positive": 94.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 79.62976103187556, "positive_daily": "", "positive": 101.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 79.62976103187556, "positive_daily": "", "positive": 101.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 88.30230926306993, "positive_daily": "", "positive": 112.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 89.87913621419618, "positive_daily": "", "positive": 114.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 98.55168444539053, "positive_daily": "", "positive": 125.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 103.2821652987693, "positive_daily": "", "positive": 131.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.5768269511262485, "deceased_daily": "", "deceased": 2.0, "positive_100k": 108.80105962771115, "positive_daily": "", "positive": 138.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.5768269511262485, "deceased_daily": "", "deceased": 2.0, "positive_100k": 115.10836743221616, "positive_daily": "", "positive": 146.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 1.5768269511262485, "deceased_daily": "", "deceased": 2.0, "positive_100k": 115.10836743221616, "positive_daily": "", "positive": 146.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 119.83884828559489, "positive_daily": "", "positive": 152.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 123.78091566341052, "positive_daily": "", "positive": 157.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 127.72298304122614, "positive_daily": "", "positive": 162.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 130.08822346791553, "positive_daily": "", "positive": 165.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 132.45346389460488, "positive_daily": "", "positive": 168.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 3.153653902252497, "deceased_daily": "", "deceased": 4.0, "positive_100k": 132.45346389460488, "positive_daily": "", "positive": 168.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 3.9420673778156217, "deceased_daily": "", "deceased": 5.0, "positive_100k": 132.45346389460488, "positive_daily": "", "positive": 168.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 3.9420673778156217, "deceased_daily": "", "deceased": 5.0, "positive_100k": 134.03029084573114, "positive_daily": "", "positive": 170.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 3.9420673778156217, "deceased_daily": "", "deceased": 5.0, "positive_100k": 134.81870432129426, "positive_daily": "", "positive": 171.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 3.9420673778156217, "deceased_daily": "", "deceased": 5.0, "positive_100k": 134.81870432129426, "positive_daily": "", "positive": 171.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 4.730480853378746, "deceased_daily": "", "deceased": 6.0, "positive_100k": 134.81870432129426, "positive_daily": "", "positive": 171.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 4.730480853378746, "deceased_daily": "", "deceased": 6.0, "positive_100k": 135.60711779685738, "positive_daily": "", "positive": 172.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 5.518894328941871, "deceased_daily": "", "deceased": 7.0, "positive_100k": 137.18394474798362, "positive_daily": "", "positive": 174.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 5.518894328941871, "deceased_daily": "", "deceased": 7.0, "positive_100k": 137.97235822354676, "positive_daily": "", "positive": 175.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 5.518894328941871, "deceased_daily": "", "deceased": 7.0, "positive_100k": 137.97235822354676, "positive_daily": "", "positive": 175.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 6.307307804504994, "deceased_daily": "", "deceased": 8.0, "positive_100k": 138.76077169910988, "positive_daily": "", "positive": 176.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.254332184253753, "positive_daily": "", "positive": 4.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 57.83957615158596, "positive_daily": "", "positive": 25.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 64.78032528977629, "positive_daily": "", "positive": 28.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 76.34824052009347, "positive_daily": "", "positive": 33.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 83.28898965828378, "positive_daily": "", "positive": 36.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 90.2297387964741, "positive_daily": "", "positive": 39.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 97.17048793466441, "positive_daily": "", "positive": 42.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 101.79765402679129, "positive_daily": "", "positive": 44.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 111.05198621104505, "positive_daily": "", "positive": 48.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 124.93348448742566, "positive_daily": "", "positive": 54.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 127.24706753348913, "positive_daily": "", "positive": 55.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 136.50139971774288, "positive_daily": "", "positive": 59.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 145.75573190199663, "positive_daily": "", "positive": 63.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 161.9508132244407, "positive_daily": "", "positive": 70.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 161.9508132244407, "positive_daily": "", "positive": 70.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 175.83231150082133, "positive_daily": "", "positive": 76.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 182.77306063901165, "positive_daily": "", "positive": 79.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 185.08664368507507, "positive_daily": "", "positive": 80.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 185.08664368507507, "positive_daily": "", "positive": 80.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 198.96814196145573, "positive_daily": "", "positive": 86.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 201.28172500751916, "positive_daily": "", "positive": 87.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 215.16322328389978, "positive_daily": "", "positive": 93.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 222.1039724220901, "positive_daily": "", "positive": 96.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 231.35830460634384, "positive_daily": "", "positive": 100.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 238.29905374453415, "positive_daily": "", "positive": 103.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 240.61263679059758, "positive_daily": "", "positive": 104.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.3135830460634383, "deceased_daily": "", "deceased": 1.0, "positive_100k": 240.61263679059758, "positive_daily": "", "positive": 104.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 2.3135830460634383, "deceased_daily": "", "deceased": 1.0, "positive_100k": 242.92621983666103, "positive_daily": "", "positive": 105.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 4.627166092126877, "deceased_daily": "", "deceased": 2.0, "positive_100k": 245.23980288272446, "positive_daily": "", "positive": 106.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 4.627166092126877, "deceased_daily": "", "deceased": 2.0, "positive_100k": 245.23980288272446, "positive_daily": "", "positive": 106.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 4.627166092126877, "deceased_daily": "", "deceased": 2.0, "positive_100k": 247.5533859287879, "positive_daily": "", "positive": 107.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 6.9407491381903155, "deceased_daily": "", "deceased": 3.0, "positive_100k": 249.86696897485132, "positive_daily": "", "positive": 108.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 6.9407491381903155, "deceased_daily": "", "deceased": 3.0, "positive_100k": 249.86696897485132, "positive_daily": "", "positive": 108.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 6.9407491381903155, "deceased_daily": "", "deceased": 3.0, "positive_100k": 249.86696897485132, "positive_daily": "", "positive": 108.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.2830111251673303, "positive_daily": "", "positive": 1.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5660222503346606, "positive_daily": "", "positive": 2.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.1320445006693212, "positive_daily": "", "positive": 4.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.4150556258366518, "positive_daily": "", "positive": 5.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.094200253011946, "positive_daily": "", "positive": 18.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.735500632529867, "positive_daily": "", "positive": 45.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 16.41464525970516, "positive_daily": "", "positive": 58.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.244756511378462, "positive_daily": "", "positive": 68.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": 0.2830111251673303, "deceased_daily": "", "deceased": 1.0, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 50.94200253011947, "positive_daily": "", "positive": 180.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 73.01687029317122, "positive_daily": "", "positive": 258.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.849033375501991, "deceased_daily": "", "deceased": 3.0, "positive_100k": 74.99794816934254, "positive_daily": "", "positive": 265.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 1.698066751003982, "deceased_daily": "", "deceased": 6.0, "positive_100k": 82.35623742369313, "positive_daily": "", "positive": 291.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 2.2640890013386423, "deceased_daily": "", "deceased": 8.0, "positive_100k": 93.39367130521902, "positive_daily": "", "positive": 330.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 2.8301112516733036, "deceased_daily": "", "deceased": 10.0, "positive_100k": 119.43069482061341, "positive_daily": "", "positive": 422.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 3.9621557523426247, "deceased_daily": "", "deceased": 14.0, "positive_100k": 144.6186849605058, "positive_daily": "", "positive": 511.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 4.245166877509955, "deceased_daily": "", "deceased": 15.0, "positive_100k": 180.56109785675676, "positive_daily": "", "positive": 638.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 6.226244753681267, "deceased_daily": "", "deceased": 22.0, "positive_100k": 236.0312783895535, "positive_daily": "", "positive": 834.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 7.9243115046852495, "deceased_daily": "", "deceased": 28.0, "positive_100k": 259.8042129036092, "positive_daily": "", "positive": 918.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 10.471411631191222, "deceased_daily": "", "deceased": 37.0, "positive_100k": 265.74744653212315, "positive_daily": "", "positive": 939.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 13.584534008031856, "deceased_daily": "", "deceased": 48.0, "positive_100k": 329.70796081993984, "positive_daily": "", "positive": 1165.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 14.999589633868506, "deceased_daily": "", "deceased": 53.0, "positive_100k": 342.726472577637, "positive_daily": "", "positive": 1211.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 16.98066751003982, "deceased_daily": "", "deceased": 60.0, "positive_100k": 383.19706347656523, "positive_daily": "", "positive": 1354.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 18.961745386211135, "deceased_daily": "", "deceased": 67.0, "positive_100k": 396.49858635942974, "positive_daily": "", "positive": 1401.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 21.508845512717105, "deceased_daily": "", "deceased": 76.0, "positive_100k": 477.72277928245364, "positive_daily": "", "positive": 1688.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 24.621967889557737, "deceased_daily": "", "deceased": 87.0, "positive_100k": 488.7602131639795, "positive_daily": "", "positive": 1727.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 26.32003464056172, "deceased_daily": "", "deceased": 93.0, "positive_100k": 519.8914369323858, "positive_daily": "", "positive": 1837.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 29.716168142569686, "deceased_daily": "", "deceased": 105.0, "positive_100k": 555.2678275783021, "positive_daily": "", "positive": 1962.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 33.96133502007964, "deceased_daily": "", "deceased": 120.0, "positive_100k": 591.7762627248877, "positive_daily": "", "positive": 2091.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 37.3574685220876, "deceased_daily": "", "deceased": 132.0, "positive_100k": 621.20941974229, "positive_daily": "", "positive": 2195.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 39.904568648593575, "deceased_daily": "", "deceased": 141.0, "positive_100k": 642.7182652550072, "positive_daily": "", "positive": 2271.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 43.8667244009362, "deceased_daily": "", "deceased": 155.0, "positive_100k": 672.7174445227441, "positive_daily": "", "positive": 2377.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 46.69683565260951, "deceased_daily": "", "deceased": 165.0, "positive_100k": 691.1131676586207, "positive_daily": "", "positive": 2442.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 50.09296915461747, "deceased_daily": "", "deceased": 177.0, "positive_100k": 709.7919019196645, "positive_daily": "", "positive": 2508.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 53.489102656625434, "deceased_daily": "", "deceased": 189.0, "positive_100k": 720.546324676023, "positive_daily": "", "positive": 2546.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 56.03620278313141, "deceased_daily": "", "deceased": 198.0, "positive_100k": 735.5459143098916, "positive_daily": "", "positive": 2599.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 59.715347410306705, "deceased_daily": "", "deceased": 211.0, "positive_100k": 752.5265818199314, "positive_daily": "", "positive": 2659.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 61.979436411645345, "deceased_daily": "", "deceased": 219.0, "positive_100k": 768.0921937041345, "positive_daily": "", "positive": 2714.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 64.24352541298398, "deceased_daily": "", "deceased": 227.0, "positive_100k": 785.6388834645089, "positive_daily": "", "positive": 2776.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 64.80954766331865, "deceased_daily": "", "deceased": 229.0, "positive_100k": 797.5253507215368, "positive_daily": "", "positive": 2818.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 69.0547145408286, "deceased_daily": "", "deceased": 244.0, "positive_100k": 811.9589181050708, "positive_daily": "", "positive": 2869.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 71.03579241699991, "deceased_daily": "", "deceased": 251.0, "positive_100k": 820.732262985258, "positive_daily": "", "positive": 2900.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 73.01687029317122, "deceased_daily": "", "deceased": 258.0, "positive_100k": 824.128396487266, "positive_daily": "", "positive": 2912.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 74.43192591900788, "deceased_daily": "", "deceased": 263.0, "positive_100k": 828.3735633647758, "positive_daily": "", "positive": 2927.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 76.12999267001186, "deceased_daily": "", "deceased": 269.0, "positive_100k": 835.7318526191265, "positive_daily": "", "positive": 2953.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 76.4130037951792, "deceased_daily": "", "deceased": 270.0, "positive_100k": 842.5241196231424, "positive_daily": "", "positive": 2977.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 78.3940816713505, "deceased_daily": "", "deceased": 277.0, "positive_100k": 847.335308750987, "positive_daily": "", "positive": 2994.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 79.52612617201983, "deceased_daily": "", "deceased": 281.0, "positive_100k": 858.0897315073456, "positive_daily": "", "positive": 3032.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 81.50720404819114, "deceased_daily": "", "deceased": 288.0, "positive_100k": 865.4480207616961, "positive_daily": "", "positive": 3058.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 82.35623742369313, "deceased_daily": "", "deceased": 291.0, "positive_100k": 867.4290986378675, "positive_daily": "", "positive": 3065.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.3137609267242732, "positive_daily": "", "positive": 1.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": 9.412827801728195, "tested": 30.0, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6275218534485464, "positive_daily": "", "positive": 2.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.2550437068970928, "positive_daily": "", "positive": 4.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.882565560345639, "positive_daily": "", "positive": 6.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.5100874137941855, "positive_daily": "", "positive": 8.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.451370193967005, "positive_daily": "", "positive": 11.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.020174827588371, "positive_daily": "", "positive": 16.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.90274038793401, "positive_daily": "", "positive": 22.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.099066875003922, "positive_daily": "", "positive": 29.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 11.295393362073833, "positive_daily": "", "positive": 36.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.550437068970925, "positive_daily": "", "positive": 40.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 14.119241702592294, "positive_daily": "", "positive": 45.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 18.51189467673212, "positive_daily": "", "positive": 59.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.3137609267242732, "deceased_daily": "", "deceased": 1.0, "positive_100k": 26.983439698287494, "positive_daily": "", "positive": 86.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.3137609267242732, "deceased_daily": "", "deceased": 1.0, "positive_100k": 34.82746286639432, "positive_daily": "", "positive": 111.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 0.3137609267242732, "deceased_daily": "", "deceased": 1.0, "positive_100k": 45.49533437501961, "positive_daily": "", "positive": 145.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 0.6275218534485464, "deceased_daily": "", "deceased": 2.0, "positive_100k": 52.39807476295363, "positive_daily": "", "positive": 167.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 0.9412827801728195, "deceased_daily": "", "deceased": 3.0, "positive_100k": 63.37970719830318, "positive_daily": "", "positive": 202.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 1.2550437068970928, "deceased_daily": "", "deceased": 4.0, "positive_100k": 70.90996943968574, "positive_daily": "", "positive": 226.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 1.5688046336213657, "deceased_daily": "", "deceased": 5.0, "positive_100k": 80.00903631468967, "positive_daily": "", "positive": 255.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 1.882565560345639, "deceased_daily": "", "deceased": 6.0, "positive_100k": 91.93195153021203, "positive_daily": "", "positive": 293.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 3.451370193967005, "deceased_daily": "", "deceased": 11.0, "positive_100k": 96.95212635780041, "positive_daily": "", "positive": 309.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 4.7064139008640975, "deceased_daily": "", "deceased": 15.0, "positive_100k": 115.77778196125679, "positive_daily": "", "positive": 369.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 4.7064139008640975, "deceased_daily": "", "deceased": 15.0, "positive_100k": 132.093350150919, "positive_daily": "", "positive": 421.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 5.020174827588371, "deceased_daily": "", "deceased": 16.0, "positive_100k": 138.68232961212874, "positive_daily": "", "positive": 442.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 5.333935754312644, "deceased_daily": "", "deceased": 17.0, "positive_100k": 149.6639620474783, "positive_daily": "", "positive": 477.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 6.275218534485463, "deceased_daily": "", "deceased": 20.0, "positive_100k": 154.05661502161811, "positive_daily": "", "positive": 491.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 7.2165013146582835, "deceased_daily": "", "deceased": 23.0, "positive_100k": 164.7244865302434, "positive_daily": "", "positive": 525.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 8.157784094831102, "deceased_daily": "", "deceased": 26.0, "positive_100k": 172.56850969835025, "positive_daily": "", "positive": 550.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 9.72658872845247, "deceased_daily": "", "deceased": 31.0, "positive_100k": 184.4914249138726, "positive_daily": "", "positive": 588.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 11.609154288798107, "deceased_daily": "", "deceased": 37.0, "positive_100k": 200.1794712500863, "positive_daily": "", "positive": 638.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 12.550437068970925, "deceased_daily": "", "deceased": 40.0, "positive_100k": 209.90605997853874, "positive_daily": "", "positive": 669.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 12.864197995695198, "deceased_daily": "", "deceased": 41.0, "positive_100k": 216.1812785130242, "positive_daily": "", "positive": 689.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 13.80548077586802, "deceased_daily": "", "deceased": 44.0, "positive_100k": 228.73171558199516, "positive_daily": "", "positive": 729.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 14.119241702592294, "deceased_daily": "", "deceased": 45.0, "positive_100k": 237.20326060355052, "positive_daily": "", "positive": 756.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 14.433002629316567, "deceased_daily": "", "deceased": 46.0, "positive_100k": 246.6160884052787, "positive_daily": "", "positive": 786.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 15.374285409489385, "deceased_daily": "", "deceased": 49.0, "positive_100k": 249.75369767252144, "positive_daily": "", "positive": 796.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 16.629329116386476, "deceased_daily": "", "deceased": 53.0, "positive_100k": 261.67661288804385, "positive_daily": "", "positive": 834.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 16.94309004311075, "deceased_daily": "", "deceased": 54.0, "positive_100k": 265.4417440087351, "positive_daily": "", "positive": 846.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 17.256850969835025, "deceased_daily": "", "deceased": 55.0, "positive_100k": 269.5206360561507, "positive_daily": "", "positive": 859.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 17.88437282328357, "deceased_daily": "", "deceased": 57.0, "positive_100k": 275.7958545906361, "positive_daily": "", "positive": 879.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 19.76693838362921, "deceased_daily": "", "deceased": 63.0, "positive_100k": 279.24722478460313, "positive_daily": "", "positive": 890.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 20.394460237077755, "deceased_daily": "", "deceased": 65.0, "positive_100k": 284.58116053891575, "positive_daily": "", "positive": 907.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 21.021982090526304, "deceased_daily": "", "deceased": 67.0, "positive_100k": 291.797661853574, "positive_daily": "", "positive": 930.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 21.64950394397485, "deceased_daily": "", "deceased": 69.0, "positive_100k": 299.95544594840516, "positive_daily": "", "positive": 956.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 22.277025797423395, "deceased_daily": "", "deceased": 71.0, "positive_100k": 307.4857081897877, "positive_daily": "", "positive": 980.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 22.590786724147666, "deceased_daily": "", "deceased": 72.0, "positive_100k": 310.30955653030617, "positive_daily": "", "positive": 989.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 23.218308577596215, "deceased_daily": "", "deceased": 74.0, "positive_100k": 312.1921220906518, "positive_daily": "", "positive": 995.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.148904771550103, "positive_daily": "", "positive": 17.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": 88.97826904713678, "tested": 246.0, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 8.31910645562661, "positive_daily": "", "positive": 23.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": 99.82927746751932, "tested": 276.0, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 11.574408981741371, "positive_daily": "", "positive": 32.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 13.02121010445904, "positive_daily": "", "positive": 36.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 17.72331375329147, "positive_daily": "", "positive": 49.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 20.2552157180474, "positive_daily": "", "positive": 56.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 27.127521050956336, "positive_daily": "", "positive": 75.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 29.297722735032842, "positive_daily": "", "positive": 81.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.36170028067941784, "deceased_daily": "", "deceased": 1.0, "positive_100k": 31.46792441910935, "positive_daily": "", "positive": 87.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.36170028067941784, "deceased_daily": "", "deceased": 1.0, "positive_100k": 34.72322694522411, "positive_daily": "", "positive": 96.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.36170028067941784, "deceased_daily": "", "deceased": 1.0, "positive_100k": 39.78703087473596, "positive_daily": "", "positive": 110.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.7234005613588357, "deceased_daily": "", "deceased": 2.0, "positive_100k": 42.31893283949188, "positive_daily": "", "positive": 117.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.7234005613588357, "deceased_daily": "", "deceased": 2.0, "positive_100k": 48.467837611041986, "positive_daily": "", "positive": 134.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.7234005613588357, "deceased_daily": "", "deceased": 2.0, "positive_100k": 49.91463873375966, "positive_daily": "", "positive": 138.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 0.7234005613588357, "deceased_daily": "", "deceased": 2.0, "positive_100k": 53.53164154055384, "positive_daily": "", "positive": 148.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.0851008420382535, "deceased_daily": "", "deceased": 3.0, "positive_100k": 55.701843224630345, "positive_daily": "", "positive": 154.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.4468011227176714, "deceased_daily": "", "deceased": 4.0, "positive_100k": 60.04224659278335, "positive_daily": "", "positive": 166.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.4468011227176714, "deceased_daily": "", "deceased": 4.0, "positive_100k": 64.74435024161579, "positive_daily": "", "positive": 179.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.8085014033970888, "deceased_daily": "", "deceased": 5.0, "positive_100k": 71.61665557452473, "positive_daily": "", "positive": 198.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.8085014033970888, "deceased_daily": "", "deceased": 5.0, "positive_100k": 75.2336583813189, "positive_daily": "", "positive": 208.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 2.531901964755925, "deceased_daily": "", "deceased": 7.0, "positive_100k": 77.04215978471599, "positive_daily": "", "positive": 213.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.531901964755925, "deceased_daily": "", "deceased": 7.0, "positive_100k": 79.2123614687925, "positive_daily": "", "positive": 219.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 79.93576203015134, "positive_daily": "", "positive": 221.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 85.3612662403426, "positive_daily": "", "positive": 236.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 92.23357157325154, "positive_daily": "", "positive": 255.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 95.4888740993663, "positive_daily": "", "positive": 264.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 99.10587690616047, "positive_daily": "", "positive": 274.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 103.08457999363408, "positive_daily": "", "positive": 285.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 105.61648195839, "positive_daily": "", "positive": 292.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 3.6170028067941775, "deceased_daily": "", "deceased": 10.0, "positive_100k": 107.06328308110768, "positive_daily": "", "positive": 296.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 3.978703087473596, "deceased_daily": "", "deceased": 11.0, "positive_100k": 109.23348476518419, "positive_daily": "", "positive": 302.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 3.978703087473596, "deceased_daily": "", "deceased": 11.0, "positive_100k": 111.40368644926069, "positive_daily": "", "positive": 308.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 4.340403368153014, "deceased_daily": "", "deceased": 12.0, "positive_100k": 116.10579009809312, "positive_daily": "", "positive": 321.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 4.7021036488324315, "deceased_daily": "", "deceased": 13.0, "positive_100k": 120.0844931855667, "positive_daily": "", "positive": 332.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 4.7021036488324315, "deceased_daily": "", "deceased": 13.0, "positive_100k": 120.44619346624613, "positive_daily": "", "positive": 333.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 4.7021036488324315, "deceased_daily": "", "deceased": 13.0, "positive_100k": 121.16959402760496, "positive_daily": "", "positive": 335.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 4.7021036488324315, "deceased_daily": "", "deceased": 13.0, "positive_100k": 122.61639515032265, "positive_daily": "", "positive": 339.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.13149520568480072, "positive_daily": "", "positive": 2.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.13149520568480072, "positive_daily": "", "positive": 2.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.3944856170544022, "positive_daily": "", "positive": 6.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.4602332198968026, "positive_daily": "", "positive": 7.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.723223631266404, "positive_daily": "", "positive": 11.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.9204664397936052, "positive_daily": "", "positive": 14.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.0519616454784058, "positive_daily": "", "positive": 16.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.5779424682176089, "positive_daily": "", "positive": 24.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.9724280852720109, "positive_daily": "", "positive": 30.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.301166099484013, "positive_daily": "", "positive": 35.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.695651716538415, "positive_daily": "", "positive": 41.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.287380142120018, "positive_daily": "", "positive": 50.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.142098979071223, "positive_daily": "", "positive": 63.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.706255489924838, "positive_daily": "", "positive": 102.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.270412000778451, "positive_daily": "", "positive": 141.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.78260686615366, "positive_daily": "", "positive": 164.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 14.39872502248568, "positive_daily": "", "positive": 219.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.06574760284240036, "deceased_daily": "", "deceased": 1.0, "positive_100k": 16.502648313442492, "positive_daily": "", "positive": 251.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.06574760284240036, "deceased_daily": "", "deceased": 1.0, "positive_100k": 21.49946612946492, "positive_daily": "", "positive": 327.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.06574760284240036, "deceased_daily": "", "deceased": 1.0, "positive_100k": 28.271469222232156, "positive_daily": "", "positive": 430.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.13149520568480072, "deceased_daily": "", "deceased": 2.0, "positive_100k": 37.410386017325806, "positive_daily": "", "positive": 569.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.1972428085272011, "deceased_daily": "", "deceased": 3.0, "positive_100k": 44.70836993283225, "positive_daily": "", "positive": 680.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 0.26299041136960144, "deceased_daily": "", "deceased": 4.0, "positive_100k": 46.81229322378906, "positive_daily": "", "positive": 712.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 0.32873801421200183, "deceased_daily": "", "deceased": 5.0, "positive_100k": 46.81229322378906, "positive_daily": "", "positive": 712.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 0.3944856170544022, "deceased_daily": "", "deceased": 6.0, "positive_100k": 46.81229322378906, "positive_daily": "", "positive": 712.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.3944856170544022, "deceased_daily": "", "deceased": 6.0, "positive_100k": 70.7444206584228, "positive_daily": "", "positive": 1076.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.5259808227392029, "deceased_daily": "", "deceased": 8.0, "positive_100k": 80.47506587909804, "positive_daily": "", "positive": 1224.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.6574760284240037, "deceased_daily": "", "deceased": 10.0, "positive_100k": 90.1399634969309, "positive_daily": "", "positive": 1371.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.8547188369512048, "deceased_daily": "", "deceased": 13.0, "positive_100k": 98.81864707212776, "positive_daily": "", "positive": 1503.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.9862140426360054, "deceased_daily": "", "deceased": 15.0, "positive_100k": 107.1685926331126, "positive_daily": "", "positive": 1630.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 1.2492044540056069, "deceased_daily": "", "deceased": 19.0, "positive_100k": 112.03391524345022, "positive_daily": "", "positive": 1704.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 1.446447262532808, "deceased_daily": "", "deceased": 22.0, "positive_100k": 114.13783853440704, "positive_daily": "", "positive": 1736.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.5779424682176089, "deceased_daily": "", "deceased": 24.0, "positive_100k": 122.42203649254948, "positive_daily": "", "positive": 1862.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.77518527674481, "deceased_daily": "", "deceased": 27.0, "positive_100k": 128.40506835120792, "positive_daily": "", "positive": 1953.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 2.366913702326413, "deceased_daily": "", "deceased": 36.0, "positive_100k": 140.83136528842158, "positive_daily": "", "positive": 2142.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 2.564156510853614, "deceased_daily": "", "deceased": 39.0, "positive_100k": 151.61397215457526, "positive_daily": "", "positive": 2306.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 2.695651716538415, "deceased_daily": "", "deceased": 41.0, "positive_100k": 160.0296653184025, "positive_daily": "", "positive": 2434.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 3.2216325392776177, "deceased_daily": "", "deceased": 49.0, "positive_100k": 162.1993362122017, "positive_daily": "", "positive": 2467.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 3.4846229506472195, "deceased_daily": "", "deceased": 53.0, "positive_100k": 164.17176429747371, "positive_daily": "", "positive": 2497.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 3.61611815633202, "deceased_daily": "", "deceased": 55.0, "positive_100k": 171.66699102150736, "positive_daily": "", "positive": 2611.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 3.7476133620168213, "deceased_daily": "", "deceased": 57.0, "positive_100k": 177.18978966026899, "positive_daily": "", "positive": 2695.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 4.207846581913623, "deceased_daily": "", "deceased": 64.0, "positive_100k": 183.435811930297, "positive_daily": "", "positive": 2790.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 4.273594184756024, "deceased_daily": "", "deceased": 65.0, "positive_100k": 189.81332940600984, "positive_daily": "", "positive": 2887.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 4.602332198968026, "deceased_daily": "", "deceased": 70.0, "positive_100k": 192.44323351970587, "positive_daily": "", "positive": 2927.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 4.9968178160224275, "deceased_daily": "", "deceased": 76.0, "positive_100k": 196.25659448456508, "positive_daily": "", "positive": 2985.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 5.128313021707228, "deceased_daily": "", "deceased": 78.0, "positive_100k": 197.3743037328859, "positive_daily": "", "positive": 3002.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 5.39130343307683, "deceased_daily": "", "deceased": 82.0, "positive_100k": 198.49201298120673, "positive_daily": "", "positive": 3019.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 5.654293844446432, "deceased_daily": "", "deceased": 86.0, "positive_100k": 201.58215031479952, "positive_daily": "", "positive": 3066.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 5.917284255816033, "deceased_daily": "", "deceased": 90.0, "positive_100k": 204.67228764839237, "positive_daily": "", "positive": 3113.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 6.180274667185635, "deceased_daily": "", "deceased": 94.0, "positive_100k": 206.97345374787633, "positive_daily": "", "positive": 3148.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 6.3775174757128354, "deceased_daily": "", "deceased": 97.0, "positive_100k": 208.48564861325158, "positive_daily": "", "positive": 3171.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 6.772003092767238, "deceased_daily": "", "deceased": 103.0, "positive_100k": 211.11555272694758, "positive_daily": "", "positive": 3211.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 6.772003092767238, "deceased_daily": "", "deceased": 103.0, "positive_100k": 212.8907380036924, "positive_daily": "", "positive": 3238.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 6.903498298452039, "deceased_daily": "", "deceased": 105.0, "positive_100k": 213.9426996491708, "positive_daily": "", "positive": 3254.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 6.903498298452039, "deceased_daily": "", "deceased": 105.0, "positive_100k": 215.65213732307322, "positive_daily": "", "positive": 3280.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.7240904942862203, "positive_daily": "", "positive": 2.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.7240904942862203, "positive_daily": "", "positive": 2.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.448180988572441, "positive_daily": "", "positive": 4.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.448180988572441, "positive_daily": "", "positive": 4.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.810226235715551, "positive_daily": "", "positive": 5.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.810226235715551, "positive_daily": "", "positive": 5.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.534316730001771, "positive_daily": "", "positive": 7.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.534316730001771, "positive_daily": "", "positive": 7.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.534316730001771, "positive_daily": "", "positive": 7.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 16.344542965717324, "positive_daily": "", "positive": 12.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 23.15476920143287, "positive_daily": "", "positive": 17.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 24.516814448575982, "positive_daily": "", "positive": 18.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 25.87885969571909, "positive_daily": "", "positive": 19.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 34.051131178577755, "positive_daily": "", "positive": 25.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 39.499312167150194, "positive_daily": "", "positive": 29.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 43.585447908579525, "positive_daily": "", "positive": 32.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 49.033628897151964, "positive_daily": "", "positive": 36.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 59.92999087429684, "positive_daily": "", "positive": 44.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 73.55044334572794, "positive_daily": "", "positive": 54.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 83.0847600757297, "positive_daily": "", "positive": 61.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 93.9811220528746, "positive_daily": "", "positive": 69.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 111.68771026573503, "positive_daily": "", "positive": 82.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 125.30816273716611, "positive_daily": "", "positive": 92.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 136.20452471431102, "positive_daily": "", "positive": 100.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 155.27315817431455, "positive_daily": "", "positive": 114.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 162.0833844100301, "positive_daily": "", "positive": 119.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 172.97974638717497, "positive_daily": "", "positive": 127.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 174.3417916343181, "positive_daily": "", "positive": 128.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 190.68633460003542, "positive_daily": "", "positive": 140.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 197.49656083575098, "positive_daily": "", "positive": 145.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 202.94474182432342, "positive_daily": "", "positive": 149.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 202.94474182432342, "positive_daily": "", "positive": 149.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 209.75496806003895, "positive_daily": "", "positive": 154.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 217.92723954289764, "positive_daily": "", "positive": 160.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 223.37542053147007, "positive_daily": "", "positive": 164.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 232.90973726147183, "positive_daily": "", "positive": 171.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 1.3620452471431101, "deceased_daily": "", "deceased": 1.0, "positive_100k": 236.99587300290116, "positive_daily": "", "positive": 174.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 243.8060992386167, "positive_daily": "", "positive": 179.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.7240904942862203, "deceased_daily": "", "deceased": 2.0, "positive_100k": 247.89223498004606, "positive_daily": "", "positive": 182.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 249.25428022718916, "positive_daily": "", "positive": 183.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 249.25428022718916, "positive_daily": "", "positive": 183.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 250.61632547433223, "positive_daily": "", "positive": 184.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 251.97837072147536, "positive_daily": "", "positive": 185.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 256.0645064629047, "positive_daily": "", "positive": 188.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 257.4265517100478, "positive_daily": "", "positive": 189.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 260.150642204334, "positive_daily": "", "positive": 191.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 261.5126874514772, "positive_daily": "", "positive": 192.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 2.7240904942862203, "deceased_daily": "", "deceased": 2.0, "positive_100k": 261.5126874514772, "positive_daily": "", "positive": 192.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 2.7240904942862203, "deceased_daily": "", "deceased": 2.0, "positive_100k": 264.2367779457633, "positive_daily": "", "positive": 194.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 2.878075943664792, "positive_daily": "", "positive": 23.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 3.754012100432337, "positive_daily": "", "positive": 30.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 5.005349467243116, "positive_daily": "", "positive": 40.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 6.381820570734973, "positive_daily": "", "positive": 51.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 16.267385768540127, "positive_daily": "", "positive": 130.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": 0.3754012100432337, "deceased_daily": "", "deceased": 3.0, "positive_100k": 25.026747336215582, "positive_daily": "", "positive": 200.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": 0.3754012100432337, "deceased_daily": "", "deceased": 3.0, "positive_100k": 34.28664385061535, "positive_daily": "", "positive": 274.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": 0.3754012100432337, "deceased_daily": "", "deceased": 3.0, "positive_100k": 36.53905111087475, "positive_daily": "", "positive": 292.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.5005349467243116, "deceased_daily": "", "deceased": 4.0, "positive_100k": 43.79680783837727, "positive_daily": "", "positive": 350.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.6256686834053895, "deceased_daily": "", "deceased": 5.0, "positive_100k": 50.80429709251763, "positive_daily": "", "positive": 406.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.8759361567675453, "deceased_daily": "", "deceased": 7.0, "positive_100k": 63.567938233987576, "positive_daily": "", "positive": 508.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 1.1262036301297011, "deceased_daily": "", "deceased": 9.0, "positive_100k": 76.08131190209536, "positive_daily": "", "positive": 608.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 1.5016048401729347, "deceased_daily": "", "deceased": 12.0, "positive_100k": 99.60645439813801, "positive_daily": "", "positive": 796.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 1.6267385768540128, "deceased_daily": "", "deceased": 13.0, "positive_100k": 151.66208885746641, "positive_daily": "", "positive": 1212.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 2.2524072602594023, "deceased_daily": "", "deceased": 18.0, "positive_100k": 179.19151092730357, "positive_daily": "", "positive": 1432.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 2.502674733621558, "deceased_daily": "", "deceased": 20.0, "positive_100k": 209.72414267748655, "positive_daily": "", "positive": 1676.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 2.627808470302636, "deceased_daily": "", "deceased": 21.0, "positive_100k": 222.98831876568082, "positive_daily": "", "positive": 1782.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 3.1283434170269477, "deceased_daily": "", "deceased": 25.0, "positive_100k": 227.99366823292394, "positive_daily": "", "positive": 1822.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.6288783637512587, "deceased_daily": "", "deceased": 29.0, "positive_100k": 270.5391387044904, "positive_daily": "", "positive": 2162.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 4.504814520518805, "deceased_daily": "", "deceased": 36.0, "positive_100k": 277.1712267485875, "positive_daily": "", "positive": 2215.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 5.881285624010661, "deceased_daily": "", "deceased": 47.0, "positive_100k": 316.8386212764893, "positive_daily": "", "positive": 2532.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 6.006419360691739, "deceased_daily": "", "deceased": 48.0, "positive_100k": 343.49210718955885, "positive_daily": "", "positive": 2745.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 6.882355517459285, "deceased_daily": "", "deceased": 55.0, "positive_100k": 367.39265089564475, "positive_daily": "", "positive": 2936.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 8.258826620951142, "deceased_daily": "", "deceased": 66.0, "positive_100k": 396.42367780565485, "positive_daily": "", "positive": 3168.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 9.635297724442998, "deceased_daily": "", "deceased": 77.0, "positive_100k": 409.4375864204869, "positive_daily": "", "positive": 3272.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 10.511233881210543, "deceased_daily": "", "deceased": 84.0, "positive_100k": 433.5883975999349, "positive_daily": "", "positive": 3465.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 11.512303774659168, "deceased_daily": "", "deceased": 92.0, "positive_100k": 455.3616677824425, "positive_daily": "", "positive": 3639.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 13.389309824875335, "deceased_daily": "", "deceased": 107.0, "positive_100k": 475.00766444137173, "positive_daily": "", "positive": 3796.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 15.391449611772583, "deceased_daily": "", "deceased": 123.0, "positive_100k": 489.89857910642, "positive_daily": "", "positive": 3915.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 17.268455661988753, "deceased_daily": "", "deceased": 138.0, "positive_100k": 504.9146275081493, "positive_daily": "", "positive": 4035.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 18.39465929211845, "deceased_daily": "", "deceased": 147.0, "positive_100k": 514.9253264426355, "positive_daily": "", "positive": 4115.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 20.021397868972464, "deceased_daily": "", "deceased": 160.0, "positive_100k": 519.9306759098787, "positive_daily": "", "positive": 4155.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 21.5230027091454, "deceased_daily": "", "deceased": 172.0, "positive_100k": 529.9413748443649, "positive_daily": "", "positive": 4235.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 23.14974128599941, "deceased_daily": "", "deceased": 185.0, "positive_100k": 539.9520737788512, "positive_daily": "", "positive": 4315.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 25.527282282939893, "deceased_daily": "", "deceased": 204.0, "positive_100k": 553.5916510770886, "positive_daily": "", "positive": 4424.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 28.02995701656145, "deceased_daily": "", "deceased": 224.0, "positive_100k": 566.1050247451964, "positive_daily": "", "positive": 4524.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 28.530491963285762, "deceased_daily": "", "deceased": 228.0, "positive_100k": 570.6098392657152, "positive_daily": "", "positive": 4560.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 29.15616064669115, "deceased_daily": "", "deceased": 233.0, "positive_100k": 581.7467418303312, "positive_daily": "", "positive": 4649.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 29.656695593415463, "deceased_daily": "", "deceased": 237.0, "positive_100k": 586.126422614169, "positive_daily": "", "positive": 4684.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 31.783969116993788, "deceased_daily": "", "deceased": 254.0, "positive_100k": 593.2590456049903, "positive_daily": "", "positive": 4741.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 33.28557395716672, "deceased_daily": "", "deceased": 266.0, "positive_100k": 599.8911336490875, "positive_daily": "", "positive": 4794.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 34.912312534020735, "deceased_daily": "", "deceased": 279.0, "positive_100k": 606.1478204831413, "positive_daily": "", "positive": 4844.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 36.413917374193666, "deceased_daily": "", "deceased": 291.0, "positive_100k": 610.6526350036602, "positive_daily": "", "positive": 4880.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 36.53905111087475, "deceased_daily": "", "deceased": 292.0, "positive_100k": 618.7863278879303, "positive_daily": "", "positive": 4945.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 37.28985353096122, "deceased_daily": "", "deceased": 298.0, "positive_100k": 621.4141363582329, "positive_daily": "", "positive": 4966.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 38.791458371134155, "deceased_daily": "", "deceased": 310.0, "positive_100k": 624.0419448285355, "positive_daily": "", "positive": 4987.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.489528723959048, "positive_daily": "", "positive": 2.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 13.723821809897618, "positive_daily": "", "positive": 5.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": 233.30497076825955, "tested": 85.0, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.21335053385667, "positive_daily": "", "positive": 7.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.21335053385667, "positive_daily": "", "positive": 7.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 32.93717234375429, "positive_daily": "", "positive": 12.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 60.38481596354953, "positive_daily": "", "positive": 22.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 68.6191090494881, "positive_daily": "", "positive": 25.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 104.30104575522192, "positive_daily": "", "positive": 38.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 109.79057447918095, "positive_daily": "", "positive": 40.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 131.74868937501716, "positive_daily": "", "positive": 48.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 137.2382180989762, "positive_daily": "", "positive": 50.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 145.4725111849148, "positive_daily": "", "positive": 53.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 156.45156863283287, "positive_daily": "", "positive": 57.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 2.744764361979524, "deceased_daily": "", "deceased": 1.0, "positive_100k": 161.94109735679191, "positive_daily": "", "positive": 59.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 2.744764361979524, "deceased_daily": "", "deceased": 1.0, "positive_100k": 164.68586171877146, "positive_daily": "", "positive": 60.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 2.744764361979524, "deceased_daily": "", "deceased": 1.0, "positive_100k": 170.17539044273047, "positive_daily": "", "positive": 62.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 2.744764361979524, "deceased_daily": "", "deceased": 1.0, "positive_100k": 181.15444789064858, "positive_daily": "", "positive": 66.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 5.489528723959048, "deceased_daily": "", "deceased": 2.0, "positive_100k": 183.8992122526281, "positive_daily": "", "positive": 67.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 5.489528723959048, "deceased_daily": "", "deceased": 2.0, "positive_100k": 183.8992122526281, "positive_daily": "", "positive": 67.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 5.489528723959048, "deceased_daily": "", "deceased": 2.0, "positive_100k": 186.64397661460765, "positive_daily": "", "positive": 68.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 197.62303406252573, "positive_daily": "", "positive": 72.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 197.62303406252573, "positive_daily": "", "positive": 72.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 203.11256278648477, "positive_daily": "", "positive": 74.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 205.85732714846432, "positive_daily": "", "positive": 75.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 211.34685587242333, "positive_daily": "", "positive": 77.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.0, "positive_daily": "", "positive": 0.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 24.750637328911218, "positive_daily": "", "positive": 10.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 42.076083459149075, "positive_daily": "", "positive": 17.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 76.72697571962478, "positive_daily": "", "positive": 31.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 81.67710318540702, "positive_daily": "", "positive": 33.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 99.00254931564487, "positive_daily": "", "positive": 40.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 106.42774051431824, "positive_daily": "", "positive": 43.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 108.90280424720937, "positive_daily": "", "positive": 44.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 2.475063732891122, "deceased_daily": "", "deceased": 1.0, "positive_100k": 116.32799544588272, "positive_daily": "", "positive": 47.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 2.475063732891122, "deceased_daily": "", "deceased": 1.0, "positive_100k": 123.7531866445561, "positive_daily": "", "positive": 50.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 131.17837784322947, "positive_daily": "", "positive": 53.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 138.60356904190283, "positive_daily": "", "positive": 56.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 143.55369650768506, "positive_daily": "", "positive": 58.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 146.0287602405762, "positive_daily": "", "positive": 59.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 155.92901517214068, "positive_daily": "", "positive": 63.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 155.92901517214068, "positive_daily": "", "positive": 63.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 158.4040789050318, "positive_daily": "", "positive": 64.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 165.82927010370517, "positive_daily": "", "positive": 67.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 225.23079969309208, "positive_daily": "", "positive": 91.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 227.70586342598324, "positive_daily": "", "positive": 92.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 259.8816919535678, "positive_daily": "", "positive": 105.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 259.8816919535678, "positive_daily": "", "positive": 105.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 7.425191198673366, "deceased_daily": "", "deceased": 3.0, "positive_100k": 262.35675568645894, "positive_daily": "", "positive": 106.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 7.425191198673366, "deceased_daily": "", "deceased": 3.0, "positive_100k": 267.30688315224114, "positive_daily": "", "positive": 108.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 12.375318664455609, "deceased_daily": "", "deceased": 5.0, "positive_100k": 282.1572655495879, "positive_daily": "", "positive": 114.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 14.850382397346731, "deceased_daily": "", "deceased": 6.0, "positive_100k": 284.632329282479, "positive_daily": "", "positive": 115.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 17.075044821992655, "positive_daily": "", "positive": 14.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 36.58938176141284, "positive_daily": "", "positive": 30.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 39.02867387884036, "positive_daily": "", "positive": 32.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 41.467965996267885, "positive_daily": "", "positive": 34.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 42.68761205498165, "positive_daily": "", "positive": 35.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 43.907258113695406, "positive_daily": "", "positive": 36.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 45.12690417240916, "positive_daily": "", "positive": 37.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 48.78584234855045, "positive_daily": "", "positive": 40.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 50.00548840726421, "positive_daily": "", "positive": 41.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 51.225134465977966, "positive_daily": "", "positive": 42.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 53.66442658340549, "positive_daily": "", "positive": 44.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 57.323364759546784, "positive_daily": "", "positive": 47.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 57.323364759546784, "positive_daily": "", "positive": 47.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 57.323364759546784, "positive_daily": "", "positive": 47.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 59.7626568769743, "positive_daily": "", "positive": 49.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 60.98230293568807, "positive_daily": "", "positive": 50.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 60.98230293568807, "positive_daily": "", "positive": 50.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 60.98230293568807, "positive_daily": "", "positive": 50.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 63.42159505311559, "positive_daily": "", "positive": 52.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 64.64124111182934, "positive_daily": "", "positive": 53.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 67.08053322925687, "positive_daily": "", "positive": 55.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 69.5198253466844, "positive_daily": "", "positive": 57.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 69.5198253466844, "positive_daily": "", "positive": 57.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 69.5198253466844, "positive_daily": "", "positive": 57.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 71.95911746411191, "positive_daily": "", "positive": 59.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 73.17876352282568, "positive_daily": "", "positive": 60.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 73.17876352282568, "positive_daily": "", "positive": 60.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 74.39840958153944, "positive_daily": "", "positive": 61.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 75.6180556402532, "positive_daily": "", "positive": 62.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 76.83770169896697, "positive_daily": "", "positive": 63.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 3.658938176141284, "deceased_daily": "", "deceased": 3.0, "positive_100k": 76.83770169896697, "positive_daily": "", "positive": 63.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.8104790527573595, "positive_daily": "", "positive": 1.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.620958105514719, "positive_daily": "", "positive": 2.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.052395263786797, "positive_daily": "", "positive": 5.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.915269580330953, "positive_daily": "", "positive": 11.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 1.8104790527573595, "deceased_daily": "", "deceased": 1.0, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 1.8104790527573595, "deceased_daily": "", "deceased": 1.0, "positive_100k": 54.31437158272079, "positive_daily": "", "positive": 30.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 59.745808740992864, "positive_daily": "", "positive": 33.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 61.55628779375023, "positive_daily": "", "positive": 34.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 76.0401202158091, "positive_daily": "", "positive": 42.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 79.66107832132381, "positive_daily": "", "positive": 44.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 81.47155737408119, "positive_daily": "", "positive": 45.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 86.90299453235326, "positive_daily": "", "positive": 48.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 90.52395263786798, "positive_daily": "", "positive": 50.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 105.00778505992685, "positive_daily": "", "positive": 58.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 110.43922221819895, "positive_daily": "", "positive": 61.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 115.87065937647101, "positive_daily": "", "positive": 64.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 117.68113842922838, "positive_daily": "", "positive": 65.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 119.49161748198573, "positive_daily": "", "positive": 66.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 121.30209653474309, "positive_daily": "", "positive": 67.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 124.92305464025782, "positive_daily": "", "positive": 69.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 124.92305464025782, "positive_daily": "", "positive": 69.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 130.3544917985299, "positive_daily": "", "positive": 72.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 133.9754499040446, "positive_daily": "", "positive": 74.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 139.40688706231668, "positive_daily": "", "positive": 77.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 139.40688706231668, "positive_daily": "", "positive": 77.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 141.21736611507404, "positive_daily": "", "positive": 78.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 143.0278451678314, "positive_daily": "", "positive": 79.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 143.0278451678314, "positive_daily": "", "positive": 79.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 143.0278451678314, "positive_daily": "", "positive": 79.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 148.4592823261035, "positive_daily": "", "positive": 82.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 155.70119853713294, "positive_daily": "", "positive": 86.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 155.70119853713294, "positive_daily": "", "positive": 86.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}]}}; + var spec = {"config": {"view": {"continuousWidth": 400, "continuousHeight": 300}, "title": {"anchor": "middle"}}, "hconcat": [{"mark": "line", "encoding": {"color": {"type": "nominal", "field": "canton", "legend": {"title": "Canton"}}, "opacity": {"condition": {"value": 1, "selection": "selector003"}, "value": 0.2}, "tooltip": [{"type": "nominal", "field": "canton", "title": "Canton"}, {"type": "quantitative", "field": "deceased", "title": "Deaths"}, {"type": "temporal", "field": "date", "title": "Date"}], "x": {"type": "temporal", "field": "date", "title": "Date"}, "y": {"type": "quantitative", "field": "deceased", "scale": {"type": "linear"}, "title": "Deaths"}}, "selection": {"selector003": {"type": "multi", "fields": ["canton"], "bind": "legend"}}}, {"mark": "line", "encoding": {"color": {"type": "nominal", "field": "canton", "legend": {"title": "Canton"}}, "opacity": {"condition": {"value": 1, "selection": "selector004"}, "value": 0.2}, "tooltip": [{"type": "nominal", "field": "canton", "title": "Canton"}, {"type": "quantitative", "field": "deceased_100k", "title": "Deaths/100k"}, {"type": "temporal", "field": "date", "title": "Date"}], "x": {"type": "temporal", "field": "date", "title": "Date"}, "y": {"type": "quantitative", "field": "deceased_100k", "scale": {"type": "linear"}, "title": "Deaths per 100k population"}}, "selection": {"selector004": {"type": "multi", "fields": ["canton"], "bind": "legend"}}}], "data": {"name": "data-4f639eb90076cca47cb18c57e5f43d46"}, "title": "Covid-19 deaths in Switzerland by Canton", "$schema": "https://vega.github.io/schema/vega-lite/v4.0.2.json", "datasets": {"data-4f639eb90076cca47cb18c57e5f43d46": [{"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.2907357067058191, "positive_daily": "", "positive": 1.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.2907357067058191, "positive_daily": "", "positive": 1.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5814714134116382, "positive_daily": "", "positive": 2.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.8722071201174572, "positive_daily": "", "positive": 3.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.8722071201174572, "positive_daily": "", "positive": 3.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.1629428268232764, "positive_daily": "", "positive": 4.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.4536785335290954, "positive_daily": "", "positive": 5.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.7444142402349143, "positive_daily": "", "positive": 6.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.0351499469407335, "positive_daily": "", "positive": 7.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.4888284804698286, "positive_daily": "", "positive": 12.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.942507013998925, "positive_daily": "", "positive": 17.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.396185547528019, "positive_daily": "", "positive": 22.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 8.722071201174574, "positive_daily": "", "positive": 30.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 15.408992455408411, "positive_daily": "", "positive": 53.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.2907357067058191, "deceased_daily": "", "deceased": 1.0, "positive_100k": 22.09591370964225, "positive_daily": "", "positive": 76.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.2907357067058191, "deceased_daily": "", "deceased": 1.0, "positive_100k": 28.49209925717027, "positive_daily": "", "positive": 98.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.5814714134116382, "deceased_daily": "", "deceased": 2.0, "positive_100k": 33.72534197787501, "positive_daily": "", "positive": 116.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.8722071201174572, "deceased_daily": "", "deceased": 3.0, "positive_100k": 50.297277260106696, "positive_daily": "", "positive": 173.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.8722071201174572, "deceased_daily": "", "deceased": 3.0, "positive_100k": 65.41553400880929, "positive_daily": "", "positive": 225.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 1.1629428268232764, "deceased_daily": "", "deceased": 4.0, "positive_100k": 90.41880478550974, "positive_daily": "", "positive": 311.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.7444142402349143, "deceased_daily": "", "deceased": 6.0, "positive_100k": 100.59455452021339, "positive_daily": "", "positive": 346.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 2.0351499469407335, "deceased_daily": "", "deceased": 7.0, "positive_100k": 125.88856100361967, "positive_daily": "", "positive": 433.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 2.9073570670581907, "deceased_daily": "", "deceased": 10.0, "positive_100k": 142.46049628585135, "positive_daily": "", "positive": 490.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 3.4888284804698286, "deceased_daily": "", "deceased": 12.0, "positive_100k": 153.21771743396664, "positive_daily": "", "positive": 527.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.7795641871756476, "deceased_daily": "", "deceased": 13.0, "positive_100k": 176.18583826372634, "positive_daily": "", "positive": 606.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 4.070299893881467, "deceased_daily": "", "deceased": 14.0, "positive_100k": 189.26894506548823, "positive_daily": "", "positive": 651.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 4.361035600587287, "deceased_daily": "", "deceased": 15.0, "positive_100k": 207.87603029466064, "positive_daily": "", "positive": 715.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 5.8147141341163815, "deceased_daily": "", "deceased": 20.0, "positive_100k": 234.91445101830183, "positive_daily": "", "positive": 808.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 6.1054498408222, "deceased_daily": "", "deceased": 21.0, "positive_100k": 262.2436074486488, "positive_daily": "", "positive": 902.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 6.1054498408222, "deceased_daily": "", "deceased": 21.0, "positive_100k": 280.26922126440957, "positive_daily": "", "positive": 964.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 7.559128374351295, "deceased_daily": "", "deceased": 26.0, "positive_100k": 290.7357067058191, "positive_daily": "", "positive": 1000.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 10.175749734703668, "deceased_daily": "", "deceased": 35.0, "positive_100k": 315.4482417758137, "positive_daily": "", "positive": 1085.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 10.757221148115306, "deceased_daily": "", "deceased": 37.0, "positive_100k": 332.89238417816284, "positive_daily": "", "positive": 1145.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 11.629428268232763, "deceased_daily": "", "deceased": 40.0, "positive_100k": 354.11609076768764, "positive_daily": "", "positive": 1218.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 13.08310680176186, "deceased_daily": "", "deceased": 45.0, "positive_100k": 370.10655463650767, "positive_daily": "", "positive": 1273.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 14.827521041996773, "deceased_daily": "", "deceased": 51.0, "positive_100k": 383.48039714497537, "positive_daily": "", "positive": 1319.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 15.408992455408411, "deceased_daily": "", "deceased": 53.0, "positive_100k": 394.23761829309063, "positive_daily": "", "positive": 1356.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 16.281199575525868, "deceased_daily": "", "deceased": 56.0, "positive_100k": 407.02998938814676, "positive_daily": "", "positive": 1400.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 17.734878109054964, "deceased_daily": "", "deceased": 61.0, "positive_100k": 417.4964748295562, "positive_daily": "", "positive": 1436.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 19.7700280559957, "deceased_daily": "", "deceased": 68.0, "positive_100k": 431.4517887514355, "positive_daily": "", "positive": 1484.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 21.223706589524795, "deceased_daily": "", "deceased": 73.0, "positive_100k": 443.37195272637405, "positive_daily": "", "positive": 1525.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 21.805178002936433, "deceased_daily": "", "deceased": 75.0, "positive_100k": 455.0013809946069, "positive_daily": "", "positive": 1565.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 23.840327949877164, "deceased_daily": "", "deceased": 82.0, "positive_100k": 462.851245075664, "positive_daily": "", "positive": 1592.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 25.003270776700443, "deceased_daily": "", "deceased": 86.0, "positive_100k": 469.82890203660367, "positive_daily": "", "positive": 1616.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 25.584742190112078, "deceased_daily": "", "deceased": 88.0, "positive_100k": 477.38803041095497, "positive_daily": "", "positive": 1642.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 26.16621360352372, "deceased_daily": "", "deceased": 90.0, "positive_100k": 483.7842159584829, "positive_daily": "", "positive": 1664.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 27.329156430346995, "deceased_daily": "", "deceased": 94.0, "positive_100k": 489.0174586791877, "positive_daily": "", "positive": 1682.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 27.329156430346995, "deceased_daily": "", "deceased": 94.0, "positive_100k": 496.28585134683317, "positive_daily": "", "positive": 1707.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 27.91062784375863, "deceased_daily": "", "deceased": 96.0, "positive_100k": 502.97277260106705, "positive_daily": "", "positive": 1730.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 28.201363550464453, "deceased_daily": "", "deceased": 97.0, "positive_100k": 507.3338082016543, "positive_daily": "", "positive": 1745.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 29.945777790699363, "deceased_daily": "", "deceased": 103.0, "positive_100k": 510.2411652687125, "positive_daily": "", "positive": 1755.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 31.399456324228456, "deceased_daily": "", "deceased": 108.0, "positive_100k": 514.8929365760056, "positive_daily": "", "positive": 1771.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 32.562399151051736, "deceased_daily": "", "deceased": 112.0, "positive_100k": 516.0558794028289, "positive_daily": "", "positive": 1775.0, "region_iso": "CH-VS", "region_label": "Valais", "tested_100k": null, "tested": null, "canton": "VS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.5040856139006649, "deceased_daily": "", "deceased": 1.0, "positive_100k": 58.473931212477126, "positive_daily": "", "positive": 116.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.5040856139006649, "deceased_daily": "", "deceased": 1.0, "positive_100k": 73.0924140155964, "positive_daily": "", "positive": 145.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.5122568417019946, "deceased_daily": "", "deceased": 3.0, "positive_100k": 107.37023576084161, "positive_daily": "", "positive": 213.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 1.5122568417019946, "deceased_daily": "", "deceased": 3.0, "positive_100k": 120.4764617222589, "positive_daily": "", "positive": 239.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 3.024513683403989, "deceased_daily": "", "deceased": 6.0, "positive_100k": 134.08677329757685, "positive_daily": "", "positive": 266.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.024513683403989, "deceased_daily": "", "deceased": 6.0, "positive_100k": 139.12762943658353, "positive_daily": "", "positive": 276.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 3.024513683403989, "deceased_daily": "", "deceased": 6.0, "positive_100k": 162.3155676760141, "positive_daily": "", "positive": 322.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 4.536770525105983, "deceased_daily": "", "deceased": 9.0, "positive_100k": 188.023933984948, "positive_daily": "", "positive": 373.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 4.536770525105983, "deceased_daily": "", "deceased": 9.0, "positive_100k": 206.17101608537192, "positive_daily": "", "positive": 409.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 6.049027366807978, "deceased_daily": "", "deceased": 12.0, "positive_100k": 250.53055010863045, "positive_daily": "", "positive": 497.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 9.577626664112634, "deceased_daily": "", "deceased": 19.0, "positive_100k": 258.59591993104107, "positive_daily": "", "positive": 513.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 10.585797891913963, "deceased_daily": "", "deceased": 21.0, "positive_100k": 262.62860484224643, "positive_daily": "", "positive": 521.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 11.593969119715293, "deceased_daily": "", "deceased": 23.0, "positive_100k": 286.82471430947834, "positive_daily": "", "positive": 569.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 13.610311575317953, "deceased_daily": "", "deceased": 27.0, "positive_100k": 301.4431971125976, "positive_daily": "", "positive": 598.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 15.122568417019947, "deceased_daily": "", "deceased": 30.0, "positive_100k": 325.6393065798295, "positive_daily": "", "positive": 646.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 15.62665403092061, "deceased_daily": "", "deceased": 31.0, "positive_100k": 331.18424833273684, "positive_daily": "", "positive": 657.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 17.138910872622606, "deceased_daily": "", "deceased": 34.0, "positive_100k": 336.7291900856442, "positive_daily": "", "positive": 668.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 342.77821745245217, "positive_daily": "", "positive": 680.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 354.87627218606804, "positive_daily": "", "positive": 704.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 360.42121393897537, "positive_daily": "", "positive": 715.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 366.974326919684, "positive_daily": "", "positive": 728.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 368.9906693752867, "positive_daily": "", "positive": 732.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 17.64299648652327, "deceased_daily": "", "deceased": 35.0, "positive_100k": 370.50292621698867, "positive_daily": "", "positive": 735.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 18.6511677143246, "deceased_daily": "", "deceased": 37.0, "positive_100k": 373.023354286492, "positive_daily": "", "positive": 740.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 19.155253328225267, "deceased_daily": "", "deceased": 38.0, "positive_100k": 376.047867969896, "positive_daily": "", "positive": 746.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 19.65933894212593, "deceased_daily": "", "deceased": 39.0, "positive_100k": 379.0723816533, "positive_daily": "", "positive": 752.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 20.163424556026595, "deceased_daily": "", "deceased": 40.0, "positive_100k": 387.6418370896113, "positive_daily": "", "positive": 769.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 20.163424556026595, "deceased_daily": "", "deceased": 40.0, "positive_100k": 392.1786076147173, "positive_daily": "", "positive": 778.0, "region_iso": "CH-GR", "region_label": "Grisons", "tested_100k": null, "tested": null, "canton": "GR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.09662050461024736, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.19324100922049472, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.38648201844098945, "positive_daily": "", "positive": 4.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5797230276614843, "positive_daily": "", "positive": 6.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.6425485783742055, "positive_daily": "", "positive": 17.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.285097156748411, "positive_daily": "", "positive": 34.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.09662050461024736, "deceased_daily": "", "deceased": 1.0, "positive_100k": 11.884322067060427, "positive_daily": "", "positive": 123.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.09662050461024736, "deceased_daily": "", "deceased": 1.0, "positive_100k": 18.647757389777745, "positive_daily": "", "positive": 193.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.09662050461024736, "deceased_daily": "", "deceased": 1.0, "positive_100k": 27.24698230008976, "positive_daily": "", "positive": 282.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 0.19324100922049472, "deceased_daily": "", "deceased": 2.0, "positive_100k": 36.42593023806326, "positive_daily": "", "positive": 377.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 0.28986151383074216, "deceased_daily": "", "deceased": 3.0, "positive_100k": 40.3873709270834, "positive_daily": "", "positive": 418.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.48310252305123685, "deceased_daily": "", "deceased": 5.0, "positive_100k": 45.41163716681627, "positive_daily": "", "positive": 470.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.5797230276614843, "deceased_daily": "", "deceased": 6.0, "positive_100k": 51.4021084526516, "positive_daily": "", "positive": 532.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.5797230276614843, "deceased_daily": "", "deceased": 6.0, "positive_100k": 60.29119487679437, "positive_daily": "", "positive": 624.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.6763435322717316, "deceased_daily": "", "deceased": 7.0, "positive_100k": 63.76953304276327, "positive_daily": "", "positive": 660.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.7729640368819789, "deceased_daily": "", "deceased": 8.0, "positive_100k": 69.37352231015761, "positive_daily": "", "positive": 718.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.8695845414922264, "deceased_daily": "", "deceased": 9.0, "positive_100k": 74.10792703605973, "positive_daily": "", "positive": 767.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.9662050461024737, "deceased_daily": "", "deceased": 10.0, "positive_100k": 77.10316267897741, "positive_daily": "", "positive": 798.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.256066559933216, "deceased_daily": "", "deceased": 13.0, "positive_100k": 79.80853680806433, "positive_daily": "", "positive": 826.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.5459280737639578, "deceased_daily": "", "deceased": 16.0, "positive_100k": 82.70715194637175, "positive_daily": "", "positive": 856.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.9324100922049474, "deceased_daily": "", "deceased": 20.0, "positive_100k": 87.82803869071486, "positive_daily": "", "positive": 909.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 2.2222716060356897, "deceased_daily": "", "deceased": 23.0, "positive_100k": 96.91036612407812, "positive_daily": "", "positive": 1003.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 2.512133119866432, "deceased_daily": "", "deceased": 26.0, "positive_100k": 103.67380144679544, "positive_daily": "", "positive": 1073.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 2.7053741290869264, "deceased_daily": "", "deceased": 28.0, "positive_100k": 106.86227809893359, "positive_daily": "", "positive": 1106.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 2.7053741290869264, "deceased_daily": "", "deceased": 28.0, "positive_100k": 109.85751374185126, "positive_daily": "", "positive": 1137.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.995235642917669, "deceased_daily": "", "deceased": 31.0, "positive_100k": 113.33585190782017, "positive_daily": "", "positive": 1173.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 3.1884766521381636, "deceased_daily": "", "deceased": 33.0, "positive_100k": 118.64997966138378, "positive_daily": "", "positive": 1228.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 3.5749586705791527, "deceased_daily": "", "deceased": 37.0, "positive_100k": 124.25396892877814, "positive_daily": "", "positive": 1286.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 3.6715791751894002, "deceased_daily": "", "deceased": 38.0, "positive_100k": 128.98837365468023, "positive_daily": "", "positive": 1335.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 4.058061193630389, "deceased_daily": "", "deceased": 42.0, "positive_100k": 132.85319383909015, "positive_daily": "", "positive": 1375.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 4.2513022028508844, "deceased_daily": "", "deceased": 44.0, "positive_100k": 137.10449604194102, "positive_daily": "", "positive": 1419.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 4.734404725902121, "deceased_daily": "", "deceased": 49.0, "positive_100k": 139.23014714336648, "positive_daily": "", "positive": 1441.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 4.734404725902121, "deceased_daily": "", "deceased": 49.0, "positive_100k": 140.67945471252017, "positive_daily": "", "positive": 1456.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 4.734404725902121, "deceased_daily": "", "deceased": 49.0, "positive_100k": 142.03214177706366, "positive_daily": "", "positive": 1470.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 5.120886744343111, "deceased_daily": "", "deceased": 53.0, "positive_100k": 143.86793136465835, "positive_daily": "", "positive": 1489.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 5.314127753563606, "deceased_daily": "", "deceased": 55.0, "positive_100k": 146.38006448452478, "positive_daily": "", "positive": 1515.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 6.473573808886574, "deceased_daily": "", "deceased": 67.0, "positive_100k": 150.0516436597142, "positive_daily": "", "positive": 1553.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 6.666814818107069, "deceased_daily": "", "deceased": 69.0, "positive_100k": 153.24012031185234, "positive_daily": "", "positive": 1586.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 6.666814818107069, "deceased_daily": "", "deceased": 69.0, "positive_100k": 154.49618687178557, "positive_daily": "", "positive": 1599.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 7.053296836548059, "deceased_daily": "", "deceased": 73.0, "positive_100k": 155.84887393632903, "positive_daily": "", "positive": 1613.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 7.439778854989048, "deceased_daily": "", "deceased": 77.0, "positive_100k": 156.71845847782126, "positive_daily": "", "positive": 1622.0, "region_iso": "CH-BE", "region_label": "Bern", "tested_100k": null, "tested": null, "canton": "BE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.387736141220191, "positive_daily": "", "positive": 2.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 24.775472282440383, "positive_daily": "", "positive": 4.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 30.96934035305048, "positive_daily": "", "positive": 5.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 37.16320842366058, "positive_daily": "", "positive": 6.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 49.550944564880766, "positive_daily": "", "positive": 8.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 55.74481263549086, "positive_daily": "", "positive": 9.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 68.13254877671105, "positive_daily": "", "positive": 11.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 74.32641684732116, "positive_daily": "", "positive": 12.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 80.52028491793125, "positive_daily": "", "positive": 13.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 86.71415298854134, "positive_daily": "", "positive": 14.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 86.71415298854134, "positive_daily": "", "positive": 14.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 123.87736141220192, "positive_daily": "", "positive": 20.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 123.87736141220192, "positive_daily": "", "positive": 20.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 130.07122948281202, "positive_daily": "", "positive": 21.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 130.07122948281202, "positive_daily": "", "positive": 21.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 130.07122948281202, "positive_daily": "", "positive": 21.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 142.4589656240322, "positive_daily": "", "positive": 23.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 148.6528336946423, "positive_daily": "", "positive": 24.0, "region_iso": "CH-AI", "region_label": "Appenzell innerrhoden", "tested_100k": null, "tested": null, "canton": "AI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.34706315161106716, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6941263032221343, "positive_daily": "", "positive": 2.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.082378909666403, "positive_daily": "", "positive": 6.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.082378909666403, "positive_daily": "", "positive": 6.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.205947274166007, "positive_daily": "", "positive": 15.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": 0.34706315161106716, "deceased_daily": "", "deceased": 1.0, "positive_100k": 6.594199880610277, "positive_daily": "", "positive": 19.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": 0.34706315161106716, "deceased_daily": "", "deceased": 1.0, "positive_100k": 6.941263032221343, "positive_daily": "", "positive": 20.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": 0.34706315161106716, "deceased_daily": "", "deceased": 1.0, "positive_100k": 7.635389335443477, "positive_daily": "", "positive": 22.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 9.023641941887746, "positive_daily": "", "positive": 26.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 9.023641941887746, "positive_daily": "", "positive": 26.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 14.576652367664822, "positive_daily": "", "positive": 42.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 16.311968125720156, "positive_daily": "", "positive": 47.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 18.741410186997626, "positive_daily": "", "positive": 54.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 26.376799522441107, "positive_daily": "", "positive": 76.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 30.888620493384977, "positive_daily": "", "positive": 89.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 40.25932558688379, "positive_daily": "", "positive": 116.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.6941263032221343, "deceased_daily": "", "deceased": 2.0, "positive_100k": 46.506462315883, "positive_daily": "", "positive": 134.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.0411894548332015, "deceased_daily": "", "deceased": 3.0, "positive_100k": 63.859619896436364, "positive_daily": "", "positive": 184.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 1.0411894548332015, "deceased_daily": "", "deceased": 3.0, "positive_100k": 97.87180875432094, "positive_daily": "", "positive": 282.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 1.0411894548332015, "deceased_daily": "", "deceased": 3.0, "positive_100k": 100.30125081559841, "positive_daily": "", "positive": 289.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 1.0411894548332015, "deceased_daily": "", "deceased": 3.0, "positive_100k": 104.81307178654227, "positive_daily": "", "positive": 302.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 1.3882526064442686, "deceased_daily": "", "deceased": 4.0, "positive_100k": 106.20132439298655, "positive_daily": "", "positive": 306.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 1.7353157580553358, "deceased_daily": "", "deceased": 5.0, "positive_100k": 118.3485346993739, "positive_daily": "", "positive": 341.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 1.7353157580553358, "deceased_daily": "", "deceased": 5.0, "positive_100k": 146.46064997987034, "positive_daily": "", "positive": 422.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 1.7353157580553358, "deceased_daily": "", "deceased": 5.0, "positive_100k": 161.7314286507573, "positive_daily": "", "positive": 466.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 2.082378909666403, "deceased_daily": "", "deceased": 6.0, "positive_100k": 174.2257021087557, "positive_daily": "", "positive": 502.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 2.082378909666403, "deceased_daily": "", "deceased": 6.0, "positive_100k": 177.3492704732553, "positive_daily": "", "positive": 511.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 2.42944206127747, "deceased_daily": "", "deceased": 7.0, "positive_100k": 187.06703871836518, "positive_daily": "", "positive": 539.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 3.4706315161106716, "deceased_daily": "", "deceased": 10.0, "positive_100k": 194.7024280538087, "positive_daily": "", "positive": 561.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 3.8176946677217387, "deceased_daily": "", "deceased": 11.0, "positive_100k": 204.0731331473075, "positive_daily": "", "positive": 588.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 4.164757819332806, "deceased_daily": "", "deceased": 12.0, "positive_100k": 211.708522482751, "positive_daily": "", "positive": 610.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 4.85888412255494, "deceased_daily": "", "deceased": 14.0, "positive_100k": 216.91446975691696, "positive_daily": "", "positive": 625.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 6.594199880610277, "deceased_daily": "", "deceased": 19.0, "positive_100k": 227.67342745686003, "positive_daily": "", "positive": 656.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 6.594199880610277, "deceased_daily": "", "deceased": 19.0, "positive_100k": 232.53231157941502, "positive_daily": "", "positive": 670.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 6.594199880610277, "deceased_daily": "", "deceased": 19.0, "positive_100k": 236.6970693987478, "positive_daily": "", "positive": 682.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 6.594199880610277, "deceased_daily": "", "deceased": 19.0, "positive_100k": 239.47357461163634, "positive_daily": "", "positive": 690.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 7.288326183832411, "deceased_daily": "", "deceased": 21.0, "positive_100k": 240.8618272180806, "positive_daily": "", "positive": 694.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 7.288326183832411, "deceased_daily": "", "deceased": 21.0, "positive_100k": 246.76190079546876, "positive_daily": "", "positive": 711.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 7.635389335443477, "deceased_daily": "", "deceased": 22.0, "positive_100k": 250.57959546319046, "positive_daily": "", "positive": 722.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 7.635389335443477, "deceased_daily": "", "deceased": 22.0, "positive_100k": 255.43847958574545, "positive_daily": "", "positive": 736.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 7.9824524870545455, "deceased_daily": "", "deceased": 23.0, "positive_100k": 256.8267321921897, "positive_daily": "", "positive": 740.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 8.329515638665612, "deceased_daily": "", "deceased": 24.0, "positive_100k": 259.9503005566893, "positive_daily": "", "positive": 749.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 262.03267946635566, "positive_daily": "", "positive": 755.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 266.5445004372996, "positive_daily": "", "positive": 768.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 271.05632140824343, "positive_daily": "", "positive": 781.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 275.5681423791873, "positive_daily": "", "positive": 794.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 276.9563949856316, "positive_daily": "", "positive": 798.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 278.69171074368694, "positive_daily": "", "positive": 803.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 8.676578790276679, "deceased_daily": "", "deceased": 25.0, "positive_100k": 279.73290019852016, "positive_daily": "", "positive": 806.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 9.023641941887746, "deceased_daily": "", "deceased": 26.0, "positive_100k": 280.7740896533533, "positive_daily": "", "positive": 809.0, "region_iso": "CH-BL", "region_label": "Basel-landschaft", "tested_100k": null, "tested": null, "canton": "BL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.36604024978586647, "positive_daily": "", "positive": 1.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 15.73973074079226, "positive_daily": "", "positive": 43.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 24.158656485867187, "positive_daily": "", "positive": 66.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 34.77382372965731, "positive_daily": "", "positive": 95.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 38.06818597773011, "positive_daily": "", "positive": 104.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 47.219192222376776, "positive_daily": "", "positive": 129.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 51.61167521980717, "positive_daily": "", "positive": 141.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 57.46831921638103, "positive_daily": "", "positive": 157.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.36604024978586647, "deceased_daily": "", "deceased": 1.0, "positive_100k": 63.3249632129549, "positive_daily": "", "positive": 173.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.7320804995717329, "deceased_daily": "", "deceased": 2.0, "positive_100k": 69.54764745931462, "positive_daily": "", "positive": 190.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 0.7320804995717329, "deceased_daily": "", "deceased": 2.0, "positive_100k": 71.74388895802983, "positive_daily": "", "positive": 196.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 79.06469395374715, "positive_daily": "", "positive": 216.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 83.09113670139168, "positive_daily": "", "positive": 227.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 86.75153919925035, "positive_daily": "", "positive": 237.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 91.51006244646662, "positive_daily": "", "positive": 250.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 94.43838444475355, "positive_daily": "", "positive": 258.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 95.53650519411114, "positive_daily": "", "positive": 261.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 96.63462594346875, "positive_daily": "", "positive": 264.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 1.0981207493575993, "deceased_daily": "", "deceased": 3.0, "positive_100k": 101.02710894089914, "positive_daily": "", "positive": 276.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 1.8302012489293324, "deceased_daily": "", "deceased": 5.0, "positive_100k": 103.22335043961434, "positive_daily": "", "positive": 282.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 1.8302012489293324, "deceased_daily": "", "deceased": 5.0, "positive_100k": 107.61583343704474, "positive_daily": "", "positive": 294.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 2.1962414987151986, "deceased_daily": "", "deceased": 6.0, "positive_100k": 112.00831643447513, "positive_daily": "", "positive": 306.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 2.562281748501065, "deceased_daily": "", "deceased": 7.0, "positive_100k": 115.30267868254792, "positive_daily": "", "positive": 315.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.562281748501065, "deceased_daily": "", "deceased": 7.0, "positive_100k": 117.49892018126313, "positive_daily": "", "positive": 321.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 2.9283219982869317, "deceased_daily": "", "deceased": 8.0, "positive_100k": 118.96308118040659, "positive_daily": "", "positive": 325.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 2.9283219982869317, "deceased_daily": "", "deceased": 8.0, "positive_100k": 120.42724217955006, "positive_daily": "", "positive": 329.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 2.9283219982869317, "deceased_daily": "", "deceased": 8.0, "positive_100k": 125.55180567655219, "positive_daily": "", "positive": 343.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 3.294362248072798, "deceased_daily": "", "deceased": 9.0, "positive_100k": 128.11408742505324, "positive_daily": "", "positive": 350.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 3.660402497858665, "deceased_daily": "", "deceased": 10.0, "positive_100k": 129.21220817441085, "positive_daily": "", "positive": 353.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 4.026442747644531, "deceased_daily": "", "deceased": 11.0, "positive_100k": 129.94428867398258, "positive_daily": "", "positive": 355.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 4.026442747644531, "deceased_daily": "", "deceased": 11.0, "positive_100k": 129.94428867398258, "positive_daily": "", "positive": 355.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 4.026442747644531, "deceased_daily": "", "deceased": 11.0, "positive_100k": 131.40844967312606, "positive_daily": "", "positive": 359.0, "region_iso": "CH-SO", "region_label": "Solothurn", "tested_100k": null, "tested": null, "canton": "SO"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.0, "positive_daily": "", "positive": 0.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.19696787650902012, "positive_daily": "", "positive": 1.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.39393575301804024, "positive_daily": "", "positive": 2.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.954518147635302, "positive_daily": "", "positive": 15.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.257490195923948, "positive_daily": "", "positive": 47.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.015040467050229, "positive_daily": "", "positive": 61.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 16.742269503266712, "positive_daily": "", "positive": 85.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.302851897883972, "positive_daily": "", "positive": 98.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.19696787650902012, "deceased_daily": "", "deceased": 1.0, "positive_100k": 44.90867584405659, "positive_daily": "", "positive": 228.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.19696787650902012, "deceased_daily": "", "deceased": 1.0, "positive_100k": 44.90867584405659, "positive_daily": "", "positive": 228.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.39393575301804024, "deceased_daily": "", "deceased": 2.0, "positive_100k": 60.27217021176016, "positive_daily": "", "positive": 306.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.9848393825451006, "deceased_daily": "", "deceased": 5.0, "positive_100k": 66.77211013655783, "positive_daily": "", "positive": 339.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.9848393825451006, "deceased_daily": "", "deceased": 5.0, "positive_100k": 71.89327492579235, "positive_daily": "", "positive": 365.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 0.9848393825451006, "deceased_daily": "", "deceased": 5.0, "positive_100k": 76.62050396200884, "positive_daily": "", "positive": 389.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.378775135563141, "deceased_daily": "", "deceased": 7.0, "positive_100k": 81.54470087473435, "positive_daily": "", "positive": 414.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.378775135563141, "deceased_daily": "", "deceased": 7.0, "positive_100k": 81.54470087473435, "positive_daily": "", "positive": 414.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.575743012072161, "deceased_daily": "", "deceased": 8.0, "positive_100k": 94.54458072432966, "positive_daily": "", "positive": 480.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.575743012072161, "deceased_daily": "", "deceased": 8.0, "positive_100k": 94.54458072432966, "positive_daily": "", "positive": 480.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.7727108885811813, "deceased_daily": "", "deceased": 9.0, "positive_100k": 99.27180976054615, "positive_daily": "", "positive": 504.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 1.7727108885811813, "deceased_daily": "", "deceased": 9.0, "positive_100k": 101.43845640214538, "positive_daily": "", "positive": 515.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.1666466415992214, "deceased_daily": "", "deceased": 11.0, "positive_100k": 104.7869103027987, "positive_daily": "", "positive": 532.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.5605823946172617, "deceased_daily": "", "deceased": 13.0, "positive_100k": 109.71110721552422, "positive_daily": "", "positive": 557.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.954518147635302, "deceased_daily": "", "deceased": 15.0, "positive_100k": 113.84743262221366, "positive_daily": "", "positive": 578.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 3.151486024144322, "deceased_daily": "", "deceased": 16.0, "positive_100k": 118.96859741144816, "positive_daily": "", "positive": 604.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 3.3484539006533423, "deceased_daily": "", "deceased": 17.0, "positive_100k": 124.48369795370073, "positive_daily": "", "positive": 632.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 3.5454217771623626, "deceased_daily": "", "deceased": 18.0, "positive_100k": 126.25640884228191, "positive_daily": "", "positive": 641.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 4.136325406689423, "deceased_daily": "", "deceased": 21.0, "positive_100k": 127.83215185435408, "positive_daily": "", "positive": 649.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 4.136325406689423, "deceased_daily": "", "deceased": 21.0, "positive_100k": 129.40789486642623, "positive_daily": "", "positive": 657.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 4.136325406689423, "deceased_daily": "", "deceased": 21.0, "positive_100k": 130.7866700019894, "positive_daily": "", "positive": 664.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 4.530261159707464, "deceased_daily": "", "deceased": 23.0, "positive_100k": 133.1502845200976, "positive_daily": "", "positive": 676.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 4.924196912725503, "deceased_daily": "", "deceased": 25.0, "positive_100k": 133.9381560261337, "positive_daily": "", "positive": 680.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 5.318132665743544, "deceased_daily": "", "deceased": 27.0, "positive_100k": 134.52905965566075, "positive_daily": "", "positive": 683.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 5.318132665743544, "deceased_daily": "", "deceased": 27.0, "positive_100k": 137.68054567980508, "positive_daily": "", "positive": 699.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 5.318132665743544, "deceased_daily": "", "deceased": 27.0, "positive_100k": 138.8623529388592, "positive_daily": "", "positive": 705.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 5.318132665743544, "deceased_daily": "", "deceased": 27.0, "positive_100k": 140.04416019791333, "positive_daily": "", "positive": 711.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 5.712068418761584, "deceased_daily": "", "deceased": 29.0, "positive_100k": 141.42293533347646, "positive_daily": "", "positive": 718.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-22T00:00:00", "deceased_100k": 5.712068418761584, "deceased_daily": "", "deceased": 29.0, "positive_100k": 142.60474259253058, "positive_daily": "", "positive": 724.0, "region_iso": "CH-SG", "region_label": "St. gallen", "tested_100k": null, "tested": null, "canton": "SG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5654509471303365, "positive_daily": "", "positive": 1.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.523607577042692, "positive_daily": "", "positive": 8.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.089058524173027, "positive_daily": "", "positive": 9.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 7.350862312694374, "positive_daily": "", "positive": 13.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.178117048346055, "positive_daily": "", "positive": 18.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 13.570822731128075, "positive_daily": "", "positive": 24.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 15.267175572519085, "positive_daily": "", "positive": 27.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 17.52897936104043, "positive_daily": "", "positive": 31.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 20.921685043822446, "positive_daily": "", "positive": 37.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 26.010743567995476, "positive_daily": "", "positive": 46.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 33.36160588068985, "positive_daily": "", "positive": 59.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 38.45066440486288, "positive_daily": "", "positive": 68.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 41.84337008764489, "positive_daily": "", "positive": 74.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 52.58693808312129, "positive_daily": "", "positive": 93.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.5654509471303365, "deceased_daily": "", "deceased": 1.0, "positive_100k": 64.46140797285835, "positive_daily": "", "positive": 114.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 1.130901894260673, "deceased_daily": "", "deceased": 2.0, "positive_100k": 82.55583828102911, "positive_daily": "", "positive": 146.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 1.6963528413910094, "deceased_daily": "", "deceased": 3.0, "positive_100k": 98.95391574780888, "positive_daily": "", "positive": 175.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.6963528413910094, "deceased_daily": "", "deceased": 3.0, "positive_100k": 106.8702290076336, "positive_daily": "", "positive": 189.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 2.261803788521346, "deceased_daily": "", "deceased": 4.0, "positive_100k": 113.09018942606728, "positive_daily": "", "positive": 200.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 2.261803788521346, "deceased_daily": "", "deceased": 4.0, "positive_100k": 122.13740458015268, "positive_daily": "", "positive": 216.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 2.827254735651682, "deceased_daily": "", "deceased": 5.0, "positive_100k": 139.66638394119312, "positive_daily": "", "positive": 247.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.392705682782019, "deceased_daily": "", "deceased": 6.0, "positive_100k": 149.84450098953914, "positive_daily": "", "positive": 265.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 5.089058524173027, "deceased_daily": "", "deceased": 9.0, "positive_100k": 158.3262651964942, "positive_daily": "", "positive": 280.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 6.785411365564038, "deceased_daily": "", "deceased": 12.0, "positive_100k": 169.0698331919706, "positive_daily": "", "positive": 299.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 7.350862312694374, "deceased_daily": "", "deceased": 13.0, "positive_100k": 178.68249929318634, "positive_daily": "", "positive": 316.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 8.481764206955047, "deceased_daily": "", "deceased": 15.0, "positive_100k": 190.55696918292338, "positive_daily": "", "positive": 337.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 10.178117048346055, "deceased_daily": "", "deceased": 18.0, "positive_100k": 195.6460277070964, "positive_daily": "", "positive": 346.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 11.874469889737066, "deceased_daily": "", "deceased": 21.0, "positive_100k": 213.7404580152672, "positive_daily": "", "positive": 378.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 13.005371783997738, "deceased_daily": "", "deceased": 23.0, "positive_100k": 227.31128074639523, "positive_daily": "", "positive": 402.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 14.13627367825841, "deceased_daily": "", "deceased": 25.0, "positive_100k": 237.4893977947413, "positive_daily": "", "positive": 420.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 15.832626519649422, "deceased_daily": "", "deceased": 28.0, "positive_100k": 243.14390726604466, "positive_daily": "", "positive": 430.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 16.398077466779757, "deceased_daily": "", "deceased": 29.0, "positive_100k": 251.0602205258694, "positive_daily": "", "positive": 444.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 17.52897936104043, "deceased_daily": "", "deceased": 31.0, "positive_100k": 255.5838281029121, "positive_daily": "", "positive": 452.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 17.52897936104043, "deceased_daily": "", "deceased": 31.0, "positive_100k": 262.3692394684761, "positive_daily": "", "positive": 464.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 19.22533220243144, "deceased_daily": "", "deceased": 34.0, "positive_100k": 275.9400621996042, "positive_daily": "", "positive": 488.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 20.35623409669211, "deceased_daily": "", "deceased": 36.0, "positive_100k": 290.0763358778626, "positive_daily": "", "positive": 513.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 22.052586938083124, "deceased_daily": "", "deceased": 39.0, "positive_100k": 292.90359061351427, "positive_daily": "", "positive": 518.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 22.618037885213457, "deceased_daily": "", "deceased": 40.0, "positive_100k": 310.99802092168505, "positive_daily": "", "positive": 550.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 22.618037885213457, "deceased_daily": "", "deceased": 40.0, "positive_100k": 322.30703986429177, "positive_daily": "", "positive": 570.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 23.74893977947413, "deceased_daily": "", "deceased": 42.0, "positive_100k": 327.3960983884648, "positive_daily": "", "positive": 579.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 26.010743567995476, "deceased_daily": "", "deceased": 46.0, "positive_100k": 333.05060785976815, "positive_daily": "", "positive": 589.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 26.576194515125813, "deceased_daily": "", "deceased": 47.0, "positive_100k": 336.4433135425502, "positive_daily": "", "positive": 595.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 27.14164546225615, "deceased_daily": "", "deceased": 48.0, "positive_100k": 342.6632739609839, "positive_daily": "", "positive": 606.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 27.14164546225615, "deceased_daily": "", "deceased": 48.0, "positive_100k": 347.7523324851569, "positive_daily": "", "positive": 615.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 27.14164546225615, "deceased_daily": "", "deceased": 48.0, "positive_100k": 353.97229290359064, "positive_daily": "", "positive": 626.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 28.27254735651682, "deceased_daily": "", "deceased": 50.0, "positive_100k": 359.62680237489394, "positive_daily": "", "positive": 636.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 28.27254735651682, "deceased_daily": "", "deceased": 50.0, "positive_100k": 360.75770426915466, "positive_daily": "", "positive": 638.0, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 28.27254735651682, "deceased_daily": "", "deceased": 50.0, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 31.665253039298843, "deceased_daily": "", "deceased": 56.0, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-NE", "region_label": "Neuch\u00e2tel", "tested_100k": null, "tested": null, "canton": "NE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.0, "positive_daily": "", "positive": 0.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 15.87080674973203, "positive_daily": "", "positive": 65.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 22.463295707313026, "positive_daily": "", "positive": 92.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 0.24416625768818503, "deceased_daily": "", "deceased": 1.0, "positive_100k": 26.61412208801217, "positive_daily": "", "positive": 109.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 0.24416625768818503, "deceased_daily": "", "deceased": 1.0, "positive_100k": 31.98577975715224, "positive_daily": "", "positive": 131.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.24416625768818503, "deceased_daily": "", "deceased": 1.0, "positive_100k": 38.08993619935686, "positive_daily": "", "positive": 156.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.48833251537637007, "deceased_daily": "", "deceased": 2.0, "positive_100k": 50.05408282607794, "positive_daily": "", "positive": 205.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.48833251537637007, "deceased_daily": "", "deceased": 2.0, "positive_100k": 55.669906752906186, "positive_daily": "", "positive": 228.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.7324987730645551, "deceased_daily": "", "deceased": 3.0, "positive_100k": 61.77406319511082, "positive_daily": "", "positive": 253.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.7324987730645551, "deceased_daily": "", "deceased": 3.0, "positive_100k": 70.0757159565091, "positive_daily": "", "positive": 287.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.9766650307527401, "deceased_daily": "", "deceased": 4.0, "positive_100k": 77.40070368715466, "positive_daily": "", "positive": 317.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 1.2208312884409254, "deceased_daily": "", "deceased": 5.0, "positive_100k": 82.77236135629472, "positive_daily": "", "positive": 339.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.4649975461291103, "deceased_daily": "", "deceased": 6.0, "positive_100k": 85.70235644855295, "positive_daily": "", "positive": 351.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 91.56234663306938, "positive_daily": "", "positive": 375.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 97.9106693329622, "positive_daily": "", "positive": 401.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 103.03816074441409, "positive_daily": "", "positive": 422.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 109.63064970199508, "positive_daily": "", "positive": 449.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.7091638038172954, "deceased_daily": "", "deceased": 7.0, "positive_100k": 114.51397485575878, "positive_daily": "", "positive": 469.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 116.71147117495245, "positive_daily": "", "positive": 478.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 121.35063007102796, "positive_daily": "", "positive": 497.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 124.28062516328619, "positive_daily": "", "positive": 509.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 128.67561780167352, "positive_daily": "", "positive": 527.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 132.3381116669963, "positive_daily": "", "positive": 542.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.1974963191936654, "deceased_daily": "", "deceased": 9.0, "positive_100k": 136.73310430538362, "positive_daily": "", "positive": 560.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 2.4416625768818507, "deceased_daily": "", "deceased": 10.0, "positive_100k": 138.6864343668891, "positive_daily": "", "positive": 568.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 2.4416625768818507, "deceased_daily": "", "deceased": 10.0, "positive_100k": 140.63976442839459, "positive_daily": "", "positive": 576.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.4416625768818507, "deceased_daily": "", "deceased": 10.0, "positive_100k": 141.61642945914733, "positive_daily": "", "positive": 580.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 2.685828834570035, "deceased_daily": "", "deceased": 11.0, "positive_100k": 143.81392577834097, "positive_daily": "", "positive": 589.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 2.9299950922582205, "deceased_daily": "", "deceased": 12.0, "positive_100k": 145.5230895821583, "positive_daily": "", "positive": 596.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 3.1741613499464054, "deceased_daily": "", "deceased": 13.0, "positive_100k": 146.25558835522284, "positive_daily": "", "positive": 599.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 3.4183276076345908, "deceased_daily": "", "deceased": 14.0, "positive_100k": 148.20891841672832, "positive_daily": "", "positive": 607.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 3.6624938653227757, "deceased_daily": "", "deceased": 15.0, "positive_100k": 152.11557853973926, "positive_daily": "", "positive": 623.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 3.6624938653227757, "deceased_daily": "", "deceased": 15.0, "positive_100k": 152.84807731280384, "positive_daily": "", "positive": 626.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 3.6624938653227757, "deceased_daily": "", "deceased": 15.0, "positive_100k": 154.55724111662113, "positive_daily": "", "positive": 633.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 3.6624938653227757, "deceased_daily": "", "deceased": 15.0, "positive_100k": 156.998903693503, "positive_daily": "", "positive": 643.0, "region_iso": "CH-LU", "region_label": "Lucerne", "tested_100k": null, "tested": null, "canton": "LU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5134366367846545, "positive_daily": "", "positive": 1.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": 120.65760964439379, "tested": 235.0, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.5403099103539633, "positive_daily": "", "positive": 3.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.5403099103539633, "positive_daily": "", "positive": 3.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.107493094277236, "positive_daily": "", "positive": 8.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 7.701549551769816, "positive_daily": "", "positive": 15.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.782169372477743, "positive_daily": "", "positive": 21.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.322479282831706, "positive_daily": "", "positive": 24.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 14.376225829970323, "positive_daily": "", "positive": 28.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 16.943409013893596, "positive_daily": "", "positive": 33.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 25.158395202448066, "positive_daily": "", "positive": 49.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": 0.5134366367846545, "deceased_daily": "", "deceased": 1.0, "positive_100k": 37.48087448527977, "positive_daily": "", "positive": 73.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": 0.5134366367846545, "deceased_daily": "", "deceased": 1.0, "positive_100k": 47.2361705841882, "positive_daily": "", "positive": 92.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.5134366367846545, "deceased_daily": "", "deceased": 1.0, "positive_100k": 51.34366367846545, "positive_daily": "", "positive": 100.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 73.93487569699023, "positive_daily": "", "positive": 144.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 84.71704506946797, "positive_daily": "", "positive": 165.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 93.4454678948071, "positive_daily": "", "positive": 182.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 113.98293336619327, "positive_daily": "", "positive": 222.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 2.053746547138618, "deceased_daily": "", "deceased": 4.0, "positive_100k": 139.654765205426, "positive_daily": "", "positive": 272.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 2.567183183923272, "deceased_daily": "", "deceased": 5.0, "positive_100k": 153.51755439861168, "positive_daily": "", "positive": 299.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 2.567183183923272, "deceased_daily": "", "deceased": 5.0, "positive_100k": 183.81031596890628, "positive_daily": "", "positive": 358.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 2.567183183923272, "deceased_daily": "", "deceased": 5.0, "positive_100k": 193.05217543103007, "positive_daily": "", "positive": 376.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 2.567183183923272, "deceased_daily": "", "deceased": 5.0, "positive_100k": 212.56276762884693, "positive_daily": "", "positive": 414.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 4.107493094277236, "deceased_daily": "", "deceased": 8.0, "positive_100k": 239.26147274164893, "positive_daily": "", "positive": 466.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 6.161239641415853, "deceased_daily": "", "deceased": 12.0, "positive_100k": 259.2855015762505, "positive_daily": "", "positive": 505.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 6.674676278200507, "deceased_daily": "", "deceased": 13.0, "positive_100k": 274.17516404300545, "positive_daily": "", "positive": 534.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 6.674676278200507, "deceased_daily": "", "deceased": 13.0, "positive_100k": 294.19919287760695, "positive_daily": "", "positive": 573.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 7.701549551769816, "deceased_daily": "", "deceased": 15.0, "positive_100k": 312.6829118018545, "positive_daily": "", "positive": 609.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 7.701549551769816, "deceased_daily": "", "deceased": 15.0, "positive_100k": 318.8441514432704, "positive_daily": "", "positive": 621.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 8.214986188554471, "deceased_daily": "", "deceased": 16.0, "positive_100k": 337.3278703675179, "positive_daily": "", "positive": 657.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 9.241859462123779, "deceased_daily": "", "deceased": 18.0, "positive_100k": 354.7847160181962, "positive_daily": "", "positive": 691.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 9.755296098908433, "deceased_daily": "", "deceased": 19.0, "positive_100k": 368.6475052113819, "positive_daily": "", "positive": 718.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 10.782169372477743, "deceased_daily": "", "deceased": 21.0, "positive_100k": 389.18497068276804, "positive_daily": "", "positive": 758.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 12.322479282831706, "deceased_daily": "", "deceased": 24.0, "positive_100k": 395.8596469609685, "positive_daily": "", "positive": 771.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 13.349352556401014, "deceased_daily": "", "deceased": 26.0, "positive_100k": 407.6686896070156, "positive_daily": "", "positive": 794.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 13.349352556401014, "deceased_daily": "", "deceased": 26.0, "positive_100k": 412.2896193380775, "positive_daily": "", "positive": 803.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 14.376225829970323, "deceased_daily": "", "deceased": 28.0, "positive_100k": 417.423985705924, "positive_daily": "", "positive": 813.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 15.916535740324287, "deceased_daily": "", "deceased": 31.0, "positive_100k": 428.20615507840176, "positive_daily": "", "positive": 834.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 16.943409013893596, "deceased_daily": "", "deceased": 33.0, "positive_100k": 434.3673947198176, "positive_daily": "", "positive": 846.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 16.943409013893596, "deceased_daily": "", "deceased": 33.0, "positive_100k": 441.0420709980181, "positive_daily": "", "positive": 859.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 16.943409013893596, "deceased_daily": "", "deceased": 33.0, "positive_100k": 444.63612745551075, "positive_daily": "", "positive": 866.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 16.943409013893596, "deceased_daily": "", "deceased": 33.0, "positive_100k": 452.8511136440652, "positive_daily": "", "positive": 882.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 17.45684565067825, "deceased_daily": "", "deceased": 34.0, "positive_100k": 458.4989166486964, "positive_daily": "", "positive": 893.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 17.45684565067825, "deceased_daily": "", "deceased": 34.0, "positive_100k": 461.5795364694043, "positive_daily": "", "positive": 899.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 18.483718924247558, "deceased_daily": "", "deceased": 36.0, "positive_100k": 466.7139028372508, "positive_daily": "", "positive": 909.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 18.997155561032216, "deceased_daily": "", "deceased": 37.0, "positive_100k": 470.8213959315281, "positive_daily": "", "positive": 917.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 18.997155561032216, "deceased_daily": "", "deceased": 37.0, "positive_100k": 473.90201575223597, "positive_daily": "", "positive": 923.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 20.537465471386177, "deceased_daily": "", "deceased": 40.0, "positive_100k": 476.98263557294393, "positive_daily": "", "positive": 929.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 20.537465471386177, "deceased_daily": "", "deceased": 40.0, "positive_100k": 478.52294548329786, "positive_daily": "", "positive": 932.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 21.564338744955485, "deceased_daily": "", "deceased": 42.0, "positive_100k": 479.0363821200826, "positive_daily": "", "positive": 933.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 22.591212018524793, "deceased_daily": "", "deceased": 44.0, "positive_100k": 479.0363821200826, "positive_daily": "", "positive": 933.0, "region_iso": "CH-BS", "region_label": "Basel-stadt", "tested_100k": null, "tested": null, "canton": "BS"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.14744760817862393, "positive_daily": "", "positive": 1.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.29489521635724786, "positive_daily": "", "positive": 2.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.8846856490717436, "positive_daily": "", "positive": 6.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.0321332572503674, "positive_daily": "", "positive": 7.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3270284736076154, "positive_daily": "", "positive": 9.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.7693712981434873, "positive_daily": "", "positive": 12.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.064266514500735, "positive_daily": "", "positive": 14.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.506609339036607, "positive_daily": "", "positive": 17.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.654056947215231, "positive_daily": "", "positive": 18.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.9810854208228466, "positive_daily": "", "positive": 27.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.718323461715966, "positive_daily": "", "positive": 32.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 7.667275625288444, "positive_daily": "", "positive": 52.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.878989747967804, "positive_daily": "", "positive": 67.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 14.892208426041018, "positive_daily": "", "positive": 101.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 17.398817765077624, "positive_daily": "", "positive": 118.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 0.14744760817862393, "deceased_daily": "", "deceased": 1.0, "positive_100k": 24.771198174008823, "positive_daily": "", "positive": 168.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 0.14744760817862393, "deceased_daily": "", "deceased": 1.0, "positive_100k": 34.20784509744075, "positive_daily": "", "positive": 232.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.14744760817862393, "deceased_daily": "", "deceased": 1.0, "positive_100k": 35.534873571048365, "positive_daily": "", "positive": 241.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.29489521635724786, "deceased_daily": "", "deceased": 2.0, "positive_100k": 39.22106377551396, "positive_daily": "", "positive": 266.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.29489521635724786, "deceased_daily": "", "deceased": 2.0, "positive_100k": 47.03578700898103, "positive_daily": "", "positive": 319.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.29489521635724786, "deceased_daily": "", "deceased": 2.0, "positive_100k": 51.45921525433975, "positive_daily": "", "positive": 349.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.4423428245358718, "deceased_daily": "", "deceased": 3.0, "positive_100k": 53.670929377019114, "positive_daily": "", "positive": 364.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.1795808654289914, "deceased_daily": "", "deceased": 8.0, "positive_100k": 70.9222995339181, "positive_daily": "", "positive": 481.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.6219236899648632, "deceased_daily": "", "deceased": 11.0, "positive_100k": 73.57635648113335, "positive_daily": "", "positive": 499.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.6219236899648632, "deceased_daily": "", "deceased": 11.0, "positive_100k": 80.94873689006454, "positive_daily": "", "positive": 549.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.7693712981434873, "deceased_daily": "", "deceased": 12.0, "positive_100k": 87.28898404174537, "positive_daily": "", "positive": 592.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.7693712981434873, "deceased_daily": "", "deceased": 12.0, "positive_100k": 92.30220271981858, "positive_daily": "", "positive": 626.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 1.916818906322111, "deceased_daily": "", "deceased": 13.0, "positive_100k": 107.1944111458596, "positive_daily": "", "positive": 727.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.359161730857983, "deceased_daily": "", "deceased": 16.0, "positive_100k": 112.06018221575418, "positive_daily": "", "positive": 760.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.359161730857983, "deceased_daily": "", "deceased": 16.0, "positive_100k": 116.18871524475567, "positive_daily": "", "positive": 788.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 2.506609339036607, "deceased_daily": "", "deceased": 17.0, "positive_100k": 121.20193392282886, "positive_daily": "", "positive": 822.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.654056947215231, "deceased_daily": "", "deceased": 18.0, "positive_100k": 125.33046695183035, "positive_daily": "", "positive": 850.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 2.654056947215231, "deceased_daily": "", "deceased": 18.0, "positive_100k": 129.4589999808318, "positive_daily": "", "positive": 878.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 2.654056947215231, "deceased_daily": "", "deceased": 18.0, "positive_100k": 132.55539975258293, "positive_daily": "", "positive": 899.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.8015045553938545, "deceased_daily": "", "deceased": 19.0, "positive_100k": 133.5875330098333, "positive_daily": "", "positive": 906.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 2.8015045553938545, "deceased_daily": "", "deceased": 19.0, "positive_100k": 134.47221865890504, "positive_daily": "", "positive": 912.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 3.2438473799297265, "deceased_daily": "", "deceased": 22.0, "positive_100k": 136.9788279979416, "positive_daily": "", "positive": 929.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 3.39129498810835, "deceased_daily": "", "deceased": 23.0, "positive_100k": 139.04309451244237, "positive_daily": "", "positive": 943.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 3.5387425962869745, "deceased_daily": "", "deceased": 24.0, "positive_100k": 141.549703851479, "positive_daily": "", "positive": 960.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 3.686190204465598, "deceased_daily": "", "deceased": 25.0, "positive_100k": 145.53078927230183, "positive_daily": "", "positive": 987.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 3.686190204465598, "deceased_daily": "", "deceased": 25.0, "positive_100k": 147.8899510031598, "positive_daily": "", "positive": 1003.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 4.12853302900147, "deceased_daily": "", "deceased": 28.0, "positive_100k": 149.21697947676742, "positive_daily": "", "positive": 1012.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 4.275980637180094, "deceased_daily": "", "deceased": 29.0, "positive_100k": 149.95421751766054, "positive_daily": "", "positive": 1017.0, "region_iso": "CH-AG", "region_label": "Aargau", "tested_100k": null, "tested": null, "canton": "AG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6282788301448183, "positive_daily": "", "positive": 1.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 0.6282788301448183, "tested": 1.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.8848364904344548, "positive_daily": "", "positive": 3.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 1.8848364904344548, "tested": 3.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.7696729808689096, "positive_daily": "", "positive": 6.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 3.7696729808689096, "tested": 6.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.654509471303364, "positive_daily": "", "positive": 9.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 6.282788301448183, "tested": 10.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 7.539345961737819, "positive_daily": "", "positive": 12.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": 6.282788301448183, "tested": 10.0, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 8.167624791882638, "positive_daily": "", "positive": 13.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 62.19960418433701, "positive_daily": "", "positive": 99.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.6282788301448183, "deceased_daily": "", "deceased": 1.0, "positive_100k": 62.19960418433701, "positive_daily": "", "positive": 99.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.6282788301448183, "deceased_daily": "", "deceased": 1.0, "positive_100k": 74.76518078723338, "positive_daily": "", "positive": 119.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 1.2565576602896367, "deceased_daily": "", "deceased": 2.0, "positive_100k": 76.65001727766783, "positive_daily": "", "positive": 122.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 1.2565576602896367, "deceased_daily": "", "deceased": 2.0, "positive_100k": 80.41969025853675, "positive_daily": "", "positive": 128.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.2565576602896367, "deceased_daily": "", "deceased": 2.0, "positive_100k": 84.81764206955046, "positive_daily": "", "positive": 135.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 2.5131153205792733, "deceased_daily": "", "deceased": 4.0, "positive_100k": 88.58731505041938, "positive_daily": "", "positive": 141.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 2.5131153205792733, "deceased_daily": "", "deceased": 4.0, "positive_100k": 91.72870920114346, "positive_daily": "", "positive": 146.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 2.5131153205792733, "deceased_daily": "", "deceased": 4.0, "positive_100k": 97.38321867244683, "positive_daily": "", "positive": 155.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 2.5131153205792733, "deceased_daily": "", "deceased": 4.0, "positive_100k": 103.0377281437502, "positive_daily": "", "positive": 164.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 3.1413941507240914, "deceased_daily": "", "deceased": 5.0, "positive_100k": 105.55084346432946, "positive_daily": "", "positive": 168.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 3.1413941507240914, "deceased_daily": "", "deceased": 5.0, "positive_100k": 106.8074011246191, "positive_daily": "", "positive": 170.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 3.7696729808689096, "deceased_daily": "", "deceased": 6.0, "positive_100k": 111.83363176577765, "positive_daily": "", "positive": 178.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 4.397951811013728, "deceased_daily": "", "deceased": 7.0, "positive_100k": 116.23158357679138, "positive_daily": "", "positive": 185.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 4.397951811013728, "deceased_daily": "", "deceased": 7.0, "positive_100k": 123.14265070838438, "positive_daily": "", "positive": 196.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 5.654509471303364, "deceased_daily": "", "deceased": 9.0, "positive_100k": 133.8233908208463, "positive_daily": "", "positive": 213.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 6.282788301448183, "deceased_daily": "", "deceased": 10.0, "positive_100k": 135.07994848113592, "positive_daily": "", "positive": 215.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 6.282788301448183, "deceased_daily": "", "deceased": 10.0, "positive_100k": 156.44142870605975, "positive_daily": "", "positive": 249.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 6.911067131593001, "deceased_daily": "", "deceased": 11.0, "positive_100k": 157.6979863663494, "positive_daily": "", "positive": 251.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 7.539345961737819, "deceased_daily": "", "deceased": 12.0, "positive_100k": 157.6979863663494, "positive_daily": "", "positive": 251.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 8.167624791882638, "deceased_daily": "", "deceased": 13.0, "positive_100k": 162.0959381773631, "positive_daily": "", "positive": 258.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 8.167624791882638, "deceased_daily": "", "deceased": 13.0, "positive_100k": 163.98077466779756, "positive_daily": "", "positive": 261.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 8.795903622027456, "deceased_daily": "", "deceased": 14.0, "positive_100k": 166.49388998837682, "positive_daily": "", "positive": 265.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 8.795903622027456, "deceased_daily": "", "deceased": 14.0, "positive_100k": 167.12216881852166, "positive_daily": "", "positive": 266.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 8.795903622027456, "deceased_daily": "", "deceased": 14.0, "positive_100k": 167.12216881852166, "positive_daily": "", "positive": 266.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 9.424182452172275, "deceased_daily": "", "deceased": 15.0, "positive_100k": 168.3787264788113, "positive_daily": "", "positive": 268.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 9.424182452172275, "deceased_daily": "", "deceased": 15.0, "positive_100k": 170.8918417993906, "positive_daily": "", "positive": 272.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 10.052461282317093, "deceased_daily": "", "deceased": 16.0, "positive_100k": 173.40495711996985, "positive_daily": "", "positive": 276.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-22T00:00:00", "deceased_100k": 10.052461282317093, "deceased_daily": "", "deceased": 16.0, "positive_100k": 177.17463010083875, "positive_daily": "", "positive": 282.0, "region_iso": "CH-SZ", "region_label": "Schwyz", "tested_100k": null, "tested": null, "canton": "SZ"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.6426362939668615, "positive_daily": "", "positive": 1.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": 15.85581776380117, "tested": 6.0, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 66.06590734917152, "positive_daily": "", "positive": 25.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 66.06590734917152, "positive_daily": "", "positive": 25.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 71.35117993710526, "positive_daily": "", "positive": 27.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 79.27908881900584, "positive_daily": "", "positive": 30.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 97.77754287677386, "positive_daily": "", "positive": 37.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 121.56126952247563, "positive_daily": "", "positive": 46.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 121.56126952247563, "positive_daily": "", "positive": 46.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 126.84654211040936, "positive_daily": "", "positive": 48.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 134.77445099230994, "positive_daily": "", "positive": 51.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 147.98763246214423, "positive_daily": "", "positive": 56.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 158.55817763801167, "positive_daily": "", "positive": 60.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 158.55817763801167, "positive_daily": "", "positive": 60.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 161.20081393197853, "positive_daily": "", "positive": 61.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 163.84345022594542, "positive_daily": "", "positive": 62.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 169.12872281387914, "positive_daily": "", "positive": 64.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 169.12872281387914, "positive_daily": "", "positive": 64.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 171.771359107846, "positive_daily": "", "positive": 65.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 174.41399540181283, "positive_daily": "", "positive": 66.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 177.0566316957797, "positive_daily": "", "positive": 67.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 177.0566316957797, "positive_daily": "", "positive": 67.0, "region_iso": "CH-OW", "region_label": "Obwalden", "tested_100k": null, "tested": null, "canton": "OW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-25T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 0.0, "positive_daily": "", "positive": 0.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 14.414991591254905, "tested": 72.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-26T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 0.200208216545207, "positive_daily": "", "positive": 1.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 35.63706254504685, "tested": 178.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 0.200208216545207, "positive_daily": "", "positive": 1.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 65.26787859373748, "tested": 326.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 0.6006246496356211, "positive_daily": "", "positive": 3.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 106.71097941859534, "tested": 533.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.0010410827260352, "positive_daily": "", "positive": 5.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 134.74012973492432, "tested": 673.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.401457515816449, "positive_daily": "", "positive": 7.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 156.5628253383519, "tested": 782.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.401457515816449, "positive_daily": "", "positive": 7.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 174.1811483943301, "tested": 870.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.8018739489068631, "positive_daily": "", "positive": 9.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 195.80363578121248, "tested": 978.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 1.8018739489068631, "positive_daily": "", "positive": 9.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 217.2259149515496, "tested": 1085.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 2.602706815087691, "positive_daily": "", "positive": 13.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 230.43965724353328, "tested": 1151.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 3.6037478978137263, "positive_daily": "", "positive": 18.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 250.26027068150879, "tested": 1250.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 6.00624649635621, "positive_daily": "", "positive": 30.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 265.6763033554897, "tested": 1327.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 7.808120445263074, "positive_daily": "", "positive": 39.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 280.0912949467446, "tested": 1399.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 9.609994394169938, "positive_daily": "", "positive": 48.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 302.714823416353, "tested": 1512.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 15.41603267398094, "positive_daily": "", "positive": 77.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 345.3591735404821, "tested": 1725.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 17.61832305597822, "positive_daily": "", "positive": 88.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 395.61143589332903, "tested": 1976.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 23.824777768879635, "positive_daily": "", "positive": 119.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 470.48930888123647, "tested": 2350.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 37.238728277408505, "positive_daily": "", "positive": 186.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 565.5882117402099, "tested": 2825.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.200208216545207, "deceased_daily": "", "deceased": 1.0, "positive_100k": 58.86121566429086, "positive_daily": "", "positive": 294.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 695.5233442780492, "tested": 3474.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.6006246496356211, "deceased_daily": "", "deceased": 3.0, "positive_100k": 78.68182910226635, "positive_daily": "", "positive": 393.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 783.8151677744855, "tested": 3915.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.6006246496356211, "deceased_daily": "", "deceased": 3.0, "positive_100k": 96.50036037478978, "positive_daily": "", "positive": 482.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 874.5094898694643, "tested": 4368.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.800832866180828, "deceased_daily": "", "deceased": 4.0, "positive_100k": 122.32722030912149, "positive_daily": "", "positive": 611.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 995.4352526627692, "tested": 4972.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 1.0010410827260352, "deceased_daily": "", "deceased": 5.0, "positive_100k": 156.7630335548971, "positive_daily": "", "positive": 783.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1131.9772563466006, "tested": 5654.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 1.2012492992712422, "deceased_daily": "", "deceased": 6.0, "positive_100k": 201.40946584447826, "positive_daily": "", "positive": 1006.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1247.69760550973, "tested": 6232.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 1.601665732361656, "deceased_daily": "", "deceased": 8.0, "positive_100k": 226.63570112917432, "positive_daily": "", "positive": 1132.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1329.1823496436293, "tested": 6639.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 1.601665732361656, "deceased_daily": "", "deceased": 8.0, "positive_100k": 252.46256106350603, "positive_daily": "", "positive": 1261.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1402.8589733322656, "tested": 7007.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 1.8018739489068631, "deceased_daily": "", "deceased": 9.0, "positive_100k": 281.8931688956515, "positive_daily": "", "positive": 1408.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1451.9099863858412, "tested": 7252.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 2.602706815087691, "deceased_daily": "", "deceased": 13.0, "positive_100k": 311.5239849443421, "positive_daily": "", "positive": 1556.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1531.3926483542884, "tested": 7649.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 2.802915031632898, "deceased_daily": "", "deceased": 14.0, "positive_100k": 332.1454312484984, "positive_daily": "", "positive": 1659.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1601.2653159285655, "tested": 7998.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 4.204372547449347, "deceased_daily": "", "deceased": 21.0, "positive_100k": 356.3706254504685, "positive_daily": "", "positive": 1780.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1687.5550572595498, "tested": 8429.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 4.6047889805397615, "deceased_daily": "", "deceased": 23.0, "positive_100k": 401.8178906062305, "positive_daily": "", "positive": 2007.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1790.6622887803314, "tested": 8944.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 6.00624649635621, "deceased_daily": "", "deceased": 30.0, "positive_100k": 439.2568271001842, "positive_daily": "", "positive": 2194.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 1888.964523104028, "tested": 9435.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 7.407704012172659, "deceased_daily": "", "deceased": 37.0, "positive_100k": 479.09826219268035, "positive_daily": "", "positive": 2393.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2011.0915351966044, "tested": 10045.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 8.80916152798911, "deceased_daily": "", "deceased": 44.0, "positive_100k": 501.12116601265313, "positive_daily": "", "positive": 2503.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2073.756706975254, "tested": 10358.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 10.611035476895973, "deceased_daily": "", "deceased": 53.0, "positive_100k": 542.9646832706014, "positive_daily": "", "positive": 2712.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2206.2945463281812, "tested": 11020.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 12.212701209257627, "deceased_daily": "", "deceased": 61.0, "positive_100k": 589.4129895090895, "positive_daily": "", "positive": 2944.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2358.4527909025387, "tested": 11780.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 13.814366941619284, "deceased_daily": "", "deceased": 69.0, "positive_100k": 621.2460959397773, "positive_daily": "", "positive": 3103.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2478.3775126131177, "tested": 12379.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 15.41603267398094, "deceased_daily": "", "deceased": 77.0, "positive_100k": 663.490029630816, "positive_daily": "", "positive": 3314.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2658.965323936894, "tested": 13281.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 16.21686554016177, "deceased_daily": "", "deceased": 81.0, "positive_100k": 701.5295907744054, "positive_daily": "", "positive": 3504.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2817.330023224153, "tested": 14072.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 18.81957235524946, "deceased_daily": "", "deceased": 94.0, "positive_100k": 727.1562424921918, "positive_daily": "", "positive": 3632.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2935.4528709858255, "tested": 14662.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 20.22102987106591, "deceased_daily": "", "deceased": 101.0, "positive_100k": 740.5701930007207, "positive_daily": "", "positive": 3699.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 2997.117001681749, "tested": 14970.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 22.423320253063185, "deceased_daily": "", "deceased": 112.0, "positive_100k": 764.995595419236, "positive_daily": "", "positive": 3821.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3123.848802754865, "tested": 15603.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 24.62561063506046, "deceased_daily": "", "deceased": 123.0, "positive_100k": 797.2291182830143, "positive_daily": "", "positive": 3982.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3282.2135020421238, "tested": 16394.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 27.228317450148154, "deceased_daily": "", "deceased": 136.0, "positive_100k": 823.8568110835268, "positive_daily": "", "positive": 4115.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3449.1871546408265, "tested": 17228.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 29.030191399055017, "deceased_daily": "", "deceased": 145.0, "positive_100k": 842.6763834387764, "positive_daily": "", "positive": 4209.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3557.099383358693, "tested": 17767.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 30.83206534796188, "deceased_daily": "", "deceased": 154.0, "positive_100k": 851.0851285336751, "positive_daily": "", "positive": 4251.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3643.989749339313, "tested": 18201.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 32.233522863778326, "deceased_daily": "", "deceased": 161.0, "positive_100k": 860.8953311443901, "positive_daily": "", "positive": 4300.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3717.0657483783134, "tested": 18566.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 33.43477216304957, "deceased_daily": "", "deceased": 167.0, "positive_100k": 865.2999119083846, "positive_daily": "", "positive": 4322.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3752.1021862737243, "tested": 18741.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 34.03539681268519, "deceased_daily": "", "deceased": 170.0, "positive_100k": 875.3103227356452, "positive_daily": "", "positive": 4372.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3814.5671498358292, "tested": 19053.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 34.836229678866026, "deceased_daily": "", "deceased": 174.0, "positive_100k": 885.7211499959959, "positive_daily": "", "positive": 4424.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 3923.2802114198767, "tested": 19596.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 35.63706254504685, "deceased_daily": "", "deceased": 178.0, "positive_100k": 898.7346840714342, "positive_daily": "", "positive": 4489.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4021.5824457435733, "tested": 20087.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 36.83831184431809, "deceased_daily": "", "deceased": 184.0, "positive_100k": 911.5480099303276, "positive_daily": "", "positive": 4553.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4158.7250740770405, "tested": 20772.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 38.03956114358933, "deceased_daily": "", "deceased": 190.0, "positive_100k": 923.5605029230401, "positive_daily": "", "positive": 4613.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4252.022102987106, "tested": 21238.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 38.64018579322495, "deceased_daily": "", "deceased": 193.0, "positive_100k": 933.1704973172098, "positive_daily": "", "positive": 4661.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4330.503723872828, "tested": 21630.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 40.041643309041405, "deceased_daily": "", "deceased": 200.0, "positive_100k": 935.172579482662, "positive_daily": "", "positive": 4671.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4389.3649395371185, "tested": 21924.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 40.24185152558661, "deceased_daily": "", "deceased": 201.0, "positive_100k": 934.9723712661167, "positive_daily": "", "positive": 4670.0, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": 4414.39096660527, "tested": 22049.0, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-GE", "region_label": "Geneva", "tested_100k": null, "tested": null, "canton": "GE"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.7884134755631242, "positive_daily": "", "positive": 1.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.365240426689373, "positive_daily": "", "positive": 3.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.249375182320616, "positive_daily": "", "positive": 13.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.249375182320616, "positive_daily": "", "positive": 13.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 18.921923413514985, "positive_daily": "", "positive": 24.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 37.84384682702997, "positive_daily": "", "positive": 48.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 48.8816354849137, "positive_daily": "", "positive": 62.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 56.76577024054495, "positive_daily": "", "positive": 72.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 63.07307804504995, "positive_daily": "", "positive": 80.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 68.59197237399181, "positive_daily": "", "positive": 87.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 74.11086670293369, "positive_daily": "", "positive": 94.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 79.62976103187556, "positive_daily": "", "positive": 101.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 79.62976103187556, "positive_daily": "", "positive": 101.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 88.30230926306993, "positive_daily": "", "positive": 112.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 89.87913621419618, "positive_daily": "", "positive": 114.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 98.55168444539053, "positive_daily": "", "positive": 125.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 0.7884134755631242, "deceased_daily": "", "deceased": 1.0, "positive_100k": 103.2821652987693, "positive_daily": "", "positive": 131.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.5768269511262485, "deceased_daily": "", "deceased": 2.0, "positive_100k": 108.80105962771115, "positive_daily": "", "positive": 138.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.5768269511262485, "deceased_daily": "", "deceased": 2.0, "positive_100k": 115.10836743221616, "positive_daily": "", "positive": 146.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 1.5768269511262485, "deceased_daily": "", "deceased": 2.0, "positive_100k": 115.10836743221616, "positive_daily": "", "positive": 146.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 119.83884828559489, "positive_daily": "", "positive": 152.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 123.78091566341052, "positive_daily": "", "positive": 157.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 127.72298304122614, "positive_daily": "", "positive": 162.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 130.08822346791553, "positive_daily": "", "positive": 165.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.365240426689373, "deceased_daily": "", "deceased": 3.0, "positive_100k": 132.45346389460488, "positive_daily": "", "positive": 168.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 3.153653902252497, "deceased_daily": "", "deceased": 4.0, "positive_100k": 132.45346389460488, "positive_daily": "", "positive": 168.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 3.9420673778156217, "deceased_daily": "", "deceased": 5.0, "positive_100k": 132.45346389460488, "positive_daily": "", "positive": 168.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 3.9420673778156217, "deceased_daily": "", "deceased": 5.0, "positive_100k": 134.03029084573114, "positive_daily": "", "positive": 170.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 3.9420673778156217, "deceased_daily": "", "deceased": 5.0, "positive_100k": 134.81870432129426, "positive_daily": "", "positive": 171.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 3.9420673778156217, "deceased_daily": "", "deceased": 5.0, "positive_100k": 134.81870432129426, "positive_daily": "", "positive": 171.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 4.730480853378746, "deceased_daily": "", "deceased": 6.0, "positive_100k": 134.81870432129426, "positive_daily": "", "positive": 171.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 4.730480853378746, "deceased_daily": "", "deceased": 6.0, "positive_100k": 135.60711779685738, "positive_daily": "", "positive": 172.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 5.518894328941871, "deceased_daily": "", "deceased": 7.0, "positive_100k": 137.18394474798362, "positive_daily": "", "positive": 174.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 5.518894328941871, "deceased_daily": "", "deceased": 7.0, "positive_100k": 137.97235822354676, "positive_daily": "", "positive": 175.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 5.518894328941871, "deceased_daily": "", "deceased": 7.0, "positive_100k": 137.97235822354676, "positive_daily": "", "positive": 175.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 6.307307804504994, "deceased_daily": "", "deceased": 8.0, "positive_100k": 138.76077169910988, "positive_daily": "", "positive": 176.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-22T00:00:00", "deceased_100k": 6.307307804504994, "deceased_daily": "", "deceased": 8.0, "positive_100k": 138.76077169910988, "positive_daily": "", "positive": 176.0, "region_iso": "CH-ZG", "region_label": "Zug", "tested_100k": null, "tested": null, "canton": "ZG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.254332184253753, "positive_daily": "", "positive": 4.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 57.83957615158596, "positive_daily": "", "positive": 25.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 64.78032528977629, "positive_daily": "", "positive": 28.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 76.34824052009347, "positive_daily": "", "positive": 33.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 83.28898965828378, "positive_daily": "", "positive": 36.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 90.2297387964741, "positive_daily": "", "positive": 39.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 97.17048793466441, "positive_daily": "", "positive": 42.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 101.79765402679129, "positive_daily": "", "positive": 44.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 111.05198621104505, "positive_daily": "", "positive": 48.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 124.93348448742566, "positive_daily": "", "positive": 54.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 127.24706753348913, "positive_daily": "", "positive": 55.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 136.50139971774288, "positive_daily": "", "positive": 59.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 145.75573190199663, "positive_daily": "", "positive": 63.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 161.9508132244407, "positive_daily": "", "positive": 70.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 161.9508132244407, "positive_daily": "", "positive": 70.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 175.83231150082133, "positive_daily": "", "positive": 76.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 182.77306063901165, "positive_daily": "", "positive": 79.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 185.08664368507507, "positive_daily": "", "positive": 80.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 185.08664368507507, "positive_daily": "", "positive": 80.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 198.96814196145573, "positive_daily": "", "positive": 86.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 201.28172500751916, "positive_daily": "", "positive": 87.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 215.16322328389978, "positive_daily": "", "positive": 93.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 222.1039724220901, "positive_daily": "", "positive": 96.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 231.35830460634384, "positive_daily": "", "positive": 100.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 238.29905374453415, "positive_daily": "", "positive": 103.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 0.0, "deceased_daily": "", "deceased": 0.0, "positive_100k": 240.61263679059758, "positive_daily": "", "positive": 104.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.3135830460634383, "deceased_daily": "", "deceased": 1.0, "positive_100k": 240.61263679059758, "positive_daily": "", "positive": 104.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 2.3135830460634383, "deceased_daily": "", "deceased": 1.0, "positive_100k": 242.92621983666103, "positive_daily": "", "positive": 105.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 4.627166092126877, "deceased_daily": "", "deceased": 2.0, "positive_100k": 245.23980288272446, "positive_daily": "", "positive": 106.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 4.627166092126877, "deceased_daily": "", "deceased": 2.0, "positive_100k": 245.23980288272446, "positive_daily": "", "positive": 106.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 4.627166092126877, "deceased_daily": "", "deceased": 2.0, "positive_100k": 247.5533859287879, "positive_daily": "", "positive": 107.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 6.9407491381903155, "deceased_daily": "", "deceased": 3.0, "positive_100k": 249.86696897485132, "positive_daily": "", "positive": 108.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 6.9407491381903155, "deceased_daily": "", "deceased": 3.0, "positive_100k": 249.86696897485132, "positive_daily": "", "positive": 108.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 6.9407491381903155, "deceased_daily": "", "deceased": 3.0, "positive_100k": 249.86696897485132, "positive_daily": "", "positive": 108.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 6.9407491381903155, "deceased_daily": "", "deceased": 3.0, "positive_100k": 249.86696897485132, "positive_daily": "", "positive": 108.0, "region_iso": "CH-NW", "region_label": "Nidwalden", "tested_100k": null, "tested": null, "canton": "NW"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.2830111251673303, "positive_daily": "", "positive": 1.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.5660222503346606, "positive_daily": "", "positive": 2.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.1320445006693212, "positive_daily": "", "positive": 4.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.4150556258366518, "positive_daily": "", "positive": 5.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.094200253011946, "positive_daily": "", "positive": 18.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.735500632529867, "positive_daily": "", "positive": 45.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 16.41464525970516, "positive_daily": "", "positive": 58.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.244756511378462, "positive_daily": "", "positive": 68.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": 0.2830111251673303, "deceased_daily": "", "deceased": 1.0, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 50.94200253011947, "positive_daily": "", "positive": 180.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 73.01687029317122, "positive_daily": "", "positive": 258.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.849033375501991, "deceased_daily": "", "deceased": 3.0, "positive_100k": 74.99794816934254, "positive_daily": "", "positive": 265.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 1.698066751003982, "deceased_daily": "", "deceased": 6.0, "positive_100k": 82.35623742369313, "positive_daily": "", "positive": 291.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 2.2640890013386423, "deceased_daily": "", "deceased": 8.0, "positive_100k": 93.39367130521902, "positive_daily": "", "positive": 330.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 2.8301112516733036, "deceased_daily": "", "deceased": 10.0, "positive_100k": 119.43069482061341, "positive_daily": "", "positive": 422.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 3.9621557523426247, "deceased_daily": "", "deceased": 14.0, "positive_100k": 144.6186849605058, "positive_daily": "", "positive": 511.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 4.245166877509955, "deceased_daily": "", "deceased": 15.0, "positive_100k": 180.56109785675676, "positive_daily": "", "positive": 638.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 6.226244753681267, "deceased_daily": "", "deceased": 22.0, "positive_100k": 236.0312783895535, "positive_daily": "", "positive": 834.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 7.9243115046852495, "deceased_daily": "", "deceased": 28.0, "positive_100k": 259.8042129036092, "positive_daily": "", "positive": 918.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 10.471411631191222, "deceased_daily": "", "deceased": 37.0, "positive_100k": 265.74744653212315, "positive_daily": "", "positive": 939.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 13.584534008031856, "deceased_daily": "", "deceased": 48.0, "positive_100k": 329.70796081993984, "positive_daily": "", "positive": 1165.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 14.999589633868506, "deceased_daily": "", "deceased": 53.0, "positive_100k": 342.726472577637, "positive_daily": "", "positive": 1211.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 16.98066751003982, "deceased_daily": "", "deceased": 60.0, "positive_100k": 383.19706347656523, "positive_daily": "", "positive": 1354.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 18.961745386211135, "deceased_daily": "", "deceased": 67.0, "positive_100k": 396.49858635942974, "positive_daily": "", "positive": 1401.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 21.508845512717105, "deceased_daily": "", "deceased": 76.0, "positive_100k": 477.72277928245364, "positive_daily": "", "positive": 1688.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 24.621967889557737, "deceased_daily": "", "deceased": 87.0, "positive_100k": 488.7602131639795, "positive_daily": "", "positive": 1727.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 26.32003464056172, "deceased_daily": "", "deceased": 93.0, "positive_100k": 519.8914369323858, "positive_daily": "", "positive": 1837.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 29.716168142569686, "deceased_daily": "", "deceased": 105.0, "positive_100k": 555.2678275783021, "positive_daily": "", "positive": 1962.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 33.96133502007964, "deceased_daily": "", "deceased": 120.0, "positive_100k": 591.7762627248877, "positive_daily": "", "positive": 2091.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 37.3574685220876, "deceased_daily": "", "deceased": 132.0, "positive_100k": 621.20941974229, "positive_daily": "", "positive": 2195.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 39.904568648593575, "deceased_daily": "", "deceased": 141.0, "positive_100k": 642.7182652550072, "positive_daily": "", "positive": 2271.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 43.8667244009362, "deceased_daily": "", "deceased": 155.0, "positive_100k": 672.7174445227441, "positive_daily": "", "positive": 2377.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 46.69683565260951, "deceased_daily": "", "deceased": 165.0, "positive_100k": 691.1131676586207, "positive_daily": "", "positive": 2442.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 50.09296915461747, "deceased_daily": "", "deceased": 177.0, "positive_100k": 709.7919019196645, "positive_daily": "", "positive": 2508.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 53.489102656625434, "deceased_daily": "", "deceased": 189.0, "positive_100k": 720.546324676023, "positive_daily": "", "positive": 2546.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 56.03620278313141, "deceased_daily": "", "deceased": 198.0, "positive_100k": 735.5459143098916, "positive_daily": "", "positive": 2599.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 59.715347410306705, "deceased_daily": "", "deceased": 211.0, "positive_100k": 752.5265818199314, "positive_daily": "", "positive": 2659.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 61.979436411645345, "deceased_daily": "", "deceased": 219.0, "positive_100k": 768.0921937041345, "positive_daily": "", "positive": 2714.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 64.24352541298398, "deceased_daily": "", "deceased": 227.0, "positive_100k": 785.6388834645089, "positive_daily": "", "positive": 2776.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 64.80954766331865, "deceased_daily": "", "deceased": 229.0, "positive_100k": 797.5253507215368, "positive_daily": "", "positive": 2818.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 69.0547145408286, "deceased_daily": "", "deceased": 244.0, "positive_100k": 811.9589181050708, "positive_daily": "", "positive": 2869.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 71.03579241699991, "deceased_daily": "", "deceased": 251.0, "positive_100k": 820.732262985258, "positive_daily": "", "positive": 2900.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 73.01687029317122, "deceased_daily": "", "deceased": 258.0, "positive_100k": 824.128396487266, "positive_daily": "", "positive": 2912.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 74.43192591900788, "deceased_daily": "", "deceased": 263.0, "positive_100k": 828.3735633647758, "positive_daily": "", "positive": 2927.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 76.12999267001186, "deceased_daily": "", "deceased": 269.0, "positive_100k": 835.7318526191265, "positive_daily": "", "positive": 2953.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 76.4130037951792, "deceased_daily": "", "deceased": 270.0, "positive_100k": 842.5241196231424, "positive_daily": "", "positive": 2977.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 78.3940816713505, "deceased_daily": "", "deceased": 277.0, "positive_100k": 847.335308750987, "positive_daily": "", "positive": 2994.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 79.52612617201983, "deceased_daily": "", "deceased": 281.0, "positive_100k": 858.0897315073456, "positive_daily": "", "positive": 3032.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 81.50720404819114, "deceased_daily": "", "deceased": 288.0, "positive_100k": 865.4480207616961, "positive_daily": "", "positive": 3058.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 82.35623742369313, "deceased_daily": "", "deceased": 291.0, "positive_100k": 867.4290986378675, "positive_daily": "", "positive": 3065.0, "region_iso": "CH-TI", "region_label": "Ticino", "tested_100k": null, "tested": null, "canton": "TI"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.3137609267242732, "positive_daily": "", "positive": 1.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": 9.412827801728195, "tested": 30.0, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.6275218534485464, "positive_daily": "", "positive": 2.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.2550437068970928, "positive_daily": "", "positive": 4.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.882565560345639, "positive_daily": "", "positive": 6.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.5100874137941855, "positive_daily": "", "positive": 8.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.451370193967005, "positive_daily": "", "positive": 11.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.020174827588371, "positive_daily": "", "positive": 16.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.90274038793401, "positive_daily": "", "positive": 22.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.099066875003922, "positive_daily": "", "positive": 29.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 11.295393362073833, "positive_daily": "", "positive": 36.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 12.550437068970925, "positive_daily": "", "positive": 40.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 14.119241702592294, "positive_daily": "", "positive": 45.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 18.51189467673212, "positive_daily": "", "positive": 59.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.3137609267242732, "deceased_daily": "", "deceased": 1.0, "positive_100k": 26.983439698287494, "positive_daily": "", "positive": 86.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.3137609267242732, "deceased_daily": "", "deceased": 1.0, "positive_100k": 34.82746286639432, "positive_daily": "", "positive": 111.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 0.3137609267242732, "deceased_daily": "", "deceased": 1.0, "positive_100k": 45.49533437501961, "positive_daily": "", "positive": 145.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 0.6275218534485464, "deceased_daily": "", "deceased": 2.0, "positive_100k": 52.39807476295363, "positive_daily": "", "positive": 167.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 0.9412827801728195, "deceased_daily": "", "deceased": 3.0, "positive_100k": 63.37970719830318, "positive_daily": "", "positive": 202.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 1.2550437068970928, "deceased_daily": "", "deceased": 4.0, "positive_100k": 70.90996943968574, "positive_daily": "", "positive": 226.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 1.5688046336213657, "deceased_daily": "", "deceased": 5.0, "positive_100k": 80.00903631468967, "positive_daily": "", "positive": 255.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 1.882565560345639, "deceased_daily": "", "deceased": 6.0, "positive_100k": 91.93195153021203, "positive_daily": "", "positive": 293.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 3.451370193967005, "deceased_daily": "", "deceased": 11.0, "positive_100k": 96.95212635780041, "positive_daily": "", "positive": 309.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 4.7064139008640975, "deceased_daily": "", "deceased": 15.0, "positive_100k": 115.77778196125679, "positive_daily": "", "positive": 369.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 4.7064139008640975, "deceased_daily": "", "deceased": 15.0, "positive_100k": 132.093350150919, "positive_daily": "", "positive": 421.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 5.020174827588371, "deceased_daily": "", "deceased": 16.0, "positive_100k": 138.68232961212874, "positive_daily": "", "positive": 442.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 5.333935754312644, "deceased_daily": "", "deceased": 17.0, "positive_100k": 149.6639620474783, "positive_daily": "", "positive": 477.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 6.275218534485463, "deceased_daily": "", "deceased": 20.0, "positive_100k": 154.05661502161811, "positive_daily": "", "positive": 491.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 7.2165013146582835, "deceased_daily": "", "deceased": 23.0, "positive_100k": 164.7244865302434, "positive_daily": "", "positive": 525.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 8.157784094831102, "deceased_daily": "", "deceased": 26.0, "positive_100k": 172.56850969835025, "positive_daily": "", "positive": 550.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 9.72658872845247, "deceased_daily": "", "deceased": 31.0, "positive_100k": 184.4914249138726, "positive_daily": "", "positive": 588.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 11.609154288798107, "deceased_daily": "", "deceased": 37.0, "positive_100k": 200.1794712500863, "positive_daily": "", "positive": 638.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 12.550437068970925, "deceased_daily": "", "deceased": 40.0, "positive_100k": 209.90605997853874, "positive_daily": "", "positive": 669.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 12.864197995695198, "deceased_daily": "", "deceased": 41.0, "positive_100k": 216.1812785130242, "positive_daily": "", "positive": 689.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 13.80548077586802, "deceased_daily": "", "deceased": 44.0, "positive_100k": 228.73171558199516, "positive_daily": "", "positive": 729.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 14.119241702592294, "deceased_daily": "", "deceased": 45.0, "positive_100k": 237.20326060355052, "positive_daily": "", "positive": 756.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 14.433002629316567, "deceased_daily": "", "deceased": 46.0, "positive_100k": 246.6160884052787, "positive_daily": "", "positive": 786.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 15.374285409489385, "deceased_daily": "", "deceased": 49.0, "positive_100k": 249.75369767252144, "positive_daily": "", "positive": 796.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 16.629329116386476, "deceased_daily": "", "deceased": 53.0, "positive_100k": 261.67661288804385, "positive_daily": "", "positive": 834.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 16.94309004311075, "deceased_daily": "", "deceased": 54.0, "positive_100k": 265.4417440087351, "positive_daily": "", "positive": 846.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 17.256850969835025, "deceased_daily": "", "deceased": 55.0, "positive_100k": 269.5206360561507, "positive_daily": "", "positive": 859.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 17.88437282328357, "deceased_daily": "", "deceased": 57.0, "positive_100k": 275.7958545906361, "positive_daily": "", "positive": 879.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 19.76693838362921, "deceased_daily": "", "deceased": 63.0, "positive_100k": 279.24722478460313, "positive_daily": "", "positive": 890.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 20.394460237077755, "deceased_daily": "", "deceased": 65.0, "positive_100k": 284.58116053891575, "positive_daily": "", "positive": 907.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 21.021982090526304, "deceased_daily": "", "deceased": 67.0, "positive_100k": 291.797661853574, "positive_daily": "", "positive": 930.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 21.64950394397485, "deceased_daily": "", "deceased": 69.0, "positive_100k": 299.95544594840516, "positive_daily": "", "positive": 956.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 22.277025797423395, "deceased_daily": "", "deceased": 71.0, "positive_100k": 307.4857081897877, "positive_daily": "", "positive": 980.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 22.590786724147666, "deceased_daily": "", "deceased": 72.0, "positive_100k": 310.30955653030617, "positive_daily": "", "positive": 989.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 23.218308577596215, "deceased_daily": "", "deceased": 74.0, "positive_100k": 312.1921220906518, "positive_daily": "", "positive": 995.0, "region_iso": "CH-FR", "region_label": "Fribourg", "tested_100k": null, "tested": null, "canton": "FR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.148904771550103, "positive_daily": "", "positive": 17.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": 88.97826904713678, "tested": 246.0, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 8.31910645562661, "positive_daily": "", "positive": 23.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": 99.82927746751932, "tested": 276.0, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 11.574408981741371, "positive_daily": "", "positive": 32.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 13.02121010445904, "positive_daily": "", "positive": 36.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 17.72331375329147, "positive_daily": "", "positive": 49.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 20.2552157180474, "positive_daily": "", "positive": 56.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 27.127521050956336, "positive_daily": "", "positive": 75.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 29.297722735032842, "positive_daily": "", "positive": 81.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.36170028067941784, "deceased_daily": "", "deceased": 1.0, "positive_100k": 31.46792441910935, "positive_daily": "", "positive": 87.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.36170028067941784, "deceased_daily": "", "deceased": 1.0, "positive_100k": 34.72322694522411, "positive_daily": "", "positive": 96.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.36170028067941784, "deceased_daily": "", "deceased": 1.0, "positive_100k": 39.78703087473596, "positive_daily": "", "positive": 110.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.7234005613588357, "deceased_daily": "", "deceased": 2.0, "positive_100k": 42.31893283949188, "positive_daily": "", "positive": 117.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 0.7234005613588357, "deceased_daily": "", "deceased": 2.0, "positive_100k": 48.467837611041986, "positive_daily": "", "positive": 134.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 0.7234005613588357, "deceased_daily": "", "deceased": 2.0, "positive_100k": 49.91463873375966, "positive_daily": "", "positive": 138.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 0.7234005613588357, "deceased_daily": "", "deceased": 2.0, "positive_100k": 53.53164154055384, "positive_daily": "", "positive": 148.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.0851008420382535, "deceased_daily": "", "deceased": 3.0, "positive_100k": 55.701843224630345, "positive_daily": "", "positive": 154.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.4468011227176714, "deceased_daily": "", "deceased": 4.0, "positive_100k": 60.04224659278335, "positive_daily": "", "positive": 166.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.4468011227176714, "deceased_daily": "", "deceased": 4.0, "positive_100k": 64.74435024161579, "positive_daily": "", "positive": 179.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.8085014033970888, "deceased_daily": "", "deceased": 5.0, "positive_100k": 71.61665557452473, "positive_daily": "", "positive": 198.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.8085014033970888, "deceased_daily": "", "deceased": 5.0, "positive_100k": 75.2336583813189, "positive_daily": "", "positive": 208.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 2.531901964755925, "deceased_daily": "", "deceased": 7.0, "positive_100k": 77.04215978471599, "positive_daily": "", "positive": 213.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 2.531901964755925, "deceased_daily": "", "deceased": 7.0, "positive_100k": 79.2123614687925, "positive_daily": "", "positive": 219.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 79.93576203015134, "positive_daily": "", "positive": 221.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 85.3612662403426, "positive_daily": "", "positive": 236.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 92.23357157325154, "positive_daily": "", "positive": 255.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 95.4888740993663, "positive_daily": "", "positive": 264.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 99.10587690616047, "positive_daily": "", "positive": 274.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 103.08457999363408, "positive_daily": "", "positive": 285.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 2.8936022454353427, "deceased_daily": "", "deceased": 8.0, "positive_100k": 105.61648195839, "positive_daily": "", "positive": 292.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 3.6170028067941775, "deceased_daily": "", "deceased": 10.0, "positive_100k": 107.06328308110768, "positive_daily": "", "positive": 296.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 3.978703087473596, "deceased_daily": "", "deceased": 11.0, "positive_100k": 109.23348476518419, "positive_daily": "", "positive": 302.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 3.978703087473596, "deceased_daily": "", "deceased": 11.0, "positive_100k": 111.40368644926069, "positive_daily": "", "positive": 308.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 4.340403368153014, "deceased_daily": "", "deceased": 12.0, "positive_100k": 116.10579009809312, "positive_daily": "", "positive": 321.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 4.7021036488324315, "deceased_daily": "", "deceased": 13.0, "positive_100k": 120.0844931855667, "positive_daily": "", "positive": 332.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 4.7021036488324315, "deceased_daily": "", "deceased": 13.0, "positive_100k": 120.44619346624613, "positive_daily": "", "positive": 333.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 4.7021036488324315, "deceased_daily": "", "deceased": 13.0, "positive_100k": 121.16959402760496, "positive_daily": "", "positive": 335.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 4.7021036488324315, "deceased_daily": "", "deceased": 13.0, "positive_100k": 122.61639515032265, "positive_daily": "", "positive": 339.0, "region_iso": "CH-TG", "region_label": "Thurgau", "tested_100k": null, "tested": null, "canton": "TG"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.13149520568480072, "positive_daily": "", "positive": 2.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.13149520568480072, "positive_daily": "", "positive": 2.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.3944856170544022, "positive_daily": "", "positive": 6.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.4602332198968026, "positive_daily": "", "positive": 7.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.723223631266404, "positive_daily": "", "positive": 11.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.9204664397936052, "positive_daily": "", "positive": 14.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.0519616454784058, "positive_daily": "", "positive": 16.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.5779424682176089, "positive_daily": "", "positive": 24.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.9724280852720109, "positive_daily": "", "positive": 30.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.301166099484013, "positive_daily": "", "positive": 35.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.695651716538415, "positive_daily": "", "positive": 41.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.287380142120018, "positive_daily": "", "positive": 50.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 4.142098979071223, "positive_daily": "", "positive": 63.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.706255489924838, "positive_daily": "", "positive": 102.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.270412000778451, "positive_daily": "", "positive": 141.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 10.78260686615366, "positive_daily": "", "positive": 164.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 14.39872502248568, "positive_daily": "", "positive": 219.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.06574760284240036, "deceased_daily": "", "deceased": 1.0, "positive_100k": 16.502648313442492, "positive_daily": "", "positive": 251.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.06574760284240036, "deceased_daily": "", "deceased": 1.0, "positive_100k": 21.49946612946492, "positive_daily": "", "positive": 327.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 0.06574760284240036, "deceased_daily": "", "deceased": 1.0, "positive_100k": 28.271469222232156, "positive_daily": "", "positive": 430.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 0.13149520568480072, "deceased_daily": "", "deceased": 2.0, "positive_100k": 37.410386017325806, "positive_daily": "", "positive": 569.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 0.1972428085272011, "deceased_daily": "", "deceased": 3.0, "positive_100k": 44.70836993283225, "positive_daily": "", "positive": 680.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 0.26299041136960144, "deceased_daily": "", "deceased": 4.0, "positive_100k": 46.81229322378906, "positive_daily": "", "positive": 712.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 0.32873801421200183, "deceased_daily": "", "deceased": 5.0, "positive_100k": 46.81229322378906, "positive_daily": "", "positive": 712.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 0.3944856170544022, "deceased_daily": "", "deceased": 6.0, "positive_100k": 46.81229322378906, "positive_daily": "", "positive": 712.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 0.3944856170544022, "deceased_daily": "", "deceased": 6.0, "positive_100k": 70.7444206584228, "positive_daily": "", "positive": 1076.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 0.5259808227392029, "deceased_daily": "", "deceased": 8.0, "positive_100k": 80.47506587909804, "positive_daily": "", "positive": 1224.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 0.6574760284240037, "deceased_daily": "", "deceased": 10.0, "positive_100k": 90.1399634969309, "positive_daily": "", "positive": 1371.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 0.8547188369512048, "deceased_daily": "", "deceased": 13.0, "positive_100k": 98.81864707212776, "positive_daily": "", "positive": 1503.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 0.9862140426360054, "deceased_daily": "", "deceased": 15.0, "positive_100k": 107.1685926331126, "positive_daily": "", "positive": 1630.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 1.2492044540056069, "deceased_daily": "", "deceased": 19.0, "positive_100k": 112.03391524345022, "positive_daily": "", "positive": 1704.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 1.446447262532808, "deceased_daily": "", "deceased": 22.0, "positive_100k": 114.13783853440704, "positive_daily": "", "positive": 1736.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 1.5779424682176089, "deceased_daily": "", "deceased": 24.0, "positive_100k": 122.42203649254948, "positive_daily": "", "positive": 1862.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 1.77518527674481, "deceased_daily": "", "deceased": 27.0, "positive_100k": 128.40506835120792, "positive_daily": "", "positive": 1953.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 2.366913702326413, "deceased_daily": "", "deceased": 36.0, "positive_100k": 140.83136528842158, "positive_daily": "", "positive": 2142.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 2.564156510853614, "deceased_daily": "", "deceased": 39.0, "positive_100k": 151.61397215457526, "positive_daily": "", "positive": 2306.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 2.695651716538415, "deceased_daily": "", "deceased": 41.0, "positive_100k": 160.0296653184025, "positive_daily": "", "positive": 2434.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 3.2216325392776177, "deceased_daily": "", "deceased": 49.0, "positive_100k": 162.1993362122017, "positive_daily": "", "positive": 2467.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 3.4846229506472195, "deceased_daily": "", "deceased": 53.0, "positive_100k": 164.17176429747371, "positive_daily": "", "positive": 2497.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 3.61611815633202, "deceased_daily": "", "deceased": 55.0, "positive_100k": 171.66699102150736, "positive_daily": "", "positive": 2611.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 3.7476133620168213, "deceased_daily": "", "deceased": 57.0, "positive_100k": 177.18978966026899, "positive_daily": "", "positive": 2695.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 4.207846581913623, "deceased_daily": "", "deceased": 64.0, "positive_100k": 183.435811930297, "positive_daily": "", "positive": 2790.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 4.273594184756024, "deceased_daily": "", "deceased": 65.0, "positive_100k": 189.81332940600984, "positive_daily": "", "positive": 2887.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 4.602332198968026, "deceased_daily": "", "deceased": 70.0, "positive_100k": 192.44323351970587, "positive_daily": "", "positive": 2927.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 4.9968178160224275, "deceased_daily": "", "deceased": 76.0, "positive_100k": 196.25659448456508, "positive_daily": "", "positive": 2985.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 5.128313021707228, "deceased_daily": "", "deceased": 78.0, "positive_100k": 197.3743037328859, "positive_daily": "", "positive": 3002.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 5.39130343307683, "deceased_daily": "", "deceased": 82.0, "positive_100k": 198.49201298120673, "positive_daily": "", "positive": 3019.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 5.654293844446432, "deceased_daily": "", "deceased": 86.0, "positive_100k": 201.58215031479952, "positive_daily": "", "positive": 3066.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 5.917284255816033, "deceased_daily": "", "deceased": 90.0, "positive_100k": 204.67228764839237, "positive_daily": "", "positive": 3113.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 6.180274667185635, "deceased_daily": "", "deceased": 94.0, "positive_100k": 206.97345374787633, "positive_daily": "", "positive": 3148.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 6.3775174757128354, "deceased_daily": "", "deceased": 97.0, "positive_100k": 208.48564861325158, "positive_daily": "", "positive": 3171.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 6.772003092767238, "deceased_daily": "", "deceased": 103.0, "positive_100k": 211.11555272694758, "positive_daily": "", "positive": 3211.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 6.772003092767238, "deceased_daily": "", "deceased": 103.0, "positive_100k": 212.8907380036924, "positive_daily": "", "positive": 3238.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 6.903498298452039, "deceased_daily": "", "deceased": 105.0, "positive_100k": 213.9426996491708, "positive_daily": "", "positive": 3254.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 6.903498298452039, "deceased_daily": "", "deceased": 105.0, "positive_100k": 215.65213732307322, "positive_daily": "", "positive": 3280.0, "region_iso": "CH-ZH", "region_label": "Z\u00fcrich", "tested_100k": null, "tested": null, "canton": "ZH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.3620452471431101, "positive_daily": "", "positive": 1.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.7240904942862203, "positive_daily": "", "positive": 2.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 2.7240904942862203, "positive_daily": "", "positive": 2.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.448180988572441, "positive_daily": "", "positive": 4.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.448180988572441, "positive_daily": "", "positive": 4.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.810226235715551, "positive_daily": "", "positive": 5.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 6.810226235715551, "positive_daily": "", "positive": 5.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.534316730001771, "positive_daily": "", "positive": 7.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.534316730001771, "positive_daily": "", "positive": 7.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.534316730001771, "positive_daily": "", "positive": 7.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 16.344542965717324, "positive_daily": "", "positive": 12.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 23.15476920143287, "positive_daily": "", "positive": 17.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 24.516814448575982, "positive_daily": "", "positive": 18.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 25.87885969571909, "positive_daily": "", "positive": 19.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 34.051131178577755, "positive_daily": "", "positive": 25.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 39.499312167150194, "positive_daily": "", "positive": 29.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 43.585447908579525, "positive_daily": "", "positive": 32.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 49.033628897151964, "positive_daily": "", "positive": 36.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 59.92999087429684, "positive_daily": "", "positive": 44.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 73.55044334572794, "positive_daily": "", "positive": 54.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 83.0847600757297, "positive_daily": "", "positive": 61.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 93.9811220528746, "positive_daily": "", "positive": 69.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 111.68771026573503, "positive_daily": "", "positive": 82.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 125.30816273716611, "positive_daily": "", "positive": 92.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 136.20452471431102, "positive_daily": "", "positive": 100.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 155.27315817431455, "positive_daily": "", "positive": 114.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 162.0833844100301, "positive_daily": "", "positive": 119.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 172.97974638717497, "positive_daily": "", "positive": 127.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 174.3417916343181, "positive_daily": "", "positive": 128.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 190.68633460003542, "positive_daily": "", "positive": 140.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 197.49656083575098, "positive_daily": "", "positive": 145.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 202.94474182432342, "positive_daily": "", "positive": 149.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 202.94474182432342, "positive_daily": "", "positive": 149.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 209.75496806003895, "positive_daily": "", "positive": 154.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 217.92723954289764, "positive_daily": "", "positive": 160.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 223.37542053147007, "positive_daily": "", "positive": 164.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 232.90973726147183, "positive_daily": "", "positive": 171.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 1.3620452471431101, "deceased_daily": "", "deceased": 1.0, "positive_100k": 236.99587300290116, "positive_daily": "", "positive": 174.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 243.8060992386167, "positive_daily": "", "positive": 179.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 2.7240904942862203, "deceased_daily": "", "deceased": 2.0, "positive_100k": 247.89223498004606, "positive_daily": "", "positive": 182.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 249.25428022718916, "positive_daily": "", "positive": 183.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 249.25428022718916, "positive_daily": "", "positive": 183.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 250.61632547433223, "positive_daily": "", "positive": 184.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 251.97837072147536, "positive_daily": "", "positive": 185.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 256.0645064629047, "positive_daily": "", "positive": 188.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 257.4265517100478, "positive_daily": "", "positive": 189.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 260.150642204334, "positive_daily": "", "positive": 191.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 261.5126874514772, "positive_daily": "", "positive": 192.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 2.7240904942862203, "deceased_daily": "", "deceased": 2.0, "positive_100k": 261.5126874514772, "positive_daily": "", "positive": 192.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 2.7240904942862203, "deceased_daily": "", "deceased": 2.0, "positive_100k": 264.2367779457633, "positive_daily": "", "positive": 194.0, "region_iso": "CH-JU", "region_label": "Jura", "tested_100k": null, "tested": null, "canton": "JU"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-02-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-02T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-03T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-04T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-06T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 2.878075943664792, "positive_daily": "", "positive": 23.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-07T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 3.754012100432337, "positive_daily": "", "positive": 30.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-08T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 5.005349467243116, "positive_daily": "", "positive": 40.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 6.381820570734973, "positive_daily": "", "positive": 51.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-10T00:00:00", "deceased_100k": 0.1251337366810779, "deceased_daily": "", "deceased": 1.0, "positive_100k": 16.267385768540127, "positive_daily": "", "positive": 130.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-11T00:00:00", "deceased_100k": 0.3754012100432337, "deceased_daily": "", "deceased": 3.0, "positive_100k": 25.026747336215582, "positive_daily": "", "positive": 200.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": 0.3754012100432337, "deceased_daily": "", "deceased": 3.0, "positive_100k": 34.28664385061535, "positive_daily": "", "positive": 274.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-13T00:00:00", "deceased_100k": 0.3754012100432337, "deceased_daily": "", "deceased": 3.0, "positive_100k": 36.53905111087475, "positive_daily": "", "positive": 292.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-14T00:00:00", "deceased_100k": 0.5005349467243116, "deceased_daily": "", "deceased": 4.0, "positive_100k": 43.79680783837727, "positive_daily": "", "positive": 350.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-15T00:00:00", "deceased_100k": 0.6256686834053895, "deceased_daily": "", "deceased": 5.0, "positive_100k": 50.80429709251763, "positive_daily": "", "positive": 406.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-16T00:00:00", "deceased_100k": 0.8759361567675453, "deceased_daily": "", "deceased": 7.0, "positive_100k": 63.567938233987576, "positive_daily": "", "positive": 508.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": 1.1262036301297011, "deceased_daily": "", "deceased": 9.0, "positive_100k": 76.08131190209536, "positive_daily": "", "positive": 608.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": 1.5016048401729347, "deceased_daily": "", "deceased": 12.0, "positive_100k": 99.60645439813801, "positive_daily": "", "positive": 796.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": 1.6267385768540128, "deceased_daily": "", "deceased": 13.0, "positive_100k": 151.66208885746641, "positive_daily": "", "positive": 1212.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": 2.2524072602594023, "deceased_daily": "", "deceased": 18.0, "positive_100k": 179.19151092730357, "positive_daily": "", "positive": 1432.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 2.502674733621558, "deceased_daily": "", "deceased": 20.0, "positive_100k": 209.72414267748655, "positive_daily": "", "positive": 1676.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": 2.627808470302636, "deceased_daily": "", "deceased": 21.0, "positive_100k": 222.98831876568082, "positive_daily": "", "positive": 1782.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 3.1283434170269477, "deceased_daily": "", "deceased": 25.0, "positive_100k": 227.99366823292394, "positive_daily": "", "positive": 1822.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.6288783637512587, "deceased_daily": "", "deceased": 29.0, "positive_100k": 270.5391387044904, "positive_daily": "", "positive": 2162.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 4.504814520518805, "deceased_daily": "", "deceased": 36.0, "positive_100k": 277.1712267485875, "positive_daily": "", "positive": 2215.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 5.881285624010661, "deceased_daily": "", "deceased": 47.0, "positive_100k": 316.8386212764893, "positive_daily": "", "positive": 2532.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 6.006419360691739, "deceased_daily": "", "deceased": 48.0, "positive_100k": 343.49210718955885, "positive_daily": "", "positive": 2745.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 6.882355517459285, "deceased_daily": "", "deceased": 55.0, "positive_100k": 367.39265089564475, "positive_daily": "", "positive": 2936.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 8.258826620951142, "deceased_daily": "", "deceased": 66.0, "positive_100k": 396.42367780565485, "positive_daily": "", "positive": 3168.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 9.635297724442998, "deceased_daily": "", "deceased": 77.0, "positive_100k": 409.4375864204869, "positive_daily": "", "positive": 3272.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 10.511233881210543, "deceased_daily": "", "deceased": 84.0, "positive_100k": 433.5883975999349, "positive_daily": "", "positive": 3465.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 11.512303774659168, "deceased_daily": "", "deceased": 92.0, "positive_100k": 455.3616677824425, "positive_daily": "", "positive": 3639.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 13.389309824875335, "deceased_daily": "", "deceased": 107.0, "positive_100k": 475.00766444137173, "positive_daily": "", "positive": 3796.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 15.391449611772583, "deceased_daily": "", "deceased": 123.0, "positive_100k": 489.89857910642, "positive_daily": "", "positive": 3915.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 17.268455661988753, "deceased_daily": "", "deceased": 138.0, "positive_100k": 504.9146275081493, "positive_daily": "", "positive": 4035.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 18.39465929211845, "deceased_daily": "", "deceased": 147.0, "positive_100k": 514.9253264426355, "positive_daily": "", "positive": 4115.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 20.021397868972464, "deceased_daily": "", "deceased": 160.0, "positive_100k": 519.9306759098787, "positive_daily": "", "positive": 4155.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 21.5230027091454, "deceased_daily": "", "deceased": 172.0, "positive_100k": 529.9413748443649, "positive_daily": "", "positive": 4235.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 23.14974128599941, "deceased_daily": "", "deceased": 185.0, "positive_100k": 539.9520737788512, "positive_daily": "", "positive": 4315.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 25.527282282939893, "deceased_daily": "", "deceased": 204.0, "positive_100k": 553.5916510770886, "positive_daily": "", "positive": 4424.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 28.02995701656145, "deceased_daily": "", "deceased": 224.0, "positive_100k": 566.1050247451964, "positive_daily": "", "positive": 4524.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 28.530491963285762, "deceased_daily": "", "deceased": 228.0, "positive_100k": 570.6098392657152, "positive_daily": "", "positive": 4560.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 29.15616064669115, "deceased_daily": "", "deceased": 233.0, "positive_100k": 581.7467418303312, "positive_daily": "", "positive": 4649.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 29.656695593415463, "deceased_daily": "", "deceased": 237.0, "positive_100k": 586.126422614169, "positive_daily": "", "positive": 4684.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 31.783969116993788, "deceased_daily": "", "deceased": 254.0, "positive_100k": 593.2590456049903, "positive_daily": "", "positive": 4741.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 33.28557395716672, "deceased_daily": "", "deceased": 266.0, "positive_100k": 599.8911336490875, "positive_daily": "", "positive": 4794.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 34.912312534020735, "deceased_daily": "", "deceased": 279.0, "positive_100k": 606.1478204831413, "positive_daily": "", "positive": 4844.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 36.413917374193666, "deceased_daily": "", "deceased": 291.0, "positive_100k": 610.6526350036602, "positive_daily": "", "positive": 4880.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 36.53905111087475, "deceased_daily": "", "deceased": 292.0, "positive_100k": 618.7863278879303, "positive_daily": "", "positive": 4945.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 37.28985353096122, "deceased_daily": "", "deceased": 298.0, "positive_100k": 621.4141363582329, "positive_daily": "", "positive": 4966.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 38.791458371134155, "deceased_daily": "", "deceased": 310.0, "positive_100k": 624.0419448285355, "positive_daily": "", "positive": 4987.0, "region_iso": "CH-VD", "region_label": "Vaud", "tested_100k": null, "tested": null, "canton": "VD"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 5.489528723959048, "positive_daily": "", "positive": 2.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 13.723821809897618, "positive_daily": "", "positive": 5.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": 233.30497076825955, "tested": 85.0, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.21335053385667, "positive_daily": "", "positive": 7.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.21335053385667, "positive_daily": "", "positive": 7.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 32.93717234375429, "positive_daily": "", "positive": 12.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 60.38481596354953, "positive_daily": "", "positive": 22.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 68.6191090494881, "positive_daily": "", "positive": 25.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 104.30104575522192, "positive_daily": "", "positive": 38.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 109.79057447918095, "positive_daily": "", "positive": 40.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 131.74868937501716, "positive_daily": "", "positive": 48.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 137.2382180989762, "positive_daily": "", "positive": 50.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 145.4725111849148, "positive_daily": "", "positive": 53.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 156.45156863283287, "positive_daily": "", "positive": 57.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 2.744764361979524, "deceased_daily": "", "deceased": 1.0, "positive_100k": 161.94109735679191, "positive_daily": "", "positive": 59.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 2.744764361979524, "deceased_daily": "", "deceased": 1.0, "positive_100k": 164.68586171877146, "positive_daily": "", "positive": 60.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 2.744764361979524, "deceased_daily": "", "deceased": 1.0, "positive_100k": 170.17539044273047, "positive_daily": "", "positive": 62.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 2.744764361979524, "deceased_daily": "", "deceased": 1.0, "positive_100k": 181.15444789064858, "positive_daily": "", "positive": 66.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 5.489528723959048, "deceased_daily": "", "deceased": 2.0, "positive_100k": 183.8992122526281, "positive_daily": "", "positive": 67.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 5.489528723959048, "deceased_daily": "", "deceased": 2.0, "positive_100k": 183.8992122526281, "positive_daily": "", "positive": 67.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 5.489528723959048, "deceased_daily": "", "deceased": 2.0, "positive_100k": 186.64397661460765, "positive_daily": "", "positive": 68.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 197.62303406252573, "positive_daily": "", "positive": 72.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 197.62303406252573, "positive_daily": "", "positive": 72.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 203.11256278648477, "positive_daily": "", "positive": 74.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 205.85732714846432, "positive_daily": "", "positive": 75.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 211.34685587242333, "positive_daily": "", "positive": 77.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 10.979057447918096, "deceased_daily": "", "deceased": 4.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 13.723821809897618, "deceased_daily": "", "deceased": 5.0, "positive_100k": 214.09162023440288, "positive_daily": "", "positive": 78.0, "region_iso": "CH-UR", "region_label": "Uri", "tested_100k": null, "tested": null, "canton": "UR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-01T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 0.0, "positive_daily": "", "positive": 0.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-17T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 24.750637328911218, "positive_daily": "", "positive": 10.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-19T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 42.076083459149075, "positive_daily": "", "positive": 17.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-22T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 76.72697571962478, "positive_daily": "", "positive": 31.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 81.67710318540702, "positive_daily": "", "positive": 33.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 99.00254931564487, "positive_daily": "", "positive": 40.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 106.42774051431824, "positive_daily": "", "positive": 43.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 108.90280424720937, "positive_daily": "", "positive": 44.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 2.475063732891122, "deceased_daily": "", "deceased": 1.0, "positive_100k": 116.32799544588272, "positive_daily": "", "positive": 47.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 2.475063732891122, "deceased_daily": "", "deceased": 1.0, "positive_100k": 123.7531866445561, "positive_daily": "", "positive": 50.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 131.17837784322947, "positive_daily": "", "positive": 53.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 138.60356904190283, "positive_daily": "", "positive": 56.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 143.55369650768506, "positive_daily": "", "positive": 58.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 146.0287602405762, "positive_daily": "", "positive": 59.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 155.92901517214068, "positive_daily": "", "positive": 63.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 155.92901517214068, "positive_daily": "", "positive": 63.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 158.4040789050318, "positive_daily": "", "positive": 64.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 165.82927010370517, "positive_daily": "", "positive": 67.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 225.23079969309208, "positive_daily": "", "positive": 91.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 227.70586342598324, "positive_daily": "", "positive": 92.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 259.8816919535678, "positive_daily": "", "positive": 105.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 4.950127465782244, "deceased_daily": "", "deceased": 2.0, "positive_100k": 259.8816919535678, "positive_daily": "", "positive": 105.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 7.425191198673366, "deceased_daily": "", "deceased": 3.0, "positive_100k": 262.35675568645894, "positive_daily": "", "positive": 106.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 7.425191198673366, "deceased_daily": "", "deceased": 3.0, "positive_100k": 267.30688315224114, "positive_daily": "", "positive": 108.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 12.375318664455609, "deceased_daily": "", "deceased": 5.0, "positive_100k": 282.1572655495879, "positive_daily": "", "positive": 114.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 14.850382397346731, "deceased_daily": "", "deceased": 6.0, "positive_100k": 284.632329282479, "positive_daily": "", "positive": 115.0, "region_iso": "CH-GL", "region_label": "Glarus", "tested_100k": null, "tested": null, "canton": "GL"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-20T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 17.075044821992655, "positive_daily": "", "positive": 14.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 36.58938176141284, "positive_daily": "", "positive": 30.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 39.02867387884036, "positive_daily": "", "positive": 32.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 41.467965996267885, "positive_daily": "", "positive": 34.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 42.68761205498165, "positive_daily": "", "positive": 35.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 43.907258113695406, "positive_daily": "", "positive": 36.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 45.12690417240916, "positive_daily": "", "positive": 37.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 48.78584234855045, "positive_daily": "", "positive": 40.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 50.00548840726421, "positive_daily": "", "positive": 41.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 51.225134465977966, "positive_daily": "", "positive": 42.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 53.66442658340549, "positive_daily": "", "positive": 44.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 57.323364759546784, "positive_daily": "", "positive": 47.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 57.323364759546784, "positive_daily": "", "positive": 47.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 57.323364759546784, "positive_daily": "", "positive": 47.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 59.7626568769743, "positive_daily": "", "positive": 49.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 60.98230293568807, "positive_daily": "", "positive": 50.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 60.98230293568807, "positive_daily": "", "positive": 50.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 60.98230293568807, "positive_daily": "", "positive": 50.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 63.42159505311559, "positive_daily": "", "positive": 52.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 64.64124111182934, "positive_daily": "", "positive": 53.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 67.08053322925687, "positive_daily": "", "positive": 55.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-12T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 69.5198253466844, "positive_daily": "", "positive": 57.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 69.5198253466844, "positive_daily": "", "positive": 57.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 69.5198253466844, "positive_daily": "", "positive": 57.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 71.95911746411191, "positive_daily": "", "positive": 59.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 73.17876352282568, "positive_daily": "", "positive": 60.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 73.17876352282568, "positive_daily": "", "positive": 60.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-18T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 74.39840958153944, "positive_daily": "", "positive": 61.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-19T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 75.6180556402532, "positive_daily": "", "positive": 62.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 1.2196460587137612, "deceased_daily": "", "deceased": 1.0, "positive_100k": 76.83770169896697, "positive_daily": "", "positive": 63.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 3.658938176141284, "deceased_daily": "", "deceased": 3.0, "positive_100k": 76.83770169896697, "positive_daily": "", "positive": 63.0, "region_iso": "CH-SH", "region_label": "Schaffhausen", "tested_100k": null, "tested": null, "canton": "SH"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-05T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 1.8104790527573595, "positive_daily": "", "positive": 1.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-09T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 3.620958105514719, "positive_daily": "", "positive": 2.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-12T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 9.052395263786797, "positive_daily": "", "positive": 5.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-18T00:00:00", "deceased_100k": null, "deceased_daily": "", "deceased": null, "positive_100k": 19.915269580330953, "positive_daily": "", "positive": 11.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-21T00:00:00", "deceased_100k": 1.8104790527573595, "deceased_daily": "", "deceased": 1.0, "positive_100k": null, "positive_daily": "", "positive": null, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-23T00:00:00", "deceased_100k": 1.8104790527573595, "deceased_daily": "", "deceased": 1.0, "positive_100k": 54.31437158272079, "positive_daily": "", "positive": 30.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-24T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 59.745808740992864, "positive_daily": "", "positive": 33.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-25T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 61.55628779375023, "positive_daily": "", "positive": 34.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-26T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 76.0401202158091, "positive_daily": "", "positive": 42.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-27T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 79.66107832132381, "positive_daily": "", "positive": 44.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-28T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 81.47155737408119, "positive_daily": "", "positive": 45.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-29T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 86.90299453235326, "positive_daily": "", "positive": 48.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-30T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 90.52395263786798, "positive_daily": "", "positive": 50.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-03-31T00:00:00", "deceased_100k": 3.620958105514719, "deceased_daily": "", "deceased": 2.0, "positive_100k": 105.00778505992685, "positive_daily": "", "positive": 58.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-01T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 110.43922221819895, "positive_daily": "", "positive": 61.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-02T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 115.87065937647101, "positive_daily": "", "positive": 64.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-03T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 117.68113842922838, "positive_daily": "", "positive": 65.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-04T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 119.49161748198573, "positive_daily": "", "positive": 66.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-05T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 121.30209653474309, "positive_daily": "", "positive": 67.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-06T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 124.92305464025782, "positive_daily": "", "positive": 69.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-07T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 124.92305464025782, "positive_daily": "", "positive": 69.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-08T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 130.3544917985299, "positive_daily": "", "positive": 72.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-09T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 133.9754499040446, "positive_daily": "", "positive": 74.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-10T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 139.40688706231668, "positive_daily": "", "positive": 77.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-11T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 139.40688706231668, "positive_daily": "", "positive": 77.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-13T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 141.21736611507404, "positive_daily": "", "positive": 78.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-14T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 143.0278451678314, "positive_daily": "", "positive": 79.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-15T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 143.0278451678314, "positive_daily": "", "positive": 79.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-16T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 143.0278451678314, "positive_daily": "", "positive": 79.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-17T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 148.4592823261035, "positive_daily": "", "positive": 82.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-20T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 155.70119853713294, "positive_daily": "", "positive": 86.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}, {"admin2_label": "", "admin2": "", "country_label": "Switzerland", "country": "CHE", "date": "2020-04-21T00:00:00", "deceased_100k": 5.431437158272079, "deceased_daily": "", "deceased": 3.0, "positive_100k": 155.70119853713294, "positive_daily": "", "positive": 86.0, "region_iso": "CH-AR", "region_label": "Appenzell ausserrhoden", "tested_100k": null, "tested": null, "canton": "AR"}]}}; var embedOpt = {"mode": "vega-lite"}; function showError(el, error){ diff --git a/runs/Dashboard.run.ipynb b/runs/Dashboard.run.ipynb index 981148c0a..f1268970f 100644 --- a/runs/Dashboard.run.ipynb +++ b/runs/Dashboard.run.ipynb @@ -8,10 +8,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.0476, - "end_time": "2020-04-21T22:12:43.956036", + "duration": 0.072301, + "end_time": "2020-04-22T07:32:26.086228", "exception": false, - "start_time": "2020-04-21T22:12:43.908436", + "start_time": "2020-04-22T07:32:26.013927", "status": "completed" }, "tags": [] @@ -30,10 +30,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.519148, - "end_time": "2020-04-21T22:12:44.489873", + "duration": 0.523629, + "end_time": "2020-04-22T07:32:26.632923", "exception": false, - "start_time": "2020-04-21T22:12:43.970725", + "start_time": "2020-04-22T07:32:26.109294", "status": "completed" }, "tags": [] @@ -56,10 +56,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.037021, - "end_time": "2020-04-21T22:12:44.543570", + "duration": 0.056254, + "end_time": "2020-04-22T07:32:26.710059", "exception": false, - "start_time": "2020-04-21T22:12:44.506549", + "start_time": "2020-04-22T07:32:26.653805", "status": "completed" }, "tags": [ @@ -84,10 +84,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.037205, - "end_time": "2020-04-21T22:12:44.597094", + "duration": 0.055139, + "end_time": "2020-04-22T07:32:26.788374", "exception": false, - "start_time": "2020-04-21T22:12:44.559889", + "start_time": "2020-04-22T07:32:26.733235", "status": "completed" }, "tags": [ @@ -97,12 +97,12 @@ "outputs": [], "source": [ "# Parameters\n", - "PAPERMILL_INPUT_PATH = \"/tmp/copq19iw/notebooks/Dashboard.ipynb\"\n", + "PAPERMILL_INPUT_PATH = \"/tmp/zu9b4exj/notebooks/Dashboard.ipynb\"\n", "PAPERMILL_OUTPUT_PATH = \"runs/Dashboard.run.ipynb\"\n", - "ts_folder = \"/tmp/copq19iw/data/covid-19_jhu-csse\"\n", - "rates_folder = \"/tmp/copq19iw/data/covid-19_rates\"\n", - "geodata_path = \"/tmp/copq19iw/data/geodata/geo_data.csv\"\n", - "atlas_path = \"/tmp/copq19iw/data/atlas\"\n" + "ts_folder = \"/tmp/zu9b4exj/data/covid-19_jhu-csse\"\n", + "rates_folder = \"/tmp/zu9b4exj/data/covid-19_rates\"\n", + "geodata_path = \"/tmp/zu9b4exj/data/geodata/geo_data.csv\"\n", + "atlas_path = \"/tmp/zu9b4exj/data/atlas\"\n" ] }, { @@ -113,10 +113,10 @@ "source_hidden": true }, "papermill": { - "duration": 1.612362, - "end_time": "2020-04-21T22:12:46.225522", + "duration": 1.408242, + "end_time": "2020-04-22T07:32:28.217079", "exception": false, - "start_time": "2020-04-21T22:12:44.613160", + "start_time": "2020-04-22T07:32:26.808837", "status": "completed" }, "tags": [] @@ -147,10 +147,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.05131, - "end_time": "2020-04-21T22:12:46.295045", + "duration": 0.071125, + "end_time": "2020-04-22T07:32:28.309594", "exception": false, - "start_time": "2020-04-21T22:12:46.243735", + "start_time": "2020-04-22T07:32:28.238469", "status": "completed" }, "tags": [] @@ -172,10 +172,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.011916, - "end_time": "2020-04-21T22:12:46.321057", + "duration": 0.010952, + "end_time": "2020-04-22T07:32:28.339823", "exception": false, - "start_time": "2020-04-21T22:12:46.309141", + "start_time": "2020-04-22T07:32:28.328871", "status": "completed" }, "tags": [] @@ -196,10 +196,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.050017, - "end_time": "2020-04-21T22:12:46.382956", + "duration": 0.064609, + "end_time": "2020-04-22T07:32:28.414502", "exception": false, - "start_time": "2020-04-21T22:12:46.332939", + "start_time": "2020-04-22T07:32:28.349893", "status": "completed" }, "tags": [] @@ -208,7 +208,7 @@ { "data": { "text/html": [ - "<em>Data up to Apr 20 2020; countries with 500 or more confirmed cases.</em>" + "<em>Data up to Apr 21 2020; countries with 500 or more confirmed cases.</em>" ], "text/plain": [ "<IPython.core.display.HTML object>" @@ -227,10 +227,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.012309, - "end_time": "2020-04-21T22:12:46.412813", + "duration": 0.011074, + "end_time": "2020-04-22T07:32:28.442837", "exception": false, - "start_time": "2020-04-21T22:12:46.400504", + "start_time": "2020-04-22T07:32:28.431763", "status": "completed" }, "tags": [] @@ -247,10 +247,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.04238, - "end_time": "2020-04-21T22:12:46.467689", + "duration": 0.057806, + "end_time": "2020-04-22T07:32:28.511344", "exception": false, - "start_time": "2020-04-21T22:12:46.425309", + "start_time": "2020-04-22T07:32:28.453538", "status": "completed" }, "tags": [] @@ -268,10 +268,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.039571, - "end_time": "2020-04-21T22:12:46.522291", + "duration": 0.061078, + "end_time": "2020-04-22T07:32:28.591856", "exception": false, - "start_time": "2020-04-21T22:12:46.482720", + "start_time": "2020-04-22T07:32:28.530778", "status": "completed" }, "tags": [] @@ -289,10 +289,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.137674, - "end_time": "2020-04-21T22:12:46.676365", + "duration": 0.147888, + "end_time": "2020-04-22T07:32:28.761649", "exception": false, - "start_time": "2020-04-21T22:12:46.538691", + "start_time": "2020-04-22T07:32:28.613761", "status": "completed" }, "tags": [] @@ -302,10 +302,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-7eb58660dea7414980f864166d6bf67f\"></div>\n", + "<div id=\"altair-viz-652506d241b14b7d94b254c91421cc59\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-7eb58660dea7414980f864166d6bf67f\");\n", + " const outputDiv = document.getElementById(\"altair-viz-652506d241b14b7d94b254c91421cc59\");\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", @@ -346,7 +346,7 @@ " .catch(showError)\n", " .then(() => displayChart(vegaEmbed));\n", " }\n", - " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300, \"stroke\": null}}, \"layer\": [{\"data\": {\"sphere\": true}, \"mark\": {\"type\": \"geoshape\", \"fill\": \"#cae6ef\"}}, {\"data\": {\"graticule\": true}, \"mark\": {\"type\": \"geoshape\", \"stroke\": \"white\", \"strokeWidth\": 0.5}}, {\"data\": {\"url\": \"https://vega.github.io/vega-datasets/data/world-110m.json\", \"format\": {\"feature\": \"countries\", \"type\": \"topojson\"}}, \"mark\": {\"type\": \"geoshape\", \"fill\": \"#dddddd\", \"stroke\": \"#aaaaaa\"}}, {\"data\": {\"name\": \"data-eceb317073efa90d8b143b833cb1fe20\"}, \"mark\": {\"type\": \"circle\", \"opacity\": 0.6}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"latitude\": {\"field\": \"Latitude\", \"type\": \"quantitative\"}, \"longitude\": {\"field\": \"Longitude\", \"type\": \"quantitative\"}, \"size\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"positive\"}, {\"type\": \"quantitative\", \"field\": \"deceased\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}, {\"type\": \"quantitative\", \"field\": \"deceasaed_100k\"}]}}], \"height\": 400, \"projection\": {\"type\": \"naturalEarth1\"}, \"title\": \"Positive cases per 100k inhabitants\", \"width\": 600, \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-eceb317073efa90d8b143b833cb1fe20\": [{\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Afghanistan\", \"country\": \"AFG\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.09684608354169141, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 2.760113380938205, \"positive_daily\": \"\", \"positive\": 1026, \"region_iso\": \"AFG\", \"region_label\": \"Afghanistan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 33.83523073, \"Longitude\": 66.00473366, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Albania\", \"country\": \"ALB\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.9070687167349992, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 20.37415886820152, \"positive_daily\": \"\", \"positive\": 584, \"region_iso\": \"ALB\", \"region_label\": \"Albania\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 41.14244989, \"Longitude\": 20.04983396, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Algeria\", \"country\": \"DZA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.9093400088362273, \"deceased_daily\": \"\", \"deceased\": 384, \"positive_100k\": 6.436422250043923, \"positive_daily\": \"\", \"positive\": 2718, \"region_iso\": \"DZA\", \"region_label\": \"Algeria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 28.15893849, \"Longitude\": 2.61732301, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Argentina\", \"country\": \"ARG\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.3056557414666648, \"deceased_daily\": \"\", \"deceased\": 136, \"positive_100k\": 6.6098054092166265, \"positive_daily\": \"\", \"positive\": 2941, \"region_iso\": \"ARG\", \"region_label\": \"Argentina\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -35.3813488, \"Longitude\": -65.17980692, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Armenia\", \"country\": \"ARM\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.7453140075669699, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 45.362520733280576, \"positive_daily\": \"\", \"positive\": 1339, \"region_iso\": \"ARM\", \"region_label\": \"Armenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.28952569, \"Longitude\": 44.92993276, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Australia\", \"country\": \"AUS\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.2680818292975748, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 26.195996065839136, \"positive_daily\": \"\", \"positive\": 6547, \"region_iso\": \"AUS\", \"region_label\": \"Australia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -25.73288704, \"Longitude\": 134.49100008, \"Geo Region\": \"Oceania\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.312513104669959, \"deceased_daily\": \"\", \"deceased\": 470, \"positive_100k\": 167.23113060338733, \"positive_daily\": \"\", \"positive\": 14795, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Azerbaijan\", \"country\": \"AZE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.19110200884420098, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 14.4432886684354, \"positive_daily\": \"\", \"positive\": 1436, \"region_iso\": \"AZE\", \"region_label\": \"Azerbaijan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.28827235, \"Longitude\": 47.54599879, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 121.50838611758724, \"positive_daily\": \"\", \"positive\": 1907, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bangladesh\", \"country\": \"BGD\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.06259449638572251, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 1.827015597476336, \"positive_daily\": \"\", \"positive\": 2948, \"region_iso\": \"BGD\", \"region_label\": \"Bangladesh\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.86731158, \"Longitude\": 90.23812743, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.5376692102988745, \"deceased_daily\": \"\", \"deceased\": 51, \"positive_100k\": 66.03843006494412, \"positive_daily\": \"\", \"positive\": 6264, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 51.02403522724607, \"deceased_daily\": \"\", \"deceased\": 5828, \"positive_100k\": 350.05044620641377, \"positive_daily\": \"\", \"positive\": 39983, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bolivia\", \"country\": \"BOL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.29066843346097493, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 4.9677877718784815, \"positive_daily\": \"\", \"positive\": 564, \"region_iso\": \"BOL\", \"region_label\": \"Bolivia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -16.70814787, \"Longitude\": -64.68538645, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Brazil\", \"country\": \"BRA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.2350256540894222, \"deceased_daily\": \"\", \"deceased\": 2587, \"positive_100k\": 19.45057990899317, \"positive_daily\": \"\", \"positive\": 40743, \"region_iso\": \"BRA\", \"region_label\": \"Brazil\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -10.78777702, \"Longitude\": -53.09783113, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bulgaria\", \"country\": \"BGR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.6121679629441918, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 13.225675292445448, \"positive_daily\": \"\", \"positive\": 929, \"region_iso\": \"BGR\", \"region_label\": \"Bulgaria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.76890318, \"Longitude\": 25.21552909, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Burkina Faso\", \"country\": \"BFA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.19239011043951773, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 2.941543530667363, \"positive_daily\": \"\", \"positive\": 581, \"region_iso\": \"BFA\", \"region_label\": \"Burkina Faso\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 12.26953846, \"Longitude\": -1.75456601, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cameroon\", \"country\": \"CMR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.16655934824851146, \"deceased_daily\": \"\", \"deceased\": 42, \"positive_100k\": 4.612107666976639, \"positive_daily\": \"\", \"positive\": 1163, \"region_iso\": \"CMR\", \"region_label\": \"Cameroon\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 5.69109849, \"Longitude\": 12.73964156, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.654757826307429, \"deceased_daily\": \"\", \"deceased\": 1725, \"positive_100k\": 101.61403795087469, \"positive_daily\": \"\", \"positive\": 37657, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.7421582174534256, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 56.099686264626925, \"positive_daily\": \"\", \"positive\": 10507, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"China\", \"country\": \"CHN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.332871410826219, \"deceased_daily\": \"\", \"deceased\": 4636, \"positive_100k\": 6.018180121057204, \"positive_daily\": \"\", \"positive\": 83817, \"region_iso\": \"CHN\", \"region_label\": \"China\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 36.56176546, \"Longitude\": 103.81907349, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Colombia\", \"country\": \"COL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.3806747348897559, \"deceased_daily\": \"\", \"deceased\": 189, \"positive_100k\": 8.010282648976505, \"positive_daily\": \"\", \"positive\": 3977, \"region_iso\": \"COL\", \"region_label\": \"Colombia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 3.91383431, \"Longitude\": -73.08114582, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Costa Rica\", \"country\": \"CRI\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.1200134175000765, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 13.241480397508441, \"positive_daily\": \"\", \"positive\": 662, \"region_iso\": \"CRI\", \"region_label\": \"Costa Rica\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 9.97634464, \"Longitude\": -84.19208768, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Croatia\", \"country\": \"HRV\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.1493128576319265, \"deceased_daily\": \"\", \"deceased\": 47, \"positive_100k\": 45.99696777033306, \"positive_daily\": \"\", \"positive\": 1881, \"region_iso\": \"HRV\", \"region_label\": \"Croatia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.08047631, \"Longitude\": 16.40412899, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cuba\", \"country\": \"CUB\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.3175124522209908, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 9.587112099006028, \"positive_daily\": \"\", \"positive\": 1087, \"region_iso\": \"CUB\", \"region_label\": \"Cuba\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 21.62289528, \"Longitude\": -79.01605384, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 64.91404354790565, \"positive_daily\": \"\", \"positive\": 772, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 6.27862682981437, \"deceased_daily\": \"\", \"deceased\": 364, \"positive_100k\": 133.006844738183, \"positive_daily\": \"\", \"positive\": 7711, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 88.2242522838193, \"positive_daily\": \"\", \"positive\": 846, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.96762705204533, \"deceased_daily\": \"\", \"deceased\": 507, \"positive_100k\": 59.28230134736707, \"positive_daily\": \"\", \"positive\": 10128, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.028275003709637, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 116.21005326735731, \"positive_daily\": \"\", \"positive\": 1535, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.7759897065086399, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 70.09722637525938, \"positive_daily\": \"\", \"positive\": 3868, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 30.292334462961335, \"deceased_daily\": \"\", \"deceased\": 20292, \"positive_100k\": 233.5967128308787, \"positive_daily\": \"\", \"positive\": 156480, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.862922743922126, \"deceased_daily\": \"\", \"deceased\": 4862, \"positive_100k\": 177.34075140578102, \"positive_daily\": \"\", \"positive\": 147065, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ghana\", \"country\": \"GHA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.03023471410121534, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 3.500508010385154, \"positive_daily\": \"\", \"positive\": 1042, \"region_iso\": \"GHA\", \"region_label\": \"Ghana\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 7.95345644, \"Longitude\": -1.21676566, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Greece\", \"country\": \"GRC\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.0813160884546391, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 20.92719498776435, \"positive_daily\": \"\", \"positive\": 2245, \"region_iso\": \"GRC\", \"region_label\": \"Greece\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.07469623, \"Longitude\": 22.95555794, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Guinea\", \"country\": \"GIN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.04027607477108287, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 5.01034370152271, \"positive_daily\": \"\", \"positive\": 622, \"region_iso\": \"GIN\", \"region_label\": \"Guinea\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 10.43621593, \"Longitude\": -10.94066612, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Hungary\", \"country\": \"HUN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.0371008267660717, \"deceased_daily\": \"\", \"deceased\": 199, \"positive_100k\": 20.309588142230584, \"positive_daily\": \"\", \"positive\": 1984, \"region_iso\": \"HUN\", \"region_label\": \"Hungary\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.16277506, \"Longitude\": 19.39559116, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"India\", \"country\": \"IND\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.04376699808181076, \"deceased_daily\": \"\", \"deceased\": 592, \"positive_100k\": 1.3706019889167058, \"positive_daily\": \"\", \"positive\": 18539, \"region_iso\": \"IND\", \"region_label\": \"India\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 22.88578212, \"Longitude\": 79.61197609999998, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Indonesia\", \"country\": \"IDN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.22042607351280538, \"deceased_daily\": \"\", \"deceased\": 590, \"positive_100k\": 2.52555975753655, \"positive_daily\": \"\", \"positive\": 6760, \"region_iso\": \"IDN\", \"region_label\": \"Indonesia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -2.21505456, \"Longitude\": 117.24011366, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Iraq\", \"country\": \"IRQ\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.21335498105824072, \"deceased_daily\": \"\", \"deceased\": 82, \"positive_100k\": 4.095374880313059, \"positive_daily\": \"\", \"positive\": 1574, \"region_iso\": \"IRQ\", \"region_label\": \"Iraq\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 33.03970582, \"Longitude\": 43.74353149, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 14.154716198970394, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 322.48852685048706, \"positive_daily\": \"\", \"positive\": 15652, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.9923906436434857, \"deceased_daily\": \"\", \"deceased\": 177, \"positive_100k\": 154.35962088295548, \"positive_daily\": \"\", \"positive\": 13713, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 39.90317399019975, \"deceased_daily\": \"\", \"deceased\": 24114, \"positive_100k\": 299.8910349131591, \"positive_daily\": \"\", \"positive\": 181228, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Japan\", \"country\": \"JPN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.18651835822747495, \"deceased_daily\": \"\", \"deceased\": 236, \"positive_100k\": 8.53321488890698, \"positive_daily\": \"\", \"positive\": 10797, \"region_iso\": \"JPN\", \"region_label\": \"Japan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 37.59230135, \"Longitude\": 138.03089558, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kazakhstan\", \"country\": \"KAZ\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.10395864109422707, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 10.133231752974133, \"positive_daily\": \"\", \"positive\": 1852, \"region_iso\": \"KAZ\", \"region_label\": \"Kazakhstan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 48.15688067, \"Longitude\": 67.29149357, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kosovo\", \"country\": \"XKX\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.6503007641033978, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 27.637782474394406, \"positive_daily\": \"\", \"positive\": 510, \"region_iso\": \"XKX\", \"region_label\": \"Kosovo\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.57078707, \"Longitude\": 20.87249811, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.2175327006032182, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 48.21974863371336, \"positive_daily\": \"\", \"positive\": 1995, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Latvia\", \"country\": \"LVA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.25953236420488107, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 38.35888342948142, \"positive_daily\": \"\", \"positive\": 739, \"region_iso\": \"LVA\", \"region_label\": \"Latvia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 56.85085163, \"Longitude\": 24.91235983, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Lebanon\", \"country\": \"LBN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.3066174618644532, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 9.884762937249276, \"positive_daily\": \"\", \"positive\": 677, \"region_iso\": \"LBN\", \"region_label\": \"Lebanon\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 33.92306631, \"Longitude\": 35.88016072, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Lithuania\", \"country\": \"LTU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.3263868898485875, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 47.53483826862776, \"positive_daily\": \"\", \"positive\": 1326, \"region_iso\": \"LTU\", \"region_label\": \"Lithuania\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.32610984, \"Longitude\": 23.88719355, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.341047310638968, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 585.4592844167128, \"positive_daily\": \"\", \"positive\": 3558, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malaysia\", \"country\": \"MYS\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.28228352144569757, \"deceased_daily\": \"\", \"deceased\": 89, \"positive_100k\": 17.206607908347298, \"positive_daily\": \"\", \"positive\": 5425, \"region_iso\": \"MYS\", \"region_label\": \"Malaysia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 3.78986846, \"Longitude\": 109.69762284, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Mexico\", \"country\": \"MEX\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.543621298251977, \"deceased_daily\": \"\", \"deceased\": 686, \"positive_100k\": 6.54643665431426, \"positive_daily\": \"\", \"positive\": 8261, \"region_iso\": \"MEX\", \"region_label\": \"Mexico\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.94753724, \"Longitude\": -102.52345169, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.974120409500257, \"deceased_daily\": \"\", \"deceased\": 70, \"positive_100k\": 71.85798290580935, \"positive_daily\": \"\", \"positive\": 2548, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Morocco\", \"country\": \"MAR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.39690097498308174, \"deceased_daily\": \"\", \"deceased\": 143, \"positive_100k\": 8.454268320269, \"positive_daily\": \"\", \"positive\": 3046, \"region_iso\": \"MAR\", \"region_label\": \"Morocco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.83762955, \"Longitude\": -8.45615795, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 21.84432874739779, \"deceased_daily\": \"\", \"deceased\": 3764, \"positive_100k\": 194.92755418905338, \"positive_daily\": \"\", \"positive\": 33588, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"New Zealand\", \"country\": \"NZL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.24562480810561868, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 29.474976972674238, \"positive_daily\": \"\", \"positive\": 1440, \"region_iso\": \"NZL\", \"region_label\": \"New Zealand\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -41.81113557, \"Longitude\": 171.48492347, \"Geo Region\": \"Oceania\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Niger\", \"country\": \"NER\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.0891148524694706, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 2.887321220010847, \"positive_daily\": \"\", \"positive\": 648, \"region_iso\": \"NER\", \"region_label\": \"Niger\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 17.41912493, \"Longitude\": 9.38545882, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Nigeria\", \"country\": \"NGA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.011231667748480483, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 0.3395026842154328, \"positive_daily\": \"\", \"positive\": 665, \"region_iso\": \"NGA\", \"region_label\": \"Nigeria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 9.59411452, \"Longitude\": 8.08943895, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.4058817507963366, \"deceased_daily\": \"\", \"deceased\": 181, \"positive_100k\": 134.65463982706402, \"positive_daily\": \"\", \"positive\": 7156, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Oman\", \"country\": \"OMN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.14494305084001746, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 29.195671669203517, \"positive_daily\": \"\", \"positive\": 1410, \"region_iso\": \"OMN\", \"region_label\": \"Oman\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 20.60515333, \"Longitude\": 56.09166155, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Pakistan\", \"country\": \"PAK\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.08293474783572116, \"deceased_daily\": \"\", \"deceased\": 176, \"positive_100k\": 3.9667312913698902, \"positive_daily\": \"\", \"positive\": 8418, \"region_iso\": \"PAK\", \"region_label\": \"Pakistan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.9497515, \"Longitude\": 69.33957937, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.016610751631663, \"deceased_daily\": \"\", \"deceased\": 126, \"positive_100k\": 106.94603355189396, \"positive_daily\": \"\", \"positive\": 4467, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.3910920591588627, \"deceased_daily\": \"\", \"deceased\": 445, \"positive_100k\": 51.03275924891783, \"positive_daily\": \"\", \"positive\": 16325, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Philippines\", \"country\": \"PHL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.40130547295715874, \"deceased_daily\": \"\", \"deceased\": 428, \"positive_100k\": 6.056149649136187, \"positive_daily\": \"\", \"positive\": 6459, \"region_iso\": \"PHL\", \"region_label\": \"Philippines\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.77536778, \"Longitude\": 122.88393253, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Poland\", \"country\": \"POL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.0005648451857612, \"deceased_daily\": \"\", \"deceased\": 380, \"positive_100k\": 25.258996210176335, \"positive_daily\": \"\", \"positive\": 9593, \"region_iso\": \"POL\", \"region_label\": \"Poland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.12759564, \"Longitude\": 19.39012835, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 7.148580175265679, \"deceased_daily\": \"\", \"deceased\": 735, \"positive_100k\": 202.91269142390186, \"positive_daily\": \"\", \"positive\": 20863, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.32354583224436195, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 216.2364645499819, \"positive_daily\": \"\", \"positive\": 6015, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Romania\", \"country\": \"ROU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.4545628577602394, \"deceased_daily\": \"\", \"deceased\": 478, \"positive_100k\": 45.886974261392254, \"positive_daily\": \"\", \"positive\": 8936, \"region_iso\": \"ROU\", \"region_label\": \"Romania\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.85243127, \"Longitude\": 24.97293039, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Saudi Arabia\", \"country\": \"SAU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.30563846287354696, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 31.109841211322973, \"positive_daily\": \"\", \"positive\": 10484, \"region_iso\": \"SAU\", \"region_label\": \"Saudi Arabia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 24.12245841, \"Longitude\": 44.53686271, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.790296421526868, \"deceased_daily\": \"\", \"deceased\": 125, \"positive_100k\": 94.95732219778507, \"positive_daily\": \"\", \"positive\": 6630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 142.12556280942547, \"positive_daily\": \"\", \"positive\": 8014, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.724535303757621, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 64.57473546125225, \"positive_daily\": \"\", \"positive\": 1335, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"South Africa\", \"country\": \"ZAF\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.10038141128718357, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 5.711356159443203, \"positive_daily\": \"\", \"positive\": 3300, \"region_iso\": \"ZAF\", \"region_label\": \"South Africa\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -29.00034095, \"Longitude\": 25.08390093, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 44.62826816401226, \"deceased_daily\": \"\", \"deceased\": 20852, \"positive_100k\": 428.4972937424178, \"positive_daily\": \"\", \"positive\": 200210, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 15.515789525369053, \"deceased_daily\": \"\", \"deceased\": 1580, \"positive_100k\": 145.1119125420117, \"positive_daily\": \"\", \"positive\": 14777, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 16.77910861249688, \"deceased_daily\": \"\", \"deceased\": 1429, \"positive_100k\": 328.11435344129654, \"positive_daily\": \"\", \"positive\": 27944, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Thailand\", \"country\": \"THA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.06769551949570468, \"deceased_daily\": \"\", \"deceased\": 47, \"positive_100k\": 4.021401924085265, \"positive_daily\": \"\", \"positive\": 2792, \"region_iso\": \"THA\", \"region_label\": \"Thailand\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 15.11815794, \"Longitude\": 101.0028813, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Tunisia\", \"country\": \"TUN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.3285718090229969, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 7.643617873061296, \"positive_daily\": \"\", \"positive\": 884, \"region_iso\": \"TUN\", \"region_label\": \"Tunisia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.11956246, \"Longitude\": 9.55288359, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.5996199890077376, \"deceased_daily\": \"\", \"deceased\": 2140, \"positive_100k\": 110.52029280370279, \"positive_daily\": \"\", \"positive\": 90980, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.866194989321583, \"deceased_daily\": \"\", \"deceased\": 42094, \"positive_100k\": 239.73229560494704, \"positive_daily\": \"\", \"positive\": 784326, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ukraine\", \"country\": \"UKR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.33839418646855324, \"deceased_daily\": \"\", \"deceased\": 151, \"positive_100k\": 12.796230494936683, \"positive_daily\": \"\", \"positive\": 5710, \"region_iso\": \"UKR\", \"region_label\": \"Ukraine\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 48.99656673, \"Longitude\": 31.38326469, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.44647682541271333, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 75.43381713077586, \"positive_daily\": \"\", \"positive\": 7265, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 24.89133877817457, \"deceased_daily\": \"\", \"deceased\": 16550, \"positive_100k\": 189.28847935141624, \"positive_daily\": \"\", \"positive\": 125856, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Uruguay\", \"country\": \"URY\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.289913979623106, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 15.510397909836174, \"positive_daily\": \"\", \"positive\": 535, \"region_iso\": \"URY\", \"region_label\": \"Uruguay\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -32.79951534, \"Longitude\": -56.01807053, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Uzbekistan\", \"country\": \"UZB\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.01517202036692014, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 4.936975427395814, \"positive_daily\": \"\", \"positive\": 1627, \"region_iso\": \"UZB\", \"region_label\": \"Uzbekistan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 41.75554225, \"Longitude\": 63.14001528, \"Geo Region\": \"Asia\"}]}}, {\"mode\": \"vega-lite\"});\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300, \"stroke\": null}}, \"layer\": [{\"data\": {\"sphere\": true}, \"mark\": {\"type\": \"geoshape\", \"fill\": \"#cae6ef\"}}, {\"data\": {\"graticule\": true}, \"mark\": {\"type\": \"geoshape\", \"stroke\": \"white\", \"strokeWidth\": 0.5}}, {\"data\": {\"url\": \"https://vega.github.io/vega-datasets/data/world-110m.json\", \"format\": {\"feature\": \"countries\", \"type\": \"topojson\"}}, \"mark\": {\"type\": \"geoshape\", \"fill\": \"#dddddd\", \"stroke\": \"#aaaaaa\"}}, {\"data\": {\"name\": \"data-0a4286b167651ccaa13e6115f49cbb3a\"}, \"mark\": {\"type\": \"circle\", \"opacity\": 0.6}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"latitude\": {\"field\": \"Latitude\", \"type\": \"quantitative\"}, \"longitude\": {\"field\": \"Longitude\", \"type\": \"quantitative\"}, \"size\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"positive\"}, {\"type\": \"quantitative\", \"field\": \"deceased\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}, {\"type\": \"quantitative\", \"field\": \"deceasaed_100k\"}]}}], \"height\": 400, \"projection\": {\"type\": \"naturalEarth1\"}, \"title\": \"Positive cases per 100k inhabitants\", \"width\": 600, \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-0a4286b167651ccaa13e6115f49cbb3a\": [{\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Afghanistan\", \"country\": \"AFG\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.09684608354169141, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 2.9376645340979723, \"positive_daily\": \"\", \"positive\": 1092, \"region_iso\": \"AFG\", \"region_label\": \"Afghanistan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 33.83523073, \"Longitude\": 66.00473366, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Albania\", \"country\": \"ALB\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.9070687167349992, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 21.246340326600556, \"positive_daily\": \"\", \"positive\": 609, \"region_iso\": \"ALB\", \"region_label\": \"Albania\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 41.14244989, \"Longitude\": 20.04983396, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Algeria\", \"country\": \"DZA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.9282845923536487, \"deceased_daily\": \"\", \"deceased\": 392, \"positive_100k\": 6.656653033433946, \"positive_daily\": \"\", \"positive\": 2811, \"region_iso\": \"DZA\", \"region_label\": \"Algeria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 28.15893849, \"Longitude\": 2.61732301, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Argentina\", \"country\": \"ARG\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.3303778970264686, \"deceased_daily\": \"\", \"deceased\": 147, \"positive_100k\": 6.812077591069566, \"positive_daily\": \"\", \"positive\": 3031, \"region_iso\": \"ARG\", \"region_label\": \"Argentina\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -35.3813488, \"Longitude\": -65.17980692, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Armenia\", \"country\": \"ARM\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.8130698264366945, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 47.46295111824204, \"positive_daily\": \"\", \"positive\": 1401, \"region_iso\": \"ARM\", \"region_label\": \"Armenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.28952569, \"Longitude\": 44.92993276, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Australia\", \"country\": \"AUS\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.2680818292975748, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 26.195996065839136, \"positive_daily\": \"\", \"positive\": 6547, \"region_iso\": \"AUS\", \"region_label\": \"Australia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -25.73288704, \"Longitude\": 134.49100008, \"Geo Region\": \"Oceania\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 5.549880711474361, \"deceased_daily\": \"\", \"deceased\": 491, \"positive_100k\": 168.1127817143751, \"positive_daily\": \"\", \"positive\": 14873, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Azerbaijan\", \"country\": \"AZE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.20116000930968525, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 14.885840688916709, \"positive_daily\": \"\", \"positive\": 1480, \"region_iso\": \"AZE\", \"region_label\": \"Azerbaijan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.28827235, \"Longitude\": 47.54599879, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 125.71371044048225, \"positive_daily\": \"\", \"positive\": 1973, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bangladesh\", \"country\": \"BGD\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.06817222378643045, \"deceased_daily\": \"\", \"deceased\": 110, \"positive_100k\": 2.0959860076882526, \"positive_daily\": \"\", \"positive\": 3382, \"region_iso\": \"BGD\", \"region_label\": \"Bangladesh\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.86731158, \"Longitude\": 90.23812743, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.5798393444399628, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 70.87745295763398, \"positive_daily\": \"\", \"positive\": 6723, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 52.51238217107446, \"deceased_daily\": \"\", \"deceased\": 5998, \"positive_100k\": 358.56904371432563, \"positive_daily\": \"\", \"positive\": 40956, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bolivia\", \"country\": \"BOL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.2994765678082772, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 5.267264339686759, \"positive_daily\": \"\", \"positive\": 598, \"region_iso\": \"BOL\", \"region_label\": \"Bolivia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -16.70814787, \"Longitude\": -64.68538645, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Brazil\", \"country\": \"BRA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.308544769176307, \"deceased_daily\": \"\", \"deceased\": 2741, \"positive_100k\": 20.565778953427994, \"positive_daily\": \"\", \"positive\": 43079, \"region_iso\": \"BRA\", \"region_label\": \"Brazil\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -10.78777702, \"Longitude\": -53.09783113, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bulgaria\", \"country\": \"BGR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.6406408914532241, \"deceased_daily\": \"\", \"deceased\": 45, \"positive_100k\": 13.880552648153188, \"positive_daily\": \"\", \"positive\": 975, \"region_iso\": \"BGR\", \"region_label\": \"Bulgaria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.76890318, \"Longitude\": 25.21552909, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Burkina Faso\", \"country\": \"BFA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.19239011043951773, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 3.0377385858871224, \"positive_daily\": \"\", \"positive\": 600, \"region_iso\": \"BFA\", \"region_label\": \"Burkina Faso\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 12.26953846, \"Longitude\": -1.75456601, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cameroon\", \"country\": \"CMR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.17052504701633317, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 4.612107666976639, \"positive_daily\": \"\", \"positive\": 1163, \"region_iso\": \"CMR\", \"region_label\": \"Cameroon\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 5.69109849, \"Longitude\": 12.73964156, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 5.1485669174461295, \"deceased_daily\": \"\", \"deceased\": 1908, \"positive_100k\": 106.32006557352986, \"positive_daily\": \"\", \"positive\": 39401, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.7848723594651335, \"deceased_daily\": \"\", \"deceased\": 147, \"positive_100k\": 57.83494828385256, \"positive_daily\": \"\", \"positive\": 10832, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"China\", \"country\": \"CHN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.332871410826219, \"deceased_daily\": \"\", \"deceased\": 4636, \"positive_100k\": 6.020764972392351, \"positive_daily\": \"\", \"positive\": 83853, \"region_iso\": \"CHN\", \"region_label\": \"China\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 36.56176546, \"Longitude\": 103.81907349, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Colombia\", \"country\": \"COL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.39477379914493205, \"deceased_daily\": \"\", \"deceased\": 196, \"positive_100k\": 8.356716799246547, \"positive_daily\": \"\", \"positive\": 4149, \"region_iso\": \"COL\", \"region_label\": \"Colombia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 3.91383431, \"Longitude\": -73.08114582, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Costa Rica\", \"country\": \"CRI\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.1200134175000765, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 13.38149605125853, \"positive_daily\": \"\", \"positive\": 669, \"region_iso\": \"CRI\", \"region_label\": \"Costa Rica\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 9.97634464, \"Longitude\": -84.19208768, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Croatia\", \"country\": \"HRV\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.173766322687925, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 46.657211326845015, \"positive_daily\": \"\", \"positive\": 1908, \"region_iso\": \"HRV\", \"region_label\": \"Croatia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.08047631, \"Longitude\": 16.40412899, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cuba\", \"country\": \"CUB\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.3351520328999347, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 10.028101615979624, \"positive_daily\": \"\", \"positive\": 1137, \"region_iso\": \"CUB\", \"region_label\": \"Cuba\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 21.62289528, \"Longitude\": -79.01605384, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 65.92307013155184, \"positive_daily\": \"\", \"positive\": 784, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 6.382120678657464, \"deceased_daily\": \"\", \"deceased\": 370, \"positive_100k\": 136.11166020347582, \"positive_daily\": \"\", \"positive\": 7891, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 98.54836691277687, \"positive_daily\": \"\", \"positive\": 945, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.0437200533798254, \"deceased_daily\": \"\", \"deceased\": 520, \"positive_100k\": 60.86269445200659, \"positive_daily\": \"\", \"positive\": 10398, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.2553956289878596, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 117.49707014393391, \"positive_daily\": \"\", \"positive\": 1552, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.5552504960991658, \"deceased_daily\": \"\", \"deceased\": 141, \"positive_100k\": 72.74308859107838, \"positive_daily\": \"\", \"positive\": 4014, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 31.093979623941536, \"deceased_daily\": \"\", \"deceased\": 20829, \"positive_100k\": 237.80199107758486, \"positive_daily\": \"\", \"positive\": 159297, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 6.069125909123829, \"deceased_daily\": \"\", \"deceased\": 5033, \"positive_100k\": 178.81914368962484, \"positive_daily\": \"\", \"positive\": 148291, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ghana\", \"country\": \"GHA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.03023471410121534, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 3.500508010385154, \"positive_daily\": \"\", \"positive\": 1042, \"region_iso\": \"GHA\", \"region_label\": \"Ghana\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 7.95345644, \"Longitude\": -1.21676566, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Greece\", \"country\": \"GRC\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.127924540543201, \"deceased_daily\": \"\", \"deceased\": 121, \"positive_100k\": 22.381378692927484, \"positive_daily\": \"\", \"positive\": 2401, \"region_iso\": \"GRC\", \"region_label\": \"Greece\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.07469623, \"Longitude\": 22.95555794, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Guinea\", \"country\": \"GIN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.04833128972529945, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 5.541987888501003, \"positive_daily\": \"\", \"positive\": 688, \"region_iso\": \"GIN\", \"region_label\": \"Guinea\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 10.43621593, \"Longitude\": -10.94066612, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Hungary\", \"country\": \"HUN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.180414452769715, \"deceased_daily\": \"\", \"deceased\": 213, \"positive_100k\": 21.47657052540311, \"positive_daily\": \"\", \"positive\": 2098, \"region_iso\": \"HUN\", \"region_label\": \"Hungary\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.16277506, \"Longitude\": 19.39559116, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"India\", \"country\": \"IND\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.04768532730197287, \"deceased_daily\": \"\", \"deceased\": 645, \"positive_100k\": 1.484529259261419, \"positive_daily\": \"\", \"positive\": 20080, \"region_iso\": \"IND\", \"region_label\": \"India\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 22.88578212, \"Longitude\": 79.61197609999998, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Indonesia\", \"country\": \"IDN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.23013976488794596, \"deceased_daily\": \"\", \"deceased\": 616, \"positive_100k\": 2.6656610754472307, \"positive_daily\": \"\", \"positive\": 7135, \"region_iso\": \"IDN\", \"region_label\": \"Indonesia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -2.21505456, \"Longitude\": 117.24011366, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Iraq\", \"country\": \"IRQ\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.21595687107114608, \"deceased_daily\": \"\", \"deceased\": 83, \"positive_100k\": 4.16822780067441, \"positive_daily\": \"\", \"positive\": 1602, \"region_iso\": \"IRQ\", \"region_label\": \"Iraq\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 33.03970582, \"Longitude\": 43.74353149, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 15.040673690317886, \"deceased_daily\": \"\", \"deceased\": 730, \"positive_100k\": 330.482747935204, \"positive_daily\": \"\", \"positive\": 16040, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.071185753844076, \"deceased_daily\": \"\", \"deceased\": 184, \"positive_100k\": 156.93734663094622, \"positive_daily\": \"\", \"positive\": 13942, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 40.78682228209519, \"deceased_daily\": \"\", \"deceased\": 24648, \"positive_100k\": 304.4069079254862, \"positive_daily\": \"\", \"positive\": 183957, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Japan\", \"country\": \"JPN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.20785732293994028, \"deceased_daily\": \"\", \"deceased\": 263, \"positive_100k\": 8.800347113825989, \"positive_daily\": \"\", \"positive\": 11135, \"region_iso\": \"JPN\", \"region_label\": \"Japan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 37.59230135, \"Longitude\": 138.03089558, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kazakhstan\", \"country\": \"KAZ\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.10395864109422707, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 10.915657314893842, \"positive_daily\": \"\", \"positive\": 1995, \"region_iso\": \"KAZ\", \"region_label\": \"Kazakhstan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 48.15688067, \"Longitude\": 67.29149357, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kosovo\", \"country\": \"XKX\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.6503007641033978, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 27.637782474394406, \"positive_daily\": \"\", \"positive\": 510, \"region_iso\": \"XKX\", \"region_label\": \"Kosovo\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.57078707, \"Longitude\": 20.87249811, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.26587330073726667, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 50.27422413941043, \"positive_daily\": \"\", \"positive\": 2080, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Latvia\", \"country\": \"LVA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.46715825556878593, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 38.826041685050214, \"positive_daily\": \"\", \"positive\": 748, \"region_iso\": \"LVA\", \"region_label\": \"Latvia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 56.85085163, \"Longitude\": 24.91235983, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Lebanon\", \"country\": \"LBN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.3066174618644532, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 9.884762937249276, \"positive_daily\": \"\", \"positive\": 677, \"region_iso\": \"LBN\", \"region_label\": \"Lebanon\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 33.92306631, \"Longitude\": 35.88016072, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Lithuania\", \"country\": \"LTU\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.3622351841688196, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 48.39519733231333, \"positive_daily\": \"\", \"positive\": 1350, \"region_iso\": \"LTU\", \"region_label\": \"Lithuania\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.32610984, \"Longitude\": 23.88719355, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 12.834689203064528, \"deceased_daily\": \"\", \"deceased\": 78, \"positive_100k\": 595.3321222652239, \"positive_daily\": \"\", \"positive\": 3618, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malaysia\", \"country\": \"MYS\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.2917986963258897, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 17.387396231070948, \"positive_daily\": \"\", \"positive\": 5482, \"region_iso\": \"MYS\", \"region_label\": \"Malaysia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 3.78986846, \"Longitude\": 109.69762284, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Mexico\", \"country\": \"MEX\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.5642250209262502, \"deceased_daily\": \"\", \"deceased\": 712, \"positive_100k\": 6.951379049950937, \"positive_daily\": \"\", \"positive\": 8772, \"region_iso\": \"MEX\", \"region_label\": \"Mexico\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.94753724, \"Longitude\": -102.52345169, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.030523849771693, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 73.71929643476673, \"positive_daily\": \"\", \"positive\": 2614, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Morocco\", \"country\": \"MAR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.40245203757025777, \"deceased_daily\": \"\", \"deceased\": 145, \"positive_100k\": 8.90667992112384, \"positive_daily\": \"\", \"positive\": 3209, \"region_iso\": \"MAR\", \"region_label\": \"Morocco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.83762955, \"Longitude\": -8.45615795, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 22.80190426368914, \"deceased_daily\": \"\", \"deceased\": 3929, \"positive_100k\": 199.1582969246679, \"positive_daily\": \"\", \"positive\": 34317, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"New Zealand\", \"country\": \"NZL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.2660935421144202, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 29.577320642718245, \"positive_daily\": \"\", \"positive\": 1445, \"region_iso\": \"NZL\", \"region_label\": \"New Zealand\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -41.81113557, \"Longitude\": 171.48492347, \"Geo Region\": \"Oceania\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Niger\", \"country\": \"NER\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.0891148524694706, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 2.9274229036221087, \"positive_daily\": \"\", \"positive\": 657, \"region_iso\": \"NER\", \"region_label\": \"Niger\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 17.41912493, \"Longitude\": 9.38545882, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Nigeria\", \"country\": \"NGA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.011231667748480483, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 0.3395026842154328, \"positive_daily\": \"\", \"positive\": 665, \"region_iso\": \"NGA\", \"region_label\": \"Nigeria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 9.59411452, \"Longitude\": 8.08943895, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.4246987770438304, \"deceased_daily\": \"\", \"deceased\": 182, \"positive_100k\": 135.31323574572627, \"positive_daily\": \"\", \"positive\": 7191, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Oman\", \"country\": \"OMN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.16564920096001995, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 31.224874380963758, \"positive_daily\": \"\", \"positive\": 1508, \"region_iso\": \"OMN\", \"region_label\": \"Oman\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 20.60515333, \"Longitude\": 56.09166155, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Pakistan\", \"country\": \"PAK\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.09471525178965882, \"deceased_daily\": \"\", \"deceased\": 201, \"positive_100k\": 4.50722081277655, \"positive_daily\": \"\", \"positive\": 9565, \"region_iso\": \"PAK\", \"region_label\": \"Pakistan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.9497515, \"Longitude\": 69.33957937, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.256024303348462, \"deceased_daily\": \"\", \"deceased\": 136, \"positive_100k\": 111.51883238968482, \"positive_daily\": \"\", \"positive\": 4658, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.5130079924334596, \"deceased_daily\": \"\", \"deceased\": 484, \"positive_100k\": 55.75934620048682, \"positive_daily\": \"\", \"positive\": 17837, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Philippines\", \"country\": \"PHL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.4097441394445756, \"deceased_daily\": \"\", \"deceased\": 437, \"positive_100k\": 6.187417794496005, \"positive_daily\": \"\", \"positive\": 6599, \"region_iso\": \"PHL\", \"region_label\": \"Philippines\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.77536778, \"Longitude\": 122.88393253, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Poland\", \"country\": \"POL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.0558592182091848, \"deceased_daily\": \"\", \"deceased\": 401, \"positive_100k\": 25.951492405660165, \"positive_daily\": \"\", \"positive\": 9856, \"region_iso\": \"POL\", \"region_label\": \"Poland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.12759564, \"Longitude\": 19.39012835, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 7.411181079663193, \"deceased_daily\": \"\", \"deceased\": 762, \"positive_100k\": 207.93128648572105, \"positive_daily\": \"\", \"positive\": 21379, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.32354583224436195, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 234.85832467249074, \"positive_daily\": \"\", \"positive\": 6533, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Romania\", \"country\": \"ROU\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.557264232561923, \"deceased_daily\": \"\", \"deceased\": 498, \"positive_100k\": 47.45830529585801, \"positive_daily\": \"\", \"positive\": 9242, \"region_iso\": \"ROU\", \"region_label\": \"Romania\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.85243127, \"Longitude\": 24.97293039, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Saudi Arabia\", \"country\": \"SAU\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.3234426451768604, \"deceased_daily\": \"\", \"deceased\": 109, \"positive_100k\": 34.51340739497305, \"positive_daily\": \"\", \"positive\": 11631, \"region_iso\": \"SAU\", \"region_label\": \"Saudi Arabia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 24.12245841, \"Longitude\": 44.53686271, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.790296421526868, \"deceased_daily\": \"\", \"deceased\": 125, \"positive_100k\": 94.95732219778507, \"positive_daily\": \"\", \"positive\": 6630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 161.8287697324691, \"positive_daily\": \"\", \"positive\": 9125, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.724535303757621, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 65.01007075649665, \"positive_daily\": \"\", \"positive\": 1344, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"South Africa\", \"country\": \"ZAF\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.10038141128718357, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 5.996923967415364, \"positive_daily\": \"\", \"positive\": 3465, \"region_iso\": \"ZAF\", \"region_label\": \"South Africa\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -29.00034095, \"Longitude\": 25.08390093, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 45.54857102755175, \"deceased_daily\": \"\", \"deceased\": 21282, \"positive_100k\": 436.98976295759144, \"positive_daily\": \"\", \"positive\": 204178, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 17.33251171663062, \"deceased_daily\": \"\", \"deceased\": 1765, \"positive_100k\": 150.46387791626876, \"positive_daily\": \"\", \"positive\": 15322, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 17.35445943265947, \"deceased_daily\": \"\", \"deceased\": 1478, \"positive_100k\": 329.51163400454857, \"positive_daily\": \"\", \"positive\": 28063, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Thailand\", \"country\": \"THA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.06913584969774095, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 4.048768197923954, \"positive_daily\": \"\", \"positive\": 2811, \"region_iso\": \"THA\", \"region_label\": \"Thailand\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 15.11815794, \"Longitude\": 101.0028813, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Tunisia\", \"country\": \"TUN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.3285718090229969, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 7.643617873061296, \"positive_daily\": \"\", \"positive\": 884, \"region_iso\": \"TUN\", \"region_label\": \"Tunisia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.11956246, \"Longitude\": 9.55288359, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.744178296807701, \"deceased_daily\": \"\", \"deceased\": 2259, \"positive_100k\": 116.12162353702742, \"positive_daily\": \"\", \"positive\": 95591, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 13.707048850100405, \"deceased_daily\": \"\", \"deceased\": 44845, \"positive_100k\": 251.7933982390191, \"positive_daily\": \"\", \"positive\": 823786, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ukraine\", \"country\": \"UKR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.3608043974929607, \"deceased_daily\": \"\", \"deceased\": 161, \"positive_100k\": 13.726254252449593, \"positive_daily\": \"\", \"positive\": 6125, \"region_iso\": \"UKR\", \"region_label\": \"Ukraine\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 48.99656673, \"Longitude\": 31.38326469, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.4776263713717398, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 80.52157630408352, \"positive_daily\": \"\", \"positive\": 7755, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 26.13665772127599, \"deceased_daily\": \"\", \"deceased\": 17378, \"positive_100k\": 195.77977954275167, \"positive_daily\": \"\", \"positive\": 130172, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Uruguay\", \"country\": \"URY\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.31890537758541665, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 15.510397909836174, \"positive_daily\": \"\", \"positive\": 535, \"region_iso\": \"URY\", \"region_label\": \"Uruguay\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -32.79951534, \"Longitude\": -56.01807053, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Uzbekistan\", \"country\": \"UZB\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.01820642444030417, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 5.091730035138399, \"positive_daily\": \"\", \"positive\": 1678, \"region_iso\": \"UZB\", \"region_label\": \"Uzbekistan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 41.75554225, \"Longitude\": 63.14001528, \"Geo Region\": \"Asia\"}]}}, {\"mode\": \"vega-lite\"});\n", "</script>" ], "text/plain": [ @@ -392,10 +392,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.128065, - "end_time": "2020-04-21T22:12:46.820690", + "duration": 0.118659, + "end_time": "2020-04-22T07:32:28.899755", "exception": false, - "start_time": "2020-04-21T22:12:46.692625", + "start_time": "2020-04-22T07:32:28.781096", "status": "completed" }, "tags": [] @@ -405,10 +405,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-5b65cdbaf5204f5bad0e84a926248d16\"></div>\n", + "<div id=\"altair-viz-9682e022a2be460cbbc7054bbd3b23ad\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-5b65cdbaf5204f5bad0e84a926248d16\");\n", + " const outputDiv = document.getElementById(\"altair-viz-9682e022a2be460cbbc7054bbd3b23ad\");\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", @@ -449,7 +449,7 @@ " .catch(showError)\n", " .then(() => displayChart(vegaEmbed));\n", " }\n", - " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"layer\": [{\"mark\": \"bar\", \"encoding\": {\"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"positive\"}, {\"type\": \"quantitative\", \"field\": \"deceased\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}, {\"type\": \"quantitative\", \"field\": \"deceased_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Positive cases/100k\"}, \"y\": {\"type\": \"nominal\", \"field\": \"country_label\", \"sort\": \"-x\", \"title\": \"Country/Region\"}}}, {\"mark\": {\"type\": \"text\", \"align\": \"left\", \"baseline\": \"middle\", \"dx\": 3}, \"encoding\": {\"text\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"format\": \".3\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"positive\"}, {\"type\": \"quantitative\", \"field\": \"deceased\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}, {\"type\": \"quantitative\", \"field\": \"deceased_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Positive cases/100k\"}, \"y\": {\"type\": \"nominal\", \"field\": \"country_label\", \"sort\": \"-x\", \"title\": \"Country/Region\"}}}], \"data\": {\"name\": \"data-eceb317073efa90d8b143b833cb1fe20\"}, \"height\": 900, \"title\": \"Confirmed cases per 100k inhabitants\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-eceb317073efa90d8b143b833cb1fe20\": [{\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Afghanistan\", \"country\": \"AFG\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.09684608354169141, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 2.760113380938205, \"positive_daily\": \"\", \"positive\": 1026, \"region_iso\": \"AFG\", \"region_label\": \"Afghanistan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 33.83523073, \"Longitude\": 66.00473366, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Albania\", \"country\": \"ALB\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.9070687167349992, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 20.37415886820152, \"positive_daily\": \"\", \"positive\": 584, \"region_iso\": \"ALB\", \"region_label\": \"Albania\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 41.14244989, \"Longitude\": 20.04983396, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Algeria\", \"country\": \"DZA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.9093400088362273, \"deceased_daily\": \"\", \"deceased\": 384, \"positive_100k\": 6.436422250043923, \"positive_daily\": \"\", \"positive\": 2718, \"region_iso\": \"DZA\", \"region_label\": \"Algeria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 28.15893849, \"Longitude\": 2.61732301, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Argentina\", \"country\": \"ARG\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.3056557414666648, \"deceased_daily\": \"\", \"deceased\": 136, \"positive_100k\": 6.6098054092166265, \"positive_daily\": \"\", \"positive\": 2941, \"region_iso\": \"ARG\", \"region_label\": \"Argentina\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -35.3813488, \"Longitude\": -65.17980692, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Armenia\", \"country\": \"ARM\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.7453140075669699, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 45.362520733280576, \"positive_daily\": \"\", \"positive\": 1339, \"region_iso\": \"ARM\", \"region_label\": \"Armenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.28952569, \"Longitude\": 44.92993276, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Australia\", \"country\": \"AUS\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.2680818292975748, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 26.195996065839136, \"positive_daily\": \"\", \"positive\": 6547, \"region_iso\": \"AUS\", \"region_label\": \"Australia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -25.73288704, \"Longitude\": 134.49100008, \"Geo Region\": \"Oceania\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.312513104669959, \"deceased_daily\": \"\", \"deceased\": 470, \"positive_100k\": 167.23113060338733, \"positive_daily\": \"\", \"positive\": 14795, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Azerbaijan\", \"country\": \"AZE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.19110200884420098, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 14.4432886684354, \"positive_daily\": \"\", \"positive\": 1436, \"region_iso\": \"AZE\", \"region_label\": \"Azerbaijan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.28827235, \"Longitude\": 47.54599879, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 121.50838611758724, \"positive_daily\": \"\", \"positive\": 1907, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bangladesh\", \"country\": \"BGD\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.06259449638572251, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 1.827015597476336, \"positive_daily\": \"\", \"positive\": 2948, \"region_iso\": \"BGD\", \"region_label\": \"Bangladesh\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.86731158, \"Longitude\": 90.23812743, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.5376692102988745, \"deceased_daily\": \"\", \"deceased\": 51, \"positive_100k\": 66.03843006494412, \"positive_daily\": \"\", \"positive\": 6264, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 51.02403522724607, \"deceased_daily\": \"\", \"deceased\": 5828, \"positive_100k\": 350.05044620641377, \"positive_daily\": \"\", \"positive\": 39983, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bolivia\", \"country\": \"BOL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.29066843346097493, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 4.9677877718784815, \"positive_daily\": \"\", \"positive\": 564, \"region_iso\": \"BOL\", \"region_label\": \"Bolivia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -16.70814787, \"Longitude\": -64.68538645, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Brazil\", \"country\": \"BRA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.2350256540894222, \"deceased_daily\": \"\", \"deceased\": 2587, \"positive_100k\": 19.45057990899317, \"positive_daily\": \"\", \"positive\": 40743, \"region_iso\": \"BRA\", \"region_label\": \"Brazil\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -10.78777702, \"Longitude\": -53.09783113, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bulgaria\", \"country\": \"BGR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.6121679629441918, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 13.225675292445448, \"positive_daily\": \"\", \"positive\": 929, \"region_iso\": \"BGR\", \"region_label\": \"Bulgaria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.76890318, \"Longitude\": 25.21552909, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Burkina Faso\", \"country\": \"BFA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.19239011043951773, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 2.941543530667363, \"positive_daily\": \"\", \"positive\": 581, \"region_iso\": \"BFA\", \"region_label\": \"Burkina Faso\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 12.26953846, \"Longitude\": -1.75456601, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cameroon\", \"country\": \"CMR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.16655934824851146, \"deceased_daily\": \"\", \"deceased\": 42, \"positive_100k\": 4.612107666976639, \"positive_daily\": \"\", \"positive\": 1163, \"region_iso\": \"CMR\", \"region_label\": \"Cameroon\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 5.69109849, \"Longitude\": 12.73964156, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.654757826307429, \"deceased_daily\": \"\", \"deceased\": 1725, \"positive_100k\": 101.61403795087469, \"positive_daily\": \"\", \"positive\": 37657, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.7421582174534256, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 56.099686264626925, \"positive_daily\": \"\", \"positive\": 10507, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"China\", \"country\": \"CHN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.332871410826219, \"deceased_daily\": \"\", \"deceased\": 4636, \"positive_100k\": 6.018180121057204, \"positive_daily\": \"\", \"positive\": 83817, \"region_iso\": \"CHN\", \"region_label\": \"China\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 36.56176546, \"Longitude\": 103.81907349, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Colombia\", \"country\": \"COL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.3806747348897559, \"deceased_daily\": \"\", \"deceased\": 189, \"positive_100k\": 8.010282648976505, \"positive_daily\": \"\", \"positive\": 3977, \"region_iso\": \"COL\", \"region_label\": \"Colombia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 3.91383431, \"Longitude\": -73.08114582, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Costa Rica\", \"country\": \"CRI\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.1200134175000765, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 13.241480397508441, \"positive_daily\": \"\", \"positive\": 662, \"region_iso\": \"CRI\", \"region_label\": \"Costa Rica\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 9.97634464, \"Longitude\": -84.19208768, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Croatia\", \"country\": \"HRV\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.1493128576319265, \"deceased_daily\": \"\", \"deceased\": 47, \"positive_100k\": 45.99696777033306, \"positive_daily\": \"\", \"positive\": 1881, \"region_iso\": \"HRV\", \"region_label\": \"Croatia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.08047631, \"Longitude\": 16.40412899, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cuba\", \"country\": \"CUB\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.3175124522209908, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 9.587112099006028, \"positive_daily\": \"\", \"positive\": 1087, \"region_iso\": \"CUB\", \"region_label\": \"Cuba\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 21.62289528, \"Longitude\": -79.01605384, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 64.91404354790565, \"positive_daily\": \"\", \"positive\": 772, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 6.27862682981437, \"deceased_daily\": \"\", \"deceased\": 364, \"positive_100k\": 133.006844738183, \"positive_daily\": \"\", \"positive\": 7711, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 88.2242522838193, \"positive_daily\": \"\", \"positive\": 846, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.96762705204533, \"deceased_daily\": \"\", \"deceased\": 507, \"positive_100k\": 59.28230134736707, \"positive_daily\": \"\", \"positive\": 10128, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.028275003709637, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 116.21005326735731, \"positive_daily\": \"\", \"positive\": 1535, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.7759897065086399, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 70.09722637525938, \"positive_daily\": \"\", \"positive\": 3868, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 30.292334462961335, \"deceased_daily\": \"\", \"deceased\": 20292, \"positive_100k\": 233.5967128308787, \"positive_daily\": \"\", \"positive\": 156480, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.862922743922126, \"deceased_daily\": \"\", \"deceased\": 4862, \"positive_100k\": 177.34075140578102, \"positive_daily\": \"\", \"positive\": 147065, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ghana\", \"country\": \"GHA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.03023471410121534, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 3.500508010385154, \"positive_daily\": \"\", \"positive\": 1042, \"region_iso\": \"GHA\", \"region_label\": \"Ghana\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 7.95345644, \"Longitude\": -1.21676566, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Greece\", \"country\": \"GRC\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.0813160884546391, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 20.92719498776435, \"positive_daily\": \"\", \"positive\": 2245, \"region_iso\": \"GRC\", \"region_label\": \"Greece\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.07469623, \"Longitude\": 22.95555794, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Guinea\", \"country\": \"GIN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.04027607477108287, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 5.01034370152271, \"positive_daily\": \"\", \"positive\": 622, \"region_iso\": \"GIN\", \"region_label\": \"Guinea\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 10.43621593, \"Longitude\": -10.94066612, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Hungary\", \"country\": \"HUN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.0371008267660717, \"deceased_daily\": \"\", \"deceased\": 199, \"positive_100k\": 20.309588142230584, \"positive_daily\": \"\", \"positive\": 1984, \"region_iso\": \"HUN\", \"region_label\": \"Hungary\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.16277506, \"Longitude\": 19.39559116, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"India\", \"country\": \"IND\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.04376699808181076, \"deceased_daily\": \"\", \"deceased\": 592, \"positive_100k\": 1.3706019889167058, \"positive_daily\": \"\", \"positive\": 18539, \"region_iso\": \"IND\", \"region_label\": \"India\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 22.88578212, \"Longitude\": 79.61197609999998, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Indonesia\", \"country\": \"IDN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.22042607351280538, \"deceased_daily\": \"\", \"deceased\": 590, \"positive_100k\": 2.52555975753655, \"positive_daily\": \"\", \"positive\": 6760, \"region_iso\": \"IDN\", \"region_label\": \"Indonesia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -2.21505456, \"Longitude\": 117.24011366, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Iraq\", \"country\": \"IRQ\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.21335498105824072, \"deceased_daily\": \"\", \"deceased\": 82, \"positive_100k\": 4.095374880313059, \"positive_daily\": \"\", \"positive\": 1574, \"region_iso\": \"IRQ\", \"region_label\": \"Iraq\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 33.03970582, \"Longitude\": 43.74353149, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 14.154716198970394, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 322.48852685048706, \"positive_daily\": \"\", \"positive\": 15652, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.9923906436434857, \"deceased_daily\": \"\", \"deceased\": 177, \"positive_100k\": 154.35962088295548, \"positive_daily\": \"\", \"positive\": 13713, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 39.90317399019975, \"deceased_daily\": \"\", \"deceased\": 24114, \"positive_100k\": 299.8910349131591, \"positive_daily\": \"\", \"positive\": 181228, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Japan\", \"country\": \"JPN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.18651835822747495, \"deceased_daily\": \"\", \"deceased\": 236, \"positive_100k\": 8.53321488890698, \"positive_daily\": \"\", \"positive\": 10797, \"region_iso\": \"JPN\", \"region_label\": \"Japan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 37.59230135, \"Longitude\": 138.03089558, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kazakhstan\", \"country\": \"KAZ\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.10395864109422707, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 10.133231752974133, \"positive_daily\": \"\", \"positive\": 1852, \"region_iso\": \"KAZ\", \"region_label\": \"Kazakhstan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 48.15688067, \"Longitude\": 67.29149357, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kosovo\", \"country\": \"XKX\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.6503007641033978, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 27.637782474394406, \"positive_daily\": \"\", \"positive\": 510, \"region_iso\": \"XKX\", \"region_label\": \"Kosovo\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.57078707, \"Longitude\": 20.87249811, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.2175327006032182, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 48.21974863371336, \"positive_daily\": \"\", \"positive\": 1995, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Latvia\", \"country\": \"LVA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.25953236420488107, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 38.35888342948142, \"positive_daily\": \"\", \"positive\": 739, \"region_iso\": \"LVA\", \"region_label\": \"Latvia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 56.85085163, \"Longitude\": 24.91235983, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Lebanon\", \"country\": \"LBN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.3066174618644532, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 9.884762937249276, \"positive_daily\": \"\", \"positive\": 677, \"region_iso\": \"LBN\", \"region_label\": \"Lebanon\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 33.92306631, \"Longitude\": 35.88016072, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Lithuania\", \"country\": \"LTU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.3263868898485875, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 47.53483826862776, \"positive_daily\": \"\", \"positive\": 1326, \"region_iso\": \"LTU\", \"region_label\": \"Lithuania\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.32610984, \"Longitude\": 23.88719355, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.341047310638968, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 585.4592844167128, \"positive_daily\": \"\", \"positive\": 3558, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malaysia\", \"country\": \"MYS\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.28228352144569757, \"deceased_daily\": \"\", \"deceased\": 89, \"positive_100k\": 17.206607908347298, \"positive_daily\": \"\", \"positive\": 5425, \"region_iso\": \"MYS\", \"region_label\": \"Malaysia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 3.78986846, \"Longitude\": 109.69762284, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Mexico\", \"country\": \"MEX\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.543621298251977, \"deceased_daily\": \"\", \"deceased\": 686, \"positive_100k\": 6.54643665431426, \"positive_daily\": \"\", \"positive\": 8261, \"region_iso\": \"MEX\", \"region_label\": \"Mexico\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.94753724, \"Longitude\": -102.52345169, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.974120409500257, \"deceased_daily\": \"\", \"deceased\": 70, \"positive_100k\": 71.85798290580935, \"positive_daily\": \"\", \"positive\": 2548, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Morocco\", \"country\": \"MAR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.39690097498308174, \"deceased_daily\": \"\", \"deceased\": 143, \"positive_100k\": 8.454268320269, \"positive_daily\": \"\", \"positive\": 3046, \"region_iso\": \"MAR\", \"region_label\": \"Morocco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.83762955, \"Longitude\": -8.45615795, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 21.84432874739779, \"deceased_daily\": \"\", \"deceased\": 3764, \"positive_100k\": 194.92755418905338, \"positive_daily\": \"\", \"positive\": 33588, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"New Zealand\", \"country\": \"NZL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.24562480810561868, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 29.474976972674238, \"positive_daily\": \"\", \"positive\": 1440, \"region_iso\": \"NZL\", \"region_label\": \"New Zealand\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -41.81113557, \"Longitude\": 171.48492347, \"Geo Region\": \"Oceania\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Niger\", \"country\": \"NER\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.0891148524694706, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 2.887321220010847, \"positive_daily\": \"\", \"positive\": 648, \"region_iso\": \"NER\", \"region_label\": \"Niger\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 17.41912493, \"Longitude\": 9.38545882, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Nigeria\", \"country\": \"NGA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.011231667748480483, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 0.3395026842154328, \"positive_daily\": \"\", \"positive\": 665, \"region_iso\": \"NGA\", \"region_label\": \"Nigeria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 9.59411452, \"Longitude\": 8.08943895, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.4058817507963366, \"deceased_daily\": \"\", \"deceased\": 181, \"positive_100k\": 134.65463982706402, \"positive_daily\": \"\", \"positive\": 7156, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Oman\", \"country\": \"OMN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.14494305084001746, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 29.195671669203517, \"positive_daily\": \"\", \"positive\": 1410, \"region_iso\": \"OMN\", \"region_label\": \"Oman\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 20.60515333, \"Longitude\": 56.09166155, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Pakistan\", \"country\": \"PAK\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.08293474783572116, \"deceased_daily\": \"\", \"deceased\": 176, \"positive_100k\": 3.9667312913698902, \"positive_daily\": \"\", \"positive\": 8418, \"region_iso\": \"PAK\", \"region_label\": \"Pakistan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.9497515, \"Longitude\": 69.33957937, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.016610751631663, \"deceased_daily\": \"\", \"deceased\": 126, \"positive_100k\": 106.94603355189396, \"positive_daily\": \"\", \"positive\": 4467, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.3910920591588627, \"deceased_daily\": \"\", \"deceased\": 445, \"positive_100k\": 51.03275924891783, \"positive_daily\": \"\", \"positive\": 16325, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Philippines\", \"country\": \"PHL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.40130547295715874, \"deceased_daily\": \"\", \"deceased\": 428, \"positive_100k\": 6.056149649136187, \"positive_daily\": \"\", \"positive\": 6459, \"region_iso\": \"PHL\", \"region_label\": \"Philippines\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.77536778, \"Longitude\": 122.88393253, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Poland\", \"country\": \"POL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.0005648451857612, \"deceased_daily\": \"\", \"deceased\": 380, \"positive_100k\": 25.258996210176335, \"positive_daily\": \"\", \"positive\": 9593, \"region_iso\": \"POL\", \"region_label\": \"Poland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.12759564, \"Longitude\": 19.39012835, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 7.148580175265679, \"deceased_daily\": \"\", \"deceased\": 735, \"positive_100k\": 202.91269142390186, \"positive_daily\": \"\", \"positive\": 20863, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.32354583224436195, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 216.2364645499819, \"positive_daily\": \"\", \"positive\": 6015, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Romania\", \"country\": \"ROU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.4545628577602394, \"deceased_daily\": \"\", \"deceased\": 478, \"positive_100k\": 45.886974261392254, \"positive_daily\": \"\", \"positive\": 8936, \"region_iso\": \"ROU\", \"region_label\": \"Romania\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.85243127, \"Longitude\": 24.97293039, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Saudi Arabia\", \"country\": \"SAU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.30563846287354696, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 31.109841211322973, \"positive_daily\": \"\", \"positive\": 10484, \"region_iso\": \"SAU\", \"region_label\": \"Saudi Arabia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 24.12245841, \"Longitude\": 44.53686271, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.790296421526868, \"deceased_daily\": \"\", \"deceased\": 125, \"positive_100k\": 94.95732219778507, \"positive_daily\": \"\", \"positive\": 6630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 142.12556280942547, \"positive_daily\": \"\", \"positive\": 8014, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.724535303757621, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 64.57473546125225, \"positive_daily\": \"\", \"positive\": 1335, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"South Africa\", \"country\": \"ZAF\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.10038141128718357, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 5.711356159443203, \"positive_daily\": \"\", \"positive\": 3300, \"region_iso\": \"ZAF\", \"region_label\": \"South Africa\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -29.00034095, \"Longitude\": 25.08390093, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 44.62826816401226, \"deceased_daily\": \"\", \"deceased\": 20852, \"positive_100k\": 428.4972937424178, \"positive_daily\": \"\", \"positive\": 200210, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 15.515789525369053, \"deceased_daily\": \"\", \"deceased\": 1580, \"positive_100k\": 145.1119125420117, \"positive_daily\": \"\", \"positive\": 14777, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 16.77910861249688, \"deceased_daily\": \"\", \"deceased\": 1429, \"positive_100k\": 328.11435344129654, \"positive_daily\": \"\", \"positive\": 27944, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Thailand\", \"country\": \"THA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.06769551949570468, \"deceased_daily\": \"\", \"deceased\": 47, \"positive_100k\": 4.021401924085265, \"positive_daily\": \"\", \"positive\": 2792, \"region_iso\": \"THA\", \"region_label\": \"Thailand\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 15.11815794, \"Longitude\": 101.0028813, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Tunisia\", \"country\": \"TUN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.3285718090229969, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 7.643617873061296, \"positive_daily\": \"\", \"positive\": 884, \"region_iso\": \"TUN\", \"region_label\": \"Tunisia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.11956246, \"Longitude\": 9.55288359, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.5996199890077376, \"deceased_daily\": \"\", \"deceased\": 2140, \"positive_100k\": 110.52029280370279, \"positive_daily\": \"\", \"positive\": 90980, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.866194989321583, \"deceased_daily\": \"\", \"deceased\": 42094, \"positive_100k\": 239.73229560494704, \"positive_daily\": \"\", \"positive\": 784326, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ukraine\", \"country\": \"UKR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.33839418646855324, \"deceased_daily\": \"\", \"deceased\": 151, \"positive_100k\": 12.796230494936683, \"positive_daily\": \"\", \"positive\": 5710, \"region_iso\": \"UKR\", \"region_label\": \"Ukraine\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 48.99656673, \"Longitude\": 31.38326469, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.44647682541271333, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 75.43381713077586, \"positive_daily\": \"\", \"positive\": 7265, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 24.89133877817457, \"deceased_daily\": \"\", \"deceased\": 16550, \"positive_100k\": 189.28847935141624, \"positive_daily\": \"\", \"positive\": 125856, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Uruguay\", \"country\": \"URY\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.289913979623106, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 15.510397909836174, \"positive_daily\": \"\", \"positive\": 535, \"region_iso\": \"URY\", \"region_label\": \"Uruguay\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -32.79951534, \"Longitude\": -56.01807053, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Uzbekistan\", \"country\": \"UZB\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.01517202036692014, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 4.936975427395814, \"positive_daily\": \"\", \"positive\": 1627, \"region_iso\": \"UZB\", \"region_label\": \"Uzbekistan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 41.75554225, \"Longitude\": 63.14001528, \"Geo Region\": \"Asia\"}]}}, {\"mode\": \"vega-lite\"});\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"layer\": [{\"mark\": \"bar\", \"encoding\": {\"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"positive\"}, {\"type\": \"quantitative\", \"field\": \"deceased\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}, {\"type\": \"quantitative\", \"field\": \"deceased_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Positive cases/100k\"}, \"y\": {\"type\": \"nominal\", \"field\": \"country_label\", \"sort\": \"-x\", \"title\": \"Country/Region\"}}}, {\"mark\": {\"type\": \"text\", \"align\": \"left\", \"baseline\": \"middle\", \"dx\": 3}, \"encoding\": {\"text\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"format\": \".3\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"positive\"}, {\"type\": \"quantitative\", \"field\": \"deceased\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}, {\"type\": \"quantitative\", \"field\": \"deceased_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Positive cases/100k\"}, \"y\": {\"type\": \"nominal\", \"field\": \"country_label\", \"sort\": \"-x\", \"title\": \"Country/Region\"}}}], \"data\": {\"name\": \"data-0a4286b167651ccaa13e6115f49cbb3a\"}, \"height\": 900, \"title\": \"Confirmed cases per 100k inhabitants\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-0a4286b167651ccaa13e6115f49cbb3a\": [{\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Afghanistan\", \"country\": \"AFG\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.09684608354169141, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 2.9376645340979723, \"positive_daily\": \"\", \"positive\": 1092, \"region_iso\": \"AFG\", \"region_label\": \"Afghanistan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 33.83523073, \"Longitude\": 66.00473366, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Albania\", \"country\": \"ALB\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.9070687167349992, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 21.246340326600556, \"positive_daily\": \"\", \"positive\": 609, \"region_iso\": \"ALB\", \"region_label\": \"Albania\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 41.14244989, \"Longitude\": 20.04983396, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Algeria\", \"country\": \"DZA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.9282845923536487, \"deceased_daily\": \"\", \"deceased\": 392, \"positive_100k\": 6.656653033433946, \"positive_daily\": \"\", \"positive\": 2811, \"region_iso\": \"DZA\", \"region_label\": \"Algeria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 28.15893849, \"Longitude\": 2.61732301, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Argentina\", \"country\": \"ARG\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.3303778970264686, \"deceased_daily\": \"\", \"deceased\": 147, \"positive_100k\": 6.812077591069566, \"positive_daily\": \"\", \"positive\": 3031, \"region_iso\": \"ARG\", \"region_label\": \"Argentina\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -35.3813488, \"Longitude\": -65.17980692, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Armenia\", \"country\": \"ARM\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.8130698264366945, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 47.46295111824204, \"positive_daily\": \"\", \"positive\": 1401, \"region_iso\": \"ARM\", \"region_label\": \"Armenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.28952569, \"Longitude\": 44.92993276, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Australia\", \"country\": \"AUS\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.2680818292975748, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 26.195996065839136, \"positive_daily\": \"\", \"positive\": 6547, \"region_iso\": \"AUS\", \"region_label\": \"Australia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -25.73288704, \"Longitude\": 134.49100008, \"Geo Region\": \"Oceania\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 5.549880711474361, \"deceased_daily\": \"\", \"deceased\": 491, \"positive_100k\": 168.1127817143751, \"positive_daily\": \"\", \"positive\": 14873, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Azerbaijan\", \"country\": \"AZE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.20116000930968525, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 14.885840688916709, \"positive_daily\": \"\", \"positive\": 1480, \"region_iso\": \"AZE\", \"region_label\": \"Azerbaijan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.28827235, \"Longitude\": 47.54599879, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 125.71371044048225, \"positive_daily\": \"\", \"positive\": 1973, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bangladesh\", \"country\": \"BGD\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.06817222378643045, \"deceased_daily\": \"\", \"deceased\": 110, \"positive_100k\": 2.0959860076882526, \"positive_daily\": \"\", \"positive\": 3382, \"region_iso\": \"BGD\", \"region_label\": \"Bangladesh\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.86731158, \"Longitude\": 90.23812743, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.5798393444399628, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 70.87745295763398, \"positive_daily\": \"\", \"positive\": 6723, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 52.51238217107446, \"deceased_daily\": \"\", \"deceased\": 5998, \"positive_100k\": 358.56904371432563, \"positive_daily\": \"\", \"positive\": 40956, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bolivia\", \"country\": \"BOL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.2994765678082772, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 5.267264339686759, \"positive_daily\": \"\", \"positive\": 598, \"region_iso\": \"BOL\", \"region_label\": \"Bolivia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -16.70814787, \"Longitude\": -64.68538645, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Brazil\", \"country\": \"BRA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.308544769176307, \"deceased_daily\": \"\", \"deceased\": 2741, \"positive_100k\": 20.565778953427994, \"positive_daily\": \"\", \"positive\": 43079, \"region_iso\": \"BRA\", \"region_label\": \"Brazil\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -10.78777702, \"Longitude\": -53.09783113, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bulgaria\", \"country\": \"BGR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.6406408914532241, \"deceased_daily\": \"\", \"deceased\": 45, \"positive_100k\": 13.880552648153188, \"positive_daily\": \"\", \"positive\": 975, \"region_iso\": \"BGR\", \"region_label\": \"Bulgaria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.76890318, \"Longitude\": 25.21552909, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Burkina Faso\", \"country\": \"BFA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.19239011043951773, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 3.0377385858871224, \"positive_daily\": \"\", \"positive\": 600, \"region_iso\": \"BFA\", \"region_label\": \"Burkina Faso\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 12.26953846, \"Longitude\": -1.75456601, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cameroon\", \"country\": \"CMR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.17052504701633317, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 4.612107666976639, \"positive_daily\": \"\", \"positive\": 1163, \"region_iso\": \"CMR\", \"region_label\": \"Cameroon\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 5.69109849, \"Longitude\": 12.73964156, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 5.1485669174461295, \"deceased_daily\": \"\", \"deceased\": 1908, \"positive_100k\": 106.32006557352986, \"positive_daily\": \"\", \"positive\": 39401, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.7848723594651335, \"deceased_daily\": \"\", \"deceased\": 147, \"positive_100k\": 57.83494828385256, \"positive_daily\": \"\", \"positive\": 10832, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"China\", \"country\": \"CHN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.332871410826219, \"deceased_daily\": \"\", \"deceased\": 4636, \"positive_100k\": 6.020764972392351, \"positive_daily\": \"\", \"positive\": 83853, \"region_iso\": \"CHN\", \"region_label\": \"China\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 36.56176546, \"Longitude\": 103.81907349, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Colombia\", \"country\": \"COL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.39477379914493205, \"deceased_daily\": \"\", \"deceased\": 196, \"positive_100k\": 8.356716799246547, \"positive_daily\": \"\", \"positive\": 4149, \"region_iso\": \"COL\", \"region_label\": \"Colombia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 3.91383431, \"Longitude\": -73.08114582, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Costa Rica\", \"country\": \"CRI\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.1200134175000765, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 13.38149605125853, \"positive_daily\": \"\", \"positive\": 669, \"region_iso\": \"CRI\", \"region_label\": \"Costa Rica\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 9.97634464, \"Longitude\": -84.19208768, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Croatia\", \"country\": \"HRV\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.173766322687925, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 46.657211326845015, \"positive_daily\": \"\", \"positive\": 1908, \"region_iso\": \"HRV\", \"region_label\": \"Croatia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.08047631, \"Longitude\": 16.40412899, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cuba\", \"country\": \"CUB\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.3351520328999347, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 10.028101615979624, \"positive_daily\": \"\", \"positive\": 1137, \"region_iso\": \"CUB\", \"region_label\": \"Cuba\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 21.62289528, \"Longitude\": -79.01605384, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 65.92307013155184, \"positive_daily\": \"\", \"positive\": 784, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 6.382120678657464, \"deceased_daily\": \"\", \"deceased\": 370, \"positive_100k\": 136.11166020347582, \"positive_daily\": \"\", \"positive\": 7891, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 98.54836691277687, \"positive_daily\": \"\", \"positive\": 945, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.0437200533798254, \"deceased_daily\": \"\", \"deceased\": 520, \"positive_100k\": 60.86269445200659, \"positive_daily\": \"\", \"positive\": 10398, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.2553956289878596, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 117.49707014393391, \"positive_daily\": \"\", \"positive\": 1552, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.5552504960991658, \"deceased_daily\": \"\", \"deceased\": 141, \"positive_100k\": 72.74308859107838, \"positive_daily\": \"\", \"positive\": 4014, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 31.093979623941536, \"deceased_daily\": \"\", \"deceased\": 20829, \"positive_100k\": 237.80199107758486, \"positive_daily\": \"\", \"positive\": 159297, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 6.069125909123829, \"deceased_daily\": \"\", \"deceased\": 5033, \"positive_100k\": 178.81914368962484, \"positive_daily\": \"\", \"positive\": 148291, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ghana\", \"country\": \"GHA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.03023471410121534, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 3.500508010385154, \"positive_daily\": \"\", \"positive\": 1042, \"region_iso\": \"GHA\", \"region_label\": \"Ghana\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 7.95345644, \"Longitude\": -1.21676566, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Greece\", \"country\": \"GRC\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.127924540543201, \"deceased_daily\": \"\", \"deceased\": 121, \"positive_100k\": 22.381378692927484, \"positive_daily\": \"\", \"positive\": 2401, \"region_iso\": \"GRC\", \"region_label\": \"Greece\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.07469623, \"Longitude\": 22.95555794, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Guinea\", \"country\": \"GIN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.04833128972529945, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 5.541987888501003, \"positive_daily\": \"\", \"positive\": 688, \"region_iso\": \"GIN\", \"region_label\": \"Guinea\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 10.43621593, \"Longitude\": -10.94066612, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Hungary\", \"country\": \"HUN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.180414452769715, \"deceased_daily\": \"\", \"deceased\": 213, \"positive_100k\": 21.47657052540311, \"positive_daily\": \"\", \"positive\": 2098, \"region_iso\": \"HUN\", \"region_label\": \"Hungary\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.16277506, \"Longitude\": 19.39559116, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"India\", \"country\": \"IND\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.04768532730197287, \"deceased_daily\": \"\", \"deceased\": 645, \"positive_100k\": 1.484529259261419, \"positive_daily\": \"\", \"positive\": 20080, \"region_iso\": \"IND\", \"region_label\": \"India\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 22.88578212, \"Longitude\": 79.61197609999998, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Indonesia\", \"country\": \"IDN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.23013976488794596, \"deceased_daily\": \"\", \"deceased\": 616, \"positive_100k\": 2.6656610754472307, \"positive_daily\": \"\", \"positive\": 7135, \"region_iso\": \"IDN\", \"region_label\": \"Indonesia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -2.21505456, \"Longitude\": 117.24011366, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Iraq\", \"country\": \"IRQ\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.21595687107114608, \"deceased_daily\": \"\", \"deceased\": 83, \"positive_100k\": 4.16822780067441, \"positive_daily\": \"\", \"positive\": 1602, \"region_iso\": \"IRQ\", \"region_label\": \"Iraq\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 33.03970582, \"Longitude\": 43.74353149, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 15.040673690317886, \"deceased_daily\": \"\", \"deceased\": 730, \"positive_100k\": 330.482747935204, \"positive_daily\": \"\", \"positive\": 16040, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.071185753844076, \"deceased_daily\": \"\", \"deceased\": 184, \"positive_100k\": 156.93734663094622, \"positive_daily\": \"\", \"positive\": 13942, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 40.78682228209519, \"deceased_daily\": \"\", \"deceased\": 24648, \"positive_100k\": 304.4069079254862, \"positive_daily\": \"\", \"positive\": 183957, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Japan\", \"country\": \"JPN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.20785732293994028, \"deceased_daily\": \"\", \"deceased\": 263, \"positive_100k\": 8.800347113825989, \"positive_daily\": \"\", \"positive\": 11135, \"region_iso\": \"JPN\", \"region_label\": \"Japan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 37.59230135, \"Longitude\": 138.03089558, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kazakhstan\", \"country\": \"KAZ\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.10395864109422707, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 10.915657314893842, \"positive_daily\": \"\", \"positive\": 1995, \"region_iso\": \"KAZ\", \"region_label\": \"Kazakhstan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 48.15688067, \"Longitude\": 67.29149357, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kosovo\", \"country\": \"XKX\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.6503007641033978, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 27.637782474394406, \"positive_daily\": \"\", \"positive\": 510, \"region_iso\": \"XKX\", \"region_label\": \"Kosovo\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.57078707, \"Longitude\": 20.87249811, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.26587330073726667, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 50.27422413941043, \"positive_daily\": \"\", \"positive\": 2080, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Latvia\", \"country\": \"LVA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.46715825556878593, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 38.826041685050214, \"positive_daily\": \"\", \"positive\": 748, \"region_iso\": \"LVA\", \"region_label\": \"Latvia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 56.85085163, \"Longitude\": 24.91235983, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Lebanon\", \"country\": \"LBN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.3066174618644532, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 9.884762937249276, \"positive_daily\": \"\", \"positive\": 677, \"region_iso\": \"LBN\", \"region_label\": \"Lebanon\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 33.92306631, \"Longitude\": 35.88016072, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Lithuania\", \"country\": \"LTU\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.3622351841688196, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 48.39519733231333, \"positive_daily\": \"\", \"positive\": 1350, \"region_iso\": \"LTU\", \"region_label\": \"Lithuania\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.32610984, \"Longitude\": 23.88719355, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 12.834689203064528, \"deceased_daily\": \"\", \"deceased\": 78, \"positive_100k\": 595.3321222652239, \"positive_daily\": \"\", \"positive\": 3618, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malaysia\", \"country\": \"MYS\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.2917986963258897, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 17.387396231070948, \"positive_daily\": \"\", \"positive\": 5482, \"region_iso\": \"MYS\", \"region_label\": \"Malaysia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 3.78986846, \"Longitude\": 109.69762284, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Mexico\", \"country\": \"MEX\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.5642250209262502, \"deceased_daily\": \"\", \"deceased\": 712, \"positive_100k\": 6.951379049950937, \"positive_daily\": \"\", \"positive\": 8772, \"region_iso\": \"MEX\", \"region_label\": \"Mexico\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.94753724, \"Longitude\": -102.52345169, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.030523849771693, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 73.71929643476673, \"positive_daily\": \"\", \"positive\": 2614, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Morocco\", \"country\": \"MAR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.40245203757025777, \"deceased_daily\": \"\", \"deceased\": 145, \"positive_100k\": 8.90667992112384, \"positive_daily\": \"\", \"positive\": 3209, \"region_iso\": \"MAR\", \"region_label\": \"Morocco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.83762955, \"Longitude\": -8.45615795, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 22.80190426368914, \"deceased_daily\": \"\", \"deceased\": 3929, \"positive_100k\": 199.1582969246679, \"positive_daily\": \"\", \"positive\": 34317, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"New Zealand\", \"country\": \"NZL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.2660935421144202, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 29.577320642718245, \"positive_daily\": \"\", \"positive\": 1445, \"region_iso\": \"NZL\", \"region_label\": \"New Zealand\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -41.81113557, \"Longitude\": 171.48492347, \"Geo Region\": \"Oceania\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Niger\", \"country\": \"NER\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.0891148524694706, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 2.9274229036221087, \"positive_daily\": \"\", \"positive\": 657, \"region_iso\": \"NER\", \"region_label\": \"Niger\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 17.41912493, \"Longitude\": 9.38545882, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Nigeria\", \"country\": \"NGA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.011231667748480483, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 0.3395026842154328, \"positive_daily\": \"\", \"positive\": 665, \"region_iso\": \"NGA\", \"region_label\": \"Nigeria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 9.59411452, \"Longitude\": 8.08943895, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.4246987770438304, \"deceased_daily\": \"\", \"deceased\": 182, \"positive_100k\": 135.31323574572627, \"positive_daily\": \"\", \"positive\": 7191, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Oman\", \"country\": \"OMN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.16564920096001995, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 31.224874380963758, \"positive_daily\": \"\", \"positive\": 1508, \"region_iso\": \"OMN\", \"region_label\": \"Oman\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 20.60515333, \"Longitude\": 56.09166155, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Pakistan\", \"country\": \"PAK\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.09471525178965882, \"deceased_daily\": \"\", \"deceased\": 201, \"positive_100k\": 4.50722081277655, \"positive_daily\": \"\", \"positive\": 9565, \"region_iso\": \"PAK\", \"region_label\": \"Pakistan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.9497515, \"Longitude\": 69.33957937, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.256024303348462, \"deceased_daily\": \"\", \"deceased\": 136, \"positive_100k\": 111.51883238968482, \"positive_daily\": \"\", \"positive\": 4658, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.5130079924334596, \"deceased_daily\": \"\", \"deceased\": 484, \"positive_100k\": 55.75934620048682, \"positive_daily\": \"\", \"positive\": 17837, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Philippines\", \"country\": \"PHL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.4097441394445756, \"deceased_daily\": \"\", \"deceased\": 437, \"positive_100k\": 6.187417794496005, \"positive_daily\": \"\", \"positive\": 6599, \"region_iso\": \"PHL\", \"region_label\": \"Philippines\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.77536778, \"Longitude\": 122.88393253, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Poland\", \"country\": \"POL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.0558592182091848, \"deceased_daily\": \"\", \"deceased\": 401, \"positive_100k\": 25.951492405660165, \"positive_daily\": \"\", \"positive\": 9856, \"region_iso\": \"POL\", \"region_label\": \"Poland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.12759564, \"Longitude\": 19.39012835, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 7.411181079663193, \"deceased_daily\": \"\", \"deceased\": 762, \"positive_100k\": 207.93128648572105, \"positive_daily\": \"\", \"positive\": 21379, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.32354583224436195, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 234.85832467249074, \"positive_daily\": \"\", \"positive\": 6533, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Romania\", \"country\": \"ROU\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.557264232561923, \"deceased_daily\": \"\", \"deceased\": 498, \"positive_100k\": 47.45830529585801, \"positive_daily\": \"\", \"positive\": 9242, \"region_iso\": \"ROU\", \"region_label\": \"Romania\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.85243127, \"Longitude\": 24.97293039, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Saudi Arabia\", \"country\": \"SAU\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.3234426451768604, \"deceased_daily\": \"\", \"deceased\": 109, \"positive_100k\": 34.51340739497305, \"positive_daily\": \"\", \"positive\": 11631, \"region_iso\": \"SAU\", \"region_label\": \"Saudi Arabia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 24.12245841, \"Longitude\": 44.53686271, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.790296421526868, \"deceased_daily\": \"\", \"deceased\": 125, \"positive_100k\": 94.95732219778507, \"positive_daily\": \"\", \"positive\": 6630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 161.8287697324691, \"positive_daily\": \"\", \"positive\": 9125, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.724535303757621, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 65.01007075649665, \"positive_daily\": \"\", \"positive\": 1344, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"South Africa\", \"country\": \"ZAF\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.10038141128718357, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 5.996923967415364, \"positive_daily\": \"\", \"positive\": 3465, \"region_iso\": \"ZAF\", \"region_label\": \"South Africa\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -29.00034095, \"Longitude\": 25.08390093, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 45.54857102755175, \"deceased_daily\": \"\", \"deceased\": 21282, \"positive_100k\": 436.98976295759144, \"positive_daily\": \"\", \"positive\": 204178, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 17.33251171663062, \"deceased_daily\": \"\", \"deceased\": 1765, \"positive_100k\": 150.46387791626876, \"positive_daily\": \"\", \"positive\": 15322, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 17.35445943265947, \"deceased_daily\": \"\", \"deceased\": 1478, \"positive_100k\": 329.51163400454857, \"positive_daily\": \"\", \"positive\": 28063, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Thailand\", \"country\": \"THA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.06913584969774095, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 4.048768197923954, \"positive_daily\": \"\", \"positive\": 2811, \"region_iso\": \"THA\", \"region_label\": \"Thailand\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 15.11815794, \"Longitude\": 101.0028813, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Tunisia\", \"country\": \"TUN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.3285718090229969, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 7.643617873061296, \"positive_daily\": \"\", \"positive\": 884, \"region_iso\": \"TUN\", \"region_label\": \"Tunisia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.11956246, \"Longitude\": 9.55288359, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.744178296807701, \"deceased_daily\": \"\", \"deceased\": 2259, \"positive_100k\": 116.12162353702742, \"positive_daily\": \"\", \"positive\": 95591, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 13.707048850100405, \"deceased_daily\": \"\", \"deceased\": 44845, \"positive_100k\": 251.7933982390191, \"positive_daily\": \"\", \"positive\": 823786, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ukraine\", \"country\": \"UKR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.3608043974929607, \"deceased_daily\": \"\", \"deceased\": 161, \"positive_100k\": 13.726254252449593, \"positive_daily\": \"\", \"positive\": 6125, \"region_iso\": \"UKR\", \"region_label\": \"Ukraine\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 48.99656673, \"Longitude\": 31.38326469, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.4776263713717398, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 80.52157630408352, \"positive_daily\": \"\", \"positive\": 7755, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 26.13665772127599, \"deceased_daily\": \"\", \"deceased\": 17378, \"positive_100k\": 195.77977954275167, \"positive_daily\": \"\", \"positive\": 130172, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Uruguay\", \"country\": \"URY\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.31890537758541665, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 15.510397909836174, \"positive_daily\": \"\", \"positive\": 535, \"region_iso\": \"URY\", \"region_label\": \"Uruguay\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -32.79951534, \"Longitude\": -56.01807053, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Uzbekistan\", \"country\": \"UZB\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.01820642444030417, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 5.091730035138399, \"positive_daily\": \"\", \"positive\": 1678, \"region_iso\": \"UZB\", \"region_label\": \"Uzbekistan\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 41.75554225, \"Longitude\": 63.14001528, \"Geo Region\": \"Asia\"}]}}, {\"mode\": \"vega-lite\"});\n", "</script>" ], "text/plain": [ @@ -508,10 +508,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.017261, - "end_time": "2020-04-21T22:12:46.858259", + "duration": 0.016443, + "end_time": "2020-04-22T07:32:28.935480", "exception": false, - "start_time": "2020-04-21T22:12:46.840998", + "start_time": "2020-04-22T07:32:28.919037", "status": "completed" }, "tags": [] @@ -528,10 +528,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.434653, - "end_time": "2020-04-21T22:12:47.310307", + "duration": 0.440358, + "end_time": "2020-04-22T07:32:29.391764", "exception": false, - "start_time": "2020-04-21T22:12:46.875654", + "start_time": "2020-04-22T07:32:28.951406", "status": "completed" }, "tags": [] @@ -541,10 +541,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-5c5388e55cc5465691c4c479b0456153\"></div>\n", + "<div id=\"altair-viz-b40191aecc08489690cb2b89a7320b1f\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-5c5388e55cc5465691c4c479b0456153\");\n", + " const outputDiv = document.getElementById(\"altair-viz-b40191aecc08489690cb2b89a7320b1f\");\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", @@ -585,7 +585,7 @@ " .catch(showError)\n", " .then(() => displayChart(vegaEmbed));\n", " }\n", - " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}, \"title\": {\"anchor\": \"middle\"}}, \"hconcat\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"facet\": {\"type\": \"nominal\", \"columns\": 1, \"field\": \"Geo Region\", \"sort\": [\"Americas\", \"Europe\", \"Asia\", \"Oceania\", \"Africa\"], \"title\": \"\"}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector001\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"temporal\", \"field\": \"date\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"symlog\"}, \"title\": \"Cases per 100k population\"}}, \"height\": 200, \"selection\": {\"selector001\": {\"type\": \"multi\", \"fields\": [\"country_label\"], \"bind\": \"legend\"}}, \"width\": 300}, {\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"facet\": {\"type\": \"nominal\", \"columns\": 1, \"field\": \"Geo Region\", \"sort\": [\"Americas\", \"Europe\", \"Asia\", \"Oceania\", \"Africa\"], \"title\": \"\"}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector001\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"temporal\", \"field\": \"date\"}, {\"type\": \"quantitative\", \"field\": \"deceased_100k\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"deceased_100k\", \"scale\": {\"type\": \"symlog\"}, \"title\": \"Deaths per 100k population\"}}, \"height\": 200, \"selection\": {\"selector001\": {\"type\": \"multi\", \"fields\": [\"country_label\"], \"bind\": \"legend\"}}, \"width\": 300}], \"data\": {\"name\": \"data-36df66da8ff3c5d4a55a0ae154f30ff6\"}, \"title\": \"Countries with 50 or more cases per 100k\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-36df66da8ff3c5d4a55a0ae154f30ff6\": [{\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02260643874327642, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02260643874327642, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03390965811491463, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03390965811491463, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1017289743447439, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.15824507120293496, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2034579486894878, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.23736760680440244, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3277933617775081, \"positive_daily\": \"\", \"positive\": 29, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.46343199423716663, \"positive_daily\": \"\", \"positive\": 41, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6216770654401016, \"positive_daily\": \"\", \"positive\": 55, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8929543303594186, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.175534814650374, \"positive_daily\": \"\", \"positive\": 104, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4807217376846056, \"positive_daily\": \"\", \"positive\": 131, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.057185925638154, \"positive_daily\": \"\", \"positive\": 182, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.780591965423, \"positive_daily\": \"\", \"positive\": 246, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.41357225023474, \"positive_daily\": \"\", \"positive\": 302, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.696822563305658, \"positive_daily\": \"\", \"positive\": 504, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 7.403608688423027, \"positive_daily\": \"\", \"positive\": 655, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.720768659608861, \"positive_daily\": \"\", \"positive\": 860, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.03390965811491463, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.506677320327698, \"positive_daily\": \"\", \"positive\": 1018, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.03390965811491463, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.055888203022096, \"positive_daily\": \"\", \"positive\": 1332, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04521287748655284, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.605099085716496, \"positive_daily\": \"\", \"positive\": 1646, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06781931622982926, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 22.753380595107718, \"positive_daily\": \"\", \"positive\": 2013, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.06781931622982926, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 26.992087859472047, \"positive_daily\": \"\", \"positive\": 2388, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.09042575497310568, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 31.807259311789924, \"positive_daily\": \"\", \"positive\": 2814, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.18085150994621135, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 40.48813178920807, \"positive_daily\": \"\", \"positive\": 3582, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.23736760680440244, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 50.57060346870936, \"positive_daily\": \"\", \"positive\": 4474, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.3164901424058699, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 59.71490794036467, \"positive_daily\": \"\", \"positive\": 5283, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.3390965811491463, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 63.16238984871432, \"positive_daily\": \"\", \"positive\": 5588, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.5538577492102723, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 78.0939426386484, \"positive_daily\": \"\", \"positive\": 6909, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.6555867235550162, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 86.54875072863378, \"positive_daily\": \"\", \"positive\": 7657, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.7686189172713983, \"deceased_daily\": \"\", \"deceased\": 68, \"positive_100k\": 93.48892742281964, \"positive_daily\": \"\", \"positive\": 8271, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9720768659608862, \"deceased_daily\": \"\", \"deceased\": 86, \"positive_100k\": 99.33269183795659, \"positive_daily\": \"\", \"positive\": 8788, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.2207476921369267, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 108.7143639164163, \"positive_daily\": \"\", \"positive\": 9618, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.4468120795696908, \"deceased_daily\": \"\", \"deceased\": 128, \"positive_100k\": 115.06677320327698, \"positive_daily\": \"\", \"positive\": 10180, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.6502700282591787, \"deceased_daily\": \"\", \"deceased\": 146, \"positive_100k\": 121.06878268961687, \"positive_daily\": \"\", \"positive\": 10711, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.7859086607188372, \"deceased_daily\": \"\", \"deceased\": 158, \"positive_100k\": 125.79352838696164, \"positive_daily\": \"\", \"positive\": 11129, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.8989408544352195, \"deceased_daily\": \"\", \"deceased\": 168, \"positive_100k\": 130.25830003875876, \"positive_daily\": \"\", \"positive\": 11524, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.102398803124707, \"deceased_daily\": \"\", \"deceased\": 186, \"positive_100k\": 133.16322741726978, \"positive_daily\": \"\", \"positive\": 11781, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.305856751814195, \"deceased_daily\": \"\", \"deceased\": 204, \"positive_100k\": 136.21509664761209, \"positive_daily\": \"\", \"positive\": 12051, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.4867082617604064, \"deceased_daily\": \"\", \"deceased\": 220, \"positive_100k\": 138.99568861303507, \"positive_daily\": \"\", \"positive\": 12297, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.7466823073080855, \"deceased_daily\": \"\", \"deceased\": 243, \"positive_100k\": 142.86138963813534, \"positive_daily\": \"\", \"positive\": 12639, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.0857788884572317, \"deceased_daily\": \"\", \"deceased\": 273, \"positive_100k\": 146.2862651077417, \"positive_daily\": \"\", \"positive\": 12942, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.334449714633272, \"deceased_daily\": \"\", \"deceased\": 295, \"positive_100k\": 149.69983735797646, \"positive_daily\": \"\", \"positive\": 13244, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 3.605726979552589, \"deceased_daily\": \"\", \"deceased\": 319, \"positive_100k\": 153.21513858255594, \"positive_daily\": \"\", \"positive\": 13555, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.8091849282420767, \"deceased_daily\": \"\", \"deceased\": 337, \"positive_100k\": 156.05224664483714, \"positive_daily\": \"\", \"positive\": 13806, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 3.956126780073374, \"deceased_daily\": \"\", \"deceased\": 350, \"positive_100k\": 157.62339413749484, \"positive_daily\": \"\", \"positive\": 13945, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.159584728762861, \"deceased_daily\": \"\", \"deceased\": 368, \"positive_100k\": 158.70850319717212, \"positive_daily\": \"\", \"positive\": 14041, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 4.3404362387090725, \"deceased_daily\": \"\", \"deceased\": 384, \"positive_100k\": 160.79959878092518, \"positive_daily\": \"\", \"positive\": 14226, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.4421652130538165, \"deceased_daily\": \"\", \"deceased\": 393, \"positive_100k\": 162.0429529118054, \"positive_daily\": \"\", \"positive\": 14336, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.634319942371667, \"deceased_daily\": \"\", \"deceased\": 410, \"positive_100k\": 163.62540362383473, \"positive_daily\": \"\", \"positive\": 14476, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 4.871687549176069, \"deceased_daily\": \"\", \"deceased\": 431, \"positive_100k\": 164.97048672905967, \"positive_daily\": \"\", \"positive\": 14595, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.007326181635727, \"deceased_daily\": \"\", \"deceased\": 443, \"positive_100k\": 165.8295314013042, \"positive_daily\": \"\", \"positive\": 14671, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.109055155980471, \"deceased_daily\": \"\", \"deceased\": 452, \"positive_100k\": 166.71118251229197, \"positive_daily\": \"\", \"positive\": 14749, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.312513104669959, \"deceased_daily\": \"\", \"deceased\": 470, \"positive_100k\": 167.23113060338733, \"positive_daily\": \"\", \"positive\": 14795, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06371703519537873, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4654918094937108, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.102662161447498, \"positive_daily\": \"\", \"positive\": 33, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.102662161447498, \"positive_daily\": \"\", \"positive\": 33, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.2938132670336344, \"positive_daily\": \"\", \"positive\": 36, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.612398443010528, \"positive_daily\": \"\", \"positive\": 41, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.9947006541828003, \"positive_daily\": \"\", \"positive\": 47, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.1221347245735576, \"positive_daily\": \"\", \"positive\": 49, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.1221347245735576, \"positive_daily\": \"\", \"positive\": 49, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.313285830159694, \"positive_daily\": \"\", \"positive\": 52, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.50443693574583, \"positive_daily\": \"\", \"positive\": 55, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.8230221117227243, \"positive_daily\": \"\", \"positive\": 60, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.415947991607192, \"positive_daily\": \"\", \"positive\": 85, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.415947991607192, \"positive_daily\": \"\", \"positive\": 85, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.053118343560979, \"positive_daily\": \"\", \"positive\": 95, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.00887387149166, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.380577391029533, \"positive_daily\": \"\", \"positive\": 210, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.63544553181105, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.63544553181105, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.527484024546352, \"positive_daily\": \"\", \"positive\": 228, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 16.311561010016955, \"positive_daily\": \"\", \"positive\": 256, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 17.713335784315287, \"positive_daily\": \"\", \"positive\": 278, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 18.15935503068294, \"positive_daily\": \"\", \"positive\": 285, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 19.433695734590515, \"positive_daily\": \"\", \"positive\": 305, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.12743407039075746, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 21.281489755256494, \"positive_daily\": \"\", \"positive\": 334, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.12743407039075746, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 24.02132226865778, \"positive_daily\": \"\", \"positive\": 377, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1911511055861362, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 24.97707779658846, \"positive_daily\": \"\", \"positive\": 392, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 26.697437746863688, \"positive_daily\": \"\", \"positive\": 419, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 29.182402119483463, \"positive_daily\": \"\", \"positive\": 458, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 29.69213840104649, \"positive_daily\": \"\", \"positive\": 466, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 30.329308753000277, \"positive_daily\": \"\", \"positive\": 476, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 31.79480056249399, \"positive_daily\": \"\", \"positive\": 499, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 32.81427312562005, \"positive_daily\": \"\", \"positive\": 515, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 36.12755895577974, \"positive_daily\": \"\", \"positive\": 567, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 36.2549930261705, \"positive_daily\": \"\", \"positive\": 569, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 40.97005363062852, \"positive_daily\": \"\", \"positive\": 643, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 42.81784765129451, \"positive_daily\": \"\", \"positive\": 672, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 43.837320214420565, \"positive_daily\": \"\", \"positive\": 688, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 44.60192463676511, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 48.17007860770632, \"positive_daily\": \"\", \"positive\": 756, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 51.674515543452145, \"positive_daily\": \"\", \"positive\": 811, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 52.43911996579669, \"positive_daily\": \"\", \"positive\": 823, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 56.51701021830094, \"positive_daily\": \"\", \"positive\": 887, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 58.93825755572533, \"positive_daily\": \"\", \"positive\": 925, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 66.26571660319388, \"positive_daily\": \"\", \"positive\": 1040, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 72.38255198195024, \"positive_daily\": \"\", \"positive\": 1136, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 86.71888490091045, \"positive_daily\": \"\", \"positive\": 1361, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 97.3596297785387, \"positive_daily\": \"\", \"positive\": 1528, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 106.47116581147787, \"positive_daily\": \"\", \"positive\": 1671, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 108.31895983214385, \"positive_daily\": \"\", \"positive\": 1700, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 110.867641239959, \"positive_daily\": \"\", \"positive\": 1740, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 112.9703034014065, \"positive_daily\": \"\", \"positive\": 1773, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 119.8517432025074, \"positive_daily\": \"\", \"positive\": 1881, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 121.50838611758724, \"positive_daily\": \"\", \"positive\": 1907, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010542533535272049, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010542533535272049, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010542533535272049, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010542533535272049, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010542533535272049, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06325520121163229, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06325520121163229, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06325520121163229, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06325520121163229, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06325520121163229, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06325520121163229, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09488280181744844, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09488280181744844, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.12651040242326458, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2846484054523453, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2846484054523453, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2846484054523453, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3795312072697938, \"positive_daily\": \"\", \"positive\": 36, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3795312072697938, \"positive_daily\": \"\", \"positive\": 36, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5376692102988745, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5376692102988745, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7274348139337714, \"positive_daily\": \"\", \"positive\": 69, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8012325486806758, \"positive_daily\": \"\", \"positive\": 76, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8012325486806758, \"positive_daily\": \"\", \"positive\": 76, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.853945216357036, \"positive_daily\": \"\", \"positive\": 81, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.853945216357036, \"positive_daily\": \"\", \"positive\": 81, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9066578840333962, \"positive_daily\": \"\", \"positive\": 86, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9066578840333962, \"positive_daily\": \"\", \"positive\": 86, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9909981523155725, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9909981523155725, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9909981523155725, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6024650973613517, \"positive_daily\": \"\", \"positive\": 152, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.010542533535272049, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.6024650973613517, \"positive_daily\": \"\", \"positive\": 152, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.021085067070544097, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.718432966249344, \"positive_daily\": \"\", \"positive\": 163, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.042170134141088195, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 3.2049301947227034, \"positive_daily\": \"\", \"positive\": 304, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.042170134141088195, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 3.7004292708804893, \"positive_daily\": \"\", \"positive\": 351, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.05271266767636024, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 4.638714755519702, \"positive_daily\": \"\", \"positive\": 440, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.08434026828217639, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 5.924903846822891, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 7.379773474690435, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 9.077121373869234, \"positive_daily\": \"\", \"positive\": 861, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 11.238340748600004, \"positive_daily\": \"\", \"positive\": 1066, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.16868053656435278, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 15.666204833414264, \"positive_daily\": \"\", \"positive\": 1486, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.20030813717016896, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 20.88475893337393, \"positive_daily\": \"\", \"positive\": 1981, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.24247827131125715, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 23.46767964951558, \"positive_daily\": \"\", \"positive\": 2226, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.2741058719170733, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 27.178651453931344, \"positive_daily\": \"\", \"positive\": 2578, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.3057334725228894, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 30.773655389459112, \"positive_daily\": \"\", \"positive\": 2919, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.3479036066639776, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 34.59005252922759, \"positive_daily\": \"\", \"positive\": 3281, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.3795312072697938, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 39.302565019494196, \"positive_daily\": \"\", \"positive\": 3728, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.42170134141088195, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 44.32081098228369, \"positive_daily\": \"\", \"positive\": 4204, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.44278640848142603, \"deceased_daily\": \"\", \"deceased\": 42, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.47441400908724224, \"deceased_daily\": \"\", \"deceased\": 45, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.49549907615778627, \"deceased_daily\": \"\", \"deceased\": 47, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.5376692102988745, \"deceased_daily\": \"\", \"deceased\": 51, \"positive_100k\": 66.03843006494412, \"positive_daily\": \"\", \"positive\": 6264, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01750996404503983, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07003985618015932, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1138147662927589, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.20136458651795808, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.43774910112599574, \"positive_daily\": \"\", \"positive\": 50, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9542930404546707, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4795919618058655, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.750996404503983, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.09244070338226, \"positive_daily\": \"\", \"positive\": 239, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3375802000128174, \"positive_daily\": \"\", \"positive\": 267, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.7490643550712535, \"positive_daily\": \"\", \"positive\": 314, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.7490643550712535, \"positive_daily\": \"\", \"positive\": 314, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 4.894034950588632, \"positive_daily\": \"\", \"positive\": 559, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.03501992809007966, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 6.0321826135162215, \"positive_daily\": \"\", \"positive\": 689, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.03501992809007966, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.756914071952645, \"positive_daily\": \"\", \"positive\": 886, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.043774910112599576, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 9.26277097982607, \"positive_daily\": \"\", \"positive\": 1058, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.08754982022519915, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 10.882442653992253, \"positive_daily\": \"\", \"positive\": 1243, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.12256974831527881, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 13.009903285464592, \"positive_daily\": \"\", \"positive\": 1486, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.1838546224729182, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 15.715192730423247, \"positive_daily\": \"\", \"positive\": 1795, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.32393433483323686, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 19.759994424827447, \"positive_daily\": \"\", \"positive\": 2257, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.5865837955088343, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 24.64527439339356, \"positive_daily\": \"\", \"positive\": 2815, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.6566236516889936, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 29.77569385859023, \"positive_daily\": \"\", \"positive\": 3401, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.7704384179817525, \"deceased_daily\": \"\", \"deceased\": 88, \"positive_100k\": 32.76989771029204, \"positive_daily\": \"\", \"positive\": 3743, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.0681078067474294, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 37.37501825413752, \"positive_daily\": \"\", \"positive\": 4269, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.558386800008545, \"deceased_daily\": \"\", \"deceased\": 178, \"positive_100k\": 43.22334624518082, \"positive_daily\": \"\", \"positive\": 4937, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.9260960449543811, \"deceased_daily\": \"\", \"deceased\": 220, \"positive_100k\": 54.58731291041167, \"positive_daily\": \"\", \"positive\": 6235, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.530189804508255, \"deceased_daily\": \"\", \"deceased\": 289, \"positive_100k\": 63.771289052035065, \"positive_daily\": \"\", \"positive\": 7284, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.09050865394953, \"deceased_daily\": \"\", \"deceased\": 353, \"positive_100k\": 79.9680057936969, \"positive_daily\": \"\", \"positive\": 9134, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.773397251706083, \"deceased_daily\": \"\", \"deceased\": 431, \"positive_100k\": 94.86898519602579, \"positive_daily\": \"\", \"positive\": 10836, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.491305777552716, \"deceased_daily\": \"\", \"deceased\": 513, \"positive_100k\": 104.17553108596448, \"positive_daily\": \"\", \"positive\": 11899, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.17226232587654, \"deceased_daily\": \"\", \"deceased\": 705, \"positive_100k\": 111.84489533769191, \"positive_daily\": \"\", \"positive\": 12775, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 7.249125114646489, \"deceased_daily\": \"\", \"deceased\": 828, \"positive_100k\": 122.2545689624681, \"positive_daily\": \"\", \"positive\": 13964, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 8.851286824767634, \"deceased_daily\": \"\", \"deceased\": 1011, \"positive_100k\": 134.37146408163565, \"positive_daily\": \"\", \"positive\": 15348, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 10.006944451740264, \"deceased_daily\": \"\", \"deceased\": 1143, \"positive_100k\": 146.821048517659, \"positive_daily\": \"\", \"positive\": 16770, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.232641934893051, \"deceased_daily\": \"\", \"deceased\": 1283, \"positive_100k\": 161.36307365706455, \"positive_daily\": \"\", \"positive\": 18431, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 12.668458986586316, \"deceased_daily\": \"\", \"deceased\": 1447, \"positive_100k\": 172.39435100543963, \"positive_daily\": \"\", \"positive\": 19691, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 14.288130660752502, \"deceased_daily\": \"\", \"deceased\": 1632, \"positive_100k\": 182.2261958167295, \"positive_daily\": \"\", \"positive\": 20814, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 17.816388415828026, \"deceased_daily\": \"\", \"deceased\": 2035, \"positive_100k\": 194.308071007807, \"positive_daily\": \"\", \"positive\": 22194, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 19.61115973044461, \"deceased_daily\": \"\", \"deceased\": 2240, \"positive_100k\": 204.89284427303357, \"positive_daily\": \"\", \"positive\": 23403, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 22.088819642817747, \"deceased_daily\": \"\", \"deceased\": 2523, \"positive_100k\": 218.72571586861503, \"positive_daily\": \"\", \"positive\": 24983, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 26.431290725987623, \"deceased_daily\": \"\", \"deceased\": 3019, \"positive_100k\": 233.46910559453858, \"positive_daily\": \"\", \"positive\": 26667, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 29.294169847351633, \"deceased_daily\": \"\", \"deceased\": 3346, \"positive_100k\": 245.29708630696297, \"positive_daily\": \"\", \"positive\": 28018, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 31.517935281071697, \"deceased_daily\": \"\", \"deceased\": 3600, \"positive_100k\": 259.5589520216479, \"positive_daily\": \"\", \"positive\": 29647, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 34.170694833895226, \"deceased_daily\": \"\", \"deceased\": 3903, \"positive_100k\": 267.8061450868617, \"positive_daily\": \"\", \"positive\": 30589, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 36.39446026761529, \"deceased_daily\": \"\", \"deceased\": 4157, \"positive_100k\": 272.44628555879723, \"positive_daily\": \"\", \"positive\": 31119, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 38.87212017998842, \"deceased_daily\": \"\", \"deceased\": 4440, \"positive_100k\": 293.9310114420611, \"positive_daily\": \"\", \"positive\": 33573, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 42.52294768337923, \"deceased_daily\": \"\", \"deceased\": 4857, \"positive_100k\": 304.7521692218957, \"positive_daily\": \"\", \"positive\": 34809, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 45.201972182270325, \"deceased_daily\": \"\", \"deceased\": 5163, \"positive_100k\": 316.3875403298247, \"positive_daily\": \"\", \"positive\": 36138, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 47.740916968801095, \"deceased_daily\": \"\", \"deceased\": 5453, \"positive_100k\": 325.536496543358, \"positive_daily\": \"\", \"positive\": 37183, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 49.75456283398068, \"deceased_daily\": \"\", \"deceased\": 5683, \"positive_100k\": 337.03178793892664, \"positive_daily\": \"\", \"positive\": 38496, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 51.02403522724607, \"deceased_daily\": \"\", \"deceased\": 5828, \"positive_100k\": 350.05044620641377, \"positive_daily\": \"\", \"positive\": 39983, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002698410334091263, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002698410334091263, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.005396820668182526, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.005396820668182526, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.005396820668182526, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010793641336365052, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010793641336365052, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010793641336365052, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010793641336365052, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010793641336365052, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013492051670456313, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013492051670456313, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.021587282672730104, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.021587282672730104, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.021587282672730104, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.021587282672730104, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.024285693006821367, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.024285693006821367, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.024285693006821367, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.026984103340912627, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02968251367500389, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02968251367500389, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03507933434318642, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03777774467727768, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.053968206681825254, \"positive_daily\": \"\", \"positive\": 20, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06476184801819031, \"positive_daily\": \"\", \"positive\": 24, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0728570790204641, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0809523100227379, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08904754102501167, \"positive_daily\": \"\", \"positive\": 33, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09984118236137673, \"positive_daily\": \"\", \"positive\": 37, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.13222210637047188, \"positive_daily\": \"\", \"positive\": 49, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1457141580409282, \"positive_daily\": \"\", \"positive\": 54, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.17269826138184083, \"positive_daily\": \"\", \"positive\": 64, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.20777759572502727, \"positive_daily\": \"\", \"positive\": 77, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.21317441639320975, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.2914283160818564, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.31571400908867775, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.5207931944796137, \"positive_daily\": \"\", \"positive\": 193, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.53428524615007, \"positive_daily\": \"\", \"positive\": 198, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.6799994041909982, \"positive_daily\": \"\", \"positive\": 252, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.010793641336365052, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 1.1198402886478742, \"positive_daily\": \"\", \"positive\": 415, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.013492051670456313, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.2898401396956236, \"positive_daily\": \"\", \"positive\": 478, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.021587282672730104, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 1.7728555894979598, \"positive_daily\": \"\", \"positive\": 657, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.024285693006821367, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 2.1587282672730104, \"positive_daily\": \"\", \"positive\": 800, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.032380924009095154, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 2.544600945048061, \"positive_daily\": \"\", \"positive\": 943, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.051269796347733994, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 3.4458699966345425, \"positive_daily\": \"\", \"positive\": 1277, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.05666661701591652, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 3.9639647807800653, \"positive_daily\": \"\", \"positive\": 1469, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.06746025835228157, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 5.634280777582557, \"positive_daily\": \"\", \"positive\": 2088, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.07015866868637284, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 7.528564832114624, \"positive_daily\": \"\", \"positive\": 2790, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0809523100227379, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 8.772531996130695, \"positive_daily\": \"\", \"positive\": 3251, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.10253959269546799, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 10.906974570396883, \"positive_daily\": \"\", \"positive\": 4042, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.1457141580409282, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 12.633957184215292, \"positive_daily\": \"\", \"positive\": 4682, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.16460303037956703, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 15.04633602289288, \"positive_daily\": \"\", \"positive\": 5576, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.17269826138184083, \"deceased_daily\": \"\", \"deceased\": 64, \"positive_100k\": 16.94601689809313, \"positive_daily\": \"\", \"positive\": 6280, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.21587282672730101, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 19.962839651607162, \"positive_daily\": \"\", \"positive\": 7398, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.27253944374321754, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 23.0093449187962, \"positive_daily\": \"\", \"positive\": 8527, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.2941267264159476, \"deceased_daily\": \"\", \"deceased\": 109, \"positive_100k\": 25.796802793912473, \"positive_daily\": \"\", \"positive\": 9560, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.3750790364386855, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 30.44886220988581, \"positive_daily\": \"\", \"positive\": 11284, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.483015449802336, \"deceased_daily\": \"\", \"deceased\": 179, \"positive_100k\": 33.56012932509304, \"positive_daily\": \"\", \"positive\": 12437, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.5882534528318952, \"deceased_daily\": \"\", \"deceased\": 218, \"positive_100k\": 35.019969315836406, \"positive_daily\": \"\", \"positive\": 12978, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.6988882765296371, \"deceased_daily\": \"\", \"deceased\": 259, \"positive_100k\": 42.51615322394194, \"positive_daily\": \"\", \"positive\": 15756, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.9147611032569382, \"deceased_daily\": \"\", \"deceased\": 339, \"positive_100k\": 44.69377036355358, \"positive_daily\": \"\", \"positive\": 16563, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.0119038752842235, \"deceased_daily\": \"\", \"deceased\": 375, \"positive_100k\": 48.22598949087905, \"positive_daily\": \"\", \"positive\": 17872, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.0982530059751439, \"deceased_daily\": \"\", \"deceased\": 407, \"positive_100k\": 51.65027220484087, \"positive_daily\": \"\", \"positive\": 19141, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.357300398047905, \"deceased_daily\": \"\", \"deceased\": 503, \"positive_100k\": 55.73296704032095, \"positive_daily\": \"\", \"positive\": 20654, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.5030145560888335, \"deceased_daily\": \"\", \"deceased\": 557, \"positive_100k\": 59.52423355971917, \"positive_daily\": \"\", \"positive\": 22059, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.764760358495686, \"deceased_daily\": \"\", \"deceased\": 654, \"positive_100k\": 62.91613534967188, \"positive_daily\": \"\", \"positive\": 23316, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.9266649785411616, \"deceased_daily\": \"\", \"deceased\": 714, \"positive_100k\": 65.5659742977495, \"positive_daily\": \"\", \"positive\": 24298, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.1020616502570935, \"deceased_daily\": \"\", \"deceased\": 779, \"positive_100k\": 69.29247896912953, \"positive_daily\": \"\", \"positive\": 25679, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.4258708903480453, \"deceased_daily\": \"\", \"deceased\": 899, \"positive_100k\": 72.9488249718232, \"positive_daily\": \"\", \"positive\": 27034, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.71460079609581, \"deceased_daily\": \"\", \"deceased\": 1006, \"positive_100k\": 76.11675870404635, \"positive_daily\": \"\", \"positive\": 28208, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 3.3919017899527177, \"deceased_daily\": \"\", \"deceased\": 1257, \"positive_100k\": 83.13262557268362, \"positive_daily\": \"\", \"positive\": 30808, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.6536475923595697, \"deceased_daily\": \"\", \"deceased\": 1354, \"positive_100k\": 88.5429382925366, \"positive_daily\": \"\", \"positive\": 32813, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.775076057393677, \"deceased_daily\": \"\", \"deceased\": 1399, \"positive_100k\": 92.70388702770533, \"positive_daily\": \"\", \"positive\": 34355, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 4.217615352184644, \"deceased_daily\": \"\", \"deceased\": 1563, \"positive_100k\": 96.14975702433988, \"positive_daily\": \"\", \"positive\": 35632, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.654757826307429, \"deceased_daily\": \"\", \"deceased\": 1725, \"positive_100k\": 101.61403795087469, \"positive_daily\": \"\", \"positive\": 37657, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.005339267751463493, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.005339267751463493, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.021357071005853972, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.021357071005853972, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.021357071005853972, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.042714142011707944, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.042714142011707944, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06941048076902541, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.12280315828366034, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.12280315828366034, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.22958851331293023, \"positive_daily\": \"\", \"positive\": 43, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3256953328392731, \"positive_daily\": \"\", \"positive\": 61, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.39510581360829855, \"positive_daily\": \"\", \"positive\": 74, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8275865014768415, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0731928180441621, \"positive_daily\": \"\", \"positive\": 201, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2707457248483114, \"positive_daily\": \"\", \"positive\": 238, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2707457248483114, \"positive_daily\": \"\", \"positive\": 238, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.317242204135156, \"positive_daily\": \"\", \"positive\": 434, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.867186782535896, \"positive_daily\": \"\", \"positive\": 537, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.005339267751463493, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.3744172189249277, \"positive_daily\": \"\", \"positive\": 632, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.010678535502926986, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.983093742591766, \"positive_daily\": \"\", \"positive\": 746, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.010678535502926986, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.922804866849341, \"positive_daily\": \"\", \"positive\": 922, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.016017803254390478, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 6.097443772171309, \"positive_daily\": \"\", \"positive\": 1142, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.021357071005853972, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 6.973083683411322, \"positive_daily\": \"\", \"positive\": 1306, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.026696338757317466, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 8.596221079856225, \"positive_daily\": \"\", \"positive\": 1610, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.032035606508780956, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 10.192662137543808, \"positive_daily\": \"\", \"positive\": 1909, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03737487426024445, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 11.420693720380411, \"positive_daily\": \"\", \"positive\": 2139, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.042714142011707944, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 13.075866723334094, \"positive_daily\": \"\", \"positive\": 2449, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.06407121301756191, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 14.618915103507046, \"positive_daily\": \"\", \"positive\": 2738, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.08542828402341589, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 16.18332055468585, \"positive_daily\": \"\", \"positive\": 3031, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.09610681952634288, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 18.17486742598173, \"positive_daily\": \"\", \"positive\": 3404, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.11746389053219686, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 19.952843587219075, \"positive_daily\": \"\", \"positive\": 3737, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.1441602292895143, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 22.216693113839593, \"positive_daily\": \"\", \"positive\": 4161, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.18153510354975877, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 23.871866116793278, \"positive_daily\": \"\", \"positive\": 4471, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.19755290680414928, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 25.70857422329672, \"positive_daily\": \"\", \"positive\": 4815, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.22958851331293023, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 27.315693816487233, \"positive_daily\": \"\", \"positive\": 5116, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.25628485207024765, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 29.611578949616533, \"positive_daily\": \"\", \"positive\": 5546, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.3043382618334191, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 31.886107011739984, \"positive_daily\": \"\", \"positive\": 5972, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.34705240384512703, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 34.710579652264165, \"positive_daily\": \"\", \"positive\": 6501, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.38976654585683507, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 36.98510771438762, \"positive_daily\": \"\", \"positive\": 6927, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.42714142011707945, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 38.51213829130618, \"positive_daily\": \"\", \"positive\": 7213, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.4378199556200065, \"deceased_daily\": \"\", \"deceased\": 82, \"positive_100k\": 40.17798982976279, \"positive_daily\": \"\", \"positive\": 7525, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.49121263313464136, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 42.27098278833648, \"positive_daily\": \"\", \"positive\": 7917, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.5018911686375683, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 44.17176210785748, \"positive_daily\": \"\", \"positive\": 8273, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.5606231139036668, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 47.022931087138986, \"positive_daily\": \"\", \"positive\": 8807, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.6193550591697652, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 49.39890523654024, \"positive_daily\": \"\", \"positive\": 9252, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.6727477366844001, \"deceased_daily\": \"\", \"deceased\": 126, \"positive_100k\": 51.95107522173979, \"positive_daily\": \"\", \"positive\": 9730, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.7101226109446446, \"deceased_daily\": \"\", \"deceased\": 133, \"positive_100k\": 53.86253307676372, \"positive_daily\": \"\", \"positive\": 10088, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.7421582174534256, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 56.099686264626925, \"positive_daily\": \"\", \"positive\": 10507, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16817109727436694, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2522566459115504, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5045132918231008, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5045132918231008, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1771976809205684, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.1862242645667704, \"positive_daily\": \"\", \"positive\": 26, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.1862242645667704, \"positive_daily\": \"\", \"positive\": 26, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.7748231050270546, \"positive_daily\": \"\", \"positive\": 33, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.8679352373104394, \"positive_daily\": \"\", \"positive\": 46, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.12019188322199, \"positive_daily\": \"\", \"positive\": 49, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.633731758691292, \"positive_daily\": \"\", \"positive\": 67, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.633731758691292, \"positive_daily\": \"\", \"positive\": 67, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.063186085523411, \"positive_daily\": \"\", \"positive\": 84, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.08408554863718347, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 7.98812712053243, \"positive_daily\": \"\", \"positive\": 95, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.08408554863718347, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.753923641913282, \"positive_daily\": \"\", \"positive\": 116, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 10.426608031010751, \"positive_daily\": \"\", \"positive\": 124, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.099292420108219, \"positive_daily\": \"\", \"positive\": 132, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 12.276490101028786, \"positive_daily\": \"\", \"positive\": 146, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 13.621858879223723, \"positive_daily\": \"\", \"positive\": 162, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 15.051313206055841, \"positive_daily\": \"\", \"positive\": 179, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 17.994307408357262, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5885988404602842, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 19.339676186552197, \"positive_daily\": \"\", \"positive\": 230, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.6726843890974677, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 22.03041374294207, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 26.907375563898707, \"positive_daily\": \"\", \"positive\": 320, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 29.93445531483731, \"positive_daily\": \"\", \"positive\": 356, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 33.297877260324654, \"positive_daily\": \"\", \"positive\": 396, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 35.82044371944016, \"positive_daily\": \"\", \"positive\": 426, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 37.50215469218383, \"positive_daily\": \"\", \"positive\": 446, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 39.09978011629031, \"positive_daily\": \"\", \"positive\": 465, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 41.53826102676863, \"positive_daily\": \"\", \"positive\": 494, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 44.22899858315851, \"positive_daily\": \"\", \"positive\": 526, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 47.42424943137148, \"positive_daily\": \"\", \"positive\": 564, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 50.030901439124165, \"positive_daily\": \"\", \"positive\": 595, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 51.79669796050502, \"positive_daily\": \"\", \"positive\": 616, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 53.226152287337136, \"positive_daily\": \"\", \"positive\": 633, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 55.664633197815455, \"positive_daily\": \"\", \"positive\": 662, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 58.43945630284251, \"positive_daily\": \"\", \"positive\": 695, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 60.12116727558618, \"positive_daily\": \"\", \"positive\": 715, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 61.80287824832985, \"positive_daily\": \"\", \"positive\": 735, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 63.06416147788761, \"positive_daily\": \"\", \"positive\": 750, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 63.98910251289662, \"positive_daily\": \"\", \"positive\": 761, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 64.49361580471972, \"positive_daily\": \"\", \"positive\": 767, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 64.91404354790565, \"positive_daily\": \"\", \"positive\": 772, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.017248974807182335, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.017248974807182335, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05174692442154701, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06899589922872934, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06899589922872934, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10349384884309402, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1897387228790057, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1897387228790057, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4139753953723761, \"positive_daily\": \"\", \"positive\": 24, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4139753953723761, \"positive_daily\": \"\", \"positive\": 24, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6382120678657464, \"positive_daily\": \"\", \"positive\": 37, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.586905682260775, \"positive_daily\": \"\", \"positive\": 92, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.553729349096137, \"positive_daily\": \"\", \"positive\": 264, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.658544814388956, \"positive_daily\": \"\", \"positive\": 444, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.6426174560315, \"positive_daily\": \"\", \"positive\": 617, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.868175744974597, \"positive_daily\": \"\", \"positive\": 804, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.017248974807182335, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.420142938804432, \"positive_daily\": \"\", \"positive\": 836, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.03449794961436467, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 15.092852956284544, \"positive_daily\": \"\", \"positive\": 875, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05174692442154701, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.09329349510112, \"positive_daily\": \"\", \"positive\": 933, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06899589922872934, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 17.680199177361892, \"positive_daily\": \"\", \"positive\": 1025, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.06899589922872934, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 19.249855884815485, \"positive_daily\": \"\", \"positive\": 1116, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.10349384884309402, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 21.12999413879836, \"positive_daily\": \"\", \"positive\": 1225, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.155240773264641, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 23.06187931720278, \"positive_daily\": \"\", \"positive\": 1337, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.22423667249337034, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 24.493544226198917, \"positive_daily\": \"\", \"positive\": 1420, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.22423667249337034, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 26.114947858074053, \"positive_daily\": \"\", \"positive\": 1514, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.4139753953723761, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 27.11538839689063, \"positive_daily\": \"\", \"positive\": 1572, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.5519671938298347, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 29.633738718739252, \"positive_daily\": \"\", \"positive\": 1718, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.5864651434441994, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 32.11759109097351, \"positive_daily\": \"\", \"positive\": 1862, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.7072079670944758, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 34.894676034929866, \"positive_daily\": \"\", \"positive\": 2023, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.8969466899734814, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 37.94774457580114, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.121183362466852, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 40.811074393793405, \"positive_daily\": \"\", \"positive\": 2366, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.241926186117128, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 44.2263714056155, \"positive_daily\": \"\", \"positive\": 2564, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.3281710601530399, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 47.52092559378733, \"positive_daily\": \"\", \"positive\": 2755, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.5524077326464103, \"deceased_daily\": \"\", \"deceased\": 90, \"positive_100k\": 52.41963443902712, \"positive_daily\": \"\", \"positive\": 3039, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.7938933799469627, \"deceased_daily\": \"\", \"deceased\": 104, \"positive_100k\": 56.74912711562988, \"positive_daily\": \"\", \"positive\": 3290, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.121623901283427, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 61.63058698606249, \"positive_daily\": \"\", \"positive\": 3573, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.3976074981983446, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 68.06445458914149, \"positive_daily\": \"\", \"positive\": 3946, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.777084943956356, \"deceased_daily\": \"\", \"deceased\": 161, \"positive_100k\": 73.63587345186139, \"positive_daily\": \"\", \"positive\": 4269, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.0875664904856377, \"deceased_daily\": \"\", \"deceased\": 179, \"positive_100k\": 78.67257409555863, \"positive_daily\": \"\", \"positive\": 4561, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.2255582889430965, \"deceased_daily\": \"\", \"deceased\": 187, \"positive_100k\": 84.08875218501389, \"positive_daily\": \"\", \"positive\": 4875, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.501541885858014, \"deceased_daily\": \"\", \"deceased\": 203, \"positive_100k\": 90.83310133462217, \"positive_daily\": \"\", \"positive\": 5266, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.7602765079657487, \"deceased_daily\": \"\", \"deceased\": 218, \"positive_100k\": 96.54251199579953, \"positive_daily\": \"\", \"positive\": 5597, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 4.088007029302213, \"deceased_daily\": \"\", \"deceased\": 237, \"positive_100k\": 100.56152312587301, \"positive_daily\": \"\", \"positive\": 5830, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.260496777374036, \"deceased_daily\": \"\", \"deceased\": 247, \"positive_100k\": 103.73533449039456, \"positive_daily\": \"\", \"positive\": 6014, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.484733449867408, \"deceased_daily\": \"\", \"deceased\": 260, \"positive_100k\": 106.78840303126583, \"positive_daily\": \"\", \"positive\": 6191, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.708970122360777, \"deceased_daily\": \"\", \"deceased\": 273, \"positive_100k\": 109.8587205469443, \"positive_daily\": \"\", \"positive\": 6369, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.915957820046965, \"deceased_daily\": \"\", \"deceased\": 285, \"positive_100k\": 112.34257291917855, \"positive_daily\": \"\", \"positive\": 6513, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.157443467347519, \"deceased_daily\": \"\", \"deceased\": 299, \"positive_100k\": 115.67162505696474, \"positive_daily\": \"\", \"positive\": 6706, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.3299332154193415, \"deceased_daily\": \"\", \"deceased\": 309, \"positive_100k\": 118.60395077418573, \"positive_daily\": \"\", \"positive\": 6876, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 5.53692091310553, \"deceased_daily\": \"\", \"deceased\": 321, \"positive_100k\": 122.01924778600785, \"positive_daily\": \"\", \"positive\": 7074, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.795655535213265, \"deceased_daily\": \"\", \"deceased\": 336, \"positive_100k\": 125.3655488986012, \"positive_daily\": \"\", \"positive\": 7268, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.9681452832850885, \"deceased_daily\": \"\", \"deceased\": 346, \"positive_100k\": 128.28062564101504, \"positive_daily\": \"\", \"positive\": 7437, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.123386056549729, \"deceased_daily\": \"\", \"deceased\": 355, \"positive_100k\": 130.7472290384421, \"positive_daily\": \"\", \"positive\": 7580, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 6.27862682981437, \"deceased_daily\": \"\", \"deceased\": 364, \"positive_100k\": 133.006844738183, \"positive_daily\": \"\", \"positive\": 7711, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10428398615108664, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10428398615108664, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10428398615108664, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10428398615108664, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10428398615108664, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3128519584532599, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3128519584532599, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.147123847661953, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.147123847661953, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2514078338130397, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.459975806115213, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.8771117507195594, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.8771117507195594, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.128519584532599, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.4413715429858587, \"positive_daily\": \"\", \"positive\": 33, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.171359446043466, \"positive_daily\": \"\", \"positive\": 40, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.109915321403245, \"positive_daily\": \"\", \"positive\": 49, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.214199307554332, \"positive_daily\": \"\", \"positive\": 50, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.152755182914112, \"positive_daily\": \"\", \"positive\": 59, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 9.385558753597797, \"positive_daily\": \"\", \"positive\": 90, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 9.385558753597797, \"positive_daily\": \"\", \"positive\": 90, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.078338130396695, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.078338130396695, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.10428398615108664, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 15.642597922662995, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 19.5011054102532, \"positive_daily\": \"\", \"positive\": 187, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 22.316773036332542, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 31.07662787302382, \"positive_daily\": \"\", \"positive\": 298, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 37.85508697284445, \"positive_daily\": \"\", \"positive\": 363, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 45.36353397572269, \"positive_daily\": \"\", \"positive\": 435, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 61.631835815292206, \"positive_daily\": \"\", \"positive\": 591, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 76.33587786259542, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 76.33587786259542, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 88.2242522838193, \"positive_daily\": \"\", \"positive\": 846, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 88.2242522838193, \"positive_daily\": \"\", \"positive\": 846, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03511984676976722, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03511984676976722, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.04097315456472843, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05853307794961203, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07609300133449565, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07609300133449565, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07609300133449565, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08194630912945686, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08779961692441805, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08779961692441805, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09950623251434046, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09950623251434046, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09950623251434046, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.011706615589922406, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.1638926182589137, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.011706615589922406, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.1638926182589137, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.011706615589922406, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.21657238841356452, \"positive_daily\": \"\", \"positive\": 37, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.011706615589922406, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.3394918521077498, \"positive_daily\": \"\", \"positive\": 58, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.011706615589922406, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.6497171652406936, \"positive_daily\": \"\", \"positive\": 111, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.01755992338488361, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.1648082511972795, \"positive_daily\": \"\", \"positive\": 199, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.029266538974806015, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.1481639607507614, \"positive_daily\": \"\", \"positive\": 367, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.04097315456472843, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 2.961773744250369, \"positive_daily\": \"\", \"positive\": 506, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.08194630912945686, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 4.618259850224389, \"positive_daily\": \"\", \"positive\": 789, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.10535954030930166, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 5.74209494685694, \"positive_daily\": \"\", \"positive\": 981, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.15803931046395248, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 6.333279034148022, \"positive_daily\": \"\", \"positive\": 1082, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.1638926182589137, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 6.865930043489492, \"positive_daily\": \"\", \"positive\": 1173, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.19901246502868092, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 8.212190836330569, \"positive_daily\": \"\", \"positive\": 1403, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.2107190806186033, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 9.33602593296312, \"positive_daily\": \"\", \"positive\": 1595, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.28095877415813775, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 10.670580110214274, \"positive_daily\": \"\", \"positive\": 1823, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.3394918521077498, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 11.261764197505356, \"positive_daily\": \"\", \"positive\": 1924, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.3511984676976722, \"deceased_daily\": \"\", \"deceased\": 60, \"positive_100k\": 11.48418989371388, \"positive_daily\": \"\", \"positive\": 1962, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.4389980846220902, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 13.111409460713096, \"positive_daily\": \"\", \"positive\": 2240, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.544357624931392, \"deceased_daily\": \"\", \"deceased\": 93, \"positive_100k\": 16.08488982055339, \"positive_daily\": \"\", \"positive\": 2748, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.7023969353953444, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 18.514012555462287, \"positive_daily\": \"\", \"positive\": 3163, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.8487296302693744, \"deceased_daily\": \"\", \"deceased\": 145, \"positive_100k\": 19.713940653429333, \"positive_daily\": \"\", \"positive\": 3368, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.0067689407333271, \"deceased_daily\": \"\", \"deceased\": 172, \"positive_100k\": 20.281711509540568, \"positive_daily\": \"\", \"positive\": 3465, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.0535954030930166, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 21.34116022042855, \"positive_daily\": \"\", \"positive\": 3646, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.1179817888375898, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 21.932344307719628, \"positive_daily\": \"\", \"positive\": 3747, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.1179817888375898, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 21.932344307719628, \"positive_daily\": \"\", \"positive\": 3747, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.4165004863806112, \"deceased_daily\": \"\", \"deceased\": 242, \"positive_100k\": 26.047219687577353, \"positive_daily\": \"\", \"positive\": 4450, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.5920997202294473, \"deceased_daily\": \"\", \"deceased\": 272, \"positive_100k\": 29.061673201982376, \"positive_daily\": \"\", \"positive\": 4965, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.7384324151034776, \"deceased_daily\": \"\", \"deceased\": 297, \"positive_100k\": 41.91553711971718, \"positive_daily\": \"\", \"positive\": 7161, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.8437919554127793, \"deceased_daily\": \"\", \"deceased\": 315, \"positive_100k\": 42.47745466803345, \"positive_daily\": \"\", \"positive\": 7257, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.9491514957220806, \"deceased_daily\": \"\", \"deceased\": 333, \"positive_100k\": 43.70079599718034, \"positive_daily\": \"\", \"positive\": 7466, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.0779242672112272, \"deceased_daily\": \"\", \"deceased\": 355, \"positive_100k\": 44.0695543882629, \"positive_daily\": \"\", \"positive\": 7529, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.1598705763406842, \"deceased_daily\": \"\", \"deceased\": 369, \"positive_100k\": 44.50269916509003, \"positive_daily\": \"\", \"positive\": 7603, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.2710834244449467, \"deceased_daily\": \"\", \"deceased\": 388, \"positive_100k\": 45.995292652805134, \"positive_daily\": \"\", \"positive\": 7858, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.358883041369365, \"deceased_daily\": \"\", \"deceased\": 403, \"positive_100k\": 48.1434566135559, \"positive_daily\": \"\", \"positive\": 8225, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.4642425816786666, \"deceased_daily\": \"\", \"deceased\": 421, \"positive_100k\": 49.460450867422175, \"positive_daily\": \"\", \"positive\": 8450, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.669108354502309, \"deceased_daily\": \"\", \"deceased\": 456, \"positive_100k\": 52.80854292613997, \"positive_daily\": \"\", \"positive\": 9022, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.77446789481161, \"deceased_daily\": \"\", \"deceased\": 474, \"positive_100k\": 55.41911820269267, \"positive_daily\": \"\", \"positive\": 9468, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.96762705204533, \"deceased_daily\": \"\", \"deceased\": 507, \"positive_100k\": 59.28230134736707, \"positive_daily\": \"\", \"positive\": 10128, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07570687509274092, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07570687509274092, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07570687509274092, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07570687509274092, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07570687509274092, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.15141375018548184, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.15141375018548184, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.22712062527822274, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7570687509274092, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7570687509274092, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7570687509274092, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7570687509274092, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.908482501112891, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2113100014838547, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2113100014838547, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.980843132326533, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.706290635665205, \"positive_daily\": \"\", \"positive\": 115, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.945875640858697, \"positive_daily\": \"\", \"positive\": 171, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.519909394011888, \"positive_daily\": \"\", \"positive\": 205, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.034046895866705, \"positive_daily\": \"\", \"positive\": 225, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.53237377392716, \"positive_daily\": \"\", \"positive\": 258, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 20.213735649761826, \"positive_daily\": \"\", \"positive\": 267, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 21.42504565124568, \"positive_daily\": \"\", \"positive\": 283, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 23.166303778378722, \"positive_daily\": \"\", \"positive\": 306, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 24.680441280233538, \"positive_daily\": \"\", \"positive\": 326, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 26.648820032644803, \"positive_daily\": \"\", \"positive\": 352, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 27.9358369092214, \"positive_daily\": \"\", \"positive\": 369, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 30.585577537467334, \"positive_daily\": \"\", \"positive\": 404, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 40.73029879989462, \"positive_daily\": \"\", \"positive\": 538, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 43.53145317832603, \"positive_daily\": \"\", \"positive\": 575, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 48.83093443481789, \"positive_daily\": \"\", \"positive\": 645, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.22712062527822274, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 51.404968187971086, \"positive_daily\": \"\", \"positive\": 679, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.22712062527822274, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 54.13041569130976, \"positive_daily\": \"\", \"positive\": 715, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.3028275003709637, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 56.401621944091985, \"positive_daily\": \"\", \"positive\": 745, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.3785343754637046, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 58.97565569724517, \"positive_daily\": \"\", \"positive\": 779, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8327756260201501, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 64.95649882957171, \"positive_daily\": \"\", \"positive\": 858, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.908482501112891, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 72.75430696412403, \"positive_daily\": \"\", \"positive\": 961, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9841893762056321, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 78.65944322135782, \"positive_daily\": \"\", \"positive\": 1039, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.135603126391114, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 83.05044197673679, \"positive_daily\": \"\", \"positive\": 1097, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4384306267620774, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 83.88321760275694, \"positive_daily\": \"\", \"positive\": 1108, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.5898443769475592, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 86.98719948155932, \"positive_daily\": \"\", \"positive\": 1149, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 89.712646984898, \"positive_daily\": \"\", \"positive\": 1185, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 91.37819823693829, \"positive_daily\": \"\", \"positive\": 1207, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 95.23924886666808, \"positive_daily\": \"\", \"positive\": 1258, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 98.72176512093415, \"positive_daily\": \"\", \"positive\": 1304, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.892671877318523, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 99.10029949639788, \"positive_daily\": \"\", \"positive\": 1309, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.119792502596746, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 100.84155762353092, \"positive_daily\": \"\", \"positive\": 1332, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.3469131278749686, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 103.94553950233329, \"positive_daily\": \"\", \"positive\": 1373, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.649740628245932, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 105.98962512983731, \"positive_daily\": \"\", \"positive\": 1400, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.7254475033386734, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 108.56365888299048, \"positive_daily\": \"\", \"positive\": 1434, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.876861253524155, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 110.456330760309, \"positive_daily\": \"\", \"positive\": 1459, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.876861253524155, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 114.46879514022427, \"positive_daily\": \"\", \"positive\": 1512, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.028275003709637, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 115.68010514170814, \"positive_daily\": \"\", \"positive\": 1528, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.028275003709637, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 116.21005326735731, \"positive_daily\": \"\", \"positive\": 1535, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03624468788793143, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03624468788793143, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03624468788793143, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.054367031831897145, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10873406366379429, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10873406366379429, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10873406366379429, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10873406366379429, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.21746812732758858, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2718351591594857, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2718351591594857, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4168139107112114, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5436703183189714, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7248937577586285, \"positive_daily\": \"\", \"positive\": 40, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.069218292693977, \"positive_daily\": \"\", \"positive\": 59, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.069218292693977, \"positive_daily\": \"\", \"positive\": 59, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.8089633113146855, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.077527387392285, \"positive_daily\": \"\", \"positive\": 225, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.421851922327633, \"positive_daily\": \"\", \"positive\": 244, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.019889272478502, \"positive_daily\": \"\", \"positive\": 277, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.817272406012994, \"positive_daily\": \"\", \"positive\": 321, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.08910756517248, \"positive_daily\": \"\", \"positive\": 336, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.248937577586285, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.15505477478457, \"positive_daily\": \"\", \"positive\": 450, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.477985882694067, \"positive_daily\": \"\", \"positive\": 523, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 11.344587308922536, \"positive_daily\": \"\", \"positive\": 626, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.685640760776, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.352896403620845, \"positive_daily\": \"\", \"positive\": 792, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.054367031831897145, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.947662670689827, \"positive_daily\": \"\", \"positive\": 880, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09061171971982857, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 17.36120549831915, \"positive_daily\": \"\", \"positive\": 958, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.12685640760775999, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 18.865360045668307, \"positive_daily\": \"\", \"positive\": 1041, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.1631010954956914, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 21.148775382607987, \"positive_daily\": \"\", \"positive\": 1167, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.19934578338362285, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 22.471706490517484, \"positive_daily\": \"\", \"positive\": 1240, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.23559047127155425, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 24.50140901224164, \"positive_daily\": \"\", \"positive\": 1352, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.3080798470474171, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 25.697483712543377, \"positive_daily\": \"\", \"positive\": 1418, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.3080798470474171, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 26.204909342974418, \"positive_daily\": \"\", \"positive\": 1446, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.34432453493534854, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 27.509718106939953, \"positive_daily\": \"\", \"positive\": 1518, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.36244687887931426, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 29.267585469504624, \"positive_daily\": \"\", \"positive\": 1615, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.4530585985991428, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 34.10625130254347, \"positive_daily\": \"\", \"positive\": 1882, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.5074256304310399, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 34.92175678002193, \"positive_daily\": \"\", \"positive\": 1927, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.4893032864870742, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 39.43422042206939, \"positive_daily\": \"\", \"positive\": 2176, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.6161596940948342, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 41.826369822672866, \"positive_daily\": \"\", \"positive\": 2308, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7248937577586285, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 45.07026938864273, \"positive_daily\": \"\", \"positive\": 2487, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.76113844564656, \"deceased_daily\": \"\", \"deceased\": 42, \"positive_100k\": 47.208705974030686, \"positive_daily\": \"\", \"positive\": 2605, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8698725093103543, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 50.18077038084106, \"positive_daily\": \"\", \"positive\": 2769, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8879948532543199, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 52.64540915722039, \"positive_daily\": \"\", \"positive\": 2905, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.0148512608620799, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 53.89585088935404, \"positive_daily\": \"\", \"positive\": 2974, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.069218292693977, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 55.52686184431095, \"positive_daily\": \"\", \"positive\": 3064, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.1598300124138057, \"deceased_daily\": \"\", \"deceased\": 64, \"positive_100k\": 57.28472920687562, \"positive_daily\": \"\", \"positive\": 3161, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.3048087639655312, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 58.66202734661701, \"positive_daily\": \"\", \"positive\": 3237, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.3591757957974284, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 61.05417674722049, \"positive_daily\": \"\", \"positive\": 3369, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.4860322034051885, \"deceased_daily\": \"\", \"deceased\": 82, \"positive_100k\": 63.22885802049637, \"positive_daily\": \"\", \"positive\": 3489, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.631010954956914, \"deceased_daily\": \"\", \"deceased\": 90, \"positive_100k\": 66.7083480577378, \"positive_daily\": \"\", \"positive\": 3681, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.703500330732777, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 68.55682714002229, \"positive_daily\": \"\", \"positive\": 3783, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.7759897065086399, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 70.09722637525938, \"positive_daily\": \"\", \"positive\": 3868, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00298564305765438, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00447846458648157, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00447846458648157, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00447846458648157, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00597128611530876, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00746410764413595, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00746410764413595, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00746410764413595, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00895692917296314, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00895692917296314, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00895692917296314, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00895692917296314, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00895692917296314, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00895692917296314, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00895692917296314, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01642103681709909, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01642103681709909, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01642103681709909, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01642103681709909, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01642103681709909, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01642103681709909, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01642103681709909, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.020899501403580656, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.026870787518889418, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.05672721809543321, \"positive_daily\": \"\", \"positive\": 38, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.08509082714314982, \"positive_daily\": \"\", \"positive\": 57, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.14928215288271898, \"positive_daily\": \"\", \"positive\": 100, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.19406679874753469, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.00447846458648157, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.2851289120059933, \"positive_daily\": \"\", \"positive\": 191, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.00597128611530876, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.30453559188074675, \"positive_daily\": \"\", \"positive\": 204, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.00597128611530876, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.4299326003022307, \"positive_daily\": \"\", \"positive\": 288, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.00895692917296314, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 0.5672721809543322, \"positive_daily\": \"\", \"positive\": 380, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.013435393759444709, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 0.9792909229106365, \"positive_daily\": \"\", \"positive\": 656, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.01642103681709909, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 1.431615846145275, \"positive_daily\": \"\", \"positive\": 959, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.028363609047716606, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 1.6958452567476878, \"positive_daily\": \"\", \"positive\": 1136, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.028363609047716606, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 1.8197494436403443, \"positive_daily\": \"\", \"positive\": 1219, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.04926311045129727, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 2.6781218227159784, \"positive_daily\": \"\", \"positive\": 1794, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.07165543338370511, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 3.4230397656007465, \"positive_daily\": \"\", \"positive\": 2293, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.07165543338370511, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 3.4230397656007465, \"positive_daily\": \"\", \"positive\": 2293, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.117932900777348, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 5.495076047612886, \"positive_daily\": \"\", \"positive\": 3681, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.13584675912327426, \"deceased_daily\": \"\", \"deceased\": 91, \"positive_100k\": 6.711725593607046, \"positive_daily\": \"\", \"positive\": 4496, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.13584675912327426, \"deceased_daily\": \"\", \"deceased\": 91, \"positive_100k\": 6.7654671686448244, \"positive_daily\": \"\", \"positive\": 4532, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 9.97652627715211, \"positive_daily\": \"\", \"positive\": 6683, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 11.51711809490177, \"positive_daily\": \"\", \"positive\": 7715, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 13.62050362901928, \"positive_daily\": \"\", \"positive\": 9124, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.36424845303383435, \"deceased_daily\": \"\", \"deceased\": 244, \"positive_100k\": 16.376252171234274, \"positive_daily\": \"\", \"positive\": 10970, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6732625095010626, \"deceased_daily\": \"\", \"deceased\": 451, \"positive_100k\": 19.045417064777286, \"positive_daily\": \"\", \"positive\": 12758, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.8404585207297078, \"deceased_daily\": \"\", \"deceased\": 563, \"positive_100k\": 21.590677771427647, \"positive_daily\": \"\", \"positive\": 14463, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.0091473534871804, \"deceased_daily\": \"\", \"deceased\": 676, \"positive_100k\": 24.247900092740043, \"positive_daily\": \"\", \"positive\": 16243, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.2868121578490377, \"deceased_daily\": \"\", \"deceased\": 862, \"positive_100k\": 30.04004762458954, \"positive_daily\": \"\", \"positive\": 20123, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.645089324767563, \"deceased_daily\": \"\", \"deceased\": 1102, \"positive_100k\": 33.77060862512869, \"positive_daily\": \"\", \"positive\": 22622, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.989931097926644, \"deceased_daily\": \"\", \"deceased\": 1333, \"positive_100k\": 38.21623113797606, \"positive_daily\": \"\", \"positive\": 25600, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.534810955948568, \"deceased_daily\": \"\", \"deceased\": 1698, \"positive_100k\": 44.11436899837229, \"positive_daily\": \"\", \"positive\": 29551, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.981164593067898, \"deceased_daily\": \"\", \"deceased\": 1997, \"positive_100k\": 49.86322470588579, \"positive_daily\": \"\", \"positive\": 33402, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.458867482292599, \"deceased_daily\": \"\", \"deceased\": 2317, \"positive_100k\": 56.88396435596007, \"positive_daily\": \"\", \"positive\": 38105, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.8977570117677924, \"deceased_daily\": \"\", \"deceased\": 2611, \"positive_100k\": 60.769778795497245, \"positive_daily\": \"\", \"positive\": 40708, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.5232492323463855, \"deceased_daily\": \"\", \"deceased\": 3030, \"positive_100k\": 67.43074845712417, \"positive_daily\": \"\", \"positive\": 45170, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 5.272645639817635, \"deceased_daily\": \"\", \"deceased\": 3532, \"positive_100k\": 78.86128290335395, \"positive_daily\": \"\", \"positive\": 52827, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 6.589314228243216, \"deceased_daily\": \"\", \"deceased\": 4414, \"positive_100k\": 86.20895046824138, \"positive_daily\": \"\", \"positive\": 57749, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 8.05825061260917, \"deceased_daily\": \"\", \"deceased\": 5398, \"positive_100k\": 89.46330140108465, \"positive_daily\": \"\", \"positive\": 59929, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 9.733196367953278, \"deceased_daily\": \"\", \"deceased\": 6520, \"positive_100k\": 97.33494932259043, \"positive_daily\": \"\", \"positive\": 65202, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.306630259337135, \"deceased_daily\": \"\", \"deceased\": 7574, \"positive_100k\": 103.7510962534897, \"positive_daily\": \"\", \"positive\": 69500, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 12.081404632798447, \"deceased_daily\": \"\", \"deceased\": 8093, \"positive_100k\": 106.60537101660728, \"positive_daily\": \"\", \"positive\": 71412, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 13.324924966311496, \"deceased_daily\": \"\", \"deceased\": 8926, \"positive_100k\": 112.47365244642697, \"positive_daily\": \"\", \"positive\": 75343, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 15.440253072659623, \"deceased_daily\": \"\", \"deceased\": 10343, \"positive_100k\": 118.17623068654682, \"positive_daily\": \"\", \"positive\": 79163, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 16.25234798434162, \"deceased_daily\": \"\", \"deceased\": 10887, \"positive_100k\": 123.98927771979992, \"positive_daily\": \"\", \"positive\": 83057, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 18.254221654498878, \"deceased_daily\": \"\", \"deceased\": 12228, \"positive_100k\": 130.42184568751628, \"positive_daily\": \"\", \"positive\": 87366, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 19.727636503451315, \"deceased_daily\": \"\", \"deceased\": 13215, \"positive_100k\": 136.94846141154875, \"positive_daily\": \"\", \"positive\": 91738, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 20.677070995785407, \"deceased_daily\": \"\", \"deceased\": 13851, \"positive_100k\": 141.61352868913372, \"positive_daily\": \"\", \"positive\": 94863, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 21.51454387345746, \"deceased_daily\": \"\", \"deceased\": 14412, \"positive_100k\": 181.69429391661492, \"positive_daily\": \"\", \"positive\": 121712, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 22.371423431004267, \"deceased_daily\": \"\", \"deceased\": 14986, \"positive_100k\": 187.19086278575665, \"positive_daily\": \"\", \"positive\": 125394, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 23.508953435970586, \"deceased_daily\": \"\", \"deceased\": 15748, \"positive_100k\": 196.0985288482685, \"positive_daily\": \"\", \"positive\": 131361, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 25.65861643748174, \"deceased_daily\": \"\", \"deceased\": 17188, \"positive_100k\": 200.90690699262086, \"positive_daily\": \"\", \"positive\": 134582, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 26.78271104868861, \"deceased_daily\": \"\", \"deceased\": 17941, \"positive_100k\": 219.58061149672017, \"positive_daily\": \"\", \"positive\": 147091, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 27.92024105365493, \"deceased_daily\": \"\", \"deceased\": 18703, \"positive_100k\": 222.62447459399883, \"positive_daily\": \"\", \"positive\": 149130, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 28.87863247516199, \"deceased_daily\": \"\", \"deceased\": 19345, \"positive_100k\": 222.6528382030465, \"positive_daily\": \"\", \"positive\": 149149, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 29.474268265164035, \"deceased_daily\": \"\", \"deceased\": 19744, \"positive_100k\": 230.03931912768346, \"positive_daily\": \"\", \"positive\": 154097, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 30.292334462961335, \"deceased_daily\": \"\", \"deceased\": 20292, \"positive_100k\": 233.5967128308787, \"positive_daily\": \"\", \"positive\": 156480, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0012058664631678581, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0048234658526714325, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0048234658526714325, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0048234658526714325, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00602933231583929, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009646931705342865, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01205866463167858, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.014470397558014296, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.014470397558014296, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.014470397558014296, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.014470397558014296, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.015676264021182152, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.015676264021182152, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.016882130484350014, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.016882130484350014, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.020499729873853584, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03255839450553217, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05546985730572147, \"positive_daily\": \"\", \"positive\": 46, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05788159023205718, \"positive_daily\": \"\", \"positive\": 48, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09526345059026078, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.15676264021182154, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.19173276764368943, \"positive_daily\": \"\", \"positive\": 159, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.23634982678090016, \"positive_daily\": \"\", \"positive\": 196, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.31593701334997876, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5812276352469076, \"positive_daily\": \"\", \"positive\": 482, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8079305303224649, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9634873040711186, \"positive_daily\": \"\", \"positive\": 799, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2541011216945723, \"positive_daily\": \"\", \"positive\": 1040, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0024117329263357162, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.4180989606854009, \"positive_daily\": \"\", \"positive\": 1176, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0024117329263357162, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.7569474368355689, \"positive_daily\": \"\", \"positive\": 1457, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.003617599389503574, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.300793211724273, \"positive_daily\": \"\", \"positive\": 1908, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.003617599389503574, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.5057905104628087, \"positive_daily\": \"\", \"positive\": 2078, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.008441065242175007, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 4.431559252141878, \"positive_daily\": \"\", \"positive\": 3675, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.010852798168510723, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 5.528897733624628, \"positive_daily\": \"\", \"positive\": 4585, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.013264531094846438, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 6.987996154057737, \"positive_daily\": \"\", \"positive\": 5795, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.020499729873853584, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 8.769060920156663, \"positive_daily\": \"\", \"positive\": 7272, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.02894079511602859, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 11.162705849544862, \"positive_daily\": \"\", \"positive\": 9257, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.03376426096870003, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 14.864715891470187, \"positive_daily\": \"\", \"positive\": 12327, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.05305812437938575, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 18.473874215731584, \"positive_daily\": \"\", \"positive\": 15320, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.08079305303224649, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 23.934037560955645, \"positive_daily\": \"\", \"positive\": 19848, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.10129278290610007, \"deceased_daily\": \"\", \"deceased\": 84, \"positive_100k\": 26.78591174634763, \"positive_daily\": \"\", \"positive\": 22213, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.11335144753777866, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 29.99351653837413, \"positive_daily\": \"\", \"positive\": 24873, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.14832157496964654, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 35.037655953805285, \"positive_daily\": \"\", \"positive\": 29056, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1893210347173537, \"deceased_daily\": \"\", \"deceased\": 157, \"positive_100k\": 39.776711154054965, \"positive_daily\": \"\", \"positive\": 32986, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.24840849141257876, \"deceased_daily\": \"\", \"deceased\": 206, \"positive_100k\": 45.006554004813964, \"positive_daily\": \"\", \"positive\": 37323, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.3219663456658181, \"deceased_daily\": \"\", \"deceased\": 267, \"positive_100k\": 52.98336065866935, \"positive_daily\": \"\", \"positive\": 43938, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.41240633040340746, \"deceased_daily\": \"\", \"deceased\": 342, \"positive_100k\": 61.34363284781211, \"positive_daily\": \"\", \"positive\": 50871, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.5221401785516825, \"deceased_daily\": \"\", \"deceased\": 433, \"positive_100k\": 69.57246559246957, \"positive_daily\": \"\", \"positive\": 57695, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.6427268248684683, \"deceased_daily\": \"\", \"deceased\": 533, \"positive_100k\": 74.87827803040814, \"positive_daily\": \"\", \"positive\": 62095, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.7777838687432684, \"deceased_daily\": \"\", \"deceased\": 645, \"positive_100k\": 80.65437838898218, \"positive_daily\": \"\", \"positive\": 66885, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.93454650895509, \"deceased_daily\": \"\", \"deceased\": 775, \"positive_100k\": 86.59085898715755, \"positive_daily\": \"\", \"positive\": 71808, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.1093971461144294, \"deceased_daily\": \"\", \"deceased\": 920, \"positive_100k\": 93.90323321980745, \"positive_daily\": \"\", \"positive\": 77872, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.3348941747268188, \"deceased_daily\": \"\", \"deceased\": 1107, \"positive_100k\": 102.25024087785536, \"positive_daily\": \"\", \"positive\": 84794, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.5374797405390188, \"deceased_daily\": \"\", \"deceased\": 1275, \"positive_100k\": 109.92558091591877, \"positive_daily\": \"\", \"positive\": 91159, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.741271172814387, \"deceased_daily\": \"\", \"deceased\": 1444, \"positive_100k\": 115.87412017872582, \"positive_daily\": \"\", \"positive\": 96092, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.9100924776578871, \"deceased_daily\": \"\", \"deceased\": 1584, \"positive_100k\": 120.73496789175545, \"positive_daily\": \"\", \"positive\": 100123, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.182618298333823, \"deceased_daily\": \"\", \"deceased\": 1810, \"positive_100k\": 124.65523976351416, \"positive_daily\": \"\", \"positive\": 103374, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.4310267897464017, \"deceased_daily\": \"\", \"deceased\": 2016, \"positive_100k\": 129.8272010240411, \"positive_daily\": \"\", \"positive\": 107663, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.8325803219812986, \"deceased_daily\": \"\", \"deceased\": 2349, \"positive_100k\": 136.61984681106566, \"positive_daily\": \"\", \"positive\": 113296, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.143693869478606, \"deceased_daily\": \"\", \"deceased\": 2607, \"positive_100k\": 142.5105044836406, \"positive_daily\": \"\", \"positive\": 118181, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 3.336632503585463, \"deceased_daily\": \"\", \"deceased\": 2767, \"positive_100k\": 147.32191167168037, \"positive_daily\": \"\", \"positive\": 122171, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.2992506432272597, \"deceased_daily\": \"\", \"deceased\": 2736, \"positive_100k\": 150.6223681813708, \"positive_daily\": \"\", \"positive\": 124908, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 3.644128451693267, \"deceased_daily\": \"\", \"deceased\": 3022, \"positive_100k\": 154.1748507818633, \"positive_daily\": \"\", \"positive\": 127854, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 3.8515374833581384, \"deceased_daily\": \"\", \"deceased\": 3194, \"positive_100k\": 156.84946259716963, \"positive_daily\": \"\", \"positive\": 130072, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 3.9721241296749237, \"deceased_daily\": \"\", \"deceased\": 3294, \"positive_100k\": 158.40141273526666, \"positive_daily\": \"\", \"positive\": 131359, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.5871160258905315, \"deceased_daily\": \"\", \"deceased\": 3804, \"positive_100k\": 162.49412351125838, \"positive_daily\": \"\", \"positive\": 134753, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.886170908756161, \"deceased_daily\": \"\", \"deceased\": 4052, \"positive_100k\": 166.0454002452877, \"positive_daily\": \"\", \"positive\": 137698, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.247930847706518, \"deceased_daily\": \"\", \"deceased\": 4352, \"positive_100k\": 170.50590029254562, \"positive_daily\": \"\", \"positive\": 141397, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.376958559265479, \"deceased_daily\": \"\", \"deceased\": 4459, \"positive_100k\": 172.8513105634071, \"positive_daily\": \"\", \"positive\": 143342, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.530103600087797, \"deceased_daily\": \"\", \"deceased\": 4586, \"positive_100k\": 175.0725165885623, \"positive_daily\": \"\", \"positive\": 145184, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.862922743922126, \"deceased_daily\": \"\", \"deceased\": 4862, \"positive_100k\": 177.34075140578102, \"positive_daily\": \"\", \"positive\": 147065, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.020603662589476556, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.020603662589476556, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.020603662589476556, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.04120732517895311, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.12362197553685933, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.12362197553685933, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.370865926610578, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.370865926610578, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.39146958920005454, \"positive_daily\": \"\", \"positive\": 19, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4326769143790077, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7005245280422029, \"positive_daily\": \"\", \"positive\": 34, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.020603662589476556, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.8859574913474919, \"positive_daily\": \"\", \"positive\": 43, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.020603662589476556, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.8859574913474919, \"positive_daily\": \"\", \"positive\": 43, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.020603662589476556, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.85432963305289, \"positive_daily\": \"\", \"positive\": 90, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.6578724740424757, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.6578724740424757, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.482018977621538, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.594616757453272, \"positive_daily\": \"\", \"positive\": 223, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 6.016269476127154, \"positive_daily\": \"\", \"positive\": 292, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.47624006233844, \"positive_daily\": \"\", \"positive\": 557, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 14.072301548612488, \"positive_daily\": \"\", \"positive\": 683, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.173875132739095, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.08241465035790622, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.66691830606576, \"positive_daily\": \"\", \"positive\": 906, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.12362197553685933, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 23.179120413161126, \"positive_daily\": \"\", \"positive\": 1125, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.14422563812633588, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 27.382267581414343, \"positive_daily\": \"\", \"positive\": 1329, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.185432963305289, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 32.22412828994133, \"positive_daily\": \"\", \"positive\": 1564, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.39146958920005454, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 37.47806225025785, \"positive_daily\": \"\", \"positive\": 1819, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.45328057696848423, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 43.700368352279774, \"positive_daily\": \"\", \"positive\": 2121, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.741731853221156, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 49.75784515358589, \"positive_daily\": \"\", \"positive\": 2415, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9477684791159215, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 53.87857767148119, \"positive_daily\": \"\", \"positive\": 2615, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.112597779831734, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 59.95665813537678, \"positive_daily\": \"\", \"positive\": 2910, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.4628600438528354, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 66.65284847695666, \"positive_daily\": \"\", \"positive\": 3235, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.7513113201055073, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 71.0208249459257, \"positive_daily\": \"\", \"positive\": 3447, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.0191589337687024, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 79.30349730689527, \"positive_daily\": \"\", \"positive\": 3849, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.472439510737187, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 88.03945024483332, \"positive_daily\": \"\", \"positive\": 4273, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.822701774758288, \"deceased_daily\": \"\", \"deceased\": 137, \"positive_100k\": 94.85926256195006, \"positive_daily\": \"\", \"positive\": 4604, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.2553786891372956, \"deceased_daily\": \"\", \"deceased\": 158, \"positive_100k\": 102.89469097184592, \"positive_daily\": \"\", \"positive\": 4994, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.5850372905689207, \"deceased_daily\": \"\", \"deceased\": 174, \"positive_100k\": 110.51804612995225, \"positive_daily\": \"\", \"positive\": 5364, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 4.326769143790076, \"deceased_daily\": \"\", \"deceased\": 210, \"positive_100k\": 117.62630972332165, \"positive_daily\": \"\", \"positive\": 5709, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.8418607085269905, \"deceased_daily\": \"\", \"deceased\": 235, \"positive_100k\": 125.14664656848059, \"positive_daily\": \"\", \"positive\": 6074, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.418763261032334, \"deceased_daily\": \"\", \"deceased\": 263, \"positive_100k\": 135.4484778632189, \"positive_daily\": \"\", \"positive\": 6574, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 5.913251163179772, \"deceased_daily\": \"\", \"deceased\": 287, \"positive_100k\": 166.66302668627586, \"positive_daily\": \"\", \"positive\": 8089, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 6.593172028632497, \"deceased_daily\": \"\", \"deceased\": 320, \"positive_100k\": 183.9494995988467, \"positive_daily\": \"\", \"positive\": 8928, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 6.88162330488517, \"deceased_daily\": \"\", \"deceased\": 334, \"positive_100k\": 198.92836230139613, \"positive_daily\": \"\", \"positive\": 9655, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 7.520336845158943, \"deceased_daily\": \"\", \"deceased\": 365, \"positive_100k\": 219.36719559015688, \"positive_daily\": \"\", \"positive\": 10647, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 8.365087011327482, \"deceased_daily\": \"\", \"deceased\": 406, \"positive_100k\": 236.5094428646014, \"positive_daily\": \"\", \"positive\": 11479, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 9.14802618972759, \"deceased_daily\": \"\", \"deceased\": 444, \"positive_100k\": 258.51415451016237, \"positive_daily\": \"\", \"positive\": 12547, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 10.013380018485606, \"deceased_daily\": \"\", \"deceased\": 486, \"positive_100k\": 273.43120622494337, \"positive_daily\": \"\", \"positive\": 13271, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 10.919941172422574, \"deceased_daily\": \"\", \"deceased\": 530, \"positive_100k\": 288.03920300088225, \"positive_daily\": \"\", \"positive\": 13980, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.764691338591113, \"deceased_daily\": \"\", \"deceased\": 571, \"positive_100k\": 304.068852495495, \"positive_daily\": \"\", \"positive\": 14758, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.568234179580699, \"deceased_daily\": \"\", \"deceased\": 610, \"positive_100k\": 314.22645815210694, \"positive_daily\": \"\", \"positive\": 15251, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 14.154716198970394, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 322.48852685048706, \"positive_daily\": \"\", \"positive\": 15652, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.011256444314369977, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.011256444314369977, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.011256444314369977, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.011256444314369977, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.011256444314369977, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.022512888628739954, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03376933294310993, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.04502577725747991, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07879511020058984, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.11256444314369976, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.11256444314369976, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.13507733177243972, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16884666471554965, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.22512888628739952, \"positive_daily\": \"\", \"positive\": 20, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.41648843963168913, \"positive_daily\": \"\", \"positive\": 37, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.48402710551790895, \"positive_daily\": \"\", \"positive\": 43, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6866431031765686, \"positive_daily\": \"\", \"positive\": 61, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6866431031765686, \"positive_daily\": \"\", \"positive\": 61, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8442333235777483, \"positive_daily\": \"\", \"positive\": 75, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8892591008352283, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1256444314369976, \"positive_daily\": \"\", \"positive\": 100, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.418311983610617, \"positive_daily\": \"\", \"positive\": 126, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.7447488687273462, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3976226389608053, \"positive_daily\": \"\", \"positive\": 213, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.453904860532655, \"positive_daily\": \"\", \"positive\": 218, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.8141110785924943, \"positive_daily\": \"\", \"positive\": 250, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.4219590715684727, \"positive_daily\": \"\", \"positive\": 304, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.80650172223598, \"positive_daily\": \"\", \"positive\": 427, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.954659042301717, \"positive_daily\": \"\", \"positive\": 529, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 8.014588351831424, \"positive_daily\": \"\", \"positive\": 712, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.93944032958869, \"positive_daily\": \"\", \"positive\": 883, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.055651860690245, \"positive_daily\": \"\", \"positive\": 1071, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.03376933294310993, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 13.935478061190032, \"positive_daily\": \"\", \"positive\": 1238, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.05628222157184988, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 26.666516580742474, \"positive_daily\": \"\", \"positive\": 2369, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09005155451495982, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 30.313604538598344, \"positive_daily\": \"\", \"positive\": 2693, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.13507733177243972, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 34.163308494112876, \"positive_daily\": \"\", \"positive\": 3035, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.13507733177243972, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 40.73707197370495, \"positive_daily\": \"\", \"positive\": 3619, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.16884666471554965, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 47.80611900312929, \"positive_daily\": \"\", \"positive\": 4247, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.18010310902991963, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 52.84900605596704, \"positive_daily\": \"\", \"positive\": 4695, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.22512888628739952, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 60.31202863639434, \"positive_daily\": \"\", \"positive\": 5358, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.2926675521736194, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 68.5742587631419, \"positive_daily\": \"\", \"positive\": 6092, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4052319953173192, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 77.18543866363494, \"positive_daily\": \"\", \"positive\": 6857, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.45025777257479904, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 83.61286836714018, \"positive_daily\": \"\", \"positive\": 7428, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.495283549832279, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 88.37434431211868, \"positive_daily\": \"\", \"positive\": 7851, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.5515657714041289, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 94.8918255701389, \"positive_daily\": \"\", \"positive\": 8430, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.6416173259190887, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 100.22738017515027, \"positive_daily\": \"\", \"positive\": 8904, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.7316688804340484, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 104.09959701929354, \"positive_daily\": \"\", \"positive\": 9248, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.8217204349490083, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 105.85560233233525, \"positive_daily\": \"\", \"positive\": 9404, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.9680542110358179, \"deceased_daily\": \"\", \"deceased\": 86, \"positive_100k\": 112.20423692563993, \"positive_daily\": \"\", \"positive\": 9968, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.0693622098651479, \"deceased_daily\": \"\", \"deceased\": 95, \"positive_100k\": 117.15707242396273, \"positive_daily\": \"\", \"positive\": 10408, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.1369008757513677, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 120.92798126927666, \"positive_daily\": \"\", \"positive\": 10743, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.1594137643801075, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 125.4530718836534, \"positive_daily\": \"\", \"positive\": 11145, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.3057475404669174, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 130.41716382629053, \"positive_daily\": \"\", \"positive\": 11586, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.3845426506675071, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 135.59512821090073, \"positive_daily\": \"\", \"positive\": 12046, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.4633377608680969, \"deceased_daily\": \"\", \"deceased\": 130, \"positive_100k\": 140.7168103739391, \"positive_daily\": \"\", \"positive\": 12501, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.5984150926405367, \"deceased_daily\": \"\", \"deceased\": 142, \"positive_100k\": 143.60971656273216, \"positive_daily\": \"\", \"positive\": 12758, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.6997230914698664, \"deceased_daily\": \"\", \"deceased\": 151, \"positive_100k\": 146.13116008915105, \"positive_daily\": \"\", \"positive\": 12982, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.8460568675566764, \"deceased_daily\": \"\", \"deceased\": 164, \"positive_100k\": 149.31673383011773, \"positive_daily\": \"\", \"positive\": 13265, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.9361084220716358, \"deceased_daily\": \"\", \"deceased\": 172, \"positive_100k\": 151.86069024516536, \"positive_daily\": \"\", \"positive\": 13491, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.9923906436434857, \"deceased_daily\": \"\", \"deceased\": 177, \"positive_100k\": 154.35962088295548, \"positive_daily\": \"\", \"positive\": 13713, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033095441644024007, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033095441644024007, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033095441644024007, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033095441644024007, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033095441644024007, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033095441644024007, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033095441644024007, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0016547720822012004, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.033095441644024004, \"positive_daily\": \"\", \"positive\": 20, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0033095441644024007, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.10259586909647442, \"positive_daily\": \"\", \"positive\": 62, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.004964316246603601, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.25648967274118606, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.011583404575408402, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 0.3789428068240749, \"positive_daily\": \"\", \"positive\": 229, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.016547720822012002, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 0.5328366104687865, \"positive_daily\": \"\", \"positive\": 322, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.019857264986414404, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 0.7496117532371437, \"positive_daily\": \"\", \"positive\": 453, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.028131125397420405, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 1.0838757138417863, \"positive_daily\": \"\", \"positive\": 655, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.03475021372622521, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.469437608994666, \"positive_daily\": \"\", \"positive\": 888, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.04798839038383481, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 1.866582908722954, \"positive_daily\": \"\", \"positive\": 1128, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.05626225079484081, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 2.803183907248833, \"positive_daily\": \"\", \"positive\": 1694, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.08604814827446242, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 3.3691159593616438, \"positive_daily\": \"\", \"positive\": 2036, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.13072699449389483, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 4.140239749667403, \"positive_daily\": \"\", \"positive\": 2502, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.17706061279552843, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 5.111590961919508, \"positive_daily\": \"\", \"positive\": 3089, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.24490626816577765, \"deceased_daily\": \"\", \"deceased\": 148, \"positive_100k\": 6.3841106931322305, \"positive_daily\": \"\", \"positive\": 3858, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.32599010019363645, \"deceased_daily\": \"\", \"deceased\": 197, \"positive_100k\": 7.671523373084765, \"positive_daily\": \"\", \"positive\": 4636, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.38556189515287964, \"deceased_daily\": \"\", \"deceased\": 233, \"positive_100k\": 9.735024159589662, \"positive_daily\": \"\", \"positive\": 5883, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.6056465820856393, \"deceased_daily\": \"\", \"deceased\": 366, \"positive_100k\": 12.203944106233852, \"positive_daily\": \"\", \"positive\": 7375, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.7661594740591559, \"deceased_daily\": \"\", \"deceased\": 463, \"positive_100k\": 15.17756953794941, \"positive_daily\": \"\", \"positive\": 9172, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 1.0441611838689575, \"deceased_daily\": \"\", \"deceased\": 631, \"positive_100k\": 16.794281862259982, \"positive_daily\": \"\", \"positive\": 10149, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 1.3684965119803927, \"deceased_daily\": \"\", \"deceased\": 827, \"positive_100k\": 20.621769688391357, \"positive_daily\": \"\", \"positive\": 12462, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 1.3684965119803927, \"deceased_daily\": \"\", \"deceased\": 827, \"positive_100k\": 20.621769688391357, \"positive_daily\": \"\", \"positive\": 12462, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 2.0949414560667194, \"deceased_daily\": \"\", \"deceased\": 1266, \"positive_100k\": 29.223274971673195, \"positive_daily\": \"\", \"positive\": 17660, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 2.3845265704519294, \"deceased_daily\": \"\", \"deceased\": 1441, \"positive_100k\": 35.010012943130796, \"positive_daily\": \"\", \"positive\": 21157, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 2.9934826967019714, \"deceased_daily\": \"\", \"deceased\": 1809, \"positive_100k\": 40.95064471823311, \"positive_daily\": \"\", \"positive\": 24747, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 3.5709981533901907, \"deceased_daily\": \"\", \"deceased\": 2158, \"positive_100k\": 46.300522859989584, \"positive_daily\": \"\", \"positive\": 27980, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 4.141894521749604, \"deceased_daily\": \"\", \"deceased\": 2503, \"positive_100k\": 52.13524922183102, \"positive_daily\": \"\", \"positive\": 31506, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 4.927911260795175, \"deceased_daily\": \"\", \"deceased\": 2978, \"positive_100k\": 59.096875371651464, \"positive_daily\": \"\", \"positive\": 35713, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 5.634498939895087, \"deceased_daily\": \"\", \"deceased\": 3405, \"positive_100k\": 67.90357239312625, \"positive_daily\": \"\", \"positive\": 41035, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 6.67204103543524, \"deceased_daily\": \"\", \"deceased\": 4032, \"positive_100k\": 77.80903807718265, \"positive_daily\": \"\", \"positive\": 47021, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 7.984275296620791, \"deceased_daily\": \"\", \"deceased\": 4825, \"positive_100k\": 88.65937862017591, \"positive_daily\": \"\", \"positive\": 53578, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 9.061531922133772, \"deceased_daily\": \"\", \"deceased\": 5476, \"positive_100k\": 97.85991139721459, \"positive_daily\": \"\", \"positive\": 59138, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 10.056049943536696, \"deceased_daily\": \"\", \"deceased\": 6077, \"positive_100k\": 105.78461489887613, \"positive_daily\": \"\", \"positive\": 63927, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 11.285545600612187, \"deceased_daily\": \"\", \"deceased\": 6820, \"positive_100k\": 114.47051355835023, \"positive_daily\": \"\", \"positive\": 69176, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 12.415754932755606, \"deceased_daily\": \"\", \"deceased\": 7503, \"positive_100k\": 123.09187610661849, \"positive_daily\": \"\", \"positive\": 74386, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 13.593952655282862, \"deceased_daily\": \"\", \"deceased\": 8215, \"positive_100k\": 133.35642733251254, \"positive_daily\": \"\", \"positive\": 80589, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 15.114688198825764, \"deceased_daily\": \"\", \"deceased\": 9134, \"positive_100k\": 143.13447556623942, \"positive_daily\": \"\", \"positive\": 86498, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 16.585780579902632, \"deceased_daily\": \"\", \"deceased\": 10023, \"positive_100k\": 153.02008398530938, \"positive_daily\": \"\", \"positive\": 92472, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 17.83678827404674, \"deceased_daily\": \"\", \"deceased\": 10779, \"positive_100k\": 161.65302993815305, \"positive_daily\": \"\", \"positive\": 97689, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 19.180463204794112, \"deceased_daily\": \"\", \"deceased\": 11591, \"positive_100k\": 168.3548568710679, \"positive_daily\": \"\", \"positive\": 101739, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 20.565507437596516, \"deceased_daily\": \"\", \"deceased\": 12428, \"positive_100k\": 175.0616481202294, \"positive_daily\": \"\", \"positive\": 105792, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 21.76852674135679, \"deceased_daily\": \"\", \"deceased\": 13155, \"positive_100k\": 182.97476821731553, \"positive_daily\": \"\", \"positive\": 110574, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 23.026153523829702, \"deceased_daily\": \"\", \"deceased\": 13915, \"positive_100k\": 190.69924429703073, \"positive_daily\": \"\", \"positive\": 115242, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 24.293708938795824, \"deceased_daily\": \"\", \"deceased\": 14681, \"positive_100k\": 198.28637429392325, \"positive_daily\": \"\", \"positive\": 119827, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 25.42060872677484, \"deceased_daily\": \"\", \"deceased\": 15362, \"positive_100k\": 206.2375541489, \"positive_daily\": \"\", \"positive\": 124632, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 26.289364069930468, \"deceased_daily\": \"\", \"deceased\": 15887, \"positive_100k\": 213.37955045568037, \"positive_daily\": \"\", \"positive\": 128948, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 27.341799114210435, \"deceased_daily\": \"\", \"deceased\": 16523, \"positive_100k\": 219.3350751795225, \"positive_daily\": \"\", \"positive\": 132547, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 28.341281451859956, \"deceased_daily\": \"\", \"deceased\": 17127, \"positive_100k\": 224.36392753733196, \"positive_daily\": \"\", \"positive\": 135586, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 29.23816792041301, \"deceased_daily\": \"\", \"deceased\": 17669, \"positive_100k\": 230.71163324465573, \"positive_daily\": \"\", \"positive\": 139422, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 30.247578890555737, \"deceased_daily\": \"\", \"deceased\": 18279, \"positive_100k\": 237.6682950782296, \"positive_daily\": \"\", \"positive\": 143626, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 31.190798977410424, \"deceased_daily\": \"\", \"deceased\": 18849, \"positive_100k\": 244.20629957500654, \"positive_daily\": \"\", \"positive\": 147577, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 32.21510289629297, \"deceased_daily\": \"\", \"deceased\": 19468, \"positive_100k\": 251.97379972885895, \"positive_daily\": \"\", \"positive\": 152271, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 32.928309663721684, \"deceased_daily\": \"\", \"deceased\": 19899, \"positive_100k\": 258.7451270892263, \"positive_daily\": \"\", \"positive\": 156363, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 33.86491066224757, \"deceased_daily\": \"\", \"deceased\": 20465, \"positive_100k\": 263.96262346440665, \"positive_daily\": \"\", \"positive\": 159516, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 34.86108345573268, \"deceased_daily\": \"\", \"deceased\": 21067, \"positive_100k\": 268.88060609270866, \"positive_daily\": \"\", \"positive\": 162488, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 35.817541719244986, \"deceased_daily\": \"\", \"deceased\": 21645, \"positive_100k\": 273.29388323593923, \"positive_daily\": \"\", \"positive\": 165155, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 36.68629706240061, \"deceased_daily\": \"\", \"deceased\": 22170, \"positive_100k\": 279.55885033915297, \"positive_daily\": \"\", \"positive\": 168941, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 37.6377910096663, \"deceased_daily\": \"\", \"deceased\": 22745, \"positive_100k\": 285.3389692222818, \"positive_daily\": \"\", \"positive\": 172434, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 38.435391153287284, \"deceased_daily\": \"\", \"deceased\": 23227, \"positive_100k\": 291.11577856124615, \"positive_daily\": \"\", \"positive\": 175925, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 39.1519074648804, \"deceased_daily\": \"\", \"deceased\": 23660, \"positive_100k\": 296.1578690957132, \"positive_daily\": \"\", \"positive\": 178972, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 39.90317399019975, \"deceased_daily\": \"\", \"deceased\": 24114, \"positive_100k\": 299.8910349131591, \"positive_daily\": \"\", \"positive\": 181228, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.551305724083354, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.551305724083354, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.551305724083354, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.46478501714587, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 73.85914006858349, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 73.85914006858349, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 73.85914006858349, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 97.59957794777104, \"positive_daily\": \"\", \"positive\": 37, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 97.59957794777104, \"positive_daily\": \"\", \"positive\": 37, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 134.5291479820628, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 134.5291479820628, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 134.5291479820628, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 147.71828013716697, \"positive_daily\": \"\", \"positive\": 56, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 147.71828013716697, \"positive_daily\": \"\", \"positive\": 56, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 147.71828013716697, \"positive_daily\": \"\", \"positive\": 56, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 147.71828013716697, \"positive_daily\": \"\", \"positive\": 56, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 163.54523872329202, \"positive_daily\": \"\", \"positive\": 62, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 179.37219730941703, \"positive_daily\": \"\", \"positive\": 68, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 179.37219730941703, \"positive_daily\": \"\", \"positive\": 68, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 197.83698232656292, \"positive_daily\": \"\", \"positive\": 75, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 197.83698232656292, \"positive_daily\": \"\", \"positive\": 75, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 203.11263518860457, \"positive_daily\": \"\", \"positive\": 77, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 203.11263518860457, \"positive_daily\": \"\", \"positive\": 77, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 203.11263518860457, \"positive_daily\": \"\", \"positive\": 77, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 205.7504616196254, \"positive_daily\": \"\", \"positive\": 78, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 205.7504616196254, \"positive_daily\": \"\", \"positive\": 78, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 205.7504616196254, \"positive_daily\": \"\", \"positive\": 78, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 213.66394091268796, \"positive_daily\": \"\", \"positive\": 81, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 213.66394091268796, \"positive_daily\": \"\", \"positive\": 81, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16454729747518626, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16454729747518626, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16454729747518626, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16454729747518626, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16454729747518626, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16454729747518626, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3290945949503725, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3290945949503725, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.49364189242555884, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.49364189242555884, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8227364873759313, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1518310823263038, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.126398652028539, \"positive_daily\": \"\", \"positive\": 19, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.594608114156333, \"positive_daily\": \"\", \"positive\": 34, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.16454729747518626, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 8.391912171234498, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.16454729747518626, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.70829055103599, \"positive_daily\": \"\", \"positive\": 59, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.16454729747518626, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.670141905589343, \"positive_daily\": \"\", \"positive\": 77, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.16454729747518626, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 23.03662164652608, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3290945949503725, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 33.40310138746281, \"positive_daily\": \"\", \"positive\": 203, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.658189189900745, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 55.123344654187406, \"positive_daily\": \"\", \"positive\": 335, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.658189189900745, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 79.64089197799015, \"positive_daily\": \"\", \"positive\": 484, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 110.24668930837481, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 131.30874338519862, \"positive_daily\": \"\", \"positive\": 798, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 143.97888529078799, \"positive_daily\": \"\", \"positive\": 875, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 180.8374799252297, \"positive_daily\": \"\", \"positive\": 1099, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 219.34154753442328, \"positive_daily\": \"\", \"positive\": 1333, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.4809256772766763, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 239.08722323144565, \"positive_daily\": \"\", \"positive\": 1453, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.468209462127794, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 264.098412447674, \"positive_daily\": \"\", \"positive\": 1605, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.9618513545533527, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 301.2861016770661, \"positive_daily\": \"\", \"positive\": 1831, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.4554932469789117, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 320.8672300766132, \"positive_daily\": \"\", \"positive\": 1950, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 3.6200405444540977, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 327.1200273806703, \"positive_daily\": \"\", \"positive\": 1988, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 3.7845878419292847, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 358.38401390095567, \"positive_daily\": \"\", \"positive\": 2178, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 4.771871626780402, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 381.585182844957, \"positive_daily\": \"\", \"positive\": 2319, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.936418924255588, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 409.2291288207883, \"positive_daily\": \"\", \"positive\": 2487, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 5.100966221730774, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 429.7975410051866, \"positive_daily\": \"\", \"positive\": 2612, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 5.100966221730774, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 449.04957480978334, \"positive_daily\": \"\", \"positive\": 2729, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 5.923702709106705, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 461.3906221204223, \"positive_daily\": \"\", \"positive\": 2804, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 6.746439196482638, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 467.80796672195453, \"positive_daily\": \"\", \"positive\": 2843, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 7.2400810889081955, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 488.70547350130323, \"positive_daily\": \"\", \"positive\": 2970, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 7.569175683858569, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 499.2365005397151, \"positive_daily\": \"\", \"positive\": 3034, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 8.556459468709686, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 512.5648316352052, \"positive_daily\": \"\", \"positive\": 3115, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 8.885554063660058, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 530.3359397625254, \"positive_daily\": \"\", \"positive\": 3223, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 10.201932443461548, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 538.0696627438591, \"positive_daily\": \"\", \"positive\": 3270, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 10.860121633362294, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 539.8796830160861, \"positive_daily\": \"\", \"positive\": 3281, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 541.6897032883132, \"positive_daily\": \"\", \"positive\": 3292, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 11.02466893083748, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 544.157912750441, \"positive_daily\": \"\", \"positive\": 3307, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 555.0180343838033, \"positive_daily\": \"\", \"positive\": 3373, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 566.7008925045415, \"positive_daily\": \"\", \"positive\": 3444, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 11.84740541821341, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 572.6245952136483, \"positive_daily\": \"\", \"positive\": 3480, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.84740541821341, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 582.0037911697339, \"positive_daily\": \"\", \"positive\": 3537, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.011952715688597, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 584.1429060369113, \"positive_daily\": \"\", \"positive\": 3550, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.341047310638968, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 585.4592844167128, \"positive_daily\": \"\", \"positive\": 3558, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6204372014145968, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6204372014145968, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6204372014145968, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0340620023576614, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2408744028291936, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2408744028291936, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.481748805658387, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.722623208487581, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.3430604099021775, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.204372014145968, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.858871217918226, \"positive_daily\": \"\", \"positive\": 38, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.858871217918226, \"positive_daily\": \"\", \"positive\": 38, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.96105722499121, \"positive_daily\": \"\", \"positive\": 53, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.235993630178065, \"positive_daily\": \"\", \"positive\": 64, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.097305234421855, \"positive_daily\": \"\", \"positive\": 73, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.613116042437905, \"positive_daily\": \"\", \"positive\": 90, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 22.128926850453954, \"positive_daily\": \"\", \"positive\": 107, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 22.74936405186855, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 26.678799660827664, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 27.712861663185326, \"positive_daily\": \"\", \"positive\": 134, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 28.746923665542983, \"positive_daily\": \"\", \"positive\": 139, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 30.81504767025831, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 31.22867247120137, \"positive_daily\": \"\", \"positive\": 151, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 32.262734473559036, \"positive_daily\": \"\", \"positive\": 156, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 34.951295679688954, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 38.88073128864807, \"positive_daily\": \"\", \"positive\": 188, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 40.535230492420325, \"positive_daily\": \"\", \"positive\": 196, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 41.776104895249524, \"positive_daily\": \"\", \"positive\": 202, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 44.051041300436374, \"positive_daily\": \"\", \"positive\": 213, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 46.94641490703783, \"positive_daily\": \"\", \"positive\": 227, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 49.84178851363928, \"positive_daily\": \"\", \"positive\": 241, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 60.59603333815896, \"positive_daily\": \"\", \"positive\": 293, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.20681240047153227, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 61.836907740988146, \"positive_daily\": \"\", \"positive\": 299, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.41362480094306453, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 69.69577895890637, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.41362480094306453, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 72.38434016503629, \"positive_daily\": \"\", \"positive\": 350, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 76.52058817446694, \"positive_daily\": \"\", \"positive\": 370, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 78.1750873782392, \"positive_daily\": \"\", \"positive\": 378, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 79.41596178106839, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 81.27727338531218, \"positive_daily\": \"\", \"positive\": 393, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 82.51814778814138, \"positive_daily\": \"\", \"positive\": 399, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 85.2067089942713, \"positive_daily\": \"\", \"positive\": 412, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 87.27483299898661, \"positive_daily\": \"\", \"positive\": 422, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 88.10208260087275, \"positive_daily\": \"\", \"positive\": 426, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 88.30889500134428, \"positive_daily\": \"\", \"positive\": 427, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 89.1361446032304, \"positive_daily\": \"\", \"positive\": 431, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02820172013571796, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02820172013571796, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08460516040715388, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08460516040715388, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08460516040715388, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16921032081430776, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3384206416286155, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.648639563121513, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.648639563121513, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8460516040715388, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.8460516040715388, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.38188428665018, \"positive_daily\": \"\", \"positive\": 49, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.8613135289573852, \"positive_daily\": \"\", \"positive\": 66, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.2561376108574365, \"positive_daily\": \"\", \"positive\": 80, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.650961692757488, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.0739874947932573, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.525215016964745, \"positive_daily\": \"\", \"positive\": 125, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.202056300221976, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.991704464022078, \"positive_daily\": \"\", \"positive\": 177, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 5.612142307007874, \"positive_daily\": \"\", \"positive\": 199, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 6.514597351350848, \"positive_daily\": \"\", \"positive\": 231, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 7.417052395693823, \"positive_daily\": \"\", \"positive\": 263, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 8.404112600443952, \"positive_daily\": \"\", \"positive\": 298, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.11280688054287184, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 9.955207207908439, \"positive_daily\": \"\", \"positive\": 353, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.14100860067858978, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 11.929327617408696, \"positive_daily\": \"\", \"positive\": 423, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.16921032081430776, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 14.241868668537569, \"positive_daily\": \"\", \"positive\": 505, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.22561376108574369, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 16.66721660020931, \"positive_daily\": \"\", \"positive\": 591, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.3384206416286155, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 21.207693542059904, \"positive_daily\": \"\", \"positive\": 752, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.4230258020357694, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 24.366286197260315, \"positive_daily\": \"\", \"positive\": 864, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.5358326825786411, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 27.21465993096783, \"positive_daily\": \"\", \"positive\": 965, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.6204378429857951, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 29.781016463318164, \"positive_daily\": \"\", \"positive\": 1056, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7614464436643849, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 33.10881943933288, \"positive_daily\": \"\", \"positive\": 1174, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.8178498839358208, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 36.35201725494045, \"positive_daily\": \"\", \"positive\": 1289, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8178498839358208, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 40.554073555162425, \"positive_daily\": \"\", \"positive\": 1438, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8460516040715388, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 43.99468341172002, \"positive_daily\": \"\", \"positive\": 1560, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.8742533242072567, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 46.87125886556325, \"positive_daily\": \"\", \"positive\": 1662, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.9870602047501285, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 48.281344872349145, \"positive_daily\": \"\", \"positive\": 1712, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.1280688054287182, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 54.54212674247852, \"positive_daily\": \"\", \"positive\": 1934, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.297279126243026, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 57.7853245580861, \"positive_daily\": \"\", \"positive\": 2049, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.5228928873287697, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 60.746505172336484, \"positive_daily\": \"\", \"positive\": 2154, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.5792963276002054, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 63.84869438726546, \"positive_daily\": \"\", \"positive\": 2264, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.6074980477359238, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 67.0636904827373, \"positive_daily\": \"\", \"positive\": 2378, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.8895152490931033, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 69.71465217549479, \"positive_daily\": \"\", \"positive\": 2472, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.974120409500257, \"deceased_daily\": \"\", \"deceased\": 70, \"positive_100k\": 71.85798290580935, \"positive_daily\": \"\", \"positive\": 2548, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.170363476552401, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.170363476552401, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.170363476552401, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.170363476552401, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.096272167933407, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.096272167933407, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.096272167933407, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.096272167933407, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 28.43699912103821, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 28.43699912103821, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 59.459179980352616, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 59.459179980352616, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 59.459179980352616, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 80.14063388656223, \"positive_daily\": \"\", \"positive\": 31, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 85.31099736311464, \"positive_daily\": \"\", \"positive\": 33, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 108.57763300760044, \"positive_daily\": \"\", \"positive\": 42, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 108.57763300760044, \"positive_daily\": \"\", \"positive\": 42, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 118.91835996070523, \"positive_daily\": \"\", \"positive\": 46, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 126.67390517553383, \"positive_daily\": \"\", \"positive\": 49, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 134.42945039036243, \"positive_daily\": \"\", \"positive\": 52, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 142.18499560519103, \"positive_daily\": \"\", \"positive\": 55, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 155.11090429657204, \"positive_daily\": \"\", \"positive\": 60, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 165.45163124967684, \"positive_daily\": \"\", \"positive\": 64, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 170.62199472622927, \"positive_daily\": \"\", \"positive\": 66, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 188.71826689416267, \"positive_daily\": \"\", \"positive\": 73, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 199.05899384726746, \"positive_daily\": \"\", \"positive\": 77, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 204.22935732381987, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 209.39972080037225, \"positive_daily\": \"\", \"positive\": 81, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 217.15526601520088, \"positive_daily\": \"\", \"positive\": 84, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 232.66635644485808, \"positive_daily\": \"\", \"positive\": 90, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 237.83671992141046, \"positive_daily\": \"\", \"positive\": 92, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 240.42190165968665, \"positive_daily\": \"\", \"positive\": 93, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 240.42190165968665, \"positive_daily\": \"\", \"positive\": 93, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 240.42190165968665, \"positive_daily\": \"\", \"positive\": 93, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 7.755545214828603, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 240.42190165968665, \"positive_daily\": \"\", \"positive\": 93, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 7.755545214828603, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 240.42190165968665, \"positive_daily\": \"\", \"positive\": 93, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 7.755545214828603, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 243.00708339796287, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 7.755545214828603, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 243.00708339796287, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 7.755545214828603, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 243.00708339796287, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 7.755545214828603, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 243.00708339796287, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.32136515919626574, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.32136515919626574, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4820477387943986, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.2495561143738603, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.2495561143738603, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.37433417156079, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.16068257959813287, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.338429649149587, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.16068257959813287, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 7.552081241112245, \"positive_daily\": \"\", \"positive\": 47, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.16068257959813287, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 8.355494139102909, \"positive_daily\": \"\", \"positive\": 52, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.16068257959813287, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 11.087097992271167, \"positive_daily\": \"\", \"positive\": 69, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.16068257959813287, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.175971527046896, \"positive_daily\": \"\", \"positive\": 82, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.16068257959813287, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.49733668624316, \"positive_daily\": \"\", \"positive\": 84, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.16068257959813287, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.658019265841293, \"positive_daily\": \"\", \"positive\": 85, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.16068257959813287, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.62211474343009, \"positive_daily\": \"\", \"positive\": 91, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 17.514401176196483, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 19.763957290570342, \"positive_daily\": \"\", \"positive\": 123, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 23.138291462131132, \"positive_daily\": \"\", \"positive\": 144, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 27.958768850075117, \"positive_daily\": \"\", \"positive\": 174, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 32.297198499224706, \"positive_daily\": \"\", \"positive\": 201, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 34.386072034000435, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 37.439041046364956, \"positive_daily\": \"\", \"positive\": 233, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 38.724501683150024, \"positive_daily\": \"\", \"positive\": 241, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 39.849279740336954, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 40.492010058729484, \"positive_daily\": \"\", \"positive\": 252, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 40.97405779752388, \"positive_daily\": \"\", \"positive\": 255, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 42.259518434308944, \"positive_daily\": \"\", \"positive\": 263, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.4820477387943986, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 43.70566165069214, \"positive_daily\": \"\", \"positive\": 272, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.4820477387943986, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 44.027026809888405, \"positive_daily\": \"\", \"positive\": 274, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 45.4731700262716, \"positive_daily\": \"\", \"positive\": 283, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 46.276582924262264, \"positive_daily\": \"\", \"positive\": 288, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 48.68682161823426, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 48.68682161823426, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 49.32955193662679, \"positive_daily\": \"\", \"positive\": 307, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 49.49023451622492, \"positive_daily\": \"\", \"positive\": 308, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 50.132964834617454, \"positive_daily\": \"\", \"positive\": 312, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.005803487977523323, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.005803487977523323, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03482092786513994, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05803487977523323, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10446278359541983, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.13928371146055976, \"positive_daily\": \"\", \"positive\": 24, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.22053254314588627, \"positive_daily\": \"\", \"positive\": 38, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4758860141569125, \"positive_daily\": \"\", \"positive\": 82, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.005803487977523323, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.7428464611229854, \"positive_daily\": \"\", \"positive\": 128, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.005803487977523323, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.0910557397743847, \"positive_daily\": \"\", \"positive\": 188, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.01741046393256997, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.5379243140436807, \"positive_daily\": \"\", \"positive\": 265, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.01741046393256997, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.8629196407849868, \"positive_daily\": \"\", \"positive\": 321, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.023213951910093292, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 2.216932407413909, \"positive_daily\": \"\", \"positive\": 382, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.029017439887616615, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.9191544526942317, \"positive_daily\": \"\", \"positive\": 503, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.029017439887616615, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.9191544526942317, \"positive_daily\": \"\", \"positive\": 503, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.05803487977523323, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 4.677611309883798, \"positive_daily\": \"\", \"positive\": 806, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.06964185573027988, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 5.582955434377437, \"positive_daily\": \"\", \"positive\": 962, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.11606975955046646, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 6.604369318421543, \"positive_daily\": \"\", \"positive\": 1138, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.13928371146055976, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 8.217738976173026, \"positive_daily\": \"\", \"positive\": 1416, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.24954998303350293, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 9.929767929542406, \"positive_daily\": \"\", \"positive\": 1711, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3366023026963527, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 11.943578257742999, \"positive_daily\": \"\", \"positive\": 2058, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.4468685742692959, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 14.31720484055004, \"positive_daily\": \"\", \"positive\": 2467, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6209732135949956, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 17.42787439650254, \"positive_daily\": \"\", \"positive\": 3003, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.7950778529206952, \"deceased_daily\": \"\", \"deceased\": 137, \"positive_100k\": 21.124696238184896, \"positive_daily\": \"\", \"positive\": 3640, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.044627835954198, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 24.473308801215857, \"positive_daily\": \"\", \"positive\": 4217, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.2419464271899912, \"deceased_daily\": \"\", \"deceased\": 214, \"positive_100k\": 27.64781672492111, \"positive_daily\": \"\", \"positive\": 4764, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.6075661697739605, \"deceased_daily\": \"\", \"deceased\": 277, \"positive_100k\": 32.38346291458014, \"positive_daily\": \"\", \"positive\": 5580, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 2.071845207975826, \"deceased_daily\": \"\", \"deceased\": 357, \"positive_100k\": 37.36285559929515, \"positive_daily\": \"\", \"positive\": 6438, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.5245172702226455, \"deceased_daily\": \"\", \"deceased\": 435, \"positive_100k\": 43.340448216144175, \"positive_daily\": \"\", \"positive\": 7468, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 3.174507923705258, \"deceased_daily\": \"\", \"deceased\": 547, \"positive_100k\": 50.18276054164417, \"positive_daily\": \"\", \"positive\": 8647, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.7142323056149267, \"deceased_daily\": \"\", \"deceased\": 640, \"positive_100k\": 56.98444845130151, \"positive_daily\": \"\", \"positive\": 9819, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 4.4802927186480055, \"deceased_daily\": \"\", \"deceased\": 772, \"positive_100k\": 63.43212359432993, \"positive_daily\": \"\", \"positive\": 10930, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 5.020017100557674, \"deceased_daily\": \"\", \"deceased\": 865, \"positive_100k\": 68.57981743039312, \"positive_daily\": \"\", \"positive\": 11817, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.035627496624256, \"deceased_daily\": \"\", \"deceased\": 1040, \"positive_100k\": 73.51278221128793, \"positive_daily\": \"\", \"positive\": 12667, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 6.819098373589905, \"deceased_daily\": \"\", \"deceased\": 1175, \"positive_100k\": 79.48457134015943, \"positive_daily\": \"\", \"positive\": 13696, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 7.7824773778587755, \"deceased_daily\": \"\", \"deceased\": 1341, \"positive_100k\": 85.8219802116149, \"positive_daily\": \"\", \"positive\": 14788, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 8.64719708650975, \"deceased_daily\": \"\", \"deceased\": 1490, \"positive_100k\": 91.8169832923965, \"positive_daily\": \"\", \"positive\": 15821, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 9.610576090778624, \"deceased_daily\": \"\", \"deceased\": 1656, \"positive_100k\": 97.07494340003262, \"positive_daily\": \"\", \"positive\": 16727, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 10.277977208193805, \"deceased_daily\": \"\", \"deceased\": 1771, \"positive_100k\": 104.19001966047624, \"positive_daily\": \"\", \"positive\": 17953, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 10.875736469878708, \"deceased_daily\": \"\", \"deceased\": 1874, \"positive_100k\": 109.83681346260641, \"positive_daily\": \"\", \"positive\": 18926, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 12.233752656619163, \"deceased_daily\": \"\", \"deceased\": 2108, \"positive_100k\": 114.38094454900717, \"positive_daily\": \"\", \"positive\": 19709, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 13.086865389315093, \"deceased_daily\": \"\", \"deceased\": 2255, \"positive_100k\": 120.02773835113737, \"positive_daily\": \"\", \"positive\": 20682, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 13.945781609988545, \"deceased_daily\": \"\", \"deceased\": 2403, \"positive_100k\": 127.11379717169336, \"positive_daily\": \"\", \"positive\": 21903, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 14.624789703358775, \"deceased_daily\": \"\", \"deceased\": 2520, \"positive_100k\": 134.92529198943973, \"positive_daily\": \"\", \"positive\": 23249, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 15.396653604369376, \"deceased_daily\": \"\", \"deceased\": 2653, \"positive_100k\": 142.59750309572559, \"positive_daily\": \"\", \"positive\": 24571, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 15.942181474256568, \"deceased_daily\": \"\", \"deceased\": 2747, \"positive_100k\": 149.41660146931548, \"positive_daily\": \"\", \"positive\": 25746, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 16.441281440323575, \"deceased_daily\": \"\", \"deceased\": 2833, \"positive_100k\": 155.01116387964797, \"positive_daily\": \"\", \"positive\": 26710, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 17.14930697358142, \"deceased_daily\": \"\", \"deceased\": 2955, \"positive_100k\": 160.06019842009326, \"positive_daily\": \"\", \"positive\": 27580, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 18.25196968931085, \"deceased_daily\": \"\", \"deceased\": 3145, \"positive_100k\": 164.3315655715504, \"positive_daily\": \"\", \"positive\": 28316, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 19.308204501220096, \"deceased_daily\": \"\", \"deceased\": 3327, \"positive_100k\": 170.52388724356783, \"positive_daily\": \"\", \"positive\": 29383, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 20.143906769983456, \"deceased_daily\": \"\", \"deceased\": 3471, \"positive_100k\": 177.69699838378665, \"positive_daily\": \"\", \"positive\": 30619, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 20.96800206279177, \"deceased_daily\": \"\", \"deceased\": 3613, \"positive_100k\": 184.3535990940059, \"positive_daily\": \"\", \"positive\": 31766, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 21.455495052903725, \"deceased_daily\": \"\", \"deceased\": 3697, \"positive_100k\": 190.57493820591088, \"positive_daily\": \"\", \"positive\": 32838, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 21.84432874739779, \"deceased_daily\": \"\", \"deceased\": 3764, \"positive_100k\": 194.92755418905338, \"positive_daily\": \"\", \"positive\": 33588, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01881702624749357, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01881702624749357, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.11290215748496144, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.28225539371240355, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3575234987023779, \"positive_daily\": \"\", \"positive\": 19, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4704256561873393, \"positive_daily\": \"\", \"positive\": 25, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6021448399197943, \"positive_daily\": \"\", \"positive\": 32, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.05375346985964, \"positive_daily\": \"\", \"positive\": 56, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6370812835319408, \"positive_daily\": \"\", \"positive\": 87, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.0322388347293057, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.766102858381555, \"positive_daily\": \"\", \"positive\": 147, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.311796619558869, \"positive_daily\": \"\", \"positive\": 176, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.8574903807361824, \"positive_daily\": \"\", \"positive\": 205, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.5268104989974285, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 11.252581696001156, \"positive_daily\": \"\", \"positive\": 598, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.209552425740487, \"positive_daily\": \"\", \"positive\": 702, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.7417581425036, \"positive_daily\": \"\", \"positive\": 996, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 20.510558609767994, \"positive_daily\": \"\", \"positive\": 1090, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 22.97558904818965, \"positive_daily\": \"\", \"positive\": 1221, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 25.08309598790893, \"positive_daily\": \"\", \"positive\": 1333, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 27.529309400083097, \"positive_daily\": \"\", \"positive\": 1463, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.11290215748496144, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 29.166390683615038, \"positive_daily\": \"\", \"positive\": 1550, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 32.85452782812378, \"positive_daily\": \"\", \"positive\": 1746, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 36.015788237702694, \"positive_daily\": \"\", \"positive\": 1914, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 39.854461592191385, \"positive_daily\": \"\", \"positive\": 2118, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 44.87860760027217, \"positive_daily\": \"\", \"positive\": 2385, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.18817026247493573, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 49.319425794680654, \"positive_daily\": \"\", \"positive\": 2621, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.22580431496992287, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 53.87314614657409, \"positive_daily\": \"\", \"positive\": 2863, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.26343836746491, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 58.03170894727017, \"positive_daily\": \"\", \"positive\": 3084, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.26343836746491, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 63.39456142780585, \"positive_daily\": \"\", \"positive\": 3369, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.3575234987023779, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 70.65793355933836, \"positive_daily\": \"\", \"positive\": 3755, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.43279160369235214, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 75.5503603836867, \"positive_daily\": \"\", \"positive\": 4015, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.4704256561873393, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 80.61214044426247, \"positive_daily\": \"\", \"positive\": 4284, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.6021448399197943, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 83.64168167010892, \"positive_daily\": \"\", \"positive\": 4445, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7338640236522493, \"deceased_daily\": \"\", \"deceased\": 39, \"positive_100k\": 87.32981881461767, \"positive_daily\": \"\", \"positive\": 4641, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.8279491548897172, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 91.50719864156125, \"positive_daily\": \"\", \"positive\": 4863, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.9408513123746786, \"deceased_daily\": \"\", \"deceased\": 50, \"positive_100k\": 96.8512340958494, \"positive_daily\": \"\", \"positive\": 5147, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.1102045486021208, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 101.04743094904047, \"positive_daily\": \"\", \"positive\": 5370, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.1666556273446014, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 104.43449567358932, \"positive_daily\": \"\", \"positive\": 5550, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.3360088635720435, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 107.01242826949594, \"positive_daily\": \"\", \"positive\": 5687, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4300939948095115, \"deceased_daily\": \"\", \"deceased\": 76, \"positive_100k\": 110.3618589415498, \"positive_daily\": \"\", \"positive\": 5865, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.6747153360269278, \"deceased_daily\": \"\", \"deceased\": 89, \"positive_100k\": 114.52042174224589, \"positive_daily\": \"\", \"positive\": 6086, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.9005196509968507, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 114.52042174224589, \"positive_daily\": \"\", \"positive\": 6086, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.0322388347293057, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 116.87255002318258, \"positive_daily\": \"\", \"positive\": 6211, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.126323965966774, \"deceased_daily\": \"\", \"deceased\": 113, \"positive_100k\": 118.8107037266744, \"positive_daily\": \"\", \"positive\": 6314, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.239226123451735, \"deceased_daily\": \"\", \"deceased\": 119, \"positive_100k\": 120.59832122018629, \"positive_daily\": \"\", \"positive\": 6409, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.408579359679177, \"deceased_daily\": \"\", \"deceased\": 128, \"positive_100k\": 122.78109626489555, \"positive_daily\": \"\", \"positive\": 6525, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.5214815171641387, \"deceased_daily\": \"\", \"deceased\": 134, \"positive_100k\": 124.24882431220006, \"positive_daily\": \"\", \"positive\": 6603, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.6155666484016065, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 124.62516483714994, \"positive_daily\": \"\", \"positive\": 6623, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.822553937124036, \"deceased_daily\": \"\", \"deceased\": 150, \"positive_100k\": 126.82675690810667, \"positive_daily\": \"\", \"positive\": 6740, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.860187989619023, \"deceased_daily\": \"\", \"deceased\": 152, \"positive_100k\": 129.76221300271567, \"positive_daily\": \"\", \"positive\": 6896, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.029541225846465, \"deceased_daily\": \"\", \"deceased\": 161, \"positive_100k\": 130.53371107886292, \"positive_daily\": \"\", \"positive\": 6937, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.0859923045889457, \"deceased_daily\": \"\", \"deceased\": 164, \"positive_100k\": 132.39659667736478, \"positive_daily\": \"\", \"positive\": 7036, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.1048093308364395, \"deceased_daily\": \"\", \"deceased\": 165, \"positive_100k\": 133.1869117797595, \"positive_daily\": \"\", \"positive\": 7078, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.4058817507963366, \"deceased_daily\": \"\", \"deceased\": 181, \"positive_100k\": 134.65463982706402, \"positive_daily\": \"\", \"positive\": 7156, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02394135517167987, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.19153084137343895, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.2633549068884785, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.6464165896353564, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.8618887861804753, \"positive_daily\": \"\", \"positive\": 36, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.0294782723822342, \"positive_daily\": \"\", \"positive\": 43, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.3167745344423927, \"positive_daily\": \"\", \"positive\": 55, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.651953506845911, \"positive_daily\": \"\", \"positive\": 69, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.0589565447644684, \"positive_daily\": \"\", \"positive\": 86, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.6096077137131055, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.2799656585201418, \"positive_daily\": \"\", \"positive\": 137, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.788271034335973, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0718240655150396, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 7.493644168735798, \"positive_daily\": \"\", \"positive\": 313, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.1436481310300792, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 8.259767534229553, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1436481310300792, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 8.259767534229553, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.19153084137343895, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 10.606020341054181, \"positive_daily\": \"\", \"positive\": 443, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.19153084137343895, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 13.359276185797366, \"positive_daily\": \"\", \"positive\": 558, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.21547219654511882, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 16.136473385712232, \"positive_daily\": \"\", \"positive\": 674, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.3351789724035181, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 18.817905164940377, \"positive_daily\": \"\", \"positive\": 786, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.40700303791855774, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 21.57116100968356, \"positive_daily\": \"\", \"positive\": 901, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5745925241203168, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 23.67800026479139, \"positive_daily\": \"\", \"positive\": 989, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.718240655150396, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 28.274740457753925, \"positive_daily\": \"\", \"positive\": 1181, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.718240655150396, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 28.274740457753925, \"positive_daily\": \"\", \"positive\": 1181, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.7661233654937558, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 31.530764761102386, \"positive_daily\": \"\", \"positive\": 1317, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.885830141352155, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 35.313498878227804, \"positive_daily\": \"\", \"positive\": 1475, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9815955620388745, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 40.053887202220416, \"positive_daily\": \"\", \"positive\": 1673, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.1013023378972737, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 43.11838066419544, \"positive_daily\": \"\", \"positive\": 1801, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.2928331792707128, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 47.59541408129957, \"positive_daily\": \"\", \"positive\": 1988, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.3167745344423927, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 50.27684586052772, \"positive_daily\": \"\", \"positive\": 2100, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.4125399551291122, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 53.84410778110802, \"positive_daily\": \"\", \"positive\": 2249, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.5083053758158316, \"deceased_daily\": \"\", \"deceased\": 63, \"positive_100k\": 60.5237458740067, \"positive_daily\": \"\", \"positive\": 2528, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.580129441330871, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 65.88660943246299, \"positive_daily\": \"\", \"positive\": 2752, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.77166028270431, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 71.20159028057593, \"positive_daily\": \"\", \"positive\": 2974, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.8913670585627094, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 77.42634262521268, \"positive_daily\": \"\", \"positive\": 3234, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.0828978999361487, \"deceased_daily\": \"\", \"deceased\": 87, \"positive_100k\": 81.40060758371155, \"positive_daily\": \"\", \"positive\": 3400, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.2504873861379076, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 83.1243851560725, \"positive_daily\": \"\", \"positive\": 3472, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.2744287413095874, \"deceased_daily\": \"\", \"deceased\": 95, \"positive_100k\": 85.56640338358385, \"positive_daily\": \"\", \"positive\": 3574, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.465959582683026, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 89.80402324897119, \"positive_daily\": \"\", \"positive\": 3751, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.6096077137131055, \"deceased_daily\": \"\", \"deceased\": 109, \"positive_100k\": 96.14848236946635, \"positive_daily\": \"\", \"positive\": 4016, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.7771971999148644, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 100.79310527277225, \"positive_daily\": \"\", \"positive\": 4210, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.872962620601584, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 102.30141064858807, \"positive_daily\": \"\", \"positive\": 4273, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.016610751631663, \"deceased_daily\": \"\", \"deceased\": 126, \"positive_100k\": 106.94603355189396, \"positive_daily\": \"\", \"positive\": 4467, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0031260495711435115, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0031260495711435115, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01875629742686107, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02188234699800458, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.034386545282578625, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.034386545282578625, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.04689074356715267, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08752938799201831, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.11878988370345343, \"positive_daily\": \"\", \"positive\": 38, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.13442013155917099, \"positive_daily\": \"\", \"positive\": 43, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.26884026311834197, \"positive_daily\": \"\", \"positive\": 86, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.36574779982379085, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.45327718781580917, \"positive_daily\": \"\", \"positive\": 145, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7314955996475817, \"positive_daily\": \"\", \"positive\": 234, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.009378148713430534, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.7314955996475817, \"positive_daily\": \"\", \"positive\": 234, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 0.9940837636236367, \"positive_daily\": \"\", \"positive\": 318, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.1347559943250947, \"positive_daily\": \"\", \"positive\": 363, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.2347895806016869, \"positive_daily\": \"\", \"positive\": 395, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.02188234699800458, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 1.3004366215957006, \"positive_daily\": \"\", \"positive\": 416, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.028134446140291605, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 1.5005037941488855, \"positive_daily\": \"\", \"positive\": 480, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.028134446140291605, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 1.8131087512632367, \"positive_daily\": \"\", \"positive\": 580, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.034386545282578625, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 1.9850414776761298, \"positive_daily\": \"\", \"positive\": 635, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.050016793138296184, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 2.097579262237296, \"positive_daily\": \"\", \"positive\": 671, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.05626889228058321, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 2.663394234614272, \"positive_daily\": \"\", \"positive\": 852, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.07502518970744428, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 2.969747092586336, \"positive_daily\": \"\", \"positive\": 950, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.09378148713430534, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 3.3292427932678392, \"positive_daily\": \"\", \"positive\": 1065, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.11878988370345343, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 4.135763582622865, \"positive_daily\": \"\", \"positive\": 1323, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.17193272641289314, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 4.420234093596925, \"positive_daily\": \"\", \"positive\": 1414, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.1906890238397542, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 4.9860490659739005, \"positive_daily\": \"\", \"positive\": 1595, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.22820161869347635, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 5.458082551216571, \"positive_daily\": \"\", \"positive\": 1746, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.25946211440491146, \"deceased_daily\": \"\", \"deceased\": 83, \"positive_100k\": 7.130519071778349, \"positive_daily\": \"\", \"positive\": 2281, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.28759656054520305, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 8.005812951698532, \"positive_daily\": \"\", \"positive\": 2561, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.3344873041123557, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 9.234350433157932, \"positive_daily\": \"\", \"positive\": 2954, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.3782519981083649, \"deceased_daily\": \"\", \"deceased\": 121, \"positive_100k\": 13.573307237905126, \"positive_daily\": \"\", \"positive\": 4342, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.4313948408178046, \"deceased_daily\": \"\", \"deceased\": 138, \"positive_100k\": 16.430516545930296, \"positive_daily\": \"\", \"positive\": 5256, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.5283023775232535, \"deceased_daily\": \"\", \"deceased\": 169, \"positive_100k\": 18.434314321033288, \"positive_daily\": \"\", \"positive\": 5897, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.5658149723769755, \"deceased_daily\": \"\", \"deceased\": 181, \"positive_100k\": 21.407187463190766, \"positive_daily\": \"\", \"positive\": 6848, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.6033275672306977, \"deceased_daily\": \"\", \"deceased\": 193, \"positive_100k\": 23.504766725428063, \"positive_daily\": \"\", \"positive\": 7519, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.6752267073669984, \"deceased_daily\": \"\", \"deceased\": 216, \"positive_100k\": 30.585269004068117, \"positive_daily\": \"\", \"positive\": 9784, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.7189914013630075, \"deceased_daily\": \"\", \"deceased\": 230, \"positive_100k\": 32.207688731491594, \"positive_daily\": \"\", \"positive\": 10303, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.7940165910704519, \"deceased_daily\": \"\", \"deceased\": 254, \"positive_100k\": 35.871418828871796, \"positive_daily\": \"\", \"positive\": 11475, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.8565375824933221, \"deceased_daily\": \"\", \"deceased\": 274, \"positive_100k\": 39.047485193153605, \"positive_daily\": \"\", \"positive\": 12491, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.9378148713430534, \"deceased_daily\": \"\", \"deceased\": 300, \"positive_100k\": 42.16728266515483, \"positive_daily\": \"\", \"positive\": 13489, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.087865250757942, \"deceased_daily\": \"\", \"deceased\": 348, \"positive_100k\": 45.07763481588943, \"positive_daily\": \"\", \"positive\": 14420, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.2504198284574044, \"deceased_daily\": \"\", \"deceased\": 400, \"positive_100k\": 48.8539026978308, \"positive_daily\": \"\", \"positive\": 15628, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.3910920591588627, \"deceased_daily\": \"\", \"deceased\": 445, \"positive_100k\": 51.03275924891783, \"positive_daily\": \"\", \"positive\": 16325, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01945191884426035, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01945191884426035, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.04862979711065089, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0778076753770414, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.12643747248769227, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.19451918844260355, \"positive_daily\": \"\", \"positive\": 20, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2917787826639053, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2917787826639053, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3987643363073372, \"positive_daily\": \"\", \"positive\": 41, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5738316059056804, \"positive_daily\": \"\", \"positive\": 59, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5738316059056804, \"positive_daily\": \"\", \"positive\": 59, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0893074552785798, \"positive_daily\": \"\", \"positive\": 112, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6436871423399995, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.382860058421893, \"positive_daily\": \"\", \"positive\": 245, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.2192925687250886, \"positive_daily\": \"\", \"positive\": 331, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.009725959422130176, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.357229821114319, \"positive_daily\": \"\", \"positive\": 448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.01945191884426035, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.357229821114319, \"positive_daily\": \"\", \"positive\": 448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.02917787826639053, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 7.634878146372188, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.05835575653278106, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 9.92047861057278, \"positive_daily\": \"\", \"positive\": 1020, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.11671151306556211, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 12.449228060326627, \"positive_daily\": \"\", \"positive\": 1280, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.13616343190982247, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 15.561535075408282, \"positive_daily\": \"\", \"positive\": 1600, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.22369706670899403, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 20.035476409588163, \"positive_daily\": \"\", \"positive\": 2060, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.3209566609302958, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 22.972716155071474, \"positive_daily\": \"\", \"positive\": 2362, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.4182162551515976, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 29.129248469279876, \"positive_daily\": \"\", \"positive\": 2995, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.5835575653278106, \"deceased_daily\": \"\", \"deceased\": 60, \"positive_100k\": 34.46880019202934, \"positive_daily\": \"\", \"positive\": 3544, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.7391729160818933, \"deceased_daily\": \"\", \"deceased\": 76, \"positive_100k\": 41.510394813651594, \"positive_daily\": \"\", \"positive\": 4268, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.9725959422130176, \"deceased_daily\": \"\", \"deceased\": 100, \"positive_100k\": 50.283210212413, \"positive_daily\": \"\", \"positive\": 5170, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.157389171233491, \"deceased_daily\": \"\", \"deceased\": 119, \"positive_100k\": 57.98617007474011, \"positive_daily\": \"\", \"positive\": 5962, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.3616343190982245, \"deceased_daily\": \"\", \"deceased\": 140, \"positive_100k\": 62.323947977010164, \"positive_daily\": \"\", \"positive\": 6408, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.5561535075408284, \"deceased_daily\": \"\", \"deceased\": 160, \"positive_100k\": 72.3903159789149, \"positive_daily\": \"\", \"positive\": 7443, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.8187544119383428, \"deceased_daily\": \"\", \"deceased\": 187, \"positive_100k\": 80.24889119199608, \"positive_daily\": \"\", \"positive\": 8251, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.032725519225207, \"deceased_daily\": \"\", \"deceased\": 209, \"positive_100k\": 87.86431741952401, \"positive_daily\": \"\", \"positive\": 9034, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.3925860178440232, \"deceased_daily\": \"\", \"deceased\": 246, \"positive_100k\": 96.15083484717893, \"positive_daily\": \"\", \"positive\": 9886, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.5871052062866267, \"deceased_daily\": \"\", \"deceased\": 266, \"positive_100k\": 102.35599695849797, \"positive_daily\": \"\", \"positive\": 10524, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.8691580295284016, \"deceased_daily\": \"\", \"deceased\": 295, \"positive_100k\": 109.68937036278412, \"positive_daily\": \"\", \"positive\": 11278, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.0247733802824848, \"deceased_daily\": \"\", \"deceased\": 311, \"positive_100k\": 114.08550402158696, \"positive_daily\": \"\", \"positive\": 11730, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.3554560006349106, \"deceased_daily\": \"\", \"deceased\": 345, \"positive_100k\": 121.01038713014366, \"positive_daily\": \"\", \"positive\": 12442, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.695864580409467, \"deceased_daily\": \"\", \"deceased\": 380, \"positive_100k\": 127.80883276621263, \"positive_daily\": \"\", \"positive\": 13141, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.9779174036512424, \"deceased_daily\": \"\", \"deceased\": 409, \"positive_100k\": 135.73548969524873, \"positive_daily\": \"\", \"positive\": 13956, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.230792348626626, \"deceased_daily\": \"\", \"deceased\": 435, \"positive_100k\": 150.48004417919807, \"positive_daily\": \"\", \"positive\": 15472, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.571200928401183, \"deceased_daily\": \"\", \"deceased\": 470, \"positive_100k\": 155.48891328159513, \"positive_daily\": \"\", \"positive\": 15987, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.9018835487536085, \"deceased_daily\": \"\", \"deceased\": 504, \"positive_100k\": 161.30503701602896, \"positive_daily\": \"\", \"positive\": 16585, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 5.203388290839644, \"deceased_daily\": \"\", \"deceased\": 535, \"positive_100k\": 164.69939685435241, \"positive_daily\": \"\", \"positive\": 16934, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.51461899234781, \"deceased_daily\": \"\", \"deceased\": 567, \"positive_100k\": 169.69853999732732, \"positive_daily\": \"\", \"positive\": 17448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.825849693855975, \"deceased_daily\": \"\", \"deceased\": 599, \"positive_100k\": 175.952331905757, \"positive_daily\": \"\", \"positive\": 18091, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 6.11762847651988, \"deceased_daily\": \"\", \"deceased\": 629, \"positive_100k\": 183.24680147235463, \"positive_daily\": \"\", \"positive\": 18841, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 6.389955340339526, \"deceased_daily\": \"\", \"deceased\": 657, \"positive_100k\": 185.0072001277602, \"positive_daily\": \"\", \"positive\": 19022, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 6.681734123003431, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 191.45551122463252, \"positive_daily\": \"\", \"positive\": 19685, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.944335027400945, \"deceased_daily\": \"\", \"deceased\": 714, \"positive_100k\": 196.52273608356234, \"positive_daily\": \"\", \"positive\": 20206, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 7.148580175265679, \"deceased_daily\": \"\", \"deceased\": 735, \"positive_100k\": 202.91269142390186, \"positive_daily\": \"\", \"positive\": 20863, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03594953691604021, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10784861074812065, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10784861074812065, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2516467584122815, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2875962953283217, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2875962953283217, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2875962953283217, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2875962953283217, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5392430537406032, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6470916644887239, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8627888859849652, \"positive_daily\": \"\", \"positive\": 24, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 9.418778672002537, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 9.418778672002537, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 11.503851813132869, \"positive_daily\": \"\", \"positive\": 320, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.114993940705553, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.415764303332127, \"positive_daily\": \"\", \"positive\": 401, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.781846706141655, \"positive_daily\": \"\", \"positive\": 439, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.781846706141655, \"positive_daily\": \"\", \"positive\": 439, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.249190686050177, \"positive_daily\": \"\", \"positive\": 452, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.536786981378498, \"positive_daily\": \"\", \"positive\": 460, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.8962823505389, \"positive_daily\": \"\", \"positive\": 470, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.291727256615342, \"positive_daily\": \"\", \"positive\": 481, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.759071236523866, \"positive_daily\": \"\", \"positive\": 494, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.010717994936147, \"positive_daily\": \"\", \"positive\": 501, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.909456417837152, \"positive_daily\": \"\", \"positive\": 526, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.304901323913597, \"positive_daily\": \"\", \"positive\": 537, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.73629576690608, \"positive_daily\": \"\", \"positive\": 549, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 20.203639746814602, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 21.210226780463728, \"positive_daily\": \"\", \"positive\": 590, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 22.792006404769495, \"positive_daily\": \"\", \"positive\": 634, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 24.91302908281587, \"positive_daily\": \"\", \"positive\": 693, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.07189907383208043, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 28.07658833142741, \"positive_daily\": \"\", \"positive\": 781, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.07189907383208043, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 30.017863324893582, \"positive_daily\": \"\", \"positive\": 835, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 34.116110533322164, \"positive_daily\": \"\", \"positive\": 949, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 38.64575218474323, \"positive_daily\": \"\", \"positive\": 1075, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 47.633136413753284, \"positive_daily\": \"\", \"positive\": 1325, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.14379814766416085, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 57.66305721332851, \"positive_daily\": \"\", \"positive\": 1604, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.14379814766416085, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 65.85955163018568, \"positive_daily\": \"\", \"positive\": 1832, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 73.94819743629472, \"positive_daily\": \"\", \"positive\": 2057, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 79.44847658444888, \"positive_daily\": \"\", \"positive\": 2210, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 85.41609971251155, \"positive_daily\": \"\", \"positive\": 2376, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 90.30523673309303, \"positive_daily\": \"\", \"positive\": 2512, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 98.0703367069577, \"positive_daily\": \"\", \"positive\": 2728, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 107.0936704728838, \"positive_daily\": \"\", \"positive\": 2979, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 116.15295377572595, \"positive_daily\": \"\", \"positive\": 3231, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 123.23501254818585, \"positive_daily\": \"\", \"positive\": 3428, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 133.40873149542523, \"positive_daily\": \"\", \"positive\": 3711, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 147.500949966513, \"positive_daily\": \"\", \"positive\": 4103, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 167.63269063949554, \"positive_daily\": \"\", \"positive\": 4663, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.2875962953283217, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 180.0352808755294, \"positive_daily\": \"\", \"positive\": 5008, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.2875962953283217, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 195.85307711858707, \"positive_daily\": \"\", \"positive\": 5448, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.32354583224436195, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 216.2364645499819, \"positive_daily\": \"\", \"positive\": 6015, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.014322371372214943, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.014322371372214943, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.014322371372214943, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.014322371372214943, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07161185686107473, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1718684564665793, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2721250560720839, \"positive_daily\": \"\", \"positive\": 19, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5012829980275231, \"positive_daily\": \"\", \"positive\": 35, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6588290831218874, \"positive_daily\": \"\", \"positive\": 46, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6874738258663172, \"positive_daily\": \"\", \"positive\": 48, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7877304254718219, \"positive_daily\": \"\", \"positive\": 55, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9309541391939714, \"positive_daily\": \"\", \"positive\": 65, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1887568238938402, \"positive_daily\": \"\", \"positive\": 83, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4752042513381391, \"positive_daily\": \"\", \"positive\": 103, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.9335201352490172, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.4491255046487552, \"positive_daily\": \"\", \"positive\": 171, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.028644742744429887, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.1795664446317176, \"positive_daily\": \"\", \"positive\": 222, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.042967114116644826, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 3.566270471681521, \"positive_daily\": \"\", \"positive\": 249, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.042967114116644826, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 4.339678525781128, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.05728948548885977, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 5.499790606930538, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.499790606930538, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 6.54532371710223, \"positive_daily\": \"\", \"positive\": 457, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.14322371372214945, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 9.438442734289648, \"positive_daily\": \"\", \"positive\": 659, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.18619082783879426, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 10.612877186811273, \"positive_daily\": \"\", \"positive\": 741, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.2291579419554391, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 11.24306152718873, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.2291579419554391, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 12.890134234993448, \"positive_daily\": \"\", \"positive\": 900, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.40102639842201837, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 15.18171365454784, \"positive_daily\": \"\", \"positive\": 1060, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4439935125386632, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 16.7714968768637, \"positive_daily\": \"\", \"positive\": 1171, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.5585724835163828, \"deceased_daily\": \"\", \"deceased\": 39, \"positive_100k\": 21.139820145389255, \"positive_daily\": \"\", \"positive\": 1476, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.6301843403774575, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 23.259531108477066, \"positive_daily\": \"\", \"positive\": 1624, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.7304409399829621, \"deceased_daily\": \"\", \"deceased\": 51, \"positive_100k\": 27.32708457818611, \"positive_daily\": \"\", \"positive\": 1908, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.8306975395884667, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 31.509217018872878, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.8736646537051116, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 35.04684274780997, \"positive_daily\": \"\", \"positive\": 2447, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.9309541391939714, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 38.18344207832504, \"positive_daily\": \"\", \"positive\": 2666, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.9452765105661862, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 41.062238724140244, \"positive_daily\": \"\", \"positive\": 2867, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.0168883674272609, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 44.470963110727396, \"positive_daily\": \"\", \"positive\": 3105, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.0598554815439059, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 48.40961523808651, \"positive_daily\": \"\", \"positive\": 3380, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.1457897097771956, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 51.990208081140246, \"positive_daily\": \"\", \"positive\": 3630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.2174015666382703, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 58.06289354295939, \"positive_daily\": \"\", \"positive\": 4054, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.3463029089882046, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 63.94938817693972, \"positive_daily\": \"\", \"positive\": 4465, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.4179147658492794, \"deceased_daily\": \"\", \"deceased\": 99, \"positive_100k\": 69.79291569680342, \"positive_daily\": \"\", \"positive\": 4873, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.4752042513381391, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 76.16637095743907, \"positive_daily\": \"\", \"positive\": 5318, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.5754608509436439, \"deceased_daily\": \"\", \"deceased\": 110, \"positive_100k\": 81.49429310790303, \"positive_daily\": \"\", \"positive\": 5690, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.6757174505491483, \"deceased_daily\": \"\", \"deceased\": 117, \"positive_100k\": 85.84829400505637, \"positive_daily\": \"\", \"positive\": 5994, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.7473293074102232, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 90.48874232965402, \"positive_daily\": \"\", \"positive\": 6318, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.790296421526868, \"deceased_daily\": \"\", \"deceased\": 125, \"positive_100k\": 94.95732219778507, \"positive_daily\": \"\", \"positive\": 6630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.017734659696708944, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.053203979090126835, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.053203979090126835, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07093863878683578, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08867329848354472, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1241426178769626, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1241426178769626, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.17734659696708943, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.23055057605721627, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2837545551473431, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.319223874540761, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.319223874540761, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4256318327210147, \"positive_daily\": \"\", \"positive\": 24, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4965704715078504, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4965704715078504, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5320397909012683, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5852437699913952, \"positive_daily\": \"\", \"positive\": 33, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7093863878683577, \"positive_daily\": \"\", \"positive\": 40, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7980596863519024, \"positive_daily\": \"\", \"positive\": 45, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8335290057453204, \"positive_daily\": \"\", \"positive\": 47, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8867329848354472, \"positive_daily\": \"\", \"positive\": 50, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0286102624091187, \"positive_daily\": \"\", \"positive\": 58, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1882221996794993, \"positive_daily\": \"\", \"positive\": 67, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.276895498163044, \"positive_daily\": \"\", \"positive\": 72, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.3300994772531707, \"positive_daily\": \"\", \"positive\": 75, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.3655687966465886, \"positive_daily\": \"\", \"positive\": 77, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4365074354334244, \"positive_daily\": \"\", \"positive\": 81, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4897114145235513, \"positive_daily\": \"\", \"positive\": 84, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4897114145235513, \"positive_daily\": \"\", \"positive\": 84, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.5074460742202602, \"positive_daily\": \"\", \"positive\": 85, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.5074460742202602, \"positive_daily\": \"\", \"positive\": 85, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.578384713007096, \"positive_daily\": \"\", \"positive\": 89, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.578384713007096, \"positive_daily\": \"\", \"positive\": 89, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.613854032400514, \"positive_daily\": \"\", \"positive\": 91, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6493233517939319, \"positive_daily\": \"\", \"positive\": 93, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6493233517939319, \"positive_daily\": \"\", \"positive\": 93, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6493233517939319, \"positive_daily\": \"\", \"positive\": 93, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.8089352890643122, \"positive_daily\": \"\", \"positive\": 102, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.879873927851148, \"positive_daily\": \"\", \"positive\": 106, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.915343247244566, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9508125666379839, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9508125666379839, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.0749551845149465, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3055057605721627, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.4473830381458344, \"positive_daily\": \"\", \"positive\": 138, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6601989545063414, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6601989545063414, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.837545551473431, \"positive_daily\": \"\", \"positive\": 160, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.156769426014192, \"positive_daily\": \"\", \"positive\": 178, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.156769426014192, \"positive_daily\": \"\", \"positive\": 178, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.5469319393417886, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.759747855702296, \"positive_daily\": \"\", \"positive\": 212, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.008033091456221, \"positive_daily\": \"\", \"positive\": 226, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.309522306300273, \"positive_daily\": \"\", \"positive\": 243, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.717419479324579, \"positive_daily\": \"\", \"positive\": 266, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.550948485069899, \"positive_daily\": \"\", \"positive\": 313, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.118457595364586, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.827843983232944, \"positive_daily\": \"\", \"positive\": 385, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 7.661372988978264, \"positive_daily\": \"\", \"positive\": 432, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 8.069270162002569, \"positive_daily\": \"\", \"positive\": 455, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.026941785624853, \"positive_daily\": \"\", \"positive\": 509, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.89594011076359, \"positive_daily\": \"\", \"positive\": 558, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 11.190570268623343, \"positive_daily\": \"\", \"positive\": 631, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 12.112772572852208, \"positive_daily\": \"\", \"positive\": 683, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 12.981770897990945, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 14.223197076760572, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 14.968052784022348, \"positive_daily\": \"\", \"positive\": 844, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.58876587340716, \"positive_daily\": \"\", \"positive\": 879, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.42229487915248, \"positive_daily\": \"\", \"positive\": 926, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 17.734659696708945, \"positive_daily\": \"\", \"positive\": 1000, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.07093863878683578, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.603658021847682, \"positive_daily\": \"\", \"positive\": 1049, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.08867329848354472, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 19.756410902133762, \"positive_daily\": \"\", \"positive\": 1114, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 21.086510379386937, \"positive_daily\": \"\", \"positive\": 1189, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 23.21466954299201, \"positive_daily\": \"\", \"positive\": 1309, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 24.385157082974796, \"positive_daily\": \"\", \"positive\": 1375, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 26.265031010825947, \"positive_daily\": \"\", \"positive\": 1481, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 28.783352687758615, \"positive_daily\": \"\", \"positive\": 1623, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 33.87320002071409, \"positive_daily\": \"\", \"positive\": 1910, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.1241426178769626, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 37.384662640662455, \"positive_daily\": \"\", \"positive\": 2108, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.14187727757367155, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 40.77198264273386, \"positive_daily\": \"\", \"positive\": 2299, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.14187727757367155, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 44.90415835206704, \"positive_daily\": \"\", \"positive\": 2532, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.1596119372703805, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 51.749736994996695, \"positive_daily\": \"\", \"positive\": 2918, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 57.673113333697486, \"positive_daily\": \"\", \"positive\": 3252, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 65.60050621812638, \"positive_daily\": \"\", \"positive\": 3699, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 78.5113384773305, \"positive_daily\": \"\", \"positive\": 4427, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 89.56003146838017, \"positive_daily\": \"\", \"positive\": 5050, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 106.26608090268, \"positive_daily\": \"\", \"positive\": 5992, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 116.83593808191851, \"positive_daily\": \"\", \"positive\": 6588, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 142.12556280942547, \"positive_daily\": \"\", \"positive\": 8014, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09674117672097717, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3385941185234201, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3385941185234201, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7739294137678173, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7739294137678173, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.499488239175146, \"positive_daily\": \"\", \"positive\": 31, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.7571235365478493, \"positive_daily\": \"\", \"positive\": 57, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.304982364083483, \"positive_daily\": \"\", \"positive\": 89, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.820252958828889, \"positive_daily\": \"\", \"positive\": 141, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 8.755076493248433, \"positive_daily\": \"\", \"positive\": 181, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 10.593158850946999, \"positive_daily\": \"\", \"positive\": 219, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.23775885520361, \"positive_daily\": \"\", \"positive\": 253, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.30191179913436, \"positive_daily\": \"\", \"positive\": 275, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.30191179913436, \"positive_daily\": \"\", \"positive\": 275, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.833988271099733, \"positive_daily\": \"\", \"positive\": 286, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 16.494370630926607, \"positive_daily\": \"\", \"positive\": 341, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 18.525935342067125, \"positive_daily\": \"\", \"positive\": 383, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.09674117672097717, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 20.025423581242272, \"positive_daily\": \"\", \"positive\": 414, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.14511176508146575, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 21.379800055335952, \"positive_daily\": \"\", \"positive\": 442, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.19348235344195433, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 23.21788241303452, \"positive_daily\": \"\", \"positive\": 480, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.24185294180244293, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 25.53967065433797, \"positive_daily\": \"\", \"positive\": 528, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.2902235301629315, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 27.184270658594585, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.43533529524439724, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 30.570211843828787, \"positive_daily\": \"\", \"positive\": 632, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.43533529524439724, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 33.08548243857419, \"positive_daily\": \"\", \"positive\": 684, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.5320764719653743, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 35.310529503156665, \"positive_daily\": \"\", \"positive\": 730, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5320764719653743, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 36.56816480052937, \"positive_daily\": \"\", \"positive\": 756, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7255588254073287, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 38.79321186511184, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.7255588254073287, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 40.679664811170895, \"positive_daily\": \"\", \"positive\": 841, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8223000021283059, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 43.388417759358255, \"positive_daily\": \"\", \"positive\": 897, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.9674117672097717, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 45.17812952869633, \"positive_daily\": \"\", \"positive\": 934, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.0641529439307487, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 47.25806482819735, \"positive_daily\": \"\", \"positive\": 977, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.3543764740936803, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 48.225476595407116, \"positive_daily\": \"\", \"positive\": 997, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4511176508146575, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 49.38637071605884, \"positive_daily\": \"\", \"positive\": 1021, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.741341180977589, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 51.2244530737574, \"positive_daily\": \"\", \"positive\": 1059, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.9348235344195435, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 52.77231190129304, \"positive_daily\": \"\", \"positive\": 1091, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.0799352995010087, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 54.36854131718917, \"positive_daily\": \"\", \"positive\": 1124, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.1766764762219863, \"deceased_daily\": \"\", \"deceased\": 45, \"positive_100k\": 56.10988249816675, \"positive_daily\": \"\", \"positive\": 1160, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.4185294180244292, \"deceased_daily\": \"\", \"deceased\": 50, \"positive_100k\": 57.46425897226044, \"positive_daily\": \"\", \"positive\": 1188, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.5636411831058945, \"deceased_daily\": \"\", \"deceased\": 53, \"positive_100k\": 58.28655897438874, \"positive_daily\": \"\", \"positive\": 1205, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.660382359826872, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 58.625153092912164, \"positive_daily\": \"\", \"positive\": 1212, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.7087529481873607, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 59.012117799796066, \"positive_daily\": \"\", \"positive\": 1220, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.9506058899898036, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 60.36649427388976, \"positive_daily\": \"\", \"positive\": 1248, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.9506058899898036, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 61.33390604109952, \"positive_daily\": \"\", \"positive\": 1268, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.1924588317922464, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 63.07524722207711, \"positive_daily\": \"\", \"positive\": 1304, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.3859411852342007, \"deceased_daily\": \"\", \"deceased\": 70, \"positive_100k\": 63.70406487076347, \"positive_daily\": \"\", \"positive\": 1317, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.579423538676155, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 64.33288251944981, \"positive_daily\": \"\", \"positive\": 1330, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.724535303757621, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 64.57473546125225, \"positive_daily\": \"\", \"positive\": 1335, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002140239217533679, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002140239217533679, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002140239217533679, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002140239217533679, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002140239217533679, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002140239217533679, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002140239217533679, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002140239217533679, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.012841435305202072, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.027823109827937825, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03210358826300518, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06848765496107773, \"positive_daily\": \"\", \"positive\": 32, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09631076478901554, \"positive_daily\": \"\", \"positive\": 45, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.179780094272829, \"positive_daily\": \"\", \"positive\": 84, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.25682870610404146, \"positive_daily\": \"\", \"positive\": 120, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.002140239217533679, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.353139470893057, \"positive_daily\": \"\", \"positive\": 165, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.004280478435067358, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.4751331062924767, \"positive_daily\": \"\", \"positive\": 222, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.006420717652601036, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.5543219573412228, \"positive_daily\": \"\", \"positive\": 259, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.010701196087668393, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 0.8560956870134715, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.021402392175336786, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 1.0701196087668394, \"positive_daily\": \"\", \"positive\": 500, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.03638406669807254, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 1.4403809934001657, \"positive_daily\": \"\", \"positive\": 673, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.059926698090943004, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 2.296476680413637, \"positive_daily\": \"\", \"positive\": 1073, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.07490837261367876, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 3.6277054737195855, \"positive_daily\": \"\", \"positive\": 1695, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.11557291774681865, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 4.873324698324186, \"positive_daily\": \"\", \"positive\": 2277, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.11771315696435233, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 4.873324698324186, \"positive_daily\": \"\", \"positive\": 2277, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.28465181593197925, \"deceased_daily\": \"\", \"deceased\": 133, \"positive_100k\": 11.197731586136207, \"positive_daily\": \"\", \"positive\": 5232, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.4173466474190673, \"deceased_daily\": \"\", \"deceased\": 195, \"positive_100k\": 13.67826883925774, \"positive_daily\": \"\", \"positive\": 6391, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.6185291338672331, \"deceased_daily\": \"\", \"deceased\": 289, \"positive_100k\": 16.689585418327628, \"positive_daily\": \"\", \"positive\": 7798, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.7319618123965181, \"deceased_daily\": \"\", \"deceased\": 342, \"positive_100k\": 21.278258300719834, \"positive_daily\": \"\", \"positive\": 9942, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 1.1407475029454508, \"deceased_daily\": \"\", \"deceased\": 533, \"positive_100k\": 25.14353032758566, \"positive_daily\": \"\", \"positive\": 11748, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.3333690325234817, \"deceased_daily\": \"\", \"deceased\": 623, \"positive_100k\": 29.770727515893466, \"positive_daily\": \"\", \"positive\": 13910, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.7763985505529534, \"deceased_daily\": \"\", \"deceased\": 830, \"positive_100k\": 38.44511706455747, \"positive_daily\": \"\", \"positive\": 17963, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 2.232269503887627, \"deceased_daily\": \"\", \"deceased\": 1043, \"positive_100k\": 43.68228242986238, \"positive_daily\": \"\", \"positive\": 20410, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.942828924108808, \"deceased_daily\": \"\", \"deceased\": 1375, \"positive_100k\": 54.30642990569957, \"positive_daily\": \"\", \"positive\": 25374, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 3.792503893469678, \"deceased_daily\": \"\", \"deceased\": 1772, \"positive_100k\": 61.570401810008875, \"positive_daily\": \"\", \"positive\": 28768, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 4.946092831720331, \"deceased_daily\": \"\", \"deceased\": 2311, \"positive_100k\": 75.19944514726333, \"positive_daily\": \"\", \"positive\": 35136, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 6.00979172283457, \"deceased_daily\": \"\", \"deceased\": 2808, \"positive_100k\": 85.36344119133078, \"positive_daily\": \"\", \"positive\": 39885, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 7.805452426345326, \"deceased_daily\": \"\", \"deceased\": 3647, \"positive_100k\": 105.97394485618011, \"positive_daily\": \"\", \"positive\": 49515, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 9.342144184534508, \"deceased_daily\": \"\", \"deceased\": 4365, \"positive_100k\": 123.67586342440116, \"positive_daily\": \"\", \"positive\": 57786, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 10.99654909968804, \"deceased_daily\": \"\", \"deceased\": 5138, \"positive_100k\": 140.6543811370958, \"positive_daily\": \"\", \"positive\": 65719, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 12.802910999286466, \"deceased_daily\": \"\", \"deceased\": 5982, \"positive_100k\": 156.74041909607897, \"positive_daily\": \"\", \"positive\": 73235, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 14.560047396881616, \"deceased_daily\": \"\", \"deceased\": 6803, \"positive_100k\": 171.454563716623, \"positive_daily\": \"\", \"positive\": 80110, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 16.514085802489863, \"deceased_daily\": \"\", \"deceased\": 7716, \"positive_100k\": 188.24688061739224, \"positive_daily\": \"\", \"positive\": 87956, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 18.114984737205056, \"deceased_daily\": \"\", \"deceased\": 8464, \"positive_100k\": 205.29816646348303, \"positive_daily\": \"\", \"positive\": 95923, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 20.09042553498864, \"deceased_daily\": \"\", \"deceased\": 9387, \"positive_100k\": 222.83742685117156, \"positive_daily\": \"\", \"positive\": 104118, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 22.147195423038507, \"deceased_daily\": \"\", \"deceased\": 10348, \"positive_100k\": 239.84590791291168, \"positive_daily\": \"\", \"positive\": 112065, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 23.966398757942134, \"deceased_daily\": \"\", \"deceased\": 11198, \"positive_100k\": 255.11437449079696, \"positive_daily\": \"\", \"positive\": 119199, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 25.569437931874862, \"deceased_daily\": \"\", \"deceased\": 11947, \"positive_100k\": 270.02970159778914, \"positive_daily\": \"\", \"positive\": 126168, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 27.05476394884323, \"deceased_daily\": \"\", \"deceased\": 12641, \"positive_100k\": 281.75393203143864, \"positive_daily\": \"\", \"positive\": 131646, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 28.552931401116805, \"deceased_daily\": \"\", \"deceased\": 13341, \"positive_100k\": 292.5171950564155, \"positive_daily\": \"\", \"positive\": 136675, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 30.05965981026052, \"deceased_daily\": \"\", \"deceased\": 14045, \"positive_100k\": 303.7898350151654, \"positive_daily\": \"\", \"positive\": 141942, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 31.658418505758174, \"deceased_daily\": \"\", \"deceased\": 14792, \"positive_100k\": 317.2262568228419, \"positive_daily\": \"\", \"positive\": 148220, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 33.06027519324273, \"deceased_daily\": \"\", \"deceased\": 15447, \"positive_100k\": 327.9317333889453, \"positive_daily\": \"\", \"positive\": 153222, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 34.41718685715908, \"deceased_daily\": \"\", \"deceased\": 16081, \"positive_100k\": 338.7420816767079, \"positive_daily\": \"\", \"positive\": 158273, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 35.540812446364264, \"deceased_daily\": \"\", \"deceased\": 16606, \"positive_100k\": 348.916778916863, \"positive_daily\": \"\", \"positive\": 163027, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 36.83137669453708, \"deceased_daily\": \"\", \"deceased\": 17209, \"positive_100k\": 357.05824890036115, \"positive_daily\": \"\", \"positive\": 166831, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 38.002087546527996, \"deceased_daily\": \"\", \"deceased\": 17756, \"positive_100k\": 364.05255066326123, \"positive_daily\": \"\", \"positive\": 170099, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 38.6441593117881, \"deceased_daily\": \"\", \"deceased\": 18056, \"positive_100k\": 369.2790148324784, \"positive_daily\": \"\", \"positive\": 172541, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 40.03959528162006, \"deceased_daily\": \"\", \"deceased\": 18708, \"positive_100k\": 380.2006555595528, \"positive_daily\": \"\", \"positive\": 177644, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 41.33872048666301, \"deceased_daily\": \"\", \"deceased\": 19315, \"positive_100k\": 395.8329628044188, \"positive_daily\": \"\", \"positive\": 184948, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 42.80906482910864, \"deceased_daily\": \"\", \"deceased\": 20002, \"positive_100k\": 408.4411120349097, \"positive_daily\": \"\", \"positive\": 190839, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 42.896814637027525, \"deceased_daily\": \"\", \"deceased\": 20043, \"positive_100k\": 410.33950422086207, \"positive_daily\": \"\", \"positive\": 191726, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 43.77431271621633, \"deceased_daily\": \"\", \"deceased\": 20453, \"positive_100k\": 425.20988630428604, \"positive_daily\": \"\", \"positive\": 198674, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 44.62826816401226, \"deceased_daily\": \"\", \"deceased\": 20852, \"positive_100k\": 428.4972937424178, \"positive_daily\": \"\", \"positive\": 200210, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.019640239905530446, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06874083966935657, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06874083966935657, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.11784143943318268, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.13748167933871314, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.14730179929147835, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.20622251900806968, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3437041983467828, \"positive_daily\": \"\", \"positive\": 35, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.923091275559931, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9918321152292875, \"positive_daily\": \"\", \"positive\": 101, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.5810393123952007, \"positive_daily\": \"\", \"positive\": 161, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9934843504113402, \"positive_daily\": \"\", \"positive\": 203, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.4353897482857754, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.486142583231654, \"positive_daily\": \"\", \"positive\": 355, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.910059976382612, \"positive_daily\": \"\", \"positive\": 500, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.882251851706369, \"positive_daily\": \"\", \"positive\": 599, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 7.993577641550891, \"positive_daily\": \"\", \"positive\": 814, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.019640239905530446, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.437135274607378, \"positive_daily\": \"\", \"positive\": 961, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.02946035985829567, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 10.036162591726058, \"positive_daily\": \"\", \"positive\": 1022, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05892071971659134, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 10.831592307900042, \"positive_daily\": \"\", \"positive\": 1103, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06874083966935657, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 11.685942743790616, \"positive_daily\": \"\", \"positive\": 1190, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.09820119952765223, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 12.559933419586718, \"positive_daily\": \"\", \"positive\": 1279, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.10802131948041746, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 14.131152612029156, \"positive_daily\": \"\", \"positive\": 1439, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.15712191924424357, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 16.0951766025822, \"positive_daily\": \"\", \"positive\": 1639, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.19640239905530446, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 17.31287147672509, \"positive_daily\": \"\", \"positive\": 1763, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.20622251900806968, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 18.99211198864794, \"positive_daily\": \"\", \"positive\": 1934, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.2455029988191306, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 20.091965423357646, \"positive_daily\": \"\", \"positive\": 2046, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.35352431829954806, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 22.4487942120213, \"positive_daily\": \"\", \"positive\": 2286, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.6088474370714438, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 24.805623000684953, \"positive_daily\": \"\", \"positive\": 2526, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.7561492363629222, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 27.889140665853233, \"positive_daily\": \"\", \"positive\": 2840, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.0311125950403486, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 30.137948135036467, \"positive_daily\": \"\", \"positive\": 3069, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.0311125950403486, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 33.84995347718172, \"positive_daily\": \"\", \"positive\": 3447, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.0802131948041747, \"deceased_daily\": \"\", \"deceased\": 110, \"positive_100k\": 36.334443825231325, \"positive_daily\": \"\", \"positive\": 3700, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.4337375131037227, \"deceased_daily\": \"\", \"deceased\": 146, \"positive_100k\": 39.55544316973832, \"positive_daily\": \"\", \"positive\": 4028, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.76762159149774, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 43.55223199051376, \"positive_daily\": \"\", \"positive\": 4435, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.347008668710888, \"deceased_daily\": \"\", \"deceased\": 239, \"positive_100k\": 48.58013340632956, \"positive_daily\": \"\", \"positive\": 4947, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 3.024596945451689, \"deceased_daily\": \"\", \"deceased\": 308, \"positive_100k\": 54.67842789699676, \"positive_daily\": \"\", \"positive\": 5568, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 3.5156029430899496, \"deceased_daily\": \"\", \"deceased\": 358, \"positive_100k\": 60.20715543040359, \"positive_daily\": \"\", \"positive\": 6131, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 3.6629047423814285, \"deceased_daily\": \"\", \"deceased\": 373, \"positive_100k\": 63.27103285566633, \"positive_daily\": \"\", \"positive\": 6443, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.9378681010588545, \"deceased_daily\": \"\", \"deceased\": 401, \"positive_100k\": 67.07141927738648, \"positive_daily\": \"\", \"positive\": 6830, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 4.684197217469012, \"deceased_daily\": \"\", \"deceased\": 477, \"positive_100k\": 70.76378437962619, \"positive_daily\": \"\", \"positive\": 7206, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 5.803690892084247, \"deceased_daily\": \"\", \"deceased\": 591, \"positive_100k\": 75.54618279662286, \"positive_daily\": \"\", \"positive\": 7693, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 6.746422407549708, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 82.67558988233041, \"positive_daily\": \"\", \"positive\": 8419, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 7.787355122542822, \"deceased_daily\": \"\", \"deceased\": 793, \"positive_100k\": 89.7657164882269, \"positive_daily\": \"\", \"positive\": 9141, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 8.543504358905743, \"deceased_daily\": \"\", \"deceased\": 870, \"positive_100k\": 95.10786174253118, \"positive_daily\": \"\", \"positive\": 9685, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 8.710446398102754, \"deceased_daily\": \"\", \"deceased\": 887, \"positive_100k\": 99.68403764051978, \"positive_daily\": \"\", \"positive\": 10151, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 8.828287837535935, \"deceased_daily\": \"\", \"deceased\": 899, \"positive_100k\": 102.94431746483784, \"positive_daily\": \"\", \"positive\": 10483, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 9.024690236591239, \"deceased_daily\": \"\", \"deceased\": 919, \"positive_100k\": 107.51067324287365, \"positive_daily\": \"\", \"positive\": 10948, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 10.144183911206476, \"deceased_daily\": \"\", \"deceased\": 1033, \"positive_100k\": 112.39127285939797, \"positive_daily\": \"\", \"positive\": 11445, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 11.813604303176563, \"deceased_daily\": \"\", \"deceased\": 1203, \"positive_100k\": 117.12457067663082, \"positive_daily\": \"\", \"positive\": 11927, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 13.090219897036041, \"deceased_daily\": \"\", \"deceased\": 1333, \"positive_100k\": 123.1443042076759, \"positive_daily\": \"\", \"positive\": 12540, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 13.748167933871311, \"deceased_daily\": \"\", \"deceased\": 1400, \"positive_100k\": 129.7827052957452, \"positive_daily\": \"\", \"positive\": 13216, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 14.838201248628254, \"deceased_daily\": \"\", \"deceased\": 1511, \"positive_100k\": 135.7336979871209, \"positive_daily\": \"\", \"positive\": 13822, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 15.122984727258443, \"deceased_daily\": \"\", \"deceased\": 1540, \"positive_100k\": 141.26242552052773, \"positive_daily\": \"\", \"positive\": 14385, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 15.515789525369053, \"deceased_daily\": \"\", \"deceased\": 1580, \"positive_100k\": 145.1119125420117, \"positive_daily\": \"\", \"positive\": 14777, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.011741853472706003, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.011741853472706003, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09393482778164802, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09393482778164802, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.21135336250870806, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3170300437630621, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4931578458536522, \"positive_daily\": \"\", \"positive\": 42, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6575437944715362, \"positive_daily\": \"\", \"positive\": 56, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0567668125435403, \"positive_daily\": \"\", \"positive\": 90, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.3385712958884843, \"positive_daily\": \"\", \"positive\": 114, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.5127566431590846, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.1468167306852086, \"positive_daily\": \"\", \"positive\": 268, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.023483706945412006, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.957004620301923, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.023483706945412006, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.391453198792045, \"positive_daily\": \"\", \"positive\": 374, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.03522556041811801, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 5.765250055098647, \"positive_daily\": \"\", \"positive\": 491, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.04696741389082401, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.655688464204314, \"positive_daily\": \"\", \"positive\": 652, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.04696741389082401, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.655688464204314, \"positive_daily\": \"\", \"positive\": 652, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.12916038819976602, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 13.373971105412135, \"positive_daily\": \"\", \"positive\": 1139, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.15264409514517804, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 15.957178869407457, \"positive_daily\": \"\", \"positive\": 1359, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.16438594861788405, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 25.832077639953205, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.16438594861788405, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 25.832077639953205, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.3170300437630621, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 31.703004376306207, \"positive_daily\": \"\", \"positive\": 2700, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3287718972357681, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 35.554332315353776, \"positive_daily\": \"\", \"positive\": 3028, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.4814159923809461, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 47.84805290127696, \"positive_daily\": \"\", \"positive\": 4075, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6340600875261242, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 62.161372284505575, \"positive_daily\": \"\", \"positive\": 5294, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.8806390104529502, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 77.20268658304197, \"positive_daily\": \"\", \"positive\": 6575, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.1507016403251884, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 87.75861285500467, \"positive_daily\": \"\", \"positive\": 7474, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.4090224167247203, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 103.2696012924493, \"positive_daily\": \"\", \"positive\": 8795, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.4325061236701324, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 115.9742867499172, \"positive_daily\": \"\", \"positive\": 9877, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.7965035813240187, \"deceased_daily\": \"\", \"deceased\": 153, \"positive_100k\": 127.9509772920773, \"positive_daily\": \"\", \"positive\": 10897, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.2426940132868465, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 138.6830313661306, \"positive_daily\": \"\", \"positive\": 11811, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.712368152195087, \"deceased_daily\": \"\", \"deceased\": 231, \"positive_100k\": 151.79868169514322, \"positive_daily\": \"\", \"positive\": 12928, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.0998493167943852, \"deceased_daily\": \"\", \"deceased\": 264, \"positive_100k\": 165.2783294818097, \"positive_daily\": \"\", \"positive\": 14076, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.522556041811801, \"deceased_daily\": \"\", \"deceased\": 300, \"positive_100k\": 174.11994514675732, \"positive_daily\": \"\", \"positive\": 14829, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.215325396701455, \"deceased_daily\": \"\", \"deceased\": 359, \"positive_100k\": 186.95379099242498, \"positive_daily\": \"\", \"positive\": 15922, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 5.084222553681699, \"deceased_daily\": \"\", \"deceased\": 433, \"positive_100k\": 194.97347691428317, \"positive_daily\": \"\", \"positive\": 16605, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 5.73002449468053, \"deceased_daily\": \"\", \"deceased\": 488, \"positive_100k\": 208.62925250304025, \"positive_daily\": \"\", \"positive\": 17768, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 6.293633461370417, \"deceased_daily\": \"\", \"deceased\": 536, \"positive_100k\": 221.0638753306359, \"positive_daily\": \"\", \"positive\": 18827, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 6.939435402369248, \"deceased_daily\": \"\", \"deceased\": 591, \"positive_100k\": 230.2107791858739, \"positive_daily\": \"\", \"positive\": 19606, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 7.820074412822198, \"deceased_daily\": \"\", \"deceased\": 666, \"positive_100k\": 240.76670545783657, \"positive_daily\": \"\", \"positive\": 20505, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 8.395425232984792, \"deceased_daily\": \"\", \"deceased\": 715, \"positive_100k\": 247.75310827409666, \"positive_daily\": \"\", \"positive\": 21100, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 8.982517906620092, \"deceased_daily\": \"\", \"deceased\": 765, \"positive_100k\": 254.2933206583939, \"positive_daily\": \"\", \"positive\": 21657, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 9.640061701091629, \"deceased_daily\": \"\", \"deceased\": 821, \"positive_100k\": 261.29146532812666, \"positive_daily\": \"\", \"positive\": 22253, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 10.508958858071873, \"deceased_daily\": \"\", \"deceased\": 895, \"positive_100k\": 273.3503488445957, \"positive_daily\": \"\", \"positive\": 23280, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 11.131277092125291, \"deceased_daily\": \"\", \"deceased\": 948, \"positive_100k\": 282.40331787205207, \"positive_daily\": \"\", \"positive\": 24051, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 11.765337179651416, \"deceased_daily\": \"\", \"deceased\": 1002, \"positive_100k\": 288.27424460840507, \"positive_daily\": \"\", \"positive\": 24551, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 12.16456019772342, \"deceased_daily\": \"\", \"deceased\": 1036, \"positive_100k\": 294.8027151392296, \"positive_daily\": \"\", \"positive\": 25107, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 12.98648994081284, \"deceased_daily\": \"\", \"deceased\": 1106, \"positive_100k\": 298.41920600882304, \"positive_daily\": \"\", \"positive\": 25415, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 13.36222925193943, \"deceased_daily\": \"\", \"deceased\": 1138, \"positive_100k\": 301.6247320068718, \"positive_daily\": \"\", \"positive\": 25688, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 13.784935976956847, \"deceased_daily\": \"\", \"deceased\": 1174, \"positive_100k\": 304.5367116681029, \"positive_daily\": \"\", \"positive\": 25936, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 14.548156452682736, \"deceased_daily\": \"\", \"deceased\": 1239, \"positive_100k\": 309.2334530571853, \"positive_daily\": \"\", \"positive\": 26336, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 15.04131429853639, \"deceased_daily\": \"\", \"deceased\": 1281, \"positive_100k\": 313.8832270323769, \"positive_daily\": \"\", \"positive\": 26732, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 15.581439558280866, \"deceased_daily\": \"\", \"deceased\": 1327, \"positive_100k\": 317.9459083339331, \"positive_daily\": \"\", \"positive\": 27078, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 16.062855550661812, \"deceased_daily\": \"\", \"deceased\": 1368, \"positive_100k\": 321.7737525660353, \"positive_daily\": \"\", \"positive\": 27404, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 16.356401887479464, \"deceased_daily\": \"\", \"deceased\": 1393, \"positive_100k\": 325.7190153328645, \"positive_daily\": \"\", \"positive\": 27740, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 16.77910861249688, \"deceased_daily\": \"\", \"deceased\": 1429, \"positive_100k\": 328.11435344129654, \"positive_daily\": \"\", \"positive\": 27944, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0012147756957980084, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0012147756957980084, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.006073878478990042, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.006073878478990042, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00728865417478805, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02186596252436415, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0012147756957980084, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.05709445770250639, \"positive_daily\": \"\", \"positive\": 47, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0012147756957980084, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.1190480181882048, \"positive_daily\": \"\", \"positive\": 98, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.003644327087394025, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.2332369335932176, \"positive_daily\": \"\", \"positive\": 192, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0048591027831920335, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.436104474791485, \"positive_daily\": \"\", \"positive\": 359, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.010932981262182074, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 0.8138997161846656, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.03644327087394025, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 1.5014627600063382, \"positive_daily\": \"\", \"positive\": 1236, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.04494670074452631, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 1.8573920388751548, \"positive_daily\": \"\", \"positive\": 1529, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.05345013061511236, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 2.2740601025338716, \"positive_daily\": \"\", \"positive\": 1872, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.07167176605208249, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 2.9555492678765543, \"positive_daily\": \"\", \"positive\": 2433, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09110817718485062, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 4.408421000050972, \"positive_daily\": \"\", \"positive\": 3629, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.11175936401341675, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 6.921791914657051, \"positive_daily\": \"\", \"positive\": 5698, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.1311957751461849, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 8.991769700296857, \"positive_daily\": \"\", \"positive\": 7402, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.15913561614953908, \"deceased_daily\": \"\", \"deceased\": 131, \"positive_100k\": 11.196587588170242, \"positive_daily\": \"\", \"positive\": 9217, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.2040823168940654, \"deceased_daily\": \"\", \"deceased\": 168, \"positive_100k\": 13.152376458405035, \"positive_daily\": \"\", \"positive\": 10827, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.25996199890077376, \"deceased_daily\": \"\", \"deceased\": 214, \"positive_100k\": 16.43712993984285, \"positive_daily\": \"\", \"positive\": 13531, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.33649286773604825, \"deceased_daily\": \"\", \"deceased\": 277, \"positive_100k\": 19.046468134416973, \"positive_daily\": \"\", \"positive\": 15679, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4324601477040909, \"deceased_daily\": \"\", \"deceased\": 356, \"positive_100k\": 22.02995724329688, \"positive_daily\": \"\", \"positive\": 18135, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.5162796707141535, \"deceased_daily\": \"\", \"deceased\": 425, \"positive_100k\": 25.41432233179013, \"positive_daily\": \"\", \"positive\": 20921, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.6086026235948021, \"deceased_daily\": \"\", \"deceased\": 501, \"positive_100k\": 29.074441503229533, \"positive_daily\": \"\", \"positive\": 23934, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.6972812493880568, \"deceased_daily\": \"\", \"deceased\": 574, \"positive_100k\": 32.88276330955629, \"positive_daily\": \"\", \"positive\": 27069, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.7883894265729073, \"deceased_daily\": \"\", \"deceased\": 649, \"positive_100k\": 36.70687719992842, \"positive_daily\": \"\", \"positive\": 30217, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.880712379453556, \"deceased_daily\": \"\", \"deceased\": 725, \"positive_100k\": 41.43478420797427, \"positive_daily\": \"\", \"positive\": 34109, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.9863978649879828, \"deceased_daily\": \"\", \"deceased\": 812, \"positive_100k\": 46.436015747574665, \"positive_daily\": \"\", \"positive\": 38226, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.1030163317845916, \"deceased_daily\": \"\", \"deceased\": 908, \"positive_100k\": 51.363145969731384, \"positive_daily\": \"\", \"positive\": 42282, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.2220643499727963, \"deceased_daily\": \"\", \"deceased\": 1006, \"positive_100k\": 57.12968619768453, \"positive_daily\": \"\", \"positive\": 47029, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.337468041073607, \"deceased_daily\": \"\", \"deceased\": 1101, \"positive_100k\": 63.371203722694695, \"positive_daily\": \"\", \"positive\": 52167, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.455301283566014, \"deceased_daily\": \"\", \"deceased\": 1198, \"positive_100k\": 69.18876452987136, \"positive_daily\": \"\", \"positive\": 56956, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.5743493017542187, \"deceased_daily\": \"\", \"deceased\": 1296, \"positive_100k\": 74.16084145277262, \"positive_daily\": \"\", \"positive\": 61049, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.7043303012046056, \"deceased_daily\": \"\", \"deceased\": 1403, \"positive_100k\": 79.09526032910412, \"positive_daily\": \"\", \"positive\": 65111, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.8440295062213767, \"deceased_daily\": \"\", \"deceased\": 1518, \"positive_100k\": 84.29571508281539, \"positive_daily\": \"\", \"positive\": 69392, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.9958764681961276, \"deceased_daily\": \"\", \"deceased\": 1643, \"positive_100k\": 90.12785319834163, \"positive_daily\": \"\", \"positive\": 74193, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.148938205866677, \"deceased_daily\": \"\", \"deceased\": 1769, \"positive_100k\": 95.41577180215036, \"positive_daily\": \"\", \"positive\": 78546, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.295926065058236, \"deceased_daily\": \"\", \"deceased\": 1890, \"positive_100k\": 100.01126825935422, \"positive_daily\": \"\", \"positive\": 82329, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.4502025784245824, \"deceased_daily\": \"\", \"deceased\": 2017, \"positive_100k\": 104.8424312015429, \"positive_daily\": \"\", \"positive\": 86306, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.5996199890077376, \"deceased_daily\": \"\", \"deceased\": 2140, \"positive_100k\": 110.52029280370279, \"positive_daily\": \"\", \"positive\": 90980, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00030565389341287555, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00030565389341287555, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0006113077868257511, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0006113077868257511, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.001528269467064378, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.001528269467064378, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.001528269467064378, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.001528269467064378, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.001528269467064378, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0021395772538901287, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0024452311473030044, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0024452311473030044, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033621928275416315, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033621928275416315, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033621928275416315, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033621928275416315, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033621928275416315, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033621928275416315, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033621928275416315, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033621928275416315, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0036678467209545064, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0036678467209545064, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003973500614367382, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003973500614367382, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003973500614367382, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003973500614367382, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003973500614367382, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003973500614367382, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003973500614367382, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003973500614367382, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0045848084011931335, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0045848084011931335, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0045848084011931335, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.015588348564056652, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.015588348564056652, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.017422271924533907, \"positive_daily\": \"\", \"positive\": 57, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.017727925817946782, \"positive_daily\": \"\", \"positive\": 58, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018339233604772534, \"positive_daily\": \"\", \"positive\": 60, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.00030565389341287555, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.02078446475207554, \"positive_daily\": \"\", \"positive\": 68, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.00030565389341287555, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.022618388112552793, \"positive_daily\": \"\", \"positive\": 74, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0018339233604772532, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 0.029954081554461803, \"positive_daily\": \"\", \"positive\": 98, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0021395772538901287, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 0.03606715942271932, \"positive_daily\": \"\", \"positive\": 118, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0033621928275416315, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 0.04554243011851846, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0036678467209545064, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 0.066326894870594, \"positive_daily\": \"\", \"positive\": 217, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.004279154507780257, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 0.0800813200741734, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.005196116188018885, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 0.12287286515197599, \"positive_daily\": \"\", \"positive\": 402, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.006418731761670387, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 0.15832871678786953, \"positive_daily\": \"\", \"positive\": 518, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.006724385655083263, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 0.17819621985970646, \"positive_daily\": \"\", \"positive\": 583, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.008558309015560515, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 0.2931220837829477, \"positive_daily\": \"\", \"positive\": 959, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.01100354016286352, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 0.3915426374618936, \"positive_daily\": \"\", \"positive\": 1281, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.012226155736515023, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 0.508302424745612, \"positive_daily\": \"\", \"positive\": 1663, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.01436573299040515, \"deceased_daily\": \"\", \"deceased\": 47, \"positive_100k\": 0.6660198337466559, \"positive_daily\": \"\", \"positive\": 2179, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.01650531024429528, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 0.8335181673369116, \"positive_daily\": \"\", \"positive\": 2727, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.01925619528501116, \"deceased_daily\": \"\", \"deceased\": 63, \"positive_100k\": 1.0694829730516515, \"positive_daily\": \"\", \"positive\": 3499, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.025980580940094426, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 1.4157888342884397, \"positive_daily\": \"\", \"positive\": 4632, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.03301062048859056, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 1.962603649604074, \"positive_daily\": \"\", \"positive\": 6421, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.03606715942271932, \"deceased_daily\": \"\", \"deceased\": 118, \"positive_100k\": 2.3789042524324104, \"positive_daily\": \"\", \"positive\": 7783, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06113077868257511, \"deceased_daily\": \"\", \"deceased\": 200, \"positive_100k\": 4.201824072746801, \"positive_daily\": \"\", \"positive\": 13747, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.07457954999274163, \"deceased_daily\": \"\", \"deceased\": 244, \"positive_100k\": 5.890867487746351, \"positive_daily\": \"\", \"positive\": 19273, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.09383574527775279, \"deceased_daily\": \"\", \"deceased\": 307, \"positive_100k\": 7.824739671369614, \"positive_daily\": \"\", \"positive\": 25600, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.12745767355316912, \"deceased_daily\": \"\", \"deceased\": 417, \"positive_100k\": 10.170938957206848, \"positive_daily\": \"\", \"positive\": 33276, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.17024921863097167, \"deceased_daily\": \"\", \"deceased\": 557, \"positive_100k\": 13.400783648900703, \"positive_daily\": \"\", \"positive\": 43843, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.21579164874949014, \"deceased_daily\": \"\", \"deceased\": 706, \"positive_100k\": 16.424617616434283, \"positive_daily\": \"\", \"positive\": 53736, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.2879259675949288, \"deceased_daily\": \"\", \"deceased\": 942, \"positive_100k\": 20.10530180091213, \"positive_daily\": \"\", \"positive\": 65778, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.36953555713616654, \"deceased_daily\": \"\", \"deceased\": 1209, \"positive_100k\": 25.624799808161836, \"positive_daily\": \"\", \"positive\": 83836, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.4832388054857563, \"deceased_daily\": \"\", \"deceased\": 1581, \"positive_100k\": 31.07185784267269, \"positive_daily\": \"\", \"positive\": 101657, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.6192547880544859, \"deceased_daily\": \"\", \"deceased\": 2026, \"positive_100k\": 37.12625016339493, \"positive_daily\": \"\", \"positive\": 121465, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.754048155049564, \"deceased_daily\": \"\", \"deceased\": 2467, \"positive_100k\": 43.06938446691488, \"positive_daily\": \"\", \"positive\": 140909, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.9102372945835434, \"deceased_daily\": \"\", \"deceased\": 2978, \"positive_100k\": 49.46427522489906, \"positive_daily\": \"\", \"positive\": 161831, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.183797529188067, \"deceased_daily\": \"\", \"deceased\": 3873, \"positive_100k\": 57.515504431287624, \"positive_daily\": \"\", \"positive\": 188172, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.453995570965049, \"deceased_daily\": \"\", \"deceased\": 4757, \"positive_100k\": 65.21798254529209, \"positive_daily\": \"\", \"positive\": 213372, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.8113049723647006, \"deceased_daily\": \"\", \"deceased\": 5926, \"positive_100k\": 74.50680436610938, \"positive_daily\": \"\", \"positive\": 243762, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.166169142617049, \"deceased_daily\": \"\", \"deceased\": 7087, \"positive_100k\": 84.23393387008072, \"positive_daily\": \"\", \"positive\": 275586, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.5696322819220447, \"deceased_daily\": \"\", \"deceased\": 8407, \"positive_100k\": 94.40212194224685, \"positive_daily\": \"\", \"positive\": 308853, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.94008480073845, \"deceased_daily\": \"\", \"deceased\": 9619, \"positive_100k\": 103.02736916046479, \"positive_daily\": \"\", \"positive\": 337072, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.2958659326710373, \"deceased_daily\": \"\", \"deceased\": 10783, \"positive_100k\": 112.07319613601885, \"positive_daily\": \"\", \"positive\": 366667, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.91053591232433, \"deceased_daily\": \"\", \"deceased\": 12794, \"positive_100k\": 121.4989509010851, \"positive_daily\": \"\", \"positive\": 397505, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.491583963702206, \"deceased_daily\": \"\", \"deceased\": 14695, \"positive_100k\": 131.1414142765811, \"positive_daily\": \"\", \"positive\": 429052, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.056738012622613, \"deceased_daily\": \"\", \"deceased\": 16544, \"positive_100k\": 141.45050879361057, \"positive_daily\": \"\", \"positive\": 462780, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 5.680883262971705, \"deceased_daily\": \"\", \"deceased\": 18586, \"positive_100k\": 151.76785596576215, \"positive_daily\": \"\", \"positive\": 496535, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 6.25428996701426, \"deceased_daily\": \"\", \"deceased\": 20462, \"positive_100k\": 160.89498687696403, \"positive_daily\": \"\", \"positive\": 526396, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 6.730193079058107, \"deceased_daily\": \"\", \"deceased\": 22019, \"positive_100k\": 169.73358051278416, \"positive_daily\": \"\", \"positive\": 555313, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 7.191424804218136, \"deceased_daily\": \"\", \"deceased\": 23528, \"positive_100k\": 177.46845793949038, \"positive_daily\": \"\", \"positive\": 580619, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 7.895345720747988, \"deceased_daily\": \"\", \"deceased\": 25831, \"positive_100k\": 185.7367014102021, \"positive_daily\": \"\", \"positive\": 607670, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 8.6576465309197, \"deceased_daily\": \"\", \"deceased\": 28325, \"positive_100k\": 194.50285507328337, \"positive_daily\": \"\", \"positive\": 636350, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 10.060903555578212, \"deceased_daily\": \"\", \"deceased\": 32916, \"positive_100k\": 204.05209401128843, \"positive_daily\": \"\", \"positive\": 667592, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 11.239810622471673, \"deceased_daily\": \"\", \"deceased\": 36773, \"positive_100k\": 213.86786314434949, \"positive_daily\": \"\", \"positive\": 699706, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.817802134915421, \"deceased_daily\": \"\", \"deceased\": 38664, \"positive_100k\": 223.79886379522725, \"positive_daily\": \"\", \"positive\": 732197, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.428192960060933, \"deceased_daily\": \"\", \"deceased\": 40661, \"positive_100k\": 232.01759133520605, \"positive_daily\": \"\", \"positive\": 759086, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.866194989321583, \"deceased_daily\": \"\", \"deceased\": 42094, \"positive_100k\": 239.73229560494704, \"positive_daily\": \"\", \"positive\": 784326, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.041532727945368685, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.041532727945368685, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.041532727945368685, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.041532727945368685, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05191590993171085, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05191590993171085, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05191590993171085, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05191590993171085, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05191590993171085, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05191590993171085, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07268227390439519, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07268227390439519, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08306545589073737, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08306545589073737, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08306545589073737, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08306545589073737, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08306545589073737, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08306545589073737, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09344863787707952, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09344863787707952, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09344863787707952, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09344863787707952, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09344863787707952, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09344863787707952, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1349813658224482, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1349813658224482, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1349813658224482, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1349813658224482, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1349813658224482, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1349813658224482, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1972804577405012, \"positive_daily\": \"\", \"positive\": 19, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2180468217131856, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2180468217131856, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2180468217131856, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2803459136312386, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2803459136312386, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.30111227760392295, \"positive_daily\": \"\", \"positive\": 29, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.30111227760392295, \"positive_daily\": \"\", \"positive\": 29, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.46724318938539766, \"positive_daily\": \"\", \"positive\": 45, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.46724318938539766, \"positive_daily\": \"\", \"positive\": 45, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.46724318938539766, \"positive_daily\": \"\", \"positive\": 45, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7683554669893206, \"positive_daily\": \"\", \"positive\": 74, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7683554669893206, \"positive_daily\": \"\", \"positive\": 74, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8825704688390844, \"positive_daily\": \"\", \"positive\": 85, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8825704688390844, \"positive_daily\": \"\", \"positive\": 85, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8825704688390844, \"positive_daily\": \"\", \"positive\": 85, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0175518346615327, \"positive_daily\": \"\", \"positive\": 98, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0175518346615327, \"positive_daily\": \"\", \"positive\": 98, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0175518346615327, \"positive_daily\": \"\", \"positive\": 98, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1732995644566653, \"positive_daily\": \"\", \"positive\": 113, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4536454780879038, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.4536454780879038, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.588626843910352, \"positive_daily\": \"\", \"positive\": 153, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.588626843910352, \"positive_daily\": \"\", \"positive\": 153, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.05587003329575, \"positive_daily\": \"\", \"positive\": 198, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.5750291326128583, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.4575996014519426, \"positive_daily\": \"\", \"positive\": 333, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.4575996014519426, \"positive_daily\": \"\", \"positive\": 333, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.205188704468578, \"positive_daily\": \"\", \"positive\": 405, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.859329169608136, \"positive_daily\": \"\", \"positive\": 468, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03114954595902651, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 5.918413732215037, \"positive_daily\": \"\", \"positive\": 570, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.05191590993171085, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 6.344124193655066, \"positive_daily\": \"\", \"positive\": 611, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.06229909191805302, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 6.894432838931201, \"positive_daily\": \"\", \"positive\": 664, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.08306545589073737, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 8.451910136882526, \"positive_daily\": \"\", \"positive\": 814, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.08306545589073737, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 10.632378354014383, \"positive_daily\": \"\", \"positive\": 1024, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.09344863787707952, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 13.124342030736502, \"positive_daily\": \"\", \"positive\": 1264, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.1038318198634217, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 15.626688889444965, \"positive_daily\": \"\", \"positive\": 1505, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.1038318198634217, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 18.679344393429563, \"positive_daily\": \"\", \"positive\": 1799, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.11421500184976387, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 21.555485803646345, \"positive_daily\": \"\", \"positive\": 2076, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.12459818383610605, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 24.49392630578118, \"positive_daily\": \"\", \"positive\": 2359, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.12459818383610605, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 27.60888090168383, \"positive_daily\": \"\", \"positive\": 2659, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.14536454780879038, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 31.045714139163085, \"positive_daily\": \"\", \"positive\": 2990, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.16613091178147474, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 34.887491474109694, \"positive_daily\": \"\", \"positive\": 3360, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.2076636397268434, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 38.79156790097435, \"positive_daily\": \"\", \"positive\": 3736, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.22843000369952773, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 42.80985932968876, \"positive_daily\": \"\", \"positive\": 4123, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.25957954965855423, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 46.942365760252954, \"positive_daily\": \"\", \"positive\": 4521, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.29072909561758076, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 51.22023673862592, \"positive_daily\": \"\", \"positive\": 4933, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.3426450055492916, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 55.70577135672574, \"positive_daily\": \"\", \"positive\": 5365, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.36341136952197595, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 60.48203507044314, \"positive_daily\": \"\", \"positive\": 5825, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.3841777334946603, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 65.43481287792837, \"positive_daily\": \"\", \"positive\": 6302, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.3841777334946603, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 65.43481287792837, \"positive_daily\": \"\", \"positive\": 6302, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.42571046144002894, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 70.40835704938625, \"positive_daily\": \"\", \"positive\": 6781, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.44647682541271333, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 75.43381713077586, \"positive_daily\": \"\", \"positive\": 7265, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003008016770776383, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003008016770776383, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003008016770776383, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003008016770776383, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003008016770776383, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003008016770776383, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003008016770776383, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0045120251561645746, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0045120251561645746, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0045120251561645746, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.012032067083105532, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.012032067083105532, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.019552109010046493, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.019552109010046493, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.019552109010046493, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.022560125780822875, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.030080167707763828, \"positive_daily\": \"\", \"positive\": 20, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03459219286392841, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05414430187397489, \"positive_daily\": \"\", \"positive\": 36, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.060160335415527656, \"positive_daily\": \"\", \"positive\": 40, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07670442765479778, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.12934472114338447, \"positive_daily\": \"\", \"positive\": 86, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0015040083853881914, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.17446497270503022, \"positive_daily\": \"\", \"positive\": 116, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.003008016770776383, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.2466573752036634, \"positive_daily\": \"\", \"positive\": 164, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.003008016770776383, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.31132973577535566, \"positive_daily\": \"\", \"positive\": 207, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0045120251561645746, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.41209829759636446, \"positive_daily\": \"\", \"positive\": 274, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.006016033541552766, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.4842907000949977, \"positive_daily\": \"\", \"positive\": 322, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.009024050312329149, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 0.5775392199890655, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 0.6903398488931799, \"positive_daily\": \"\", \"positive\": 459, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 0.6903398488931799, \"positive_daily\": \"\", \"positive\": 459, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 1.2062147250813295, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.031584176093152026, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.7205855928840912, \"positive_daily\": \"\", \"positive\": 1144, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.031584176093152026, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.7220896012694793, \"positive_daily\": \"\", \"positive\": 1145, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.08422446958173874, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 2.332717005737085, \"positive_daily\": \"\", \"positive\": 1551, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.08422446958173874, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 2.9478564353608556, \"positive_daily\": \"\", \"positive\": 1960, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.10828860374794978, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 3.9735901541956022, \"positive_daily\": \"\", \"positive\": 2642, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.20755315718357045, \"deceased_daily\": \"\", \"deceased\": 138, \"positive_100k\": 4.084886774714328, \"positive_daily\": \"\", \"positive\": 2716, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.2677134925990981, \"deceased_daily\": \"\", \"deceased\": 178, \"positive_100k\": 6.037089658948201, \"positive_daily\": \"\", \"positive\": 4014, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.35193796218083684, \"deceased_daily\": \"\", \"deceased\": 234, \"positive_100k\": 7.6208104887619665, \"positive_daily\": \"\", \"positive\": 5067, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.42413036467947, \"deceased_daily\": \"\", \"deceased\": 282, \"positive_100k\": 8.640528174055161, \"positive_daily\": \"\", \"positive\": 5745, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.5053468174904324, \"deceased_daily\": \"\", \"deceased\": 336, \"positive_100k\": 10.115960400120976, \"positive_daily\": \"\", \"positive\": 6726, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.636195547019205, \"deceased_daily\": \"\", \"deceased\": 423, \"positive_100k\": 12.278724458309197, \"positive_daily\": \"\", \"positive\": 8164, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.7008679075908973, \"deceased_daily\": \"\", \"deceased\": 466, \"positive_100k\": 14.498640835142165, \"positive_daily\": \"\", \"positive\": 9640, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.8723248635251512, \"deceased_daily\": \"\", \"deceased\": 580, \"positive_100k\": 17.76534704820532, \"positive_daily\": \"\", \"positive\": 11812, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.1445503812804139, \"deceased_daily\": \"\", \"deceased\": 761, \"positive_100k\": 22.176603642548883, \"positive_daily\": \"\", \"positive\": 14745, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.5355925614813435, \"deceased_daily\": \"\", \"deceased\": 1021, \"positive_100k\": 26.037393167840374, \"positive_daily\": \"\", \"positive\": 17312, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.851434322412864, \"deceased_daily\": \"\", \"deceased\": 1231, \"positive_100k\": 29.74928586297843, \"positive_daily\": \"\", \"positive\": 19780, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 2.1221558317827385, \"deceased_daily\": \"\", \"deceased\": 1411, \"positive_100k\": 33.76950027712107, \"positive_daily\": \"\", \"positive\": 22453, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 2.6966870350010277, \"deceased_daily\": \"\", \"deceased\": 1793, \"positive_100k\": 38.32363766807651, \"positive_daily\": \"\", \"positive\": 25481, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 3.5449477643599674, \"deceased_daily\": \"\", \"deceased\": 2357, \"positive_100k\": 44.91721042961834, \"positive_daily\": \"\", \"positive\": 29865, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.4007285356458485, \"deceased_daily\": \"\", \"deceased\": 2926, \"positive_100k\": 51.396478553870665, \"positive_daily\": \"\", \"positive\": 34173, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 5.43097427963676, \"deceased_daily\": \"\", \"deceased\": 3611, \"positive_100k\": 58.18858042228374, \"positive_daily\": \"\", \"positive\": 38689, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 6.497316224876987, \"deceased_daily\": \"\", \"deceased\": 4320, \"positive_100k\": 63.88576418613421, \"positive_daily\": \"\", \"positive\": 42477, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 7.434313448973831, \"deceased_daily\": \"\", \"deceased\": 4943, \"positive_100k\": 72.84815015466245, \"positive_daily\": \"\", \"positive\": 48436, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 8.099085155315413, \"deceased_daily\": \"\", \"deceased\": 5385, \"positive_100k\": 78.62805437970927, \"positive_daily\": \"\", \"positive\": 52279, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 9.28123574623053, \"deceased_daily\": \"\", \"deceased\": 6171, \"positive_100k\": 84.14776515408393, \"positive_daily\": \"\", \"positive\": 55949, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 10.69500362849543, \"deceased_daily\": \"\", \"deceased\": 7111, \"positive_100k\": 92.45741148335368, \"positive_daily\": \"\", \"positive\": 61474, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 12.021539024407815, \"deceased_daily\": \"\", \"deceased\": 7993, \"positive_100k\": 99.07204036229095, \"positive_daily\": \"\", \"positive\": 65872, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 13.496971250473631, \"deceased_daily\": \"\", \"deceased\": 8974, \"positive_100k\": 112.20654559188604, \"positive_daily\": \"\", \"positive\": 74605, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 14.877650948259992, \"deceased_daily\": \"\", \"deceased\": 9892, \"positive_100k\": 120.13116577449642, \"positive_daily\": \"\", \"positive\": 79874, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 15.986105128291088, \"deceased_daily\": \"\", \"deceased\": 10629, \"positive_100k\": 128.15053848538625, \"positive_daily\": \"\", \"positive\": 85206, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 17.06598314899981, \"deceased_daily\": \"\", \"deceased\": 11347, \"positive_100k\": 134.71403107922032, \"positive_daily\": \"\", \"positive\": 89570, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 18.242117706373374, \"deceased_daily\": \"\", \"deceased\": 12129, \"positive_100k\": 142.64767531214304, \"positive_daily\": \"\", \"positive\": 94845, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 19.39268412119534, \"deceased_daily\": \"\", \"deceased\": 12894, \"positive_100k\": 149.62326620357345, \"positive_daily\": \"\", \"positive\": 99483, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 20.693651374556126, \"deceased_daily\": \"\", \"deceased\": 13759, \"positive_100k\": 156.6349532962532, \"positive_daily\": \"\", \"positive\": 104145, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 21.969050485365315, \"deceased_daily\": \"\", \"deceased\": 14607, \"positive_100k\": 165.09349645567642, \"positive_daily\": \"\", \"positive\": 109769, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 23.309121956746193, \"deceased_daily\": \"\", \"deceased\": 15498, \"positive_100k\": 173.43322295265392, \"positive_daily\": \"\", \"positive\": 115314, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 24.207014962822942, \"deceased_daily\": \"\", \"deceased\": 16095, \"positive_100k\": 182.24370407425795, \"positive_daily\": \"\", \"positive\": 121172, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 24.89133877817457, \"deceased_daily\": \"\", \"deceased\": 16550, \"positive_100k\": 189.28847935141624, \"positive_daily\": \"\", \"positive\": 125856, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}]}}, {\"mode\": \"vega-lite\"});\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}, \"title\": {\"anchor\": \"middle\"}}, \"hconcat\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"facet\": {\"type\": \"nominal\", \"columns\": 1, \"field\": \"Geo Region\", \"sort\": [\"Americas\", \"Europe\", \"Asia\", \"Oceania\", \"Africa\"], \"title\": \"\"}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector001\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"temporal\", \"field\": \"date\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"symlog\"}, \"title\": \"Cases per 100k population\"}}, \"height\": 200, \"selection\": {\"selector001\": {\"type\": \"multi\", \"fields\": [\"country_label\"], \"bind\": \"legend\"}}, \"width\": 300}, {\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"facet\": {\"type\": \"nominal\", \"columns\": 1, \"field\": \"Geo Region\", \"sort\": [\"Americas\", \"Europe\", \"Asia\", \"Oceania\", \"Africa\"], \"title\": \"\"}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector001\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"temporal\", \"field\": \"date\"}, {\"type\": \"quantitative\", \"field\": \"deceased_100k\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"deceased_100k\", \"scale\": {\"type\": \"symlog\"}, \"title\": \"Deaths per 100k population\"}}, \"height\": 200, \"selection\": {\"selector001\": {\"type\": \"multi\", \"fields\": [\"country_label\"], \"bind\": \"legend\"}}, \"width\": 300}], \"data\": {\"name\": \"data-8e59f11997945370556a2db3d6159518\"}, \"title\": \"Countries with 50 or more cases per 100k\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-8e59f11997945370556a2db3d6159518\": [{\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02260643874327642, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02260643874327642, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03390965811491463, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03390965811491463, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1017289743447439, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.15824507120293496, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2034579486894878, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.23736760680440244, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3277933617775081, \"positive_daily\": \"\", \"positive\": 29, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.46343199423716663, \"positive_daily\": \"\", \"positive\": 41, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6216770654401016, \"positive_daily\": \"\", \"positive\": 55, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8929543303594186, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.175534814650374, \"positive_daily\": \"\", \"positive\": 104, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4807217376846056, \"positive_daily\": \"\", \"positive\": 131, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.057185925638154, \"positive_daily\": \"\", \"positive\": 182, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.780591965423, \"positive_daily\": \"\", \"positive\": 246, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.41357225023474, \"positive_daily\": \"\", \"positive\": 302, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.696822563305658, \"positive_daily\": \"\", \"positive\": 504, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 7.403608688423027, \"positive_daily\": \"\", \"positive\": 655, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.720768659608861, \"positive_daily\": \"\", \"positive\": 860, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.03390965811491463, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.506677320327698, \"positive_daily\": \"\", \"positive\": 1018, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.03390965811491463, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.055888203022096, \"positive_daily\": \"\", \"positive\": 1332, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04521287748655284, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.605099085716496, \"positive_daily\": \"\", \"positive\": 1646, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06781931622982926, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 22.753380595107718, \"positive_daily\": \"\", \"positive\": 2013, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.06781931622982926, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 26.992087859472047, \"positive_daily\": \"\", \"positive\": 2388, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.09042575497310568, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 31.807259311789924, \"positive_daily\": \"\", \"positive\": 2814, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.18085150994621135, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 40.48813178920807, \"positive_daily\": \"\", \"positive\": 3582, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.23736760680440244, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 50.57060346870936, \"positive_daily\": \"\", \"positive\": 4474, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.3164901424058699, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 59.71490794036467, \"positive_daily\": \"\", \"positive\": 5283, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.3390965811491463, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 63.16238984871432, \"positive_daily\": \"\", \"positive\": 5588, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.5538577492102723, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 78.0939426386484, \"positive_daily\": \"\", \"positive\": 6909, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.6555867235550162, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 86.54875072863378, \"positive_daily\": \"\", \"positive\": 7657, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.7686189172713983, \"deceased_daily\": \"\", \"deceased\": 68, \"positive_100k\": 93.48892742281964, \"positive_daily\": \"\", \"positive\": 8271, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9720768659608862, \"deceased_daily\": \"\", \"deceased\": 86, \"positive_100k\": 99.33269183795659, \"positive_daily\": \"\", \"positive\": 8788, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.2207476921369267, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 108.7143639164163, \"positive_daily\": \"\", \"positive\": 9618, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.4468120795696908, \"deceased_daily\": \"\", \"deceased\": 128, \"positive_100k\": 115.06677320327698, \"positive_daily\": \"\", \"positive\": 10180, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.6502700282591787, \"deceased_daily\": \"\", \"deceased\": 146, \"positive_100k\": 121.06878268961687, \"positive_daily\": \"\", \"positive\": 10711, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.7859086607188372, \"deceased_daily\": \"\", \"deceased\": 158, \"positive_100k\": 125.79352838696164, \"positive_daily\": \"\", \"positive\": 11129, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.8989408544352195, \"deceased_daily\": \"\", \"deceased\": 168, \"positive_100k\": 130.25830003875876, \"positive_daily\": \"\", \"positive\": 11524, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.102398803124707, \"deceased_daily\": \"\", \"deceased\": 186, \"positive_100k\": 133.16322741726978, \"positive_daily\": \"\", \"positive\": 11781, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.305856751814195, \"deceased_daily\": \"\", \"deceased\": 204, \"positive_100k\": 136.21509664761209, \"positive_daily\": \"\", \"positive\": 12051, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.4867082617604064, \"deceased_daily\": \"\", \"deceased\": 220, \"positive_100k\": 138.99568861303507, \"positive_daily\": \"\", \"positive\": 12297, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.7466823073080855, \"deceased_daily\": \"\", \"deceased\": 243, \"positive_100k\": 142.86138963813534, \"positive_daily\": \"\", \"positive\": 12639, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.0857788884572317, \"deceased_daily\": \"\", \"deceased\": 273, \"positive_100k\": 146.2862651077417, \"positive_daily\": \"\", \"positive\": 12942, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.334449714633272, \"deceased_daily\": \"\", \"deceased\": 295, \"positive_100k\": 149.69983735797646, \"positive_daily\": \"\", \"positive\": 13244, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 3.605726979552589, \"deceased_daily\": \"\", \"deceased\": 319, \"positive_100k\": 153.21513858255594, \"positive_daily\": \"\", \"positive\": 13555, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.8091849282420767, \"deceased_daily\": \"\", \"deceased\": 337, \"positive_100k\": 156.05224664483714, \"positive_daily\": \"\", \"positive\": 13806, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 3.956126780073374, \"deceased_daily\": \"\", \"deceased\": 350, \"positive_100k\": 157.62339413749484, \"positive_daily\": \"\", \"positive\": 13945, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.159584728762861, \"deceased_daily\": \"\", \"deceased\": 368, \"positive_100k\": 158.70850319717212, \"positive_daily\": \"\", \"positive\": 14041, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 4.3404362387090725, \"deceased_daily\": \"\", \"deceased\": 384, \"positive_100k\": 160.79959878092518, \"positive_daily\": \"\", \"positive\": 14226, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.4421652130538165, \"deceased_daily\": \"\", \"deceased\": 393, \"positive_100k\": 162.0429529118054, \"positive_daily\": \"\", \"positive\": 14336, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.634319942371667, \"deceased_daily\": \"\", \"deceased\": 410, \"positive_100k\": 163.62540362383473, \"positive_daily\": \"\", \"positive\": 14476, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 4.871687549176069, \"deceased_daily\": \"\", \"deceased\": 431, \"positive_100k\": 164.97048672905967, \"positive_daily\": \"\", \"positive\": 14595, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.007326181635727, \"deceased_daily\": \"\", \"deceased\": 443, \"positive_100k\": 165.8295314013042, \"positive_daily\": \"\", \"positive\": 14671, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.109055155980471, \"deceased_daily\": \"\", \"deceased\": 452, \"positive_100k\": 166.71118251229197, \"positive_daily\": \"\", \"positive\": 14749, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.312513104669959, \"deceased_daily\": \"\", \"deceased\": 470, \"positive_100k\": 167.23113060338733, \"positive_daily\": \"\", \"positive\": 14795, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 5.549880711474361, \"deceased_daily\": \"\", \"deceased\": 491, \"positive_100k\": 168.1127817143751, \"positive_daily\": \"\", \"positive\": 14873, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06371703519537873, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4654918094937108, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.102662161447498, \"positive_daily\": \"\", \"positive\": 33, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.102662161447498, \"positive_daily\": \"\", \"positive\": 33, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.2938132670336344, \"positive_daily\": \"\", \"positive\": 36, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.612398443010528, \"positive_daily\": \"\", \"positive\": 41, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.9947006541828003, \"positive_daily\": \"\", \"positive\": 47, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.1221347245735576, \"positive_daily\": \"\", \"positive\": 49, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.1221347245735576, \"positive_daily\": \"\", \"positive\": 49, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.313285830159694, \"positive_daily\": \"\", \"positive\": 52, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.50443693574583, \"positive_daily\": \"\", \"positive\": 55, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.8230221117227243, \"positive_daily\": \"\", \"positive\": 60, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.415947991607192, \"positive_daily\": \"\", \"positive\": 85, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.415947991607192, \"positive_daily\": \"\", \"positive\": 85, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.053118343560979, \"positive_daily\": \"\", \"positive\": 95, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.00887387149166, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.380577391029533, \"positive_daily\": \"\", \"positive\": 210, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.63544553181105, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.63544553181105, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.527484024546352, \"positive_daily\": \"\", \"positive\": 228, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 16.311561010016955, \"positive_daily\": \"\", \"positive\": 256, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 17.713335784315287, \"positive_daily\": \"\", \"positive\": 278, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 18.15935503068294, \"positive_daily\": \"\", \"positive\": 285, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 19.433695734590515, \"positive_daily\": \"\", \"positive\": 305, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.12743407039075746, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 21.281489755256494, \"positive_daily\": \"\", \"positive\": 334, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.12743407039075746, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 24.02132226865778, \"positive_daily\": \"\", \"positive\": 377, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1911511055861362, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 24.97707779658846, \"positive_daily\": \"\", \"positive\": 392, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 26.697437746863688, \"positive_daily\": \"\", \"positive\": 419, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 29.182402119483463, \"positive_daily\": \"\", \"positive\": 458, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 29.69213840104649, \"positive_daily\": \"\", \"positive\": 466, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 30.329308753000277, \"positive_daily\": \"\", \"positive\": 476, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 31.79480056249399, \"positive_daily\": \"\", \"positive\": 499, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 32.81427312562005, \"positive_daily\": \"\", \"positive\": 515, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 36.12755895577974, \"positive_daily\": \"\", \"positive\": 567, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 36.2549930261705, \"positive_daily\": \"\", \"positive\": 569, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 40.97005363062852, \"positive_daily\": \"\", \"positive\": 643, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 42.81784765129451, \"positive_daily\": \"\", \"positive\": 672, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 43.837320214420565, \"positive_daily\": \"\", \"positive\": 688, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 44.60192463676511, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 48.17007860770632, \"positive_daily\": \"\", \"positive\": 756, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 51.674515543452145, \"positive_daily\": \"\", \"positive\": 811, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 52.43911996579669, \"positive_daily\": \"\", \"positive\": 823, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 56.51701021830094, \"positive_daily\": \"\", \"positive\": 887, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 58.93825755572533, \"positive_daily\": \"\", \"positive\": 925, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 66.26571660319388, \"positive_daily\": \"\", \"positive\": 1040, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 72.38255198195024, \"positive_daily\": \"\", \"positive\": 1136, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 86.71888490091045, \"positive_daily\": \"\", \"positive\": 1361, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 97.3596297785387, \"positive_daily\": \"\", \"positive\": 1528, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 106.47116581147787, \"positive_daily\": \"\", \"positive\": 1671, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 108.31895983214385, \"positive_daily\": \"\", \"positive\": 1700, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 110.867641239959, \"positive_daily\": \"\", \"positive\": 1740, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 112.9703034014065, \"positive_daily\": \"\", \"positive\": 1773, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 119.8517432025074, \"positive_daily\": \"\", \"positive\": 1881, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 121.50838611758724, \"positive_daily\": \"\", \"positive\": 1907, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 125.71371044048225, \"positive_daily\": \"\", \"positive\": 1973, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010542533535272049, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010542533535272049, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010542533535272049, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010542533535272049, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010542533535272049, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06325520121163229, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06325520121163229, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06325520121163229, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06325520121163229, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06325520121163229, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06325520121163229, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09488280181744844, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09488280181744844, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.12651040242326458, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2846484054523453, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2846484054523453, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2846484054523453, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3795312072697938, \"positive_daily\": \"\", \"positive\": 36, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3795312072697938, \"positive_daily\": \"\", \"positive\": 36, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5376692102988745, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5376692102988745, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7274348139337714, \"positive_daily\": \"\", \"positive\": 69, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8012325486806758, \"positive_daily\": \"\", \"positive\": 76, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8012325486806758, \"positive_daily\": \"\", \"positive\": 76, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.853945216357036, \"positive_daily\": \"\", \"positive\": 81, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.853945216357036, \"positive_daily\": \"\", \"positive\": 81, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9066578840333962, \"positive_daily\": \"\", \"positive\": 86, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9066578840333962, \"positive_daily\": \"\", \"positive\": 86, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9909981523155725, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9909981523155725, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9909981523155725, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6024650973613517, \"positive_daily\": \"\", \"positive\": 152, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.010542533535272049, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.6024650973613517, \"positive_daily\": \"\", \"positive\": 152, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.021085067070544097, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.718432966249344, \"positive_daily\": \"\", \"positive\": 163, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.042170134141088195, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 3.2049301947227034, \"positive_daily\": \"\", \"positive\": 304, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.042170134141088195, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 3.7004292708804893, \"positive_daily\": \"\", \"positive\": 351, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.05271266767636024, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 4.638714755519702, \"positive_daily\": \"\", \"positive\": 440, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.08434026828217639, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 5.924903846822891, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 7.379773474690435, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 9.077121373869234, \"positive_daily\": \"\", \"positive\": 861, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 11.238340748600004, \"positive_daily\": \"\", \"positive\": 1066, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.16868053656435278, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 15.666204833414264, \"positive_daily\": \"\", \"positive\": 1486, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.20030813717016896, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 20.88475893337393, \"positive_daily\": \"\", \"positive\": 1981, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.24247827131125715, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 23.46767964951558, \"positive_daily\": \"\", \"positive\": 2226, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.2741058719170733, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 27.178651453931344, \"positive_daily\": \"\", \"positive\": 2578, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.3057334725228894, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 30.773655389459112, \"positive_daily\": \"\", \"positive\": 2919, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.3479036066639776, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 34.59005252922759, \"positive_daily\": \"\", \"positive\": 3281, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.3795312072697938, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 39.302565019494196, \"positive_daily\": \"\", \"positive\": 3728, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.42170134141088195, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 44.32081098228369, \"positive_daily\": \"\", \"positive\": 4204, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.44278640848142603, \"deceased_daily\": \"\", \"deceased\": 42, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.47441400908724224, \"deceased_daily\": \"\", \"deceased\": 45, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.49549907615778627, \"deceased_daily\": \"\", \"deceased\": 47, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.5376692102988745, \"deceased_daily\": \"\", \"deceased\": 51, \"positive_100k\": 66.03843006494412, \"positive_daily\": \"\", \"positive\": 6264, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.5798393444399628, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 70.87745295763398, \"positive_daily\": \"\", \"positive\": 6723, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.008754982022519914, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01750996404503983, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07003985618015932, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1138147662927589, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.20136458651795808, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.43774910112599574, \"positive_daily\": \"\", \"positive\": 50, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9542930404546707, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4795919618058655, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.750996404503983, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.09244070338226, \"positive_daily\": \"\", \"positive\": 239, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3375802000128174, \"positive_daily\": \"\", \"positive\": 267, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.7490643550712535, \"positive_daily\": \"\", \"positive\": 314, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.7490643550712535, \"positive_daily\": \"\", \"positive\": 314, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 4.894034950588632, \"positive_daily\": \"\", \"positive\": 559, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.03501992809007966, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 6.0321826135162215, \"positive_daily\": \"\", \"positive\": 689, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.03501992809007966, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.756914071952645, \"positive_daily\": \"\", \"positive\": 886, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.043774910112599576, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 9.26277097982607, \"positive_daily\": \"\", \"positive\": 1058, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.08754982022519915, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 10.882442653992253, \"positive_daily\": \"\", \"positive\": 1243, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.12256974831527881, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 13.009903285464592, \"positive_daily\": \"\", \"positive\": 1486, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.1838546224729182, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 15.715192730423247, \"positive_daily\": \"\", \"positive\": 1795, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.32393433483323686, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 19.759994424827447, \"positive_daily\": \"\", \"positive\": 2257, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.5865837955088343, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 24.64527439339356, \"positive_daily\": \"\", \"positive\": 2815, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.6566236516889936, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 29.77569385859023, \"positive_daily\": \"\", \"positive\": 3401, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.7704384179817525, \"deceased_daily\": \"\", \"deceased\": 88, \"positive_100k\": 32.76989771029204, \"positive_daily\": \"\", \"positive\": 3743, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.0681078067474294, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 37.37501825413752, \"positive_daily\": \"\", \"positive\": 4269, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.558386800008545, \"deceased_daily\": \"\", \"deceased\": 178, \"positive_100k\": 43.22334624518082, \"positive_daily\": \"\", \"positive\": 4937, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.9260960449543811, \"deceased_daily\": \"\", \"deceased\": 220, \"positive_100k\": 54.58731291041167, \"positive_daily\": \"\", \"positive\": 6235, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.530189804508255, \"deceased_daily\": \"\", \"deceased\": 289, \"positive_100k\": 63.771289052035065, \"positive_daily\": \"\", \"positive\": 7284, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.09050865394953, \"deceased_daily\": \"\", \"deceased\": 353, \"positive_100k\": 79.9680057936969, \"positive_daily\": \"\", \"positive\": 9134, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.773397251706083, \"deceased_daily\": \"\", \"deceased\": 431, \"positive_100k\": 94.86898519602579, \"positive_daily\": \"\", \"positive\": 10836, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.491305777552716, \"deceased_daily\": \"\", \"deceased\": 513, \"positive_100k\": 104.17553108596448, \"positive_daily\": \"\", \"positive\": 11899, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.17226232587654, \"deceased_daily\": \"\", \"deceased\": 705, \"positive_100k\": 111.84489533769191, \"positive_daily\": \"\", \"positive\": 12775, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 7.249125114646489, \"deceased_daily\": \"\", \"deceased\": 828, \"positive_100k\": 122.2545689624681, \"positive_daily\": \"\", \"positive\": 13964, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 8.851286824767634, \"deceased_daily\": \"\", \"deceased\": 1011, \"positive_100k\": 134.37146408163565, \"positive_daily\": \"\", \"positive\": 15348, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 10.006944451740264, \"deceased_daily\": \"\", \"deceased\": 1143, \"positive_100k\": 146.821048517659, \"positive_daily\": \"\", \"positive\": 16770, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.232641934893051, \"deceased_daily\": \"\", \"deceased\": 1283, \"positive_100k\": 161.36307365706455, \"positive_daily\": \"\", \"positive\": 18431, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 12.668458986586316, \"deceased_daily\": \"\", \"deceased\": 1447, \"positive_100k\": 172.39435100543963, \"positive_daily\": \"\", \"positive\": 19691, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 14.288130660752502, \"deceased_daily\": \"\", \"deceased\": 1632, \"positive_100k\": 182.2261958167295, \"positive_daily\": \"\", \"positive\": 20814, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 17.816388415828026, \"deceased_daily\": \"\", \"deceased\": 2035, \"positive_100k\": 194.308071007807, \"positive_daily\": \"\", \"positive\": 22194, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 19.61115973044461, \"deceased_daily\": \"\", \"deceased\": 2240, \"positive_100k\": 204.89284427303357, \"positive_daily\": \"\", \"positive\": 23403, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 22.088819642817747, \"deceased_daily\": \"\", \"deceased\": 2523, \"positive_100k\": 218.72571586861503, \"positive_daily\": \"\", \"positive\": 24983, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 26.431290725987623, \"deceased_daily\": \"\", \"deceased\": 3019, \"positive_100k\": 233.46910559453858, \"positive_daily\": \"\", \"positive\": 26667, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 29.294169847351633, \"deceased_daily\": \"\", \"deceased\": 3346, \"positive_100k\": 245.29708630696297, \"positive_daily\": \"\", \"positive\": 28018, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 31.517935281071697, \"deceased_daily\": \"\", \"deceased\": 3600, \"positive_100k\": 259.5589520216479, \"positive_daily\": \"\", \"positive\": 29647, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 34.170694833895226, \"deceased_daily\": \"\", \"deceased\": 3903, \"positive_100k\": 267.8061450868617, \"positive_daily\": \"\", \"positive\": 30589, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 36.39446026761529, \"deceased_daily\": \"\", \"deceased\": 4157, \"positive_100k\": 272.44628555879723, \"positive_daily\": \"\", \"positive\": 31119, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 38.87212017998842, \"deceased_daily\": \"\", \"deceased\": 4440, \"positive_100k\": 293.9310114420611, \"positive_daily\": \"\", \"positive\": 33573, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 42.52294768337923, \"deceased_daily\": \"\", \"deceased\": 4857, \"positive_100k\": 304.7521692218957, \"positive_daily\": \"\", \"positive\": 34809, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 45.201972182270325, \"deceased_daily\": \"\", \"deceased\": 5163, \"positive_100k\": 316.3875403298247, \"positive_daily\": \"\", \"positive\": 36138, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 47.740916968801095, \"deceased_daily\": \"\", \"deceased\": 5453, \"positive_100k\": 325.536496543358, \"positive_daily\": \"\", \"positive\": 37183, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 49.75456283398068, \"deceased_daily\": \"\", \"deceased\": 5683, \"positive_100k\": 337.03178793892664, \"positive_daily\": \"\", \"positive\": 38496, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 51.02403522724607, \"deceased_daily\": \"\", \"deceased\": 5828, \"positive_100k\": 350.05044620641377, \"positive_daily\": \"\", \"positive\": 39983, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 52.51238217107446, \"deceased_daily\": \"\", \"deceased\": 5998, \"positive_100k\": 358.56904371432563, \"positive_daily\": \"\", \"positive\": 40956, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002698410334091263, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002698410334091263, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.005396820668182526, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.005396820668182526, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.005396820668182526, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010793641336365052, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010793641336365052, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010793641336365052, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010793641336365052, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.010793641336365052, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013492051670456313, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013492051670456313, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01888887233863884, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.021587282672730104, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.021587282672730104, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.021587282672730104, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.021587282672730104, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.024285693006821367, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.024285693006821367, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.024285693006821367, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.026984103340912627, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02968251367500389, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02968251367500389, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03507933434318642, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03777774467727768, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.053968206681825254, \"positive_daily\": \"\", \"positive\": 20, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06476184801819031, \"positive_daily\": \"\", \"positive\": 24, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0728570790204641, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0809523100227379, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08904754102501167, \"positive_daily\": \"\", \"positive\": 33, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09984118236137673, \"positive_daily\": \"\", \"positive\": 37, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.13222210637047188, \"positive_daily\": \"\", \"positive\": 49, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1457141580409282, \"positive_daily\": \"\", \"positive\": 54, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.17269826138184083, \"positive_daily\": \"\", \"positive\": 64, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.20777759572502727, \"positive_daily\": \"\", \"positive\": 77, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.21317441639320975, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.2914283160818564, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.31571400908867775, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.5207931944796137, \"positive_daily\": \"\", \"positive\": 193, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.53428524615007, \"positive_daily\": \"\", \"positive\": 198, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.6799994041909982, \"positive_daily\": \"\", \"positive\": 252, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.010793641336365052, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 1.1198402886478742, \"positive_daily\": \"\", \"positive\": 415, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.013492051670456313, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.2898401396956236, \"positive_daily\": \"\", \"positive\": 478, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.021587282672730104, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 1.7728555894979598, \"positive_daily\": \"\", \"positive\": 657, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.024285693006821367, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 2.1587282672730104, \"positive_daily\": \"\", \"positive\": 800, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.032380924009095154, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 2.544600945048061, \"positive_daily\": \"\", \"positive\": 943, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.051269796347733994, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 3.4458699966345425, \"positive_daily\": \"\", \"positive\": 1277, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.05666661701591652, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 3.9639647807800653, \"positive_daily\": \"\", \"positive\": 1469, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.06746025835228157, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 5.634280777582557, \"positive_daily\": \"\", \"positive\": 2088, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.07015866868637284, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 7.528564832114624, \"positive_daily\": \"\", \"positive\": 2790, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0809523100227379, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 8.772531996130695, \"positive_daily\": \"\", \"positive\": 3251, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.10253959269546799, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 10.906974570396883, \"positive_daily\": \"\", \"positive\": 4042, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.1457141580409282, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 12.633957184215292, \"positive_daily\": \"\", \"positive\": 4682, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.16460303037956703, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 15.04633602289288, \"positive_daily\": \"\", \"positive\": 5576, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.17269826138184083, \"deceased_daily\": \"\", \"deceased\": 64, \"positive_100k\": 16.94601689809313, \"positive_daily\": \"\", \"positive\": 6280, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.21587282672730101, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 19.962839651607162, \"positive_daily\": \"\", \"positive\": 7398, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.27253944374321754, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 23.0093449187962, \"positive_daily\": \"\", \"positive\": 8527, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.2941267264159476, \"deceased_daily\": \"\", \"deceased\": 109, \"positive_100k\": 25.796802793912473, \"positive_daily\": \"\", \"positive\": 9560, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.3750790364386855, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 30.44886220988581, \"positive_daily\": \"\", \"positive\": 11284, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.483015449802336, \"deceased_daily\": \"\", \"deceased\": 179, \"positive_100k\": 33.56012932509304, \"positive_daily\": \"\", \"positive\": 12437, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.5882534528318952, \"deceased_daily\": \"\", \"deceased\": 218, \"positive_100k\": 35.019969315836406, \"positive_daily\": \"\", \"positive\": 12978, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.6988882765296371, \"deceased_daily\": \"\", \"deceased\": 259, \"positive_100k\": 42.51615322394194, \"positive_daily\": \"\", \"positive\": 15756, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.9147611032569382, \"deceased_daily\": \"\", \"deceased\": 339, \"positive_100k\": 44.69377036355358, \"positive_daily\": \"\", \"positive\": 16563, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.0119038752842235, \"deceased_daily\": \"\", \"deceased\": 375, \"positive_100k\": 48.22598949087905, \"positive_daily\": \"\", \"positive\": 17872, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.0982530059751439, \"deceased_daily\": \"\", \"deceased\": 407, \"positive_100k\": 51.65027220484087, \"positive_daily\": \"\", \"positive\": 19141, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.357300398047905, \"deceased_daily\": \"\", \"deceased\": 503, \"positive_100k\": 55.73296704032095, \"positive_daily\": \"\", \"positive\": 20654, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.5030145560888335, \"deceased_daily\": \"\", \"deceased\": 557, \"positive_100k\": 59.52423355971917, \"positive_daily\": \"\", \"positive\": 22059, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.764760358495686, \"deceased_daily\": \"\", \"deceased\": 654, \"positive_100k\": 62.91613534967188, \"positive_daily\": \"\", \"positive\": 23316, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.9266649785411616, \"deceased_daily\": \"\", \"deceased\": 714, \"positive_100k\": 65.5659742977495, \"positive_daily\": \"\", \"positive\": 24298, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.1020616502570935, \"deceased_daily\": \"\", \"deceased\": 779, \"positive_100k\": 69.29247896912953, \"positive_daily\": \"\", \"positive\": 25679, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.4258708903480453, \"deceased_daily\": \"\", \"deceased\": 899, \"positive_100k\": 72.9488249718232, \"positive_daily\": \"\", \"positive\": 27034, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.71460079609581, \"deceased_daily\": \"\", \"deceased\": 1006, \"positive_100k\": 76.11675870404635, \"positive_daily\": \"\", \"positive\": 28208, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 3.3919017899527177, \"deceased_daily\": \"\", \"deceased\": 1257, \"positive_100k\": 83.13262557268362, \"positive_daily\": \"\", \"positive\": 30808, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.6536475923595697, \"deceased_daily\": \"\", \"deceased\": 1354, \"positive_100k\": 88.5429382925366, \"positive_daily\": \"\", \"positive\": 32813, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.775076057393677, \"deceased_daily\": \"\", \"deceased\": 1399, \"positive_100k\": 92.70388702770533, \"positive_daily\": \"\", \"positive\": 34355, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 4.217615352184644, \"deceased_daily\": \"\", \"deceased\": 1563, \"positive_100k\": 96.14975702433988, \"positive_daily\": \"\", \"positive\": 35632, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.654757826307429, \"deceased_daily\": \"\", \"deceased\": 1725, \"positive_100k\": 101.61403795087469, \"positive_daily\": \"\", \"positive\": 37657, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 5.1485669174461295, \"deceased_daily\": \"\", \"deceased\": 1908, \"positive_100k\": 106.32006557352986, \"positive_daily\": \"\", \"positive\": 39401, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.005339267751463493, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.005339267751463493, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.021357071005853972, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.021357071005853972, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.021357071005853972, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.042714142011707944, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.042714142011707944, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06941048076902541, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.12280315828366034, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.12280315828366034, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.22958851331293023, \"positive_daily\": \"\", \"positive\": 43, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3256953328392731, \"positive_daily\": \"\", \"positive\": 61, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.39510581360829855, \"positive_daily\": \"\", \"positive\": 74, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8275865014768415, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0731928180441621, \"positive_daily\": \"\", \"positive\": 201, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2707457248483114, \"positive_daily\": \"\", \"positive\": 238, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2707457248483114, \"positive_daily\": \"\", \"positive\": 238, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.317242204135156, \"positive_daily\": \"\", \"positive\": 434, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.867186782535896, \"positive_daily\": \"\", \"positive\": 537, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.005339267751463493, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.3744172189249277, \"positive_daily\": \"\", \"positive\": 632, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.010678535502926986, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.983093742591766, \"positive_daily\": \"\", \"positive\": 746, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.010678535502926986, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.922804866849341, \"positive_daily\": \"\", \"positive\": 922, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.016017803254390478, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 6.097443772171309, \"positive_daily\": \"\", \"positive\": 1142, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.021357071005853972, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 6.973083683411322, \"positive_daily\": \"\", \"positive\": 1306, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.026696338757317466, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 8.596221079856225, \"positive_daily\": \"\", \"positive\": 1610, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.032035606508780956, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 10.192662137543808, \"positive_daily\": \"\", \"positive\": 1909, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03737487426024445, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 11.420693720380411, \"positive_daily\": \"\", \"positive\": 2139, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.042714142011707944, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 13.075866723334094, \"positive_daily\": \"\", \"positive\": 2449, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.06407121301756191, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 14.618915103507046, \"positive_daily\": \"\", \"positive\": 2738, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.08542828402341589, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 16.18332055468585, \"positive_daily\": \"\", \"positive\": 3031, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.09610681952634288, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 18.17486742598173, \"positive_daily\": \"\", \"positive\": 3404, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.11746389053219686, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 19.952843587219075, \"positive_daily\": \"\", \"positive\": 3737, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.1441602292895143, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 22.216693113839593, \"positive_daily\": \"\", \"positive\": 4161, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.18153510354975877, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 23.871866116793278, \"positive_daily\": \"\", \"positive\": 4471, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.19755290680414928, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 25.70857422329672, \"positive_daily\": \"\", \"positive\": 4815, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.22958851331293023, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 27.315693816487233, \"positive_daily\": \"\", \"positive\": 5116, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.25628485207024765, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 29.611578949616533, \"positive_daily\": \"\", \"positive\": 5546, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.3043382618334191, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 31.886107011739984, \"positive_daily\": \"\", \"positive\": 5972, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.34705240384512703, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 34.710579652264165, \"positive_daily\": \"\", \"positive\": 6501, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.38976654585683507, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 36.98510771438762, \"positive_daily\": \"\", \"positive\": 6927, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.42714142011707945, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 38.51213829130618, \"positive_daily\": \"\", \"positive\": 7213, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.4378199556200065, \"deceased_daily\": \"\", \"deceased\": 82, \"positive_100k\": 40.17798982976279, \"positive_daily\": \"\", \"positive\": 7525, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.49121263313464136, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 42.27098278833648, \"positive_daily\": \"\", \"positive\": 7917, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.5018911686375683, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 44.17176210785748, \"positive_daily\": \"\", \"positive\": 8273, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.5606231139036668, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 47.022931087138986, \"positive_daily\": \"\", \"positive\": 8807, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.6193550591697652, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 49.39890523654024, \"positive_daily\": \"\", \"positive\": 9252, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.6727477366844001, \"deceased_daily\": \"\", \"deceased\": 126, \"positive_100k\": 51.95107522173979, \"positive_daily\": \"\", \"positive\": 9730, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.7101226109446446, \"deceased_daily\": \"\", \"deceased\": 133, \"positive_100k\": 53.86253307676372, \"positive_daily\": \"\", \"positive\": 10088, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.7421582174534256, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 56.099686264626925, \"positive_daily\": \"\", \"positive\": 10507, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.7848723594651335, \"deceased_daily\": \"\", \"deceased\": 147, \"positive_100k\": 57.83494828385256, \"positive_daily\": \"\", \"positive\": 10832, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16817109727436694, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2522566459115504, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5045132918231008, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5045132918231008, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1771976809205684, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.1862242645667704, \"positive_daily\": \"\", \"positive\": 26, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.1862242645667704, \"positive_daily\": \"\", \"positive\": 26, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.7748231050270546, \"positive_daily\": \"\", \"positive\": 33, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.8679352373104394, \"positive_daily\": \"\", \"positive\": 46, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.12019188322199, \"positive_daily\": \"\", \"positive\": 49, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.633731758691292, \"positive_daily\": \"\", \"positive\": 67, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.633731758691292, \"positive_daily\": \"\", \"positive\": 67, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.063186085523411, \"positive_daily\": \"\", \"positive\": 84, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.08408554863718347, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 7.98812712053243, \"positive_daily\": \"\", \"positive\": 95, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.08408554863718347, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.753923641913282, \"positive_daily\": \"\", \"positive\": 116, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 10.426608031010751, \"positive_daily\": \"\", \"positive\": 124, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.099292420108219, \"positive_daily\": \"\", \"positive\": 132, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 12.276490101028786, \"positive_daily\": \"\", \"positive\": 146, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 13.621858879223723, \"positive_daily\": \"\", \"positive\": 162, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 15.051313206055841, \"positive_daily\": \"\", \"positive\": 179, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 17.994307408357262, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5885988404602842, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 19.339676186552197, \"positive_daily\": \"\", \"positive\": 230, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.6726843890974677, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 22.03041374294207, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 26.907375563898707, \"positive_daily\": \"\", \"positive\": 320, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 29.93445531483731, \"positive_daily\": \"\", \"positive\": 356, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 33.297877260324654, \"positive_daily\": \"\", \"positive\": 396, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 35.82044371944016, \"positive_daily\": \"\", \"positive\": 426, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 37.50215469218383, \"positive_daily\": \"\", \"positive\": 446, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 39.09978011629031, \"positive_daily\": \"\", \"positive\": 465, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 41.53826102676863, \"positive_daily\": \"\", \"positive\": 494, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 44.22899858315851, \"positive_daily\": \"\", \"positive\": 526, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 47.42424943137148, \"positive_daily\": \"\", \"positive\": 564, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 50.030901439124165, \"positive_daily\": \"\", \"positive\": 595, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 51.79669796050502, \"positive_daily\": \"\", \"positive\": 616, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 53.226152287337136, \"positive_daily\": \"\", \"positive\": 633, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 55.664633197815455, \"positive_daily\": \"\", \"positive\": 662, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 58.43945630284251, \"positive_daily\": \"\", \"positive\": 695, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 60.12116727558618, \"positive_daily\": \"\", \"positive\": 715, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 61.80287824832985, \"positive_daily\": \"\", \"positive\": 735, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 63.06416147788761, \"positive_daily\": \"\", \"positive\": 750, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 63.98910251289662, \"positive_daily\": \"\", \"positive\": 761, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 64.49361580471972, \"positive_daily\": \"\", \"positive\": 767, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 64.91404354790565, \"positive_daily\": \"\", \"positive\": 772, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 65.92307013155184, \"positive_daily\": \"\", \"positive\": 784, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.017248974807182335, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.017248974807182335, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05174692442154701, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06899589922872934, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06899589922872934, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10349384884309402, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1897387228790057, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1897387228790057, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4139753953723761, \"positive_daily\": \"\", \"positive\": 24, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4139753953723761, \"positive_daily\": \"\", \"positive\": 24, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6382120678657464, \"positive_daily\": \"\", \"positive\": 37, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.586905682260775, \"positive_daily\": \"\", \"positive\": 92, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.553729349096137, \"positive_daily\": \"\", \"positive\": 264, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.658544814388956, \"positive_daily\": \"\", \"positive\": 444, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.6426174560315, \"positive_daily\": \"\", \"positive\": 617, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.868175744974597, \"positive_daily\": \"\", \"positive\": 804, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.017248974807182335, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.420142938804432, \"positive_daily\": \"\", \"positive\": 836, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.03449794961436467, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 15.092852956284544, \"positive_daily\": \"\", \"positive\": 875, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05174692442154701, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.09329349510112, \"positive_daily\": \"\", \"positive\": 933, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06899589922872934, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 17.680199177361892, \"positive_daily\": \"\", \"positive\": 1025, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.06899589922872934, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 19.249855884815485, \"positive_daily\": \"\", \"positive\": 1116, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.10349384884309402, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 21.12999413879836, \"positive_daily\": \"\", \"positive\": 1225, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.155240773264641, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 23.06187931720278, \"positive_daily\": \"\", \"positive\": 1337, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.22423667249337034, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 24.493544226198917, \"positive_daily\": \"\", \"positive\": 1420, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.22423667249337034, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 26.114947858074053, \"positive_daily\": \"\", \"positive\": 1514, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.4139753953723761, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 27.11538839689063, \"positive_daily\": \"\", \"positive\": 1572, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.5519671938298347, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 29.633738718739252, \"positive_daily\": \"\", \"positive\": 1718, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.5864651434441994, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 32.11759109097351, \"positive_daily\": \"\", \"positive\": 1862, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.7072079670944758, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 34.894676034929866, \"positive_daily\": \"\", \"positive\": 2023, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.8969466899734814, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 37.94774457580114, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.121183362466852, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 40.811074393793405, \"positive_daily\": \"\", \"positive\": 2366, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.241926186117128, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 44.2263714056155, \"positive_daily\": \"\", \"positive\": 2564, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.3281710601530399, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 47.52092559378733, \"positive_daily\": \"\", \"positive\": 2755, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.5524077326464103, \"deceased_daily\": \"\", \"deceased\": 90, \"positive_100k\": 52.41963443902712, \"positive_daily\": \"\", \"positive\": 3039, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.7938933799469627, \"deceased_daily\": \"\", \"deceased\": 104, \"positive_100k\": 56.74912711562988, \"positive_daily\": \"\", \"positive\": 3290, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.121623901283427, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 61.63058698606249, \"positive_daily\": \"\", \"positive\": 3573, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.3976074981983446, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 68.06445458914149, \"positive_daily\": \"\", \"positive\": 3946, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.777084943956356, \"deceased_daily\": \"\", \"deceased\": 161, \"positive_100k\": 73.63587345186139, \"positive_daily\": \"\", \"positive\": 4269, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.0875664904856377, \"deceased_daily\": \"\", \"deceased\": 179, \"positive_100k\": 78.67257409555863, \"positive_daily\": \"\", \"positive\": 4561, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.2255582889430965, \"deceased_daily\": \"\", \"deceased\": 187, \"positive_100k\": 84.08875218501389, \"positive_daily\": \"\", \"positive\": 4875, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.501541885858014, \"deceased_daily\": \"\", \"deceased\": 203, \"positive_100k\": 90.83310133462217, \"positive_daily\": \"\", \"positive\": 5266, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.7602765079657487, \"deceased_daily\": \"\", \"deceased\": 218, \"positive_100k\": 96.54251199579953, \"positive_daily\": \"\", \"positive\": 5597, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 4.088007029302213, \"deceased_daily\": \"\", \"deceased\": 237, \"positive_100k\": 100.56152312587301, \"positive_daily\": \"\", \"positive\": 5830, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.260496777374036, \"deceased_daily\": \"\", \"deceased\": 247, \"positive_100k\": 103.73533449039456, \"positive_daily\": \"\", \"positive\": 6014, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.484733449867408, \"deceased_daily\": \"\", \"deceased\": 260, \"positive_100k\": 106.78840303126583, \"positive_daily\": \"\", \"positive\": 6191, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.708970122360777, \"deceased_daily\": \"\", \"deceased\": 273, \"positive_100k\": 109.8587205469443, \"positive_daily\": \"\", \"positive\": 6369, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.915957820046965, \"deceased_daily\": \"\", \"deceased\": 285, \"positive_100k\": 112.34257291917855, \"positive_daily\": \"\", \"positive\": 6513, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.157443467347519, \"deceased_daily\": \"\", \"deceased\": 299, \"positive_100k\": 115.67162505696474, \"positive_daily\": \"\", \"positive\": 6706, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.3299332154193415, \"deceased_daily\": \"\", \"deceased\": 309, \"positive_100k\": 118.60395077418573, \"positive_daily\": \"\", \"positive\": 6876, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 5.53692091310553, \"deceased_daily\": \"\", \"deceased\": 321, \"positive_100k\": 122.01924778600785, \"positive_daily\": \"\", \"positive\": 7074, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.795655535213265, \"deceased_daily\": \"\", \"deceased\": 336, \"positive_100k\": 125.3655488986012, \"positive_daily\": \"\", \"positive\": 7268, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.9681452832850885, \"deceased_daily\": \"\", \"deceased\": 346, \"positive_100k\": 128.28062564101504, \"positive_daily\": \"\", \"positive\": 7437, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.123386056549729, \"deceased_daily\": \"\", \"deceased\": 355, \"positive_100k\": 130.7472290384421, \"positive_daily\": \"\", \"positive\": 7580, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 6.27862682981437, \"deceased_daily\": \"\", \"deceased\": 364, \"positive_100k\": 133.006844738183, \"positive_daily\": \"\", \"positive\": 7711, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 6.382120678657464, \"deceased_daily\": \"\", \"deceased\": 370, \"positive_100k\": 136.11166020347582, \"positive_daily\": \"\", \"positive\": 7891, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10428398615108664, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10428398615108664, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10428398615108664, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10428398615108664, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10428398615108664, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3128519584532599, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3128519584532599, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.147123847661953, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.147123847661953, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2514078338130397, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.459975806115213, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.8771117507195594, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.8771117507195594, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.128519584532599, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.4413715429858587, \"positive_daily\": \"\", \"positive\": 33, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.171359446043466, \"positive_daily\": \"\", \"positive\": 40, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.109915321403245, \"positive_daily\": \"\", \"positive\": 49, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.214199307554332, \"positive_daily\": \"\", \"positive\": 50, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.152755182914112, \"positive_daily\": \"\", \"positive\": 59, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 9.385558753597797, \"positive_daily\": \"\", \"positive\": 90, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 9.385558753597797, \"positive_daily\": \"\", \"positive\": 90, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.078338130396695, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.078338130396695, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.10428398615108664, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 15.642597922662995, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 19.5011054102532, \"positive_daily\": \"\", \"positive\": 187, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 22.316773036332542, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 31.07662787302382, \"positive_daily\": \"\", \"positive\": 298, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 37.85508697284445, \"positive_daily\": \"\", \"positive\": 363, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 45.36353397572269, \"positive_daily\": \"\", \"positive\": 435, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 61.631835815292206, \"positive_daily\": \"\", \"positive\": 591, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 76.33587786259542, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 76.33587786259542, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 88.2242522838193, \"positive_daily\": \"\", \"positive\": 846, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 88.2242522838193, \"positive_daily\": \"\", \"positive\": 846, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 98.54836691277687, \"positive_daily\": \"\", \"positive\": 945, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03511984676976722, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03511984676976722, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.04097315456472843, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05853307794961203, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07609300133449565, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07609300133449565, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07609300133449565, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08194630912945686, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08779961692441805, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08779961692441805, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09950623251434046, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09950623251434046, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09950623251434046, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.011706615589922406, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.1638926182589137, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.011706615589922406, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.1638926182589137, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.011706615589922406, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.21657238841356452, \"positive_daily\": \"\", \"positive\": 37, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.011706615589922406, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.3394918521077498, \"positive_daily\": \"\", \"positive\": 58, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.011706615589922406, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.6497171652406936, \"positive_daily\": \"\", \"positive\": 111, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.01755992338488361, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.1648082511972795, \"positive_daily\": \"\", \"positive\": 199, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.029266538974806015, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.1481639607507614, \"positive_daily\": \"\", \"positive\": 367, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.04097315456472843, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 2.961773744250369, \"positive_daily\": \"\", \"positive\": 506, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.08194630912945686, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 4.618259850224389, \"positive_daily\": \"\", \"positive\": 789, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.10535954030930166, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 5.74209494685694, \"positive_daily\": \"\", \"positive\": 981, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.15803931046395248, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 6.333279034148022, \"positive_daily\": \"\", \"positive\": 1082, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.1638926182589137, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 6.865930043489492, \"positive_daily\": \"\", \"positive\": 1173, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.19901246502868092, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 8.212190836330569, \"positive_daily\": \"\", \"positive\": 1403, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.2107190806186033, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 9.33602593296312, \"positive_daily\": \"\", \"positive\": 1595, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.28095877415813775, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 10.670580110214274, \"positive_daily\": \"\", \"positive\": 1823, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.3394918521077498, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 11.261764197505356, \"positive_daily\": \"\", \"positive\": 1924, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.3511984676976722, \"deceased_daily\": \"\", \"deceased\": 60, \"positive_100k\": 11.48418989371388, \"positive_daily\": \"\", \"positive\": 1962, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.4389980846220902, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 13.111409460713096, \"positive_daily\": \"\", \"positive\": 2240, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.544357624931392, \"deceased_daily\": \"\", \"deceased\": 93, \"positive_100k\": 16.08488982055339, \"positive_daily\": \"\", \"positive\": 2748, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.7023969353953444, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 18.514012555462287, \"positive_daily\": \"\", \"positive\": 3163, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.8487296302693744, \"deceased_daily\": \"\", \"deceased\": 145, \"positive_100k\": 19.713940653429333, \"positive_daily\": \"\", \"positive\": 3368, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.0067689407333271, \"deceased_daily\": \"\", \"deceased\": 172, \"positive_100k\": 20.281711509540568, \"positive_daily\": \"\", \"positive\": 3465, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.0535954030930166, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 21.34116022042855, \"positive_daily\": \"\", \"positive\": 3646, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.1179817888375898, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 21.932344307719628, \"positive_daily\": \"\", \"positive\": 3747, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.1179817888375898, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 21.932344307719628, \"positive_daily\": \"\", \"positive\": 3747, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.4165004863806112, \"deceased_daily\": \"\", \"deceased\": 242, \"positive_100k\": 26.047219687577353, \"positive_daily\": \"\", \"positive\": 4450, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.5920997202294473, \"deceased_daily\": \"\", \"deceased\": 272, \"positive_100k\": 29.061673201982376, \"positive_daily\": \"\", \"positive\": 4965, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.7384324151034776, \"deceased_daily\": \"\", \"deceased\": 297, \"positive_100k\": 41.91553711971718, \"positive_daily\": \"\", \"positive\": 7161, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.8437919554127793, \"deceased_daily\": \"\", \"deceased\": 315, \"positive_100k\": 42.47745466803345, \"positive_daily\": \"\", \"positive\": 7257, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.9491514957220806, \"deceased_daily\": \"\", \"deceased\": 333, \"positive_100k\": 43.70079599718034, \"positive_daily\": \"\", \"positive\": 7466, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.0779242672112272, \"deceased_daily\": \"\", \"deceased\": 355, \"positive_100k\": 44.0695543882629, \"positive_daily\": \"\", \"positive\": 7529, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.1598705763406842, \"deceased_daily\": \"\", \"deceased\": 369, \"positive_100k\": 44.50269916509003, \"positive_daily\": \"\", \"positive\": 7603, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.2710834244449467, \"deceased_daily\": \"\", \"deceased\": 388, \"positive_100k\": 45.995292652805134, \"positive_daily\": \"\", \"positive\": 7858, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.358883041369365, \"deceased_daily\": \"\", \"deceased\": 403, \"positive_100k\": 48.1434566135559, \"positive_daily\": \"\", \"positive\": 8225, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.4642425816786666, \"deceased_daily\": \"\", \"deceased\": 421, \"positive_100k\": 49.460450867422175, \"positive_daily\": \"\", \"positive\": 8450, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.669108354502309, \"deceased_daily\": \"\", \"deceased\": 456, \"positive_100k\": 52.80854292613997, \"positive_daily\": \"\", \"positive\": 9022, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.77446789481161, \"deceased_daily\": \"\", \"deceased\": 474, \"positive_100k\": 55.41911820269267, \"positive_daily\": \"\", \"positive\": 9468, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.96762705204533, \"deceased_daily\": \"\", \"deceased\": 507, \"positive_100k\": 59.28230134736707, \"positive_daily\": \"\", \"positive\": 10128, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.0437200533798254, \"deceased_daily\": \"\", \"deceased\": 520, \"positive_100k\": 60.86269445200659, \"positive_daily\": \"\", \"positive\": 10398, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07570687509274092, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07570687509274092, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07570687509274092, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07570687509274092, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07570687509274092, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.15141375018548184, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.15141375018548184, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.22712062527822274, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7570687509274092, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7570687509274092, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7570687509274092, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7570687509274092, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.908482501112891, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2113100014838547, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2113100014838547, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.980843132326533, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.706290635665205, \"positive_daily\": \"\", \"positive\": 115, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.945875640858697, \"positive_daily\": \"\", \"positive\": 171, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.519909394011888, \"positive_daily\": \"\", \"positive\": 205, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.034046895866705, \"positive_daily\": \"\", \"positive\": 225, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.53237377392716, \"positive_daily\": \"\", \"positive\": 258, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 20.213735649761826, \"positive_daily\": \"\", \"positive\": 267, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 21.42504565124568, \"positive_daily\": \"\", \"positive\": 283, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 23.166303778378722, \"positive_daily\": \"\", \"positive\": 306, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 24.680441280233538, \"positive_daily\": \"\", \"positive\": 326, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 26.648820032644803, \"positive_daily\": \"\", \"positive\": 352, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 27.9358369092214, \"positive_daily\": \"\", \"positive\": 369, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 30.585577537467334, \"positive_daily\": \"\", \"positive\": 404, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 40.73029879989462, \"positive_daily\": \"\", \"positive\": 538, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 43.53145317832603, \"positive_daily\": \"\", \"positive\": 575, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 48.83093443481789, \"positive_daily\": \"\", \"positive\": 645, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.22712062527822274, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 51.404968187971086, \"positive_daily\": \"\", \"positive\": 679, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.22712062527822274, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 54.13041569130976, \"positive_daily\": \"\", \"positive\": 715, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.3028275003709637, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 56.401621944091985, \"positive_daily\": \"\", \"positive\": 745, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.3785343754637046, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 58.97565569724517, \"positive_daily\": \"\", \"positive\": 779, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8327756260201501, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 64.95649882957171, \"positive_daily\": \"\", \"positive\": 858, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.908482501112891, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 72.75430696412403, \"positive_daily\": \"\", \"positive\": 961, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9841893762056321, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 78.65944322135782, \"positive_daily\": \"\", \"positive\": 1039, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.135603126391114, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 83.05044197673679, \"positive_daily\": \"\", \"positive\": 1097, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4384306267620774, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 83.88321760275694, \"positive_daily\": \"\", \"positive\": 1108, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.5898443769475592, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 86.98719948155932, \"positive_daily\": \"\", \"positive\": 1149, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 89.712646984898, \"positive_daily\": \"\", \"positive\": 1185, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 91.37819823693829, \"positive_daily\": \"\", \"positive\": 1207, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 95.23924886666808, \"positive_daily\": \"\", \"positive\": 1258, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 98.72176512093415, \"positive_daily\": \"\", \"positive\": 1304, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.892671877318523, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 99.10029949639788, \"positive_daily\": \"\", \"positive\": 1309, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.119792502596746, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 100.84155762353092, \"positive_daily\": \"\", \"positive\": 1332, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.3469131278749686, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 103.94553950233329, \"positive_daily\": \"\", \"positive\": 1373, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.649740628245932, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 105.98962512983731, \"positive_daily\": \"\", \"positive\": 1400, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.7254475033386734, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 108.56365888299048, \"positive_daily\": \"\", \"positive\": 1434, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.876861253524155, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 110.456330760309, \"positive_daily\": \"\", \"positive\": 1459, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.876861253524155, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 114.46879514022427, \"positive_daily\": \"\", \"positive\": 1512, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.028275003709637, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 115.68010514170814, \"positive_daily\": \"\", \"positive\": 1528, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.028275003709637, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 116.21005326735731, \"positive_daily\": \"\", \"positive\": 1535, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.2553956289878596, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 117.49707014393391, \"positive_daily\": \"\", \"positive\": 1552, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018122343943965714, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03624468788793143, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03624468788793143, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03624468788793143, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.054367031831897145, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10873406366379429, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10873406366379429, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10873406366379429, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10873406366379429, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.21746812732758858, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2718351591594857, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2718351591594857, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4168139107112114, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5436703183189714, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7248937577586285, \"positive_daily\": \"\", \"positive\": 40, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.069218292693977, \"positive_daily\": \"\", \"positive\": 59, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.069218292693977, \"positive_daily\": \"\", \"positive\": 59, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.8089633113146855, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.077527387392285, \"positive_daily\": \"\", \"positive\": 225, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.421851922327633, \"positive_daily\": \"\", \"positive\": 244, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.019889272478502, \"positive_daily\": \"\", \"positive\": 277, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.817272406012994, \"positive_daily\": \"\", \"positive\": 321, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.08910756517248, \"positive_daily\": \"\", \"positive\": 336, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.248937577586285, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.15505477478457, \"positive_daily\": \"\", \"positive\": 450, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.477985882694067, \"positive_daily\": \"\", \"positive\": 523, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 11.344587308922536, \"positive_daily\": \"\", \"positive\": 626, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.685640760776, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.352896403620845, \"positive_daily\": \"\", \"positive\": 792, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.054367031831897145, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.947662670689827, \"positive_daily\": \"\", \"positive\": 880, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09061171971982857, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 17.36120549831915, \"positive_daily\": \"\", \"positive\": 958, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.12685640760775999, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 18.865360045668307, \"positive_daily\": \"\", \"positive\": 1041, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.1631010954956914, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 21.148775382607987, \"positive_daily\": \"\", \"positive\": 1167, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.19934578338362285, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 22.471706490517484, \"positive_daily\": \"\", \"positive\": 1240, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.23559047127155425, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 24.50140901224164, \"positive_daily\": \"\", \"positive\": 1352, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.3080798470474171, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 25.697483712543377, \"positive_daily\": \"\", \"positive\": 1418, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.3080798470474171, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 26.204909342974418, \"positive_daily\": \"\", \"positive\": 1446, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.34432453493534854, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 27.509718106939953, \"positive_daily\": \"\", \"positive\": 1518, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.36244687887931426, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 29.267585469504624, \"positive_daily\": \"\", \"positive\": 1615, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.4530585985991428, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 34.10625130254347, \"positive_daily\": \"\", \"positive\": 1882, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.5074256304310399, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 34.92175678002193, \"positive_daily\": \"\", \"positive\": 1927, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.4893032864870742, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 39.43422042206939, \"positive_daily\": \"\", \"positive\": 2176, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.6161596940948342, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 41.826369822672866, \"positive_daily\": \"\", \"positive\": 2308, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7248937577586285, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 45.07026938864273, \"positive_daily\": \"\", \"positive\": 2487, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.76113844564656, \"deceased_daily\": \"\", \"deceased\": 42, \"positive_100k\": 47.208705974030686, \"positive_daily\": \"\", \"positive\": 2605, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8698725093103543, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 50.18077038084106, \"positive_daily\": \"\", \"positive\": 2769, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8879948532543199, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 52.64540915722039, \"positive_daily\": \"\", \"positive\": 2905, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.0148512608620799, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 53.89585088935404, \"positive_daily\": \"\", \"positive\": 2974, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.069218292693977, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 55.52686184431095, \"positive_daily\": \"\", \"positive\": 3064, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.1598300124138057, \"deceased_daily\": \"\", \"deceased\": 64, \"positive_100k\": 57.28472920687562, \"positive_daily\": \"\", \"positive\": 3161, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.3048087639655312, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 58.66202734661701, \"positive_daily\": \"\", \"positive\": 3237, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.3591757957974284, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 61.05417674722049, \"positive_daily\": \"\", \"positive\": 3369, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.4860322034051885, \"deceased_daily\": \"\", \"deceased\": 82, \"positive_100k\": 63.22885802049637, \"positive_daily\": \"\", \"positive\": 3489, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.631010954956914, \"deceased_daily\": \"\", \"deceased\": 90, \"positive_100k\": 66.7083480577378, \"positive_daily\": \"\", \"positive\": 3681, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.703500330732777, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 68.55682714002229, \"positive_daily\": \"\", \"positive\": 3783, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.7759897065086399, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 70.09722637525938, \"positive_daily\": \"\", \"positive\": 3868, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.5552504960991658, \"deceased_daily\": \"\", \"deceased\": 141, \"positive_100k\": 72.74308859107838, \"positive_daily\": \"\", \"positive\": 4014, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00298564305765438, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00447846458648157, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00447846458648157, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00447846458648157, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00597128611530876, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00746410764413595, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00746410764413595, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00746410764413595, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00895692917296314, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00895692917296314, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00895692917296314, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00895692917296314, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00895692917296314, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00895692917296314, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00895692917296314, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01642103681709909, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01642103681709909, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01642103681709909, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01642103681709909, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01642103681709909, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01642103681709909, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01642103681709909, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.01791385834592628, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.00149282152882719, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.020899501403580656, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.026870787518889418, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.05672721809543321, \"positive_daily\": \"\", \"positive\": 38, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.08509082714314982, \"positive_daily\": \"\", \"positive\": 57, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.14928215288271898, \"positive_daily\": \"\", \"positive\": 100, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.19406679874753469, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.00447846458648157, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.2851289120059933, \"positive_daily\": \"\", \"positive\": 191, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.00597128611530876, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.30453559188074675, \"positive_daily\": \"\", \"positive\": 204, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.00597128611530876, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.4299326003022307, \"positive_daily\": \"\", \"positive\": 288, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.00895692917296314, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 0.5672721809543322, \"positive_daily\": \"\", \"positive\": 380, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.013435393759444709, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 0.9792909229106365, \"positive_daily\": \"\", \"positive\": 656, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.01642103681709909, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 1.431615846145275, \"positive_daily\": \"\", \"positive\": 959, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.028363609047716606, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 1.6958452567476878, \"positive_daily\": \"\", \"positive\": 1136, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.028363609047716606, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 1.8197494436403443, \"positive_daily\": \"\", \"positive\": 1219, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.04926311045129727, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 2.6781218227159784, \"positive_daily\": \"\", \"positive\": 1794, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.07165543338370511, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 3.4230397656007465, \"positive_daily\": \"\", \"positive\": 2293, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.07165543338370511, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 3.4230397656007465, \"positive_daily\": \"\", \"positive\": 2293, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.117932900777348, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 5.495076047612886, \"positive_daily\": \"\", \"positive\": 3681, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.13584675912327426, \"deceased_daily\": \"\", \"deceased\": 91, \"positive_100k\": 6.711725593607046, \"positive_daily\": \"\", \"positive\": 4496, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.13584675912327426, \"deceased_daily\": \"\", \"deceased\": 91, \"positive_100k\": 6.7654671686448244, \"positive_daily\": \"\", \"positive\": 4532, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 9.97652627715211, \"positive_daily\": \"\", \"positive\": 6683, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 11.51711809490177, \"positive_daily\": \"\", \"positive\": 7715, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 13.62050362901928, \"positive_daily\": \"\", \"positive\": 9124, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.36424845303383435, \"deceased_daily\": \"\", \"deceased\": 244, \"positive_100k\": 16.376252171234274, \"positive_daily\": \"\", \"positive\": 10970, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6732625095010626, \"deceased_daily\": \"\", \"deceased\": 451, \"positive_100k\": 19.045417064777286, \"positive_daily\": \"\", \"positive\": 12758, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.8404585207297078, \"deceased_daily\": \"\", \"deceased\": 563, \"positive_100k\": 21.590677771427647, \"positive_daily\": \"\", \"positive\": 14463, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.0091473534871804, \"deceased_daily\": \"\", \"deceased\": 676, \"positive_100k\": 24.247900092740043, \"positive_daily\": \"\", \"positive\": 16243, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.2868121578490377, \"deceased_daily\": \"\", \"deceased\": 862, \"positive_100k\": 30.04004762458954, \"positive_daily\": \"\", \"positive\": 20123, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.645089324767563, \"deceased_daily\": \"\", \"deceased\": 1102, \"positive_100k\": 33.77060862512869, \"positive_daily\": \"\", \"positive\": 22622, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.989931097926644, \"deceased_daily\": \"\", \"deceased\": 1333, \"positive_100k\": 38.21623113797606, \"positive_daily\": \"\", \"positive\": 25600, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.534810955948568, \"deceased_daily\": \"\", \"deceased\": 1698, \"positive_100k\": 44.11436899837229, \"positive_daily\": \"\", \"positive\": 29551, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.981164593067898, \"deceased_daily\": \"\", \"deceased\": 1997, \"positive_100k\": 49.86322470588579, \"positive_daily\": \"\", \"positive\": 33402, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.458867482292599, \"deceased_daily\": \"\", \"deceased\": 2317, \"positive_100k\": 56.88396435596007, \"positive_daily\": \"\", \"positive\": 38105, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.8977570117677924, \"deceased_daily\": \"\", \"deceased\": 2611, \"positive_100k\": 60.769778795497245, \"positive_daily\": \"\", \"positive\": 40708, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.5232492323463855, \"deceased_daily\": \"\", \"deceased\": 3030, \"positive_100k\": 67.43074845712417, \"positive_daily\": \"\", \"positive\": 45170, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 5.272645639817635, \"deceased_daily\": \"\", \"deceased\": 3532, \"positive_100k\": 78.86128290335395, \"positive_daily\": \"\", \"positive\": 52827, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 6.589314228243216, \"deceased_daily\": \"\", \"deceased\": 4414, \"positive_100k\": 86.20895046824138, \"positive_daily\": \"\", \"positive\": 57749, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 8.05825061260917, \"deceased_daily\": \"\", \"deceased\": 5398, \"positive_100k\": 89.46330140108465, \"positive_daily\": \"\", \"positive\": 59929, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 9.733196367953278, \"deceased_daily\": \"\", \"deceased\": 6520, \"positive_100k\": 97.33494932259043, \"positive_daily\": \"\", \"positive\": 65202, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.306630259337135, \"deceased_daily\": \"\", \"deceased\": 7574, \"positive_100k\": 103.7510962534897, \"positive_daily\": \"\", \"positive\": 69500, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 12.081404632798447, \"deceased_daily\": \"\", \"deceased\": 8093, \"positive_100k\": 106.60537101660728, \"positive_daily\": \"\", \"positive\": 71412, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 13.324924966311496, \"deceased_daily\": \"\", \"deceased\": 8926, \"positive_100k\": 112.47365244642697, \"positive_daily\": \"\", \"positive\": 75343, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 15.440253072659623, \"deceased_daily\": \"\", \"deceased\": 10343, \"positive_100k\": 118.17623068654682, \"positive_daily\": \"\", \"positive\": 79163, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 16.25234798434162, \"deceased_daily\": \"\", \"deceased\": 10887, \"positive_100k\": 123.98927771979992, \"positive_daily\": \"\", \"positive\": 83057, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 18.254221654498878, \"deceased_daily\": \"\", \"deceased\": 12228, \"positive_100k\": 130.42184568751628, \"positive_daily\": \"\", \"positive\": 87366, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 19.727636503451315, \"deceased_daily\": \"\", \"deceased\": 13215, \"positive_100k\": 136.94846141154875, \"positive_daily\": \"\", \"positive\": 91738, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 20.677070995785407, \"deceased_daily\": \"\", \"deceased\": 13851, \"positive_100k\": 141.61352868913372, \"positive_daily\": \"\", \"positive\": 94863, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 21.51454387345746, \"deceased_daily\": \"\", \"deceased\": 14412, \"positive_100k\": 181.69429391661492, \"positive_daily\": \"\", \"positive\": 121712, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 22.371423431004267, \"deceased_daily\": \"\", \"deceased\": 14986, \"positive_100k\": 187.19086278575665, \"positive_daily\": \"\", \"positive\": 125394, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 23.508953435970586, \"deceased_daily\": \"\", \"deceased\": 15748, \"positive_100k\": 196.0985288482685, \"positive_daily\": \"\", \"positive\": 131361, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 25.65861643748174, \"deceased_daily\": \"\", \"deceased\": 17188, \"positive_100k\": 200.90690699262086, \"positive_daily\": \"\", \"positive\": 134582, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 26.78271104868861, \"deceased_daily\": \"\", \"deceased\": 17941, \"positive_100k\": 219.58061149672017, \"positive_daily\": \"\", \"positive\": 147091, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 27.92024105365493, \"deceased_daily\": \"\", \"deceased\": 18703, \"positive_100k\": 222.62447459399883, \"positive_daily\": \"\", \"positive\": 149130, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 28.87863247516199, \"deceased_daily\": \"\", \"deceased\": 19345, \"positive_100k\": 222.6528382030465, \"positive_daily\": \"\", \"positive\": 149149, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 29.474268265164035, \"deceased_daily\": \"\", \"deceased\": 19744, \"positive_100k\": 230.03931912768346, \"positive_daily\": \"\", \"positive\": 154097, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 30.292334462961335, \"deceased_daily\": \"\", \"deceased\": 20292, \"positive_100k\": 233.5967128308787, \"positive_daily\": \"\", \"positive\": 156480, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 31.093979623941536, \"deceased_daily\": \"\", \"deceased\": 20829, \"positive_100k\": 237.80199107758486, \"positive_daily\": \"\", \"positive\": 159297, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0012058664631678581, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0048234658526714325, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0048234658526714325, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0048234658526714325, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00602933231583929, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009646931705342865, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01205866463167858, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.014470397558014296, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.014470397558014296, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.014470397558014296, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.014470397558014296, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.015676264021182152, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.015676264021182152, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.016882130484350014, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.016882130484350014, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01929386341068573, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.020499729873853584, \"positive_daily\": \"\", \"positive\": 17, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03255839450553217, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05546985730572147, \"positive_daily\": \"\", \"positive\": 46, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05788159023205718, \"positive_daily\": \"\", \"positive\": 48, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09526345059026078, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.15676264021182154, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.19173276764368943, \"positive_daily\": \"\", \"positive\": 159, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.23634982678090016, \"positive_daily\": \"\", \"positive\": 196, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.31593701334997876, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5812276352469076, \"positive_daily\": \"\", \"positive\": 482, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8079305303224649, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9634873040711186, \"positive_daily\": \"\", \"positive\": 799, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2541011216945723, \"positive_daily\": \"\", \"positive\": 1040, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0024117329263357162, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.4180989606854009, \"positive_daily\": \"\", \"positive\": 1176, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0024117329263357162, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.7569474368355689, \"positive_daily\": \"\", \"positive\": 1457, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.003617599389503574, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.300793211724273, \"positive_daily\": \"\", \"positive\": 1908, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.003617599389503574, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.5057905104628087, \"positive_daily\": \"\", \"positive\": 2078, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.008441065242175007, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 4.431559252141878, \"positive_daily\": \"\", \"positive\": 3675, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.010852798168510723, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 5.528897733624628, \"positive_daily\": \"\", \"positive\": 4585, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.013264531094846438, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 6.987996154057737, \"positive_daily\": \"\", \"positive\": 5795, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.020499729873853584, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 8.769060920156663, \"positive_daily\": \"\", \"positive\": 7272, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.02894079511602859, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 11.162705849544862, \"positive_daily\": \"\", \"positive\": 9257, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.03376426096870003, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 14.864715891470187, \"positive_daily\": \"\", \"positive\": 12327, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.05305812437938575, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 18.473874215731584, \"positive_daily\": \"\", \"positive\": 15320, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.08079305303224649, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 23.934037560955645, \"positive_daily\": \"\", \"positive\": 19848, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.10129278290610007, \"deceased_daily\": \"\", \"deceased\": 84, \"positive_100k\": 26.78591174634763, \"positive_daily\": \"\", \"positive\": 22213, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.11335144753777866, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 29.99351653837413, \"positive_daily\": \"\", \"positive\": 24873, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.14832157496964654, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 35.037655953805285, \"positive_daily\": \"\", \"positive\": 29056, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1893210347173537, \"deceased_daily\": \"\", \"deceased\": 157, \"positive_100k\": 39.776711154054965, \"positive_daily\": \"\", \"positive\": 32986, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.24840849141257876, \"deceased_daily\": \"\", \"deceased\": 206, \"positive_100k\": 45.006554004813964, \"positive_daily\": \"\", \"positive\": 37323, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.3219663456658181, \"deceased_daily\": \"\", \"deceased\": 267, \"positive_100k\": 52.98336065866935, \"positive_daily\": \"\", \"positive\": 43938, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.41240633040340746, \"deceased_daily\": \"\", \"deceased\": 342, \"positive_100k\": 61.34363284781211, \"positive_daily\": \"\", \"positive\": 50871, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.5221401785516825, \"deceased_daily\": \"\", \"deceased\": 433, \"positive_100k\": 69.57246559246957, \"positive_daily\": \"\", \"positive\": 57695, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.6427268248684683, \"deceased_daily\": \"\", \"deceased\": 533, \"positive_100k\": 74.87827803040814, \"positive_daily\": \"\", \"positive\": 62095, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.7777838687432684, \"deceased_daily\": \"\", \"deceased\": 645, \"positive_100k\": 80.65437838898218, \"positive_daily\": \"\", \"positive\": 66885, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.93454650895509, \"deceased_daily\": \"\", \"deceased\": 775, \"positive_100k\": 86.59085898715755, \"positive_daily\": \"\", \"positive\": 71808, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.1093971461144294, \"deceased_daily\": \"\", \"deceased\": 920, \"positive_100k\": 93.90323321980745, \"positive_daily\": \"\", \"positive\": 77872, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.3348941747268188, \"deceased_daily\": \"\", \"deceased\": 1107, \"positive_100k\": 102.25024087785536, \"positive_daily\": \"\", \"positive\": 84794, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.5374797405390188, \"deceased_daily\": \"\", \"deceased\": 1275, \"positive_100k\": 109.92558091591877, \"positive_daily\": \"\", \"positive\": 91159, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.741271172814387, \"deceased_daily\": \"\", \"deceased\": 1444, \"positive_100k\": 115.87412017872582, \"positive_daily\": \"\", \"positive\": 96092, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.9100924776578871, \"deceased_daily\": \"\", \"deceased\": 1584, \"positive_100k\": 120.73496789175545, \"positive_daily\": \"\", \"positive\": 100123, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.182618298333823, \"deceased_daily\": \"\", \"deceased\": 1810, \"positive_100k\": 124.65523976351416, \"positive_daily\": \"\", \"positive\": 103374, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.4310267897464017, \"deceased_daily\": \"\", \"deceased\": 2016, \"positive_100k\": 129.8272010240411, \"positive_daily\": \"\", \"positive\": 107663, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.8325803219812986, \"deceased_daily\": \"\", \"deceased\": 2349, \"positive_100k\": 136.61984681106566, \"positive_daily\": \"\", \"positive\": 113296, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.143693869478606, \"deceased_daily\": \"\", \"deceased\": 2607, \"positive_100k\": 142.5105044836406, \"positive_daily\": \"\", \"positive\": 118181, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 3.336632503585463, \"deceased_daily\": \"\", \"deceased\": 2767, \"positive_100k\": 147.32191167168037, \"positive_daily\": \"\", \"positive\": 122171, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.2992506432272597, \"deceased_daily\": \"\", \"deceased\": 2736, \"positive_100k\": 150.6223681813708, \"positive_daily\": \"\", \"positive\": 124908, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 3.644128451693267, \"deceased_daily\": \"\", \"deceased\": 3022, \"positive_100k\": 154.1748507818633, \"positive_daily\": \"\", \"positive\": 127854, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 3.8515374833581384, \"deceased_daily\": \"\", \"deceased\": 3194, \"positive_100k\": 156.84946259716963, \"positive_daily\": \"\", \"positive\": 130072, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 3.9721241296749237, \"deceased_daily\": \"\", \"deceased\": 3294, \"positive_100k\": 158.40141273526666, \"positive_daily\": \"\", \"positive\": 131359, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.5871160258905315, \"deceased_daily\": \"\", \"deceased\": 3804, \"positive_100k\": 162.49412351125838, \"positive_daily\": \"\", \"positive\": 134753, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.886170908756161, \"deceased_daily\": \"\", \"deceased\": 4052, \"positive_100k\": 166.0454002452877, \"positive_daily\": \"\", \"positive\": 137698, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.247930847706518, \"deceased_daily\": \"\", \"deceased\": 4352, \"positive_100k\": 170.50590029254562, \"positive_daily\": \"\", \"positive\": 141397, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.376958559265479, \"deceased_daily\": \"\", \"deceased\": 4459, \"positive_100k\": 172.8513105634071, \"positive_daily\": \"\", \"positive\": 143342, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.530103600087797, \"deceased_daily\": \"\", \"deceased\": 4586, \"positive_100k\": 175.0725165885623, \"positive_daily\": \"\", \"positive\": 145184, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.862922743922126, \"deceased_daily\": \"\", \"deceased\": 4862, \"positive_100k\": 177.34075140578102, \"positive_daily\": \"\", \"positive\": 147065, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 6.069125909123829, \"deceased_daily\": \"\", \"deceased\": 5033, \"positive_100k\": 178.81914368962484, \"positive_daily\": \"\", \"positive\": 148291, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.020603662589476556, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.020603662589476556, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.020603662589476556, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.04120732517895311, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.12362197553685933, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.12362197553685933, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.370865926610578, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.370865926610578, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.39146958920005454, \"positive_daily\": \"\", \"positive\": 19, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4326769143790077, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7005245280422029, \"positive_daily\": \"\", \"positive\": 34, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.020603662589476556, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.8859574913474919, \"positive_daily\": \"\", \"positive\": 43, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.020603662589476556, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.8859574913474919, \"positive_daily\": \"\", \"positive\": 43, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.020603662589476556, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.85432963305289, \"positive_daily\": \"\", \"positive\": 90, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.6578724740424757, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.6578724740424757, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.482018977621538, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.594616757453272, \"positive_daily\": \"\", \"positive\": 223, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 6.016269476127154, \"positive_daily\": \"\", \"positive\": 292, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.47624006233844, \"positive_daily\": \"\", \"positive\": 557, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 14.072301548612488, \"positive_daily\": \"\", \"positive\": 683, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.173875132739095, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.08241465035790622, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.66691830606576, \"positive_daily\": \"\", \"positive\": 906, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.12362197553685933, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 23.179120413161126, \"positive_daily\": \"\", \"positive\": 1125, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.14422563812633588, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 27.382267581414343, \"positive_daily\": \"\", \"positive\": 1329, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.185432963305289, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 32.22412828994133, \"positive_daily\": \"\", \"positive\": 1564, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.39146958920005454, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 37.47806225025785, \"positive_daily\": \"\", \"positive\": 1819, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.45328057696848423, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 43.700368352279774, \"positive_daily\": \"\", \"positive\": 2121, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.741731853221156, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 49.75784515358589, \"positive_daily\": \"\", \"positive\": 2415, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9477684791159215, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 53.87857767148119, \"positive_daily\": \"\", \"positive\": 2615, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.112597779831734, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 59.95665813537678, \"positive_daily\": \"\", \"positive\": 2910, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.4628600438528354, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 66.65284847695666, \"positive_daily\": \"\", \"positive\": 3235, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.7513113201055073, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 71.0208249459257, \"positive_daily\": \"\", \"positive\": 3447, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.0191589337687024, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 79.30349730689527, \"positive_daily\": \"\", \"positive\": 3849, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.472439510737187, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 88.03945024483332, \"positive_daily\": \"\", \"positive\": 4273, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.822701774758288, \"deceased_daily\": \"\", \"deceased\": 137, \"positive_100k\": 94.85926256195006, \"positive_daily\": \"\", \"positive\": 4604, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.2553786891372956, \"deceased_daily\": \"\", \"deceased\": 158, \"positive_100k\": 102.89469097184592, \"positive_daily\": \"\", \"positive\": 4994, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.5850372905689207, \"deceased_daily\": \"\", \"deceased\": 174, \"positive_100k\": 110.51804612995225, \"positive_daily\": \"\", \"positive\": 5364, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 4.326769143790076, \"deceased_daily\": \"\", \"deceased\": 210, \"positive_100k\": 117.62630972332165, \"positive_daily\": \"\", \"positive\": 5709, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.8418607085269905, \"deceased_daily\": \"\", \"deceased\": 235, \"positive_100k\": 125.14664656848059, \"positive_daily\": \"\", \"positive\": 6074, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.418763261032334, \"deceased_daily\": \"\", \"deceased\": 263, \"positive_100k\": 135.4484778632189, \"positive_daily\": \"\", \"positive\": 6574, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 5.913251163179772, \"deceased_daily\": \"\", \"deceased\": 287, \"positive_100k\": 166.66302668627586, \"positive_daily\": \"\", \"positive\": 8089, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 6.593172028632497, \"deceased_daily\": \"\", \"deceased\": 320, \"positive_100k\": 183.9494995988467, \"positive_daily\": \"\", \"positive\": 8928, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 6.88162330488517, \"deceased_daily\": \"\", \"deceased\": 334, \"positive_100k\": 198.92836230139613, \"positive_daily\": \"\", \"positive\": 9655, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 7.520336845158943, \"deceased_daily\": \"\", \"deceased\": 365, \"positive_100k\": 219.36719559015688, \"positive_daily\": \"\", \"positive\": 10647, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 8.365087011327482, \"deceased_daily\": \"\", \"deceased\": 406, \"positive_100k\": 236.5094428646014, \"positive_daily\": \"\", \"positive\": 11479, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 9.14802618972759, \"deceased_daily\": \"\", \"deceased\": 444, \"positive_100k\": 258.51415451016237, \"positive_daily\": \"\", \"positive\": 12547, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 10.013380018485606, \"deceased_daily\": \"\", \"deceased\": 486, \"positive_100k\": 273.43120622494337, \"positive_daily\": \"\", \"positive\": 13271, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 10.919941172422574, \"deceased_daily\": \"\", \"deceased\": 530, \"positive_100k\": 288.03920300088225, \"positive_daily\": \"\", \"positive\": 13980, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.764691338591113, \"deceased_daily\": \"\", \"deceased\": 571, \"positive_100k\": 304.068852495495, \"positive_daily\": \"\", \"positive\": 14758, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.568234179580699, \"deceased_daily\": \"\", \"deceased\": 610, \"positive_100k\": 314.22645815210694, \"positive_daily\": \"\", \"positive\": 15251, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 14.154716198970394, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 322.48852685048706, \"positive_daily\": \"\", \"positive\": 15652, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 15.040673690317886, \"deceased_daily\": \"\", \"deceased\": 730, \"positive_100k\": 330.482747935204, \"positive_daily\": \"\", \"positive\": 16040, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.011256444314369977, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.011256444314369977, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.011256444314369977, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.011256444314369977, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.011256444314369977, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.022512888628739954, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03376933294310993, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.04502577725747991, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07879511020058984, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.11256444314369976, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.11256444314369976, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.13507733177243972, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16884666471554965, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.22512888628739952, \"positive_daily\": \"\", \"positive\": 20, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.41648843963168913, \"positive_daily\": \"\", \"positive\": 37, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.48402710551790895, \"positive_daily\": \"\", \"positive\": 43, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6866431031765686, \"positive_daily\": \"\", \"positive\": 61, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6866431031765686, \"positive_daily\": \"\", \"positive\": 61, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8442333235777483, \"positive_daily\": \"\", \"positive\": 75, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8892591008352283, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1256444314369976, \"positive_daily\": \"\", \"positive\": 100, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.418311983610617, \"positive_daily\": \"\", \"positive\": 126, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.7447488687273462, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3976226389608053, \"positive_daily\": \"\", \"positive\": 213, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.453904860532655, \"positive_daily\": \"\", \"positive\": 218, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.8141110785924943, \"positive_daily\": \"\", \"positive\": 250, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.4219590715684727, \"positive_daily\": \"\", \"positive\": 304, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.80650172223598, \"positive_daily\": \"\", \"positive\": 427, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.954659042301717, \"positive_daily\": \"\", \"positive\": 529, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 8.014588351831424, \"positive_daily\": \"\", \"positive\": 712, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.93944032958869, \"positive_daily\": \"\", \"positive\": 883, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.055651860690245, \"positive_daily\": \"\", \"positive\": 1071, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.03376933294310993, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 13.935478061190032, \"positive_daily\": \"\", \"positive\": 1238, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.05628222157184988, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 26.666516580742474, \"positive_daily\": \"\", \"positive\": 2369, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09005155451495982, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 30.313604538598344, \"positive_daily\": \"\", \"positive\": 2693, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.13507733177243972, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 34.163308494112876, \"positive_daily\": \"\", \"positive\": 3035, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.13507733177243972, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 40.73707197370495, \"positive_daily\": \"\", \"positive\": 3619, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.16884666471554965, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 47.80611900312929, \"positive_daily\": \"\", \"positive\": 4247, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.18010310902991963, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 52.84900605596704, \"positive_daily\": \"\", \"positive\": 4695, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.22512888628739952, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 60.31202863639434, \"positive_daily\": \"\", \"positive\": 5358, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.2926675521736194, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 68.5742587631419, \"positive_daily\": \"\", \"positive\": 6092, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4052319953173192, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 77.18543866363494, \"positive_daily\": \"\", \"positive\": 6857, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.45025777257479904, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 83.61286836714018, \"positive_daily\": \"\", \"positive\": 7428, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.495283549832279, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 88.37434431211868, \"positive_daily\": \"\", \"positive\": 7851, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.5515657714041289, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 94.8918255701389, \"positive_daily\": \"\", \"positive\": 8430, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.6416173259190887, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 100.22738017515027, \"positive_daily\": \"\", \"positive\": 8904, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.7316688804340484, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 104.09959701929354, \"positive_daily\": \"\", \"positive\": 9248, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.8217204349490083, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 105.85560233233525, \"positive_daily\": \"\", \"positive\": 9404, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.9680542110358179, \"deceased_daily\": \"\", \"deceased\": 86, \"positive_100k\": 112.20423692563993, \"positive_daily\": \"\", \"positive\": 9968, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.0693622098651479, \"deceased_daily\": \"\", \"deceased\": 95, \"positive_100k\": 117.15707242396273, \"positive_daily\": \"\", \"positive\": 10408, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.1369008757513677, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 120.92798126927666, \"positive_daily\": \"\", \"positive\": 10743, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.1594137643801075, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 125.4530718836534, \"positive_daily\": \"\", \"positive\": 11145, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.3057475404669174, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 130.41716382629053, \"positive_daily\": \"\", \"positive\": 11586, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.3845426506675071, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 135.59512821090073, \"positive_daily\": \"\", \"positive\": 12046, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.4633377608680969, \"deceased_daily\": \"\", \"deceased\": 130, \"positive_100k\": 140.7168103739391, \"positive_daily\": \"\", \"positive\": 12501, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.5984150926405367, \"deceased_daily\": \"\", \"deceased\": 142, \"positive_100k\": 143.60971656273216, \"positive_daily\": \"\", \"positive\": 12758, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.6997230914698664, \"deceased_daily\": \"\", \"deceased\": 151, \"positive_100k\": 146.13116008915105, \"positive_daily\": \"\", \"positive\": 12982, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.8460568675566764, \"deceased_daily\": \"\", \"deceased\": 164, \"positive_100k\": 149.31673383011773, \"positive_daily\": \"\", \"positive\": 13265, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.9361084220716358, \"deceased_daily\": \"\", \"deceased\": 172, \"positive_100k\": 151.86069024516536, \"positive_daily\": \"\", \"positive\": 13491, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.9923906436434857, \"deceased_daily\": \"\", \"deceased\": 177, \"positive_100k\": 154.35962088295548, \"positive_daily\": \"\", \"positive\": 13713, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.071185753844076, \"deceased_daily\": \"\", \"deceased\": 184, \"positive_100k\": 156.93734663094622, \"positive_daily\": \"\", \"positive\": 13942, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033095441644024007, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033095441644024007, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033095441644024007, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033095441644024007, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033095441644024007, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033095441644024007, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033095441644024007, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004964316246603601, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0016547720822012004, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.033095441644024004, \"positive_daily\": \"\", \"positive\": 20, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0033095441644024007, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.10259586909647442, \"positive_daily\": \"\", \"positive\": 62, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.004964316246603601, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.25648967274118606, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.011583404575408402, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 0.3789428068240749, \"positive_daily\": \"\", \"positive\": 229, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.016547720822012002, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 0.5328366104687865, \"positive_daily\": \"\", \"positive\": 322, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.019857264986414404, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 0.7496117532371437, \"positive_daily\": \"\", \"positive\": 453, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.028131125397420405, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 1.0838757138417863, \"positive_daily\": \"\", \"positive\": 655, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.03475021372622521, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.469437608994666, \"positive_daily\": \"\", \"positive\": 888, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.04798839038383481, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 1.866582908722954, \"positive_daily\": \"\", \"positive\": 1128, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.05626225079484081, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 2.803183907248833, \"positive_daily\": \"\", \"positive\": 1694, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.08604814827446242, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 3.3691159593616438, \"positive_daily\": \"\", \"positive\": 2036, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.13072699449389483, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 4.140239749667403, \"positive_daily\": \"\", \"positive\": 2502, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.17706061279552843, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 5.111590961919508, \"positive_daily\": \"\", \"positive\": 3089, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.24490626816577765, \"deceased_daily\": \"\", \"deceased\": 148, \"positive_100k\": 6.3841106931322305, \"positive_daily\": \"\", \"positive\": 3858, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.32599010019363645, \"deceased_daily\": \"\", \"deceased\": 197, \"positive_100k\": 7.671523373084765, \"positive_daily\": \"\", \"positive\": 4636, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.38556189515287964, \"deceased_daily\": \"\", \"deceased\": 233, \"positive_100k\": 9.735024159589662, \"positive_daily\": \"\", \"positive\": 5883, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.6056465820856393, \"deceased_daily\": \"\", \"deceased\": 366, \"positive_100k\": 12.203944106233852, \"positive_daily\": \"\", \"positive\": 7375, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.7661594740591559, \"deceased_daily\": \"\", \"deceased\": 463, \"positive_100k\": 15.17756953794941, \"positive_daily\": \"\", \"positive\": 9172, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 1.0441611838689575, \"deceased_daily\": \"\", \"deceased\": 631, \"positive_100k\": 16.794281862259982, \"positive_daily\": \"\", \"positive\": 10149, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 1.3684965119803927, \"deceased_daily\": \"\", \"deceased\": 827, \"positive_100k\": 20.621769688391357, \"positive_daily\": \"\", \"positive\": 12462, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 1.3684965119803927, \"deceased_daily\": \"\", \"deceased\": 827, \"positive_100k\": 20.621769688391357, \"positive_daily\": \"\", \"positive\": 12462, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 2.0949414560667194, \"deceased_daily\": \"\", \"deceased\": 1266, \"positive_100k\": 29.223274971673195, \"positive_daily\": \"\", \"positive\": 17660, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 2.3845265704519294, \"deceased_daily\": \"\", \"deceased\": 1441, \"positive_100k\": 35.010012943130796, \"positive_daily\": \"\", \"positive\": 21157, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 2.9934826967019714, \"deceased_daily\": \"\", \"deceased\": 1809, \"positive_100k\": 40.95064471823311, \"positive_daily\": \"\", \"positive\": 24747, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 3.5709981533901907, \"deceased_daily\": \"\", \"deceased\": 2158, \"positive_100k\": 46.300522859989584, \"positive_daily\": \"\", \"positive\": 27980, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 4.141894521749604, \"deceased_daily\": \"\", \"deceased\": 2503, \"positive_100k\": 52.13524922183102, \"positive_daily\": \"\", \"positive\": 31506, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 4.927911260795175, \"deceased_daily\": \"\", \"deceased\": 2978, \"positive_100k\": 59.096875371651464, \"positive_daily\": \"\", \"positive\": 35713, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 5.634498939895087, \"deceased_daily\": \"\", \"deceased\": 3405, \"positive_100k\": 67.90357239312625, \"positive_daily\": \"\", \"positive\": 41035, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 6.67204103543524, \"deceased_daily\": \"\", \"deceased\": 4032, \"positive_100k\": 77.80903807718265, \"positive_daily\": \"\", \"positive\": 47021, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 7.984275296620791, \"deceased_daily\": \"\", \"deceased\": 4825, \"positive_100k\": 88.65937862017591, \"positive_daily\": \"\", \"positive\": 53578, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 9.061531922133772, \"deceased_daily\": \"\", \"deceased\": 5476, \"positive_100k\": 97.85991139721459, \"positive_daily\": \"\", \"positive\": 59138, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 10.056049943536696, \"deceased_daily\": \"\", \"deceased\": 6077, \"positive_100k\": 105.78461489887613, \"positive_daily\": \"\", \"positive\": 63927, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 11.285545600612187, \"deceased_daily\": \"\", \"deceased\": 6820, \"positive_100k\": 114.47051355835023, \"positive_daily\": \"\", \"positive\": 69176, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 12.415754932755606, \"deceased_daily\": \"\", \"deceased\": 7503, \"positive_100k\": 123.09187610661849, \"positive_daily\": \"\", \"positive\": 74386, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 13.593952655282862, \"deceased_daily\": \"\", \"deceased\": 8215, \"positive_100k\": 133.35642733251254, \"positive_daily\": \"\", \"positive\": 80589, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 15.114688198825764, \"deceased_daily\": \"\", \"deceased\": 9134, \"positive_100k\": 143.13447556623942, \"positive_daily\": \"\", \"positive\": 86498, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 16.585780579902632, \"deceased_daily\": \"\", \"deceased\": 10023, \"positive_100k\": 153.02008398530938, \"positive_daily\": \"\", \"positive\": 92472, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 17.83678827404674, \"deceased_daily\": \"\", \"deceased\": 10779, \"positive_100k\": 161.65302993815305, \"positive_daily\": \"\", \"positive\": 97689, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 19.180463204794112, \"deceased_daily\": \"\", \"deceased\": 11591, \"positive_100k\": 168.3548568710679, \"positive_daily\": \"\", \"positive\": 101739, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 20.565507437596516, \"deceased_daily\": \"\", \"deceased\": 12428, \"positive_100k\": 175.0616481202294, \"positive_daily\": \"\", \"positive\": 105792, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 21.76852674135679, \"deceased_daily\": \"\", \"deceased\": 13155, \"positive_100k\": 182.97476821731553, \"positive_daily\": \"\", \"positive\": 110574, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 23.026153523829702, \"deceased_daily\": \"\", \"deceased\": 13915, \"positive_100k\": 190.69924429703073, \"positive_daily\": \"\", \"positive\": 115242, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 24.293708938795824, \"deceased_daily\": \"\", \"deceased\": 14681, \"positive_100k\": 198.28637429392325, \"positive_daily\": \"\", \"positive\": 119827, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 25.42060872677484, \"deceased_daily\": \"\", \"deceased\": 15362, \"positive_100k\": 206.2375541489, \"positive_daily\": \"\", \"positive\": 124632, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 26.289364069930468, \"deceased_daily\": \"\", \"deceased\": 15887, \"positive_100k\": 213.37955045568037, \"positive_daily\": \"\", \"positive\": 128948, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 27.341799114210435, \"deceased_daily\": \"\", \"deceased\": 16523, \"positive_100k\": 219.3350751795225, \"positive_daily\": \"\", \"positive\": 132547, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 28.341281451859956, \"deceased_daily\": \"\", \"deceased\": 17127, \"positive_100k\": 224.36392753733196, \"positive_daily\": \"\", \"positive\": 135586, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 29.23816792041301, \"deceased_daily\": \"\", \"deceased\": 17669, \"positive_100k\": 230.71163324465573, \"positive_daily\": \"\", \"positive\": 139422, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 30.247578890555737, \"deceased_daily\": \"\", \"deceased\": 18279, \"positive_100k\": 237.6682950782296, \"positive_daily\": \"\", \"positive\": 143626, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 31.190798977410424, \"deceased_daily\": \"\", \"deceased\": 18849, \"positive_100k\": 244.20629957500654, \"positive_daily\": \"\", \"positive\": 147577, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 32.21510289629297, \"deceased_daily\": \"\", \"deceased\": 19468, \"positive_100k\": 251.97379972885895, \"positive_daily\": \"\", \"positive\": 152271, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 32.928309663721684, \"deceased_daily\": \"\", \"deceased\": 19899, \"positive_100k\": 258.7451270892263, \"positive_daily\": \"\", \"positive\": 156363, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 33.86491066224757, \"deceased_daily\": \"\", \"deceased\": 20465, \"positive_100k\": 263.96262346440665, \"positive_daily\": \"\", \"positive\": 159516, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 34.86108345573268, \"deceased_daily\": \"\", \"deceased\": 21067, \"positive_100k\": 268.88060609270866, \"positive_daily\": \"\", \"positive\": 162488, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 35.817541719244986, \"deceased_daily\": \"\", \"deceased\": 21645, \"positive_100k\": 273.29388323593923, \"positive_daily\": \"\", \"positive\": 165155, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 36.68629706240061, \"deceased_daily\": \"\", \"deceased\": 22170, \"positive_100k\": 279.55885033915297, \"positive_daily\": \"\", \"positive\": 168941, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 37.6377910096663, \"deceased_daily\": \"\", \"deceased\": 22745, \"positive_100k\": 285.3389692222818, \"positive_daily\": \"\", \"positive\": 172434, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 38.435391153287284, \"deceased_daily\": \"\", \"deceased\": 23227, \"positive_100k\": 291.11577856124615, \"positive_daily\": \"\", \"positive\": 175925, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 39.1519074648804, \"deceased_daily\": \"\", \"deceased\": 23660, \"positive_100k\": 296.1578690957132, \"positive_daily\": \"\", \"positive\": 178972, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 39.90317399019975, \"deceased_daily\": \"\", \"deceased\": 24114, \"positive_100k\": 299.8910349131591, \"positive_daily\": \"\", \"positive\": 181228, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 40.78682228209519, \"deceased_daily\": \"\", \"deceased\": 24648, \"positive_100k\": 304.4069079254862, \"positive_daily\": \"\", \"positive\": 183957, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.024170300067024243, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.26587330073726667, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6284278017426302, \"positive_daily\": \"\", \"positive\": 26, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0393229028820425, \"positive_daily\": \"\", \"positive\": 43, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.087663503016091, \"positive_daily\": \"\", \"positive\": 45, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.087663503016091, \"positive_daily\": \"\", \"positive\": 45, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.087663503016091, \"positive_daily\": \"\", \"positive\": 45, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.3535368037533575, \"positive_daily\": \"\", \"positive\": 56, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.3535368037533575, \"positive_daily\": \"\", \"positive\": 56, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.3535368037533575, \"positive_daily\": \"\", \"positive\": 56, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.401877403887406, \"positive_daily\": \"\", \"positive\": 58, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.401877403887406, \"positive_daily\": \"\", \"positive\": 58, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4743883040884787, \"positive_daily\": \"\", \"positive\": 61, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.5468992042895515, \"positive_daily\": \"\", \"positive\": 64, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.5468992042895515, \"positive_daily\": \"\", \"positive\": 64, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.667750704624673, \"positive_daily\": \"\", \"positive\": 69, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.7402616048257455, \"positive_daily\": \"\", \"positive\": 72, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9336240053619393, \"positive_daily\": \"\", \"positive\": 80, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9336240053619393, \"positive_daily\": \"\", \"positive\": 80, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.513711206970521, \"positive_daily\": \"\", \"positive\": 104, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.707073607506715, \"positive_daily\": \"\", \"positive\": 112, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.9729469082439817, \"positive_daily\": \"\", \"positive\": 123, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.1421390087131518, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.4321826095174424, \"positive_daily\": \"\", \"positive\": 142, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.5772044099195877, \"positive_daily\": \"\", \"positive\": 148, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.8430777106568543, \"positive_daily\": \"\", \"positive\": 159, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.253972811796267, \"positive_daily\": \"\", \"positive\": 176, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.544016412600557, \"positive_daily\": \"\", \"positive\": 188, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.568186712667582, \"positive_daily\": \"\", \"positive\": 189, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.61652731280163, \"positive_daily\": \"\", \"positive\": 191, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.713208513069727, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.027422413941042, \"positive_daily\": \"\", \"positive\": 208, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.438317515080454, \"positive_daily\": \"\", \"positive\": 225, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.680020515750697, \"positive_daily\": \"\", \"positive\": 235, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.163426517091181, \"positive_daily\": \"\", \"positive\": 255, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.429299817828448, \"positive_daily\": \"\", \"positive\": 266, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.985216719370006, \"positive_daily\": \"\", \"positive\": 289, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.661985121246685, \"positive_daily\": \"\", \"positive\": 317, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.266242622922292, \"positive_daily\": \"\", \"positive\": 342, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.07901512794911, \"positive_daily\": \"\", \"positive\": 417, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 11.577573732104613, \"positive_daily\": \"\", \"positive\": 479, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.438686837265477, \"positive_daily\": \"\", \"positive\": 556, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 16.073249544571123, \"positive_daily\": \"\", \"positive\": 665, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 17.95853294979901, \"positive_daily\": \"\", \"positive\": 743, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 20.665606557305725, \"positive_daily\": \"\", \"positive\": 855, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 21.99497306099206, \"positive_daily\": \"\", \"positive\": 910, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 24.00110796655507, \"positive_daily\": \"\", \"positive\": 993, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 27.892526277345976, \"positive_daily\": \"\", \"positive\": 1154, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 29.826150282707914, \"positive_daily\": \"\", \"positive\": 1234, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.048340600134048485, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 31.421390087131513, \"positive_daily\": \"\", \"positive\": 1300, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.07251090020107272, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 32.75075659081785, \"positive_daily\": \"\", \"positive\": 1355, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.07251090020107272, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 33.95927159416906, \"positive_daily\": \"\", \"positive\": 1405, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.07251090020107272, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 36.83553730214494, \"positive_daily\": \"\", \"positive\": 1524, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.12085150033512121, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 40.074357511126195, \"positive_daily\": \"\", \"positive\": 1658, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.14502180040214543, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 42.322195417359445, \"positive_daily\": \"\", \"positive\": 1751, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.1691921004691697, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 46.28612462835142, \"positive_daily\": \"\", \"positive\": 1915, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.2175327006032182, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 48.21974863371336, \"positive_daily\": \"\", \"positive\": 1995, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.26587330073726667, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 50.27422413941043, \"positive_daily\": \"\", \"positive\": 2080, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6378264310208386, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.551305724083354, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.551305724083354, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.551305724083354, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.46478501714587, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 73.85914006858349, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 73.85914006858349, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 73.85914006858349, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 97.59957794777104, \"positive_daily\": \"\", \"positive\": 37, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 97.59957794777104, \"positive_daily\": \"\", \"positive\": 37, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 134.5291479820628, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 134.5291479820628, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 134.5291479820628, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 147.71828013716697, \"positive_daily\": \"\", \"positive\": 56, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 147.71828013716697, \"positive_daily\": \"\", \"positive\": 56, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 147.71828013716697, \"positive_daily\": \"\", \"positive\": 56, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 147.71828013716697, \"positive_daily\": \"\", \"positive\": 56, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 163.54523872329202, \"positive_daily\": \"\", \"positive\": 62, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 179.37219730941703, \"positive_daily\": \"\", \"positive\": 68, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 179.37219730941703, \"positive_daily\": \"\", \"positive\": 68, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 197.83698232656292, \"positive_daily\": \"\", \"positive\": 75, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 197.83698232656292, \"positive_daily\": \"\", \"positive\": 75, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 203.11263518860457, \"positive_daily\": \"\", \"positive\": 77, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 203.11263518860457, \"positive_daily\": \"\", \"positive\": 77, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 203.11263518860457, \"positive_daily\": \"\", \"positive\": 77, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 205.7504616196254, \"positive_daily\": \"\", \"positive\": 78, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 205.7504616196254, \"positive_daily\": \"\", \"positive\": 78, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 205.7504616196254, \"positive_daily\": \"\", \"positive\": 78, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 208.38828805064628, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 213.66394091268796, \"positive_daily\": \"\", \"positive\": 81, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 213.66394091268796, \"positive_daily\": \"\", \"positive\": 81, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Liechtenstein\", \"country\": \"LIE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.6378264310208386, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 213.66394091268796, \"positive_daily\": \"\", \"positive\": 81, \"region_iso\": \"LIE\", \"region_label\": \"Liechtenstein\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.13665835, \"Longitude\": 9.53574312, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16454729747518626, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16454729747518626, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16454729747518626, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16454729747518626, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16454729747518626, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16454729747518626, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3290945949503725, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3290945949503725, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.49364189242555884, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.49364189242555884, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8227364873759313, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1518310823263038, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.126398652028539, \"positive_daily\": \"\", \"positive\": 19, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.594608114156333, \"positive_daily\": \"\", \"positive\": 34, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.16454729747518626, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 8.391912171234498, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.16454729747518626, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.70829055103599, \"positive_daily\": \"\", \"positive\": 59, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.16454729747518626, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.670141905589343, \"positive_daily\": \"\", \"positive\": 77, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.16454729747518626, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 23.03662164652608, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3290945949503725, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 33.40310138746281, \"positive_daily\": \"\", \"positive\": 203, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.658189189900745, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 55.123344654187406, \"positive_daily\": \"\", \"positive\": 335, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.658189189900745, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 79.64089197799015, \"positive_daily\": \"\", \"positive\": 484, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 110.24668930837481, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 131.30874338519862, \"positive_daily\": \"\", \"positive\": 798, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 143.97888529078799, \"positive_daily\": \"\", \"positive\": 875, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 180.8374799252297, \"positive_daily\": \"\", \"positive\": 1099, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 219.34154753442328, \"positive_daily\": \"\", \"positive\": 1333, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.4809256772766763, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 239.08722323144565, \"positive_daily\": \"\", \"positive\": 1453, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.468209462127794, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 264.098412447674, \"positive_daily\": \"\", \"positive\": 1605, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.9618513545533527, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 301.2861016770661, \"positive_daily\": \"\", \"positive\": 1831, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.4554932469789117, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 320.8672300766132, \"positive_daily\": \"\", \"positive\": 1950, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 3.6200405444540977, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 327.1200273806703, \"positive_daily\": \"\", \"positive\": 1988, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 3.7845878419292847, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 358.38401390095567, \"positive_daily\": \"\", \"positive\": 2178, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 4.771871626780402, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 381.585182844957, \"positive_daily\": \"\", \"positive\": 2319, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.936418924255588, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 409.2291288207883, \"positive_daily\": \"\", \"positive\": 2487, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 5.100966221730774, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 429.7975410051866, \"positive_daily\": \"\", \"positive\": 2612, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 5.100966221730774, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 449.04957480978334, \"positive_daily\": \"\", \"positive\": 2729, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 5.923702709106705, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 461.3906221204223, \"positive_daily\": \"\", \"positive\": 2804, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 6.746439196482638, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 467.80796672195453, \"positive_daily\": \"\", \"positive\": 2843, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 7.2400810889081955, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 488.70547350130323, \"positive_daily\": \"\", \"positive\": 2970, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 7.569175683858569, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 499.2365005397151, \"positive_daily\": \"\", \"positive\": 3034, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 8.556459468709686, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 512.5648316352052, \"positive_daily\": \"\", \"positive\": 3115, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 8.885554063660058, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 530.3359397625254, \"positive_daily\": \"\", \"positive\": 3223, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 10.201932443461548, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 538.0696627438591, \"positive_daily\": \"\", \"positive\": 3270, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 10.860121633362294, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 539.8796830160861, \"positive_daily\": \"\", \"positive\": 3281, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 541.6897032883132, \"positive_daily\": \"\", \"positive\": 3292, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 11.02466893083748, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 544.157912750441, \"positive_daily\": \"\", \"positive\": 3307, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 555.0180343838033, \"positive_daily\": \"\", \"positive\": 3373, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 566.7008925045415, \"positive_daily\": \"\", \"positive\": 3444, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 11.84740541821341, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 572.6245952136483, \"positive_daily\": \"\", \"positive\": 3480, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.84740541821341, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 582.0037911697339, \"positive_daily\": \"\", \"positive\": 3537, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.011952715688597, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 584.1429060369113, \"positive_daily\": \"\", \"positive\": 3550, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.341047310638968, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 585.4592844167128, \"positive_daily\": \"\", \"positive\": 3558, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 12.834689203064528, \"deceased_daily\": \"\", \"deceased\": 78, \"positive_100k\": 595.3321222652239, \"positive_daily\": \"\", \"positive\": 3618, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6204372014145968, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6204372014145968, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6204372014145968, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0340620023576614, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2408744028291936, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2408744028291936, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.481748805658387, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.722623208487581, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.3430604099021775, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.204372014145968, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.858871217918226, \"positive_daily\": \"\", \"positive\": 38, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.858871217918226, \"positive_daily\": \"\", \"positive\": 38, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.96105722499121, \"positive_daily\": \"\", \"positive\": 53, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.235993630178065, \"positive_daily\": \"\", \"positive\": 64, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.097305234421855, \"positive_daily\": \"\", \"positive\": 73, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.613116042437905, \"positive_daily\": \"\", \"positive\": 90, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 22.128926850453954, \"positive_daily\": \"\", \"positive\": 107, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 22.74936405186855, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 26.678799660827664, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 27.712861663185326, \"positive_daily\": \"\", \"positive\": 134, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 28.746923665542983, \"positive_daily\": \"\", \"positive\": 139, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 30.81504767025831, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 31.22867247120137, \"positive_daily\": \"\", \"positive\": 151, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 32.262734473559036, \"positive_daily\": \"\", \"positive\": 156, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 34.951295679688954, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 38.88073128864807, \"positive_daily\": \"\", \"positive\": 188, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 40.535230492420325, \"positive_daily\": \"\", \"positive\": 196, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 41.776104895249524, \"positive_daily\": \"\", \"positive\": 202, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 44.051041300436374, \"positive_daily\": \"\", \"positive\": 213, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 46.94641490703783, \"positive_daily\": \"\", \"positive\": 227, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 49.84178851363928, \"positive_daily\": \"\", \"positive\": 241, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 60.59603333815896, \"positive_daily\": \"\", \"positive\": 293, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.20681240047153227, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 61.836907740988146, \"positive_daily\": \"\", \"positive\": 299, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.41362480094306453, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 69.69577895890637, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.41362480094306453, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 72.38434016503629, \"positive_daily\": \"\", \"positive\": 350, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 76.52058817446694, \"positive_daily\": \"\", \"positive\": 370, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 78.1750873782392, \"positive_daily\": \"\", \"positive\": 378, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 79.41596178106839, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 81.27727338531218, \"positive_daily\": \"\", \"positive\": 393, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 82.51814778814138, \"positive_daily\": \"\", \"positive\": 399, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 85.2067089942713, \"positive_daily\": \"\", \"positive\": 412, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 87.27483299898661, \"positive_daily\": \"\", \"positive\": 422, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 88.10208260087275, \"positive_daily\": \"\", \"positive\": 426, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 88.30889500134428, \"positive_daily\": \"\", \"positive\": 427, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 89.1361446032304, \"positive_daily\": \"\", \"positive\": 431, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 91.61789340888879, \"positive_daily\": \"\", \"positive\": 443, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02820172013571796, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02820172013571796, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08460516040715388, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08460516040715388, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08460516040715388, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.16921032081430776, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3384206416286155, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.648639563121513, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.648639563121513, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8460516040715388, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.8460516040715388, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.38188428665018, \"positive_daily\": \"\", \"positive\": 49, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.8613135289573852, \"positive_daily\": \"\", \"positive\": 66, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.2561376108574365, \"positive_daily\": \"\", \"positive\": 80, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.650961692757488, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.0739874947932573, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.525215016964745, \"positive_daily\": \"\", \"positive\": 125, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.202056300221976, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.991704464022078, \"positive_daily\": \"\", \"positive\": 177, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 5.612142307007874, \"positive_daily\": \"\", \"positive\": 199, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 6.514597351350848, \"positive_daily\": \"\", \"positive\": 231, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 7.417052395693823, \"positive_daily\": \"\", \"positive\": 263, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 8.404112600443952, \"positive_daily\": \"\", \"positive\": 298, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.11280688054287184, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 9.955207207908439, \"positive_daily\": \"\", \"positive\": 353, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.14100860067858978, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 11.929327617408696, \"positive_daily\": \"\", \"positive\": 423, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.16921032081430776, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 14.241868668537569, \"positive_daily\": \"\", \"positive\": 505, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.22561376108574369, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 16.66721660020931, \"positive_daily\": \"\", \"positive\": 591, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.3384206416286155, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 21.207693542059904, \"positive_daily\": \"\", \"positive\": 752, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.4230258020357694, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 24.366286197260315, \"positive_daily\": \"\", \"positive\": 864, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.5358326825786411, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 27.21465993096783, \"positive_daily\": \"\", \"positive\": 965, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.6204378429857951, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 29.781016463318164, \"positive_daily\": \"\", \"positive\": 1056, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7614464436643849, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 33.10881943933288, \"positive_daily\": \"\", \"positive\": 1174, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.8178498839358208, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 36.35201725494045, \"positive_daily\": \"\", \"positive\": 1289, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8178498839358208, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 40.554073555162425, \"positive_daily\": \"\", \"positive\": 1438, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8460516040715388, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 43.99468341172002, \"positive_daily\": \"\", \"positive\": 1560, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.8742533242072567, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 46.87125886556325, \"positive_daily\": \"\", \"positive\": 1662, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.9870602047501285, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 48.281344872349145, \"positive_daily\": \"\", \"positive\": 1712, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.1280688054287182, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 54.54212674247852, \"positive_daily\": \"\", \"positive\": 1934, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.297279126243026, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 57.7853245580861, \"positive_daily\": \"\", \"positive\": 2049, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.5228928873287697, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 60.746505172336484, \"positive_daily\": \"\", \"positive\": 2154, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.5792963276002054, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 63.84869438726546, \"positive_daily\": \"\", \"positive\": 2264, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.6074980477359238, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 67.0636904827373, \"positive_daily\": \"\", \"positive\": 2378, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.8895152490931033, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 69.71465217549479, \"positive_daily\": \"\", \"positive\": 2472, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.974120409500257, \"deceased_daily\": \"\", \"deceased\": 70, \"positive_100k\": 71.85798290580935, \"positive_daily\": \"\", \"positive\": 2548, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.030523849771693, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 73.71929643476673, \"positive_daily\": \"\", \"positive\": 2614, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.5851817382762006, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.170363476552401, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.170363476552401, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.170363476552401, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.170363476552401, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.096272167933407, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.096272167933407, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.096272167933407, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.096272167933407, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 28.43699912103821, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 28.43699912103821, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 59.459179980352616, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 59.459179980352616, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 59.459179980352616, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 80.14063388656223, \"positive_daily\": \"\", \"positive\": 31, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 85.31099736311464, \"positive_daily\": \"\", \"positive\": 33, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 108.57763300760044, \"positive_daily\": \"\", \"positive\": 42, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 108.57763300760044, \"positive_daily\": \"\", \"positive\": 42, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 118.91835996070523, \"positive_daily\": \"\", \"positive\": 46, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 126.67390517553383, \"positive_daily\": \"\", \"positive\": 49, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 134.42945039036243, \"positive_daily\": \"\", \"positive\": 52, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 142.18499560519103, \"positive_daily\": \"\", \"positive\": 55, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 155.11090429657204, \"positive_daily\": \"\", \"positive\": 60, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 165.45163124967684, \"positive_daily\": \"\", \"positive\": 64, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 170.62199472622927, \"positive_daily\": \"\", \"positive\": 66, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 188.71826689416267, \"positive_daily\": \"\", \"positive\": 73, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 199.05899384726746, \"positive_daily\": \"\", \"positive\": 77, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 204.22935732381987, \"positive_daily\": \"\", \"positive\": 79, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 209.39972080037225, \"positive_daily\": \"\", \"positive\": 81, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 217.15526601520088, \"positive_daily\": \"\", \"positive\": 84, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 232.66635644485808, \"positive_daily\": \"\", \"positive\": 90, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 237.83671992141046, \"positive_daily\": \"\", \"positive\": 92, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 240.42190165968665, \"positive_daily\": \"\", \"positive\": 93, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 240.42190165968665, \"positive_daily\": \"\", \"positive\": 93, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.5851817382762006, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 240.42190165968665, \"positive_daily\": \"\", \"positive\": 93, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 7.755545214828603, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 240.42190165968665, \"positive_daily\": \"\", \"positive\": 93, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 7.755545214828603, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 240.42190165968665, \"positive_daily\": \"\", \"positive\": 93, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 7.755545214828603, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 243.00708339796287, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 7.755545214828603, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 243.00708339796287, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 7.755545214828603, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 243.00708339796287, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 7.755545214828603, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 243.00708339796287, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Monaco\", \"country\": \"MCO\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 7.755545214828603, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 243.00708339796287, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"MCO\", \"region_label\": \"Monaco\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 43.75274627, \"Longitude\": 7.40627677, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.32136515919626574, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.32136515919626574, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4820477387943986, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.2495561143738603, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.2495561143738603, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.37433417156079, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.16068257959813287, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.338429649149587, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.16068257959813287, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 7.552081241112245, \"positive_daily\": \"\", \"positive\": 47, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.16068257959813287, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 8.355494139102909, \"positive_daily\": \"\", \"positive\": 52, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.16068257959813287, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 11.087097992271167, \"positive_daily\": \"\", \"positive\": 69, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.16068257959813287, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.175971527046896, \"positive_daily\": \"\", \"positive\": 82, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.16068257959813287, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.49733668624316, \"positive_daily\": \"\", \"positive\": 84, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.16068257959813287, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.658019265841293, \"positive_daily\": \"\", \"positive\": 85, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.16068257959813287, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.62211474343009, \"positive_daily\": \"\", \"positive\": 91, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 17.514401176196483, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 19.763957290570342, \"positive_daily\": \"\", \"positive\": 123, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 23.138291462131132, \"positive_daily\": \"\", \"positive\": 144, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 27.958768850075117, \"positive_daily\": \"\", \"positive\": 174, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 32.297198499224706, \"positive_daily\": \"\", \"positive\": 201, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 34.386072034000435, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 37.439041046364956, \"positive_daily\": \"\", \"positive\": 233, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 38.724501683150024, \"positive_daily\": \"\", \"positive\": 241, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 39.849279740336954, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 40.492010058729484, \"positive_daily\": \"\", \"positive\": 252, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 40.97405779752388, \"positive_daily\": \"\", \"positive\": 255, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 42.259518434308944, \"positive_daily\": \"\", \"positive\": 263, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.4820477387943986, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 43.70566165069214, \"positive_daily\": \"\", \"positive\": 272, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.4820477387943986, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 44.027026809888405, \"positive_daily\": \"\", \"positive\": 274, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 45.4731700262716, \"positive_daily\": \"\", \"positive\": 283, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 46.276582924262264, \"positive_daily\": \"\", \"positive\": 288, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 48.68682161823426, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 48.68682161823426, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 49.32955193662679, \"positive_daily\": \"\", \"positive\": 307, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 49.49023451622492, \"positive_daily\": \"\", \"positive\": 308, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 50.132964834617454, \"positive_daily\": \"\", \"positive\": 312, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 50.29364741421559, \"positive_daily\": \"\", \"positive\": 313, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.005803487977523323, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.005803487977523323, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03482092786513994, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05803487977523323, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10446278359541983, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.13928371146055976, \"positive_daily\": \"\", \"positive\": 24, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.22053254314588627, \"positive_daily\": \"\", \"positive\": 38, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4758860141569125, \"positive_daily\": \"\", \"positive\": 82, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.005803487977523323, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.7428464611229854, \"positive_daily\": \"\", \"positive\": 128, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.005803487977523323, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.0910557397743847, \"positive_daily\": \"\", \"positive\": 188, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.01741046393256997, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.5379243140436807, \"positive_daily\": \"\", \"positive\": 265, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.01741046393256997, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.8629196407849868, \"positive_daily\": \"\", \"positive\": 321, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.023213951910093292, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 2.216932407413909, \"positive_daily\": \"\", \"positive\": 382, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.029017439887616615, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.9191544526942317, \"positive_daily\": \"\", \"positive\": 503, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.029017439887616615, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.9191544526942317, \"positive_daily\": \"\", \"positive\": 503, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.05803487977523323, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 4.677611309883798, \"positive_daily\": \"\", \"positive\": 806, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.06964185573027988, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 5.582955434377437, \"positive_daily\": \"\", \"positive\": 962, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.11606975955046646, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 6.604369318421543, \"positive_daily\": \"\", \"positive\": 1138, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.13928371146055976, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 8.217738976173026, \"positive_daily\": \"\", \"positive\": 1416, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.24954998303350293, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 9.929767929542406, \"positive_daily\": \"\", \"positive\": 1711, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3366023026963527, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 11.943578257742999, \"positive_daily\": \"\", \"positive\": 2058, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.4468685742692959, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 14.31720484055004, \"positive_daily\": \"\", \"positive\": 2467, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6209732135949956, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 17.42787439650254, \"positive_daily\": \"\", \"positive\": 3003, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.7950778529206952, \"deceased_daily\": \"\", \"deceased\": 137, \"positive_100k\": 21.124696238184896, \"positive_daily\": \"\", \"positive\": 3640, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.044627835954198, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 24.473308801215857, \"positive_daily\": \"\", \"positive\": 4217, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.2419464271899912, \"deceased_daily\": \"\", \"deceased\": 214, \"positive_100k\": 27.64781672492111, \"positive_daily\": \"\", \"positive\": 4764, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.6075661697739605, \"deceased_daily\": \"\", \"deceased\": 277, \"positive_100k\": 32.38346291458014, \"positive_daily\": \"\", \"positive\": 5580, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 2.071845207975826, \"deceased_daily\": \"\", \"deceased\": 357, \"positive_100k\": 37.36285559929515, \"positive_daily\": \"\", \"positive\": 6438, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.5245172702226455, \"deceased_daily\": \"\", \"deceased\": 435, \"positive_100k\": 43.340448216144175, \"positive_daily\": \"\", \"positive\": 7468, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 3.174507923705258, \"deceased_daily\": \"\", \"deceased\": 547, \"positive_100k\": 50.18276054164417, \"positive_daily\": \"\", \"positive\": 8647, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.7142323056149267, \"deceased_daily\": \"\", \"deceased\": 640, \"positive_100k\": 56.98444845130151, \"positive_daily\": \"\", \"positive\": 9819, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 4.4802927186480055, \"deceased_daily\": \"\", \"deceased\": 772, \"positive_100k\": 63.43212359432993, \"positive_daily\": \"\", \"positive\": 10930, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 5.020017100557674, \"deceased_daily\": \"\", \"deceased\": 865, \"positive_100k\": 68.57981743039312, \"positive_daily\": \"\", \"positive\": 11817, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.035627496624256, \"deceased_daily\": \"\", \"deceased\": 1040, \"positive_100k\": 73.51278221128793, \"positive_daily\": \"\", \"positive\": 12667, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 6.819098373589905, \"deceased_daily\": \"\", \"deceased\": 1175, \"positive_100k\": 79.48457134015943, \"positive_daily\": \"\", \"positive\": 13696, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 7.7824773778587755, \"deceased_daily\": \"\", \"deceased\": 1341, \"positive_100k\": 85.8219802116149, \"positive_daily\": \"\", \"positive\": 14788, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 8.64719708650975, \"deceased_daily\": \"\", \"deceased\": 1490, \"positive_100k\": 91.8169832923965, \"positive_daily\": \"\", \"positive\": 15821, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 9.610576090778624, \"deceased_daily\": \"\", \"deceased\": 1656, \"positive_100k\": 97.07494340003262, \"positive_daily\": \"\", \"positive\": 16727, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 10.277977208193805, \"deceased_daily\": \"\", \"deceased\": 1771, \"positive_100k\": 104.19001966047624, \"positive_daily\": \"\", \"positive\": 17953, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 10.875736469878708, \"deceased_daily\": \"\", \"deceased\": 1874, \"positive_100k\": 109.83681346260641, \"positive_daily\": \"\", \"positive\": 18926, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 12.233752656619163, \"deceased_daily\": \"\", \"deceased\": 2108, \"positive_100k\": 114.38094454900717, \"positive_daily\": \"\", \"positive\": 19709, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 13.086865389315093, \"deceased_daily\": \"\", \"deceased\": 2255, \"positive_100k\": 120.02773835113737, \"positive_daily\": \"\", \"positive\": 20682, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 13.945781609988545, \"deceased_daily\": \"\", \"deceased\": 2403, \"positive_100k\": 127.11379717169336, \"positive_daily\": \"\", \"positive\": 21903, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 14.624789703358775, \"deceased_daily\": \"\", \"deceased\": 2520, \"positive_100k\": 134.92529198943973, \"positive_daily\": \"\", \"positive\": 23249, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 15.396653604369376, \"deceased_daily\": \"\", \"deceased\": 2653, \"positive_100k\": 142.59750309572559, \"positive_daily\": \"\", \"positive\": 24571, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 15.942181474256568, \"deceased_daily\": \"\", \"deceased\": 2747, \"positive_100k\": 149.41660146931548, \"positive_daily\": \"\", \"positive\": 25746, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 16.441281440323575, \"deceased_daily\": \"\", \"deceased\": 2833, \"positive_100k\": 155.01116387964797, \"positive_daily\": \"\", \"positive\": 26710, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 17.14930697358142, \"deceased_daily\": \"\", \"deceased\": 2955, \"positive_100k\": 160.06019842009326, \"positive_daily\": \"\", \"positive\": 27580, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 18.25196968931085, \"deceased_daily\": \"\", \"deceased\": 3145, \"positive_100k\": 164.3315655715504, \"positive_daily\": \"\", \"positive\": 28316, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 19.308204501220096, \"deceased_daily\": \"\", \"deceased\": 3327, \"positive_100k\": 170.52388724356783, \"positive_daily\": \"\", \"positive\": 29383, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 20.143906769983456, \"deceased_daily\": \"\", \"deceased\": 3471, \"positive_100k\": 177.69699838378665, \"positive_daily\": \"\", \"positive\": 30619, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 20.96800206279177, \"deceased_daily\": \"\", \"deceased\": 3613, \"positive_100k\": 184.3535990940059, \"positive_daily\": \"\", \"positive\": 31766, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 21.455495052903725, \"deceased_daily\": \"\", \"deceased\": 3697, \"positive_100k\": 190.57493820591088, \"positive_daily\": \"\", \"positive\": 32838, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 21.84432874739779, \"deceased_daily\": \"\", \"deceased\": 3764, \"positive_100k\": 194.92755418905338, \"positive_daily\": \"\", \"positive\": 33588, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 22.80190426368914, \"deceased_daily\": \"\", \"deceased\": 3929, \"positive_100k\": 199.1582969246679, \"positive_daily\": \"\", \"positive\": 34317, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01881702624749357, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01881702624749357, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.11290215748496144, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.28225539371240355, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3575234987023779, \"positive_daily\": \"\", \"positive\": 19, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4704256561873393, \"positive_daily\": \"\", \"positive\": 25, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6021448399197943, \"positive_daily\": \"\", \"positive\": 32, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.05375346985964, \"positive_daily\": \"\", \"positive\": 56, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6370812835319408, \"positive_daily\": \"\", \"positive\": 87, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.0322388347293057, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.766102858381555, \"positive_daily\": \"\", \"positive\": 147, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.311796619558869, \"positive_daily\": \"\", \"positive\": 176, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.8574903807361824, \"positive_daily\": \"\", \"positive\": 205, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.5268104989974285, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 11.252581696001156, \"positive_daily\": \"\", \"positive\": 598, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.209552425740487, \"positive_daily\": \"\", \"positive\": 702, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.7417581425036, \"positive_daily\": \"\", \"positive\": 996, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 20.510558609767994, \"positive_daily\": \"\", \"positive\": 1090, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 22.97558904818965, \"positive_daily\": \"\", \"positive\": 1221, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 25.08309598790893, \"positive_daily\": \"\", \"positive\": 1333, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 27.529309400083097, \"positive_daily\": \"\", \"positive\": 1463, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.11290215748496144, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 29.166390683615038, \"positive_daily\": \"\", \"positive\": 1550, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 32.85452782812378, \"positive_daily\": \"\", \"positive\": 1746, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 36.015788237702694, \"positive_daily\": \"\", \"positive\": 1914, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 39.854461592191385, \"positive_daily\": \"\", \"positive\": 2118, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 44.87860760027217, \"positive_daily\": \"\", \"positive\": 2385, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.18817026247493573, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 49.319425794680654, \"positive_daily\": \"\", \"positive\": 2621, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.22580431496992287, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 53.87314614657409, \"positive_daily\": \"\", \"positive\": 2863, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.26343836746491, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 58.03170894727017, \"positive_daily\": \"\", \"positive\": 3084, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.26343836746491, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 63.39456142780585, \"positive_daily\": \"\", \"positive\": 3369, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.3575234987023779, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 70.65793355933836, \"positive_daily\": \"\", \"positive\": 3755, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.43279160369235214, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 75.5503603836867, \"positive_daily\": \"\", \"positive\": 4015, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.4704256561873393, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 80.61214044426247, \"positive_daily\": \"\", \"positive\": 4284, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.6021448399197943, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 83.64168167010892, \"positive_daily\": \"\", \"positive\": 4445, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7338640236522493, \"deceased_daily\": \"\", \"deceased\": 39, \"positive_100k\": 87.32981881461767, \"positive_daily\": \"\", \"positive\": 4641, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.8279491548897172, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 91.50719864156125, \"positive_daily\": \"\", \"positive\": 4863, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.9408513123746786, \"deceased_daily\": \"\", \"deceased\": 50, \"positive_100k\": 96.8512340958494, \"positive_daily\": \"\", \"positive\": 5147, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.1102045486021208, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 101.04743094904047, \"positive_daily\": \"\", \"positive\": 5370, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.1666556273446014, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 104.43449567358932, \"positive_daily\": \"\", \"positive\": 5550, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.3360088635720435, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 107.01242826949594, \"positive_daily\": \"\", \"positive\": 5687, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4300939948095115, \"deceased_daily\": \"\", \"deceased\": 76, \"positive_100k\": 110.3618589415498, \"positive_daily\": \"\", \"positive\": 5865, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.6747153360269278, \"deceased_daily\": \"\", \"deceased\": 89, \"positive_100k\": 114.52042174224589, \"positive_daily\": \"\", \"positive\": 6086, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.9005196509968507, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 114.52042174224589, \"positive_daily\": \"\", \"positive\": 6086, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.0322388347293057, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 116.87255002318258, \"positive_daily\": \"\", \"positive\": 6211, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.126323965966774, \"deceased_daily\": \"\", \"deceased\": 113, \"positive_100k\": 118.8107037266744, \"positive_daily\": \"\", \"positive\": 6314, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.239226123451735, \"deceased_daily\": \"\", \"deceased\": 119, \"positive_100k\": 120.59832122018629, \"positive_daily\": \"\", \"positive\": 6409, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.408579359679177, \"deceased_daily\": \"\", \"deceased\": 128, \"positive_100k\": 122.78109626489555, \"positive_daily\": \"\", \"positive\": 6525, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.5214815171641387, \"deceased_daily\": \"\", \"deceased\": 134, \"positive_100k\": 124.24882431220006, \"positive_daily\": \"\", \"positive\": 6603, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.6155666484016065, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 124.62516483714994, \"positive_daily\": \"\", \"positive\": 6623, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.822553937124036, \"deceased_daily\": \"\", \"deceased\": 150, \"positive_100k\": 126.82675690810667, \"positive_daily\": \"\", \"positive\": 6740, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.860187989619023, \"deceased_daily\": \"\", \"deceased\": 152, \"positive_100k\": 129.76221300271567, \"positive_daily\": \"\", \"positive\": 6896, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.029541225846465, \"deceased_daily\": \"\", \"deceased\": 161, \"positive_100k\": 130.53371107886292, \"positive_daily\": \"\", \"positive\": 6937, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.0859923045889457, \"deceased_daily\": \"\", \"deceased\": 164, \"positive_100k\": 132.39659667736478, \"positive_daily\": \"\", \"positive\": 7036, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.1048093308364395, \"deceased_daily\": \"\", \"deceased\": 165, \"positive_100k\": 133.1869117797595, \"positive_daily\": \"\", \"positive\": 7078, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.4058817507963366, \"deceased_daily\": \"\", \"deceased\": 181, \"positive_100k\": 134.65463982706402, \"positive_daily\": \"\", \"positive\": 7156, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.4246987770438304, \"deceased_daily\": \"\", \"deceased\": 182, \"positive_100k\": 135.31323574572627, \"positive_daily\": \"\", \"positive\": 7191, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02394135517167987, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.19153084137343895, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.2633549068884785, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.6464165896353564, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.8618887861804753, \"positive_daily\": \"\", \"positive\": 36, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.0294782723822342, \"positive_daily\": \"\", \"positive\": 43, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.3167745344423927, \"positive_daily\": \"\", \"positive\": 55, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.651953506845911, \"positive_daily\": \"\", \"positive\": 69, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.0589565447644684, \"positive_daily\": \"\", \"positive\": 86, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.6096077137131055, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.2799656585201418, \"positive_daily\": \"\", \"positive\": 137, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.788271034335973, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0718240655150396, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 7.493644168735798, \"positive_daily\": \"\", \"positive\": 313, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.1436481310300792, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 8.259767534229553, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1436481310300792, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 8.259767534229553, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.19153084137343895, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 10.606020341054181, \"positive_daily\": \"\", \"positive\": 443, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.19153084137343895, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 13.359276185797366, \"positive_daily\": \"\", \"positive\": 558, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.21547219654511882, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 16.136473385712232, \"positive_daily\": \"\", \"positive\": 674, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.3351789724035181, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 18.817905164940377, \"positive_daily\": \"\", \"positive\": 786, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.40700303791855774, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 21.57116100968356, \"positive_daily\": \"\", \"positive\": 901, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5745925241203168, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 23.67800026479139, \"positive_daily\": \"\", \"positive\": 989, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.718240655150396, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 28.274740457753925, \"positive_daily\": \"\", \"positive\": 1181, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.718240655150396, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 28.274740457753925, \"positive_daily\": \"\", \"positive\": 1181, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.7661233654937558, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 31.530764761102386, \"positive_daily\": \"\", \"positive\": 1317, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.885830141352155, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 35.313498878227804, \"positive_daily\": \"\", \"positive\": 1475, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9815955620388745, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 40.053887202220416, \"positive_daily\": \"\", \"positive\": 1673, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.1013023378972737, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 43.11838066419544, \"positive_daily\": \"\", \"positive\": 1801, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.2928331792707128, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 47.59541408129957, \"positive_daily\": \"\", \"positive\": 1988, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.3167745344423927, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 50.27684586052772, \"positive_daily\": \"\", \"positive\": 2100, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.4125399551291122, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 53.84410778110802, \"positive_daily\": \"\", \"positive\": 2249, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.5083053758158316, \"deceased_daily\": \"\", \"deceased\": 63, \"positive_100k\": 60.5237458740067, \"positive_daily\": \"\", \"positive\": 2528, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.580129441330871, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 65.88660943246299, \"positive_daily\": \"\", \"positive\": 2752, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.77166028270431, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 71.20159028057593, \"positive_daily\": \"\", \"positive\": 2974, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.8913670585627094, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 77.42634262521268, \"positive_daily\": \"\", \"positive\": 3234, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.0828978999361487, \"deceased_daily\": \"\", \"deceased\": 87, \"positive_100k\": 81.40060758371155, \"positive_daily\": \"\", \"positive\": 3400, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.2504873861379076, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 83.1243851560725, \"positive_daily\": \"\", \"positive\": 3472, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.2744287413095874, \"deceased_daily\": \"\", \"deceased\": 95, \"positive_100k\": 85.56640338358385, \"positive_daily\": \"\", \"positive\": 3574, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.465959582683026, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 89.80402324897119, \"positive_daily\": \"\", \"positive\": 3751, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.6096077137131055, \"deceased_daily\": \"\", \"deceased\": 109, \"positive_100k\": 96.14848236946635, \"positive_daily\": \"\", \"positive\": 4016, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.7771971999148644, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 100.79310527277225, \"positive_daily\": \"\", \"positive\": 4210, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.872962620601584, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 102.30141064858807, \"positive_daily\": \"\", \"positive\": 4273, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.016610751631663, \"deceased_daily\": \"\", \"deceased\": 126, \"positive_100k\": 106.94603355189396, \"positive_daily\": \"\", \"positive\": 4467, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.256024303348462, \"deceased_daily\": \"\", \"deceased\": 136, \"positive_100k\": 111.51883238968482, \"positive_daily\": \"\", \"positive\": 4658, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0031260495711435115, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0031260495711435115, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01875629742686107, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02188234699800458, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.034386545282578625, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.034386545282578625, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.04689074356715267, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08752938799201831, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.11878988370345343, \"positive_daily\": \"\", \"positive\": 38, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.13442013155917099, \"positive_daily\": \"\", \"positive\": 43, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.26884026311834197, \"positive_daily\": \"\", \"positive\": 86, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.36574779982379085, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.45327718781580917, \"positive_daily\": \"\", \"positive\": 145, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7314955996475817, \"positive_daily\": \"\", \"positive\": 234, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.009378148713430534, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.7314955996475817, \"positive_daily\": \"\", \"positive\": 234, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 0.9940837636236367, \"positive_daily\": \"\", \"positive\": 318, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.1347559943250947, \"positive_daily\": \"\", \"positive\": 363, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.2347895806016869, \"positive_daily\": \"\", \"positive\": 395, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.02188234699800458, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 1.3004366215957006, \"positive_daily\": \"\", \"positive\": 416, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.028134446140291605, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 1.5005037941488855, \"positive_daily\": \"\", \"positive\": 480, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.028134446140291605, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 1.8131087512632367, \"positive_daily\": \"\", \"positive\": 580, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.034386545282578625, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 1.9850414776761298, \"positive_daily\": \"\", \"positive\": 635, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.050016793138296184, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 2.097579262237296, \"positive_daily\": \"\", \"positive\": 671, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.05626889228058321, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 2.663394234614272, \"positive_daily\": \"\", \"positive\": 852, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.07502518970744428, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 2.969747092586336, \"positive_daily\": \"\", \"positive\": 950, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.09378148713430534, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 3.3292427932678392, \"positive_daily\": \"\", \"positive\": 1065, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.11878988370345343, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 4.135763582622865, \"positive_daily\": \"\", \"positive\": 1323, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.17193272641289314, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 4.420234093596925, \"positive_daily\": \"\", \"positive\": 1414, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.1906890238397542, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 4.9860490659739005, \"positive_daily\": \"\", \"positive\": 1595, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.22820161869347635, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 5.458082551216571, \"positive_daily\": \"\", \"positive\": 1746, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.25946211440491146, \"deceased_daily\": \"\", \"deceased\": 83, \"positive_100k\": 7.130519071778349, \"positive_daily\": \"\", \"positive\": 2281, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.28759656054520305, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 8.005812951698532, \"positive_daily\": \"\", \"positive\": 2561, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.3344873041123557, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 9.234350433157932, \"positive_daily\": \"\", \"positive\": 2954, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.3782519981083649, \"deceased_daily\": \"\", \"deceased\": 121, \"positive_100k\": 13.573307237905126, \"positive_daily\": \"\", \"positive\": 4342, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.4313948408178046, \"deceased_daily\": \"\", \"deceased\": 138, \"positive_100k\": 16.430516545930296, \"positive_daily\": \"\", \"positive\": 5256, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.5283023775232535, \"deceased_daily\": \"\", \"deceased\": 169, \"positive_100k\": 18.434314321033288, \"positive_daily\": \"\", \"positive\": 5897, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.5658149723769755, \"deceased_daily\": \"\", \"deceased\": 181, \"positive_100k\": 21.407187463190766, \"positive_daily\": \"\", \"positive\": 6848, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.6033275672306977, \"deceased_daily\": \"\", \"deceased\": 193, \"positive_100k\": 23.504766725428063, \"positive_daily\": \"\", \"positive\": 7519, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.6752267073669984, \"deceased_daily\": \"\", \"deceased\": 216, \"positive_100k\": 30.585269004068117, \"positive_daily\": \"\", \"positive\": 9784, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.7189914013630075, \"deceased_daily\": \"\", \"deceased\": 230, \"positive_100k\": 32.207688731491594, \"positive_daily\": \"\", \"positive\": 10303, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.7940165910704519, \"deceased_daily\": \"\", \"deceased\": 254, \"positive_100k\": 35.871418828871796, \"positive_daily\": \"\", \"positive\": 11475, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.8565375824933221, \"deceased_daily\": \"\", \"deceased\": 274, \"positive_100k\": 39.047485193153605, \"positive_daily\": \"\", \"positive\": 12491, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.9378148713430534, \"deceased_daily\": \"\", \"deceased\": 300, \"positive_100k\": 42.16728266515483, \"positive_daily\": \"\", \"positive\": 13489, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.087865250757942, \"deceased_daily\": \"\", \"deceased\": 348, \"positive_100k\": 45.07763481588943, \"positive_daily\": \"\", \"positive\": 14420, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.2504198284574044, \"deceased_daily\": \"\", \"deceased\": 400, \"positive_100k\": 48.8539026978308, \"positive_daily\": \"\", \"positive\": 15628, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.3910920591588627, \"deceased_daily\": \"\", \"deceased\": 445, \"positive_100k\": 51.03275924891783, \"positive_daily\": \"\", \"positive\": 16325, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.5130079924334596, \"deceased_daily\": \"\", \"deceased\": 484, \"positive_100k\": 55.75934620048682, \"positive_daily\": \"\", \"positive\": 17837, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01945191884426035, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.01945191884426035, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.04862979711065089, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0778076753770414, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.12643747248769227, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.19451918844260355, \"positive_daily\": \"\", \"positive\": 20, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2917787826639053, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2917787826639053, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3987643363073372, \"positive_daily\": \"\", \"positive\": 41, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5738316059056804, \"positive_daily\": \"\", \"positive\": 59, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5738316059056804, \"positive_daily\": \"\", \"positive\": 59, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0893074552785798, \"positive_daily\": \"\", \"positive\": 112, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6436871423399995, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.382860058421893, \"positive_daily\": \"\", \"positive\": 245, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.2192925687250886, \"positive_daily\": \"\", \"positive\": 331, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.009725959422130176, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.357229821114319, \"positive_daily\": \"\", \"positive\": 448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.01945191884426035, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.357229821114319, \"positive_daily\": \"\", \"positive\": 448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.02917787826639053, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 7.634878146372188, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.05835575653278106, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 9.92047861057278, \"positive_daily\": \"\", \"positive\": 1020, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.11671151306556211, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 12.449228060326627, \"positive_daily\": \"\", \"positive\": 1280, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.13616343190982247, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 15.561535075408282, \"positive_daily\": \"\", \"positive\": 1600, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.22369706670899403, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 20.035476409588163, \"positive_daily\": \"\", \"positive\": 2060, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.3209566609302958, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 22.972716155071474, \"positive_daily\": \"\", \"positive\": 2362, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.4182162551515976, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 29.129248469279876, \"positive_daily\": \"\", \"positive\": 2995, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.5835575653278106, \"deceased_daily\": \"\", \"deceased\": 60, \"positive_100k\": 34.46880019202934, \"positive_daily\": \"\", \"positive\": 3544, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.7391729160818933, \"deceased_daily\": \"\", \"deceased\": 76, \"positive_100k\": 41.510394813651594, \"positive_daily\": \"\", \"positive\": 4268, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.9725959422130176, \"deceased_daily\": \"\", \"deceased\": 100, \"positive_100k\": 50.283210212413, \"positive_daily\": \"\", \"positive\": 5170, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.157389171233491, \"deceased_daily\": \"\", \"deceased\": 119, \"positive_100k\": 57.98617007474011, \"positive_daily\": \"\", \"positive\": 5962, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.3616343190982245, \"deceased_daily\": \"\", \"deceased\": 140, \"positive_100k\": 62.323947977010164, \"positive_daily\": \"\", \"positive\": 6408, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.5561535075408284, \"deceased_daily\": \"\", \"deceased\": 160, \"positive_100k\": 72.3903159789149, \"positive_daily\": \"\", \"positive\": 7443, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.8187544119383428, \"deceased_daily\": \"\", \"deceased\": 187, \"positive_100k\": 80.24889119199608, \"positive_daily\": \"\", \"positive\": 8251, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.032725519225207, \"deceased_daily\": \"\", \"deceased\": 209, \"positive_100k\": 87.86431741952401, \"positive_daily\": \"\", \"positive\": 9034, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.3925860178440232, \"deceased_daily\": \"\", \"deceased\": 246, \"positive_100k\": 96.15083484717893, \"positive_daily\": \"\", \"positive\": 9886, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.5871052062866267, \"deceased_daily\": \"\", \"deceased\": 266, \"positive_100k\": 102.35599695849797, \"positive_daily\": \"\", \"positive\": 10524, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.8691580295284016, \"deceased_daily\": \"\", \"deceased\": 295, \"positive_100k\": 109.68937036278412, \"positive_daily\": \"\", \"positive\": 11278, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.0247733802824848, \"deceased_daily\": \"\", \"deceased\": 311, \"positive_100k\": 114.08550402158696, \"positive_daily\": \"\", \"positive\": 11730, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.3554560006349106, \"deceased_daily\": \"\", \"deceased\": 345, \"positive_100k\": 121.01038713014366, \"positive_daily\": \"\", \"positive\": 12442, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.695864580409467, \"deceased_daily\": \"\", \"deceased\": 380, \"positive_100k\": 127.80883276621263, \"positive_daily\": \"\", \"positive\": 13141, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.9779174036512424, \"deceased_daily\": \"\", \"deceased\": 409, \"positive_100k\": 135.73548969524873, \"positive_daily\": \"\", \"positive\": 13956, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.230792348626626, \"deceased_daily\": \"\", \"deceased\": 435, \"positive_100k\": 150.48004417919807, \"positive_daily\": \"\", \"positive\": 15472, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.571200928401183, \"deceased_daily\": \"\", \"deceased\": 470, \"positive_100k\": 155.48891328159513, \"positive_daily\": \"\", \"positive\": 15987, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.9018835487536085, \"deceased_daily\": \"\", \"deceased\": 504, \"positive_100k\": 161.30503701602896, \"positive_daily\": \"\", \"positive\": 16585, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 5.203388290839644, \"deceased_daily\": \"\", \"deceased\": 535, \"positive_100k\": 164.69939685435241, \"positive_daily\": \"\", \"positive\": 16934, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.51461899234781, \"deceased_daily\": \"\", \"deceased\": 567, \"positive_100k\": 169.69853999732732, \"positive_daily\": \"\", \"positive\": 17448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.825849693855975, \"deceased_daily\": \"\", \"deceased\": 599, \"positive_100k\": 175.952331905757, \"positive_daily\": \"\", \"positive\": 18091, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 6.11762847651988, \"deceased_daily\": \"\", \"deceased\": 629, \"positive_100k\": 183.24680147235463, \"positive_daily\": \"\", \"positive\": 18841, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 6.389955340339526, \"deceased_daily\": \"\", \"deceased\": 657, \"positive_100k\": 185.0072001277602, \"positive_daily\": \"\", \"positive\": 19022, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 6.681734123003431, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 191.45551122463252, \"positive_daily\": \"\", \"positive\": 19685, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.944335027400945, \"deceased_daily\": \"\", \"deceased\": 714, \"positive_100k\": 196.52273608356234, \"positive_daily\": \"\", \"positive\": 20206, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 7.148580175265679, \"deceased_daily\": \"\", \"deceased\": 735, \"positive_100k\": 202.91269142390186, \"positive_daily\": \"\", \"positive\": 20863, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 7.411181079663193, \"deceased_daily\": \"\", \"deceased\": 762, \"positive_100k\": 207.93128648572105, \"positive_daily\": \"\", \"positive\": 21379, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03594953691604021, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10784861074812065, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.10784861074812065, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2516467584122815, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2875962953283217, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2875962953283217, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2875962953283217, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2875962953283217, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5392430537406032, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6470916644887239, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8627888859849652, \"positive_daily\": \"\", \"positive\": 24, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 9.418778672002537, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 9.418778672002537, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 11.503851813132869, \"positive_daily\": \"\", \"positive\": 320, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.114993940705553, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.415764303332127, \"positive_daily\": \"\", \"positive\": 401, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.781846706141655, \"positive_daily\": \"\", \"positive\": 439, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.781846706141655, \"positive_daily\": \"\", \"positive\": 439, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.249190686050177, \"positive_daily\": \"\", \"positive\": 452, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.536786981378498, \"positive_daily\": \"\", \"positive\": 460, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.8962823505389, \"positive_daily\": \"\", \"positive\": 470, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.291727256615342, \"positive_daily\": \"\", \"positive\": 481, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.759071236523866, \"positive_daily\": \"\", \"positive\": 494, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.010717994936147, \"positive_daily\": \"\", \"positive\": 501, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.909456417837152, \"positive_daily\": \"\", \"positive\": 526, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.304901323913597, \"positive_daily\": \"\", \"positive\": 537, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.73629576690608, \"positive_daily\": \"\", \"positive\": 549, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 20.203639746814602, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 21.210226780463728, \"positive_daily\": \"\", \"positive\": 590, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 22.792006404769495, \"positive_daily\": \"\", \"positive\": 634, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 24.91302908281587, \"positive_daily\": \"\", \"positive\": 693, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.07189907383208043, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 28.07658833142741, \"positive_daily\": \"\", \"positive\": 781, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.07189907383208043, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 30.017863324893582, \"positive_daily\": \"\", \"positive\": 835, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 34.116110533322164, \"positive_daily\": \"\", \"positive\": 949, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 38.64575218474323, \"positive_daily\": \"\", \"positive\": 1075, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 47.633136413753284, \"positive_daily\": \"\", \"positive\": 1325, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.14379814766416085, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 57.66305721332851, \"positive_daily\": \"\", \"positive\": 1604, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.14379814766416085, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 65.85955163018568, \"positive_daily\": \"\", \"positive\": 1832, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 73.94819743629472, \"positive_daily\": \"\", \"positive\": 2057, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 79.44847658444888, \"positive_daily\": \"\", \"positive\": 2210, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 85.41609971251155, \"positive_daily\": \"\", \"positive\": 2376, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 90.30523673309303, \"positive_daily\": \"\", \"positive\": 2512, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 98.0703367069577, \"positive_daily\": \"\", \"positive\": 2728, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 107.0936704728838, \"positive_daily\": \"\", \"positive\": 2979, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 116.15295377572595, \"positive_daily\": \"\", \"positive\": 3231, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 123.23501254818585, \"positive_daily\": \"\", \"positive\": 3428, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 133.40873149542523, \"positive_daily\": \"\", \"positive\": 3711, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 147.500949966513, \"positive_daily\": \"\", \"positive\": 4103, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 167.63269063949554, \"positive_daily\": \"\", \"positive\": 4663, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.2875962953283217, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 180.0352808755294, \"positive_daily\": \"\", \"positive\": 5008, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.2875962953283217, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 195.85307711858707, \"positive_daily\": \"\", \"positive\": 5448, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.32354583224436195, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 216.2364645499819, \"positive_daily\": \"\", \"positive\": 6015, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.32354583224436195, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 234.85832467249074, \"positive_daily\": \"\", \"positive\": 6533, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.014322371372214943, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.014322371372214943, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.014322371372214943, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.014322371372214943, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07161185686107473, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1718684564665793, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2721250560720839, \"positive_daily\": \"\", \"positive\": 19, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5012829980275231, \"positive_daily\": \"\", \"positive\": 35, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6588290831218874, \"positive_daily\": \"\", \"positive\": 46, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6874738258663172, \"positive_daily\": \"\", \"positive\": 48, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7877304254718219, \"positive_daily\": \"\", \"positive\": 55, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9309541391939714, \"positive_daily\": \"\", \"positive\": 65, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1887568238938402, \"positive_daily\": \"\", \"positive\": 83, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4752042513381391, \"positive_daily\": \"\", \"positive\": 103, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.9335201352490172, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.4491255046487552, \"positive_daily\": \"\", \"positive\": 171, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.028644742744429887, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.1795664446317176, \"positive_daily\": \"\", \"positive\": 222, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.042967114116644826, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 3.566270471681521, \"positive_daily\": \"\", \"positive\": 249, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.042967114116644826, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 4.339678525781128, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.05728948548885977, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 5.499790606930538, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.499790606930538, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 6.54532371710223, \"positive_daily\": \"\", \"positive\": 457, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.14322371372214945, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 9.438442734289648, \"positive_daily\": \"\", \"positive\": 659, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.18619082783879426, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 10.612877186811273, \"positive_daily\": \"\", \"positive\": 741, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.2291579419554391, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 11.24306152718873, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.2291579419554391, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 12.890134234993448, \"positive_daily\": \"\", \"positive\": 900, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.40102639842201837, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 15.18171365454784, \"positive_daily\": \"\", \"positive\": 1060, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4439935125386632, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 16.7714968768637, \"positive_daily\": \"\", \"positive\": 1171, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.5585724835163828, \"deceased_daily\": \"\", \"deceased\": 39, \"positive_100k\": 21.139820145389255, \"positive_daily\": \"\", \"positive\": 1476, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.6301843403774575, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 23.259531108477066, \"positive_daily\": \"\", \"positive\": 1624, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.7304409399829621, \"deceased_daily\": \"\", \"deceased\": 51, \"positive_100k\": 27.32708457818611, \"positive_daily\": \"\", \"positive\": 1908, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.8306975395884667, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 31.509217018872878, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.8736646537051116, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 35.04684274780997, \"positive_daily\": \"\", \"positive\": 2447, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.9309541391939714, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 38.18344207832504, \"positive_daily\": \"\", \"positive\": 2666, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.9452765105661862, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 41.062238724140244, \"positive_daily\": \"\", \"positive\": 2867, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.0168883674272609, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 44.470963110727396, \"positive_daily\": \"\", \"positive\": 3105, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.0598554815439059, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 48.40961523808651, \"positive_daily\": \"\", \"positive\": 3380, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.1457897097771956, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 51.990208081140246, \"positive_daily\": \"\", \"positive\": 3630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.2174015666382703, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 58.06289354295939, \"positive_daily\": \"\", \"positive\": 4054, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.3463029089882046, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 63.94938817693972, \"positive_daily\": \"\", \"positive\": 4465, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.4179147658492794, \"deceased_daily\": \"\", \"deceased\": 99, \"positive_100k\": 69.79291569680342, \"positive_daily\": \"\", \"positive\": 4873, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.4752042513381391, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 76.16637095743907, \"positive_daily\": \"\", \"positive\": 5318, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.5754608509436439, \"deceased_daily\": \"\", \"deceased\": 110, \"positive_100k\": 81.49429310790303, \"positive_daily\": \"\", \"positive\": 5690, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.6757174505491483, \"deceased_daily\": \"\", \"deceased\": 117, \"positive_100k\": 85.84829400505637, \"positive_daily\": \"\", \"positive\": 5994, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.7473293074102232, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 90.48874232965402, \"positive_daily\": \"\", \"positive\": 6318, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.790296421526868, \"deceased_daily\": \"\", \"deceased\": 125, \"positive_100k\": 94.95732219778507, \"positive_daily\": \"\", \"positive\": 6630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.790296421526868, \"deceased_daily\": \"\", \"deceased\": 125, \"positive_100k\": 94.95732219778507, \"positive_daily\": \"\", \"positive\": 6630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.017734659696708944, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.053203979090126835, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.053203979090126835, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07093863878683578, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08867329848354472, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1241426178769626, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1241426178769626, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.17734659696708943, \"positive_daily\": \"\", \"positive\": 10, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.23055057605721627, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2837545551473431, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.319223874540761, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.319223874540761, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4256318327210147, \"positive_daily\": \"\", \"positive\": 24, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4965704715078504, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4965704715078504, \"positive_daily\": \"\", \"positive\": 28, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5320397909012683, \"positive_daily\": \"\", \"positive\": 30, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5852437699913952, \"positive_daily\": \"\", \"positive\": 33, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7093863878683577, \"positive_daily\": \"\", \"positive\": 40, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7980596863519024, \"positive_daily\": \"\", \"positive\": 45, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8335290057453204, \"positive_daily\": \"\", \"positive\": 47, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8867329848354472, \"positive_daily\": \"\", \"positive\": 50, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0286102624091187, \"positive_daily\": \"\", \"positive\": 58, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1882221996794993, \"positive_daily\": \"\", \"positive\": 67, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.276895498163044, \"positive_daily\": \"\", \"positive\": 72, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.3300994772531707, \"positive_daily\": \"\", \"positive\": 75, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.3655687966465886, \"positive_daily\": \"\", \"positive\": 77, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4365074354334244, \"positive_daily\": \"\", \"positive\": 81, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4897114145235513, \"positive_daily\": \"\", \"positive\": 84, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4897114145235513, \"positive_daily\": \"\", \"positive\": 84, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.5074460742202602, \"positive_daily\": \"\", \"positive\": 85, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.5074460742202602, \"positive_daily\": \"\", \"positive\": 85, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.578384713007096, \"positive_daily\": \"\", \"positive\": 89, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.578384713007096, \"positive_daily\": \"\", \"positive\": 89, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.613854032400514, \"positive_daily\": \"\", \"positive\": 91, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6493233517939319, \"positive_daily\": \"\", \"positive\": 93, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6493233517939319, \"positive_daily\": \"\", \"positive\": 93, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6493233517939319, \"positive_daily\": \"\", \"positive\": 93, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.8089352890643122, \"positive_daily\": \"\", \"positive\": 102, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.879873927851148, \"positive_daily\": \"\", \"positive\": 106, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.915343247244566, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9508125666379839, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9508125666379839, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.0749551845149465, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3055057605721627, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.4473830381458344, \"positive_daily\": \"\", \"positive\": 138, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6601989545063414, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6601989545063414, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.837545551473431, \"positive_daily\": \"\", \"positive\": 160, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.156769426014192, \"positive_daily\": \"\", \"positive\": 178, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.156769426014192, \"positive_daily\": \"\", \"positive\": 178, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.5469319393417886, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.759747855702296, \"positive_daily\": \"\", \"positive\": 212, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.008033091456221, \"positive_daily\": \"\", \"positive\": 226, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.309522306300273, \"positive_daily\": \"\", \"positive\": 243, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.717419479324579, \"positive_daily\": \"\", \"positive\": 266, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.550948485069899, \"positive_daily\": \"\", \"positive\": 313, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.118457595364586, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.827843983232944, \"positive_daily\": \"\", \"positive\": 385, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 7.661372988978264, \"positive_daily\": \"\", \"positive\": 432, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 8.069270162002569, \"positive_daily\": \"\", \"positive\": 455, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.026941785624853, \"positive_daily\": \"\", \"positive\": 509, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.89594011076359, \"positive_daily\": \"\", \"positive\": 558, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 11.190570268623343, \"positive_daily\": \"\", \"positive\": 631, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 12.112772572852208, \"positive_daily\": \"\", \"positive\": 683, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 12.981770897990945, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 14.223197076760572, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 14.968052784022348, \"positive_daily\": \"\", \"positive\": 844, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.58876587340716, \"positive_daily\": \"\", \"positive\": 879, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.42229487915248, \"positive_daily\": \"\", \"positive\": 926, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 17.734659696708945, \"positive_daily\": \"\", \"positive\": 1000, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.07093863878683578, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.603658021847682, \"positive_daily\": \"\", \"positive\": 1049, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.08867329848354472, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 19.756410902133762, \"positive_daily\": \"\", \"positive\": 1114, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 21.086510379386937, \"positive_daily\": \"\", \"positive\": 1189, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 23.21466954299201, \"positive_daily\": \"\", \"positive\": 1309, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 24.385157082974796, \"positive_daily\": \"\", \"positive\": 1375, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 26.265031010825947, \"positive_daily\": \"\", \"positive\": 1481, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 28.783352687758615, \"positive_daily\": \"\", \"positive\": 1623, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 33.87320002071409, \"positive_daily\": \"\", \"positive\": 1910, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.1241426178769626, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 37.384662640662455, \"positive_daily\": \"\", \"positive\": 2108, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.14187727757367155, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 40.77198264273386, \"positive_daily\": \"\", \"positive\": 2299, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.14187727757367155, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 44.90415835206704, \"positive_daily\": \"\", \"positive\": 2532, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.1596119372703805, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 51.749736994996695, \"positive_daily\": \"\", \"positive\": 2918, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 57.673113333697486, \"positive_daily\": \"\", \"positive\": 3252, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 65.60050621812638, \"positive_daily\": \"\", \"positive\": 3699, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 78.5113384773305, \"positive_daily\": \"\", \"positive\": 4427, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 89.56003146838017, \"positive_daily\": \"\", \"positive\": 5050, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 106.26608090268, \"positive_daily\": \"\", \"positive\": 5992, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 116.83593808191851, \"positive_daily\": \"\", \"positive\": 6588, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 142.12556280942547, \"positive_daily\": \"\", \"positive\": 8014, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 161.8287697324691, \"positive_daily\": \"\", \"positive\": 9125, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09674117672097717, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3385941185234201, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3385941185234201, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7739294137678173, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7739294137678173, \"positive_daily\": \"\", \"positive\": 16, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.499488239175146, \"positive_daily\": \"\", \"positive\": 31, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.7571235365478493, \"positive_daily\": \"\", \"positive\": 57, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.304982364083483, \"positive_daily\": \"\", \"positive\": 89, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.820252958828889, \"positive_daily\": \"\", \"positive\": 141, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 8.755076493248433, \"positive_daily\": \"\", \"positive\": 181, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 10.593158850946999, \"positive_daily\": \"\", \"positive\": 219, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.23775885520361, \"positive_daily\": \"\", \"positive\": 253, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.30191179913436, \"positive_daily\": \"\", \"positive\": 275, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.30191179913436, \"positive_daily\": \"\", \"positive\": 275, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.833988271099733, \"positive_daily\": \"\", \"positive\": 286, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 16.494370630926607, \"positive_daily\": \"\", \"positive\": 341, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 18.525935342067125, \"positive_daily\": \"\", \"positive\": 383, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.09674117672097717, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 20.025423581242272, \"positive_daily\": \"\", \"positive\": 414, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.14511176508146575, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 21.379800055335952, \"positive_daily\": \"\", \"positive\": 442, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.19348235344195433, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 23.21788241303452, \"positive_daily\": \"\", \"positive\": 480, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.24185294180244293, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 25.53967065433797, \"positive_daily\": \"\", \"positive\": 528, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.2902235301629315, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 27.184270658594585, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.43533529524439724, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 30.570211843828787, \"positive_daily\": \"\", \"positive\": 632, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.43533529524439724, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 33.08548243857419, \"positive_daily\": \"\", \"positive\": 684, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.5320764719653743, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 35.310529503156665, \"positive_daily\": \"\", \"positive\": 730, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5320764719653743, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 36.56816480052937, \"positive_daily\": \"\", \"positive\": 756, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7255588254073287, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 38.79321186511184, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.7255588254073287, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 40.679664811170895, \"positive_daily\": \"\", \"positive\": 841, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8223000021283059, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 43.388417759358255, \"positive_daily\": \"\", \"positive\": 897, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.9674117672097717, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 45.17812952869633, \"positive_daily\": \"\", \"positive\": 934, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.0641529439307487, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 47.25806482819735, \"positive_daily\": \"\", \"positive\": 977, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.3543764740936803, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 48.225476595407116, \"positive_daily\": \"\", \"positive\": 997, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4511176508146575, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 49.38637071605884, \"positive_daily\": \"\", \"positive\": 1021, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.741341180977589, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 51.2244530737574, \"positive_daily\": \"\", \"positive\": 1059, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.9348235344195435, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 52.77231190129304, \"positive_daily\": \"\", \"positive\": 1091, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.0799352995010087, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 54.36854131718917, \"positive_daily\": \"\", \"positive\": 1124, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.1766764762219863, \"deceased_daily\": \"\", \"deceased\": 45, \"positive_100k\": 56.10988249816675, \"positive_daily\": \"\", \"positive\": 1160, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.4185294180244292, \"deceased_daily\": \"\", \"deceased\": 50, \"positive_100k\": 57.46425897226044, \"positive_daily\": \"\", \"positive\": 1188, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.5636411831058945, \"deceased_daily\": \"\", \"deceased\": 53, \"positive_100k\": 58.28655897438874, \"positive_daily\": \"\", \"positive\": 1205, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.660382359826872, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 58.625153092912164, \"positive_daily\": \"\", \"positive\": 1212, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.7087529481873607, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 59.012117799796066, \"positive_daily\": \"\", \"positive\": 1220, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.9506058899898036, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 60.36649427388976, \"positive_daily\": \"\", \"positive\": 1248, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.9506058899898036, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 61.33390604109952, \"positive_daily\": \"\", \"positive\": 1268, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.1924588317922464, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 63.07524722207711, \"positive_daily\": \"\", \"positive\": 1304, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.3859411852342007, \"deceased_daily\": \"\", \"deceased\": 70, \"positive_100k\": 63.70406487076347, \"positive_daily\": \"\", \"positive\": 1317, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.579423538676155, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 64.33288251944981, \"positive_daily\": \"\", \"positive\": 1330, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.724535303757621, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 64.57473546125225, \"positive_daily\": \"\", \"positive\": 1335, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.724535303757621, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 65.01007075649665, \"positive_daily\": \"\", \"positive\": 1344, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002140239217533679, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002140239217533679, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002140239217533679, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002140239217533679, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002140239217533679, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002140239217533679, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002140239217533679, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.002140239217533679, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.004280478435067358, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.012841435305202072, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.027823109827937825, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03210358826300518, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06848765496107773, \"positive_daily\": \"\", \"positive\": 32, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09631076478901554, \"positive_daily\": \"\", \"positive\": 45, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.179780094272829, \"positive_daily\": \"\", \"positive\": 84, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.25682870610404146, \"positive_daily\": \"\", \"positive\": 120, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.002140239217533679, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.353139470893057, \"positive_daily\": \"\", \"positive\": 165, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.004280478435067358, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.4751331062924767, \"positive_daily\": \"\", \"positive\": 222, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.006420717652601036, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.5543219573412228, \"positive_daily\": \"\", \"positive\": 259, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.010701196087668393, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 0.8560956870134715, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.021402392175336786, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 1.0701196087668394, \"positive_daily\": \"\", \"positive\": 500, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.03638406669807254, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 1.4403809934001657, \"positive_daily\": \"\", \"positive\": 673, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.059926698090943004, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 2.296476680413637, \"positive_daily\": \"\", \"positive\": 1073, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.07490837261367876, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 3.6277054737195855, \"positive_daily\": \"\", \"positive\": 1695, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.11557291774681865, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 4.873324698324186, \"positive_daily\": \"\", \"positive\": 2277, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.11771315696435233, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 4.873324698324186, \"positive_daily\": \"\", \"positive\": 2277, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.28465181593197925, \"deceased_daily\": \"\", \"deceased\": 133, \"positive_100k\": 11.197731586136207, \"positive_daily\": \"\", \"positive\": 5232, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.4173466474190673, \"deceased_daily\": \"\", \"deceased\": 195, \"positive_100k\": 13.67826883925774, \"positive_daily\": \"\", \"positive\": 6391, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.6185291338672331, \"deceased_daily\": \"\", \"deceased\": 289, \"positive_100k\": 16.689585418327628, \"positive_daily\": \"\", \"positive\": 7798, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.7319618123965181, \"deceased_daily\": \"\", \"deceased\": 342, \"positive_100k\": 21.278258300719834, \"positive_daily\": \"\", \"positive\": 9942, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 1.1407475029454508, \"deceased_daily\": \"\", \"deceased\": 533, \"positive_100k\": 25.14353032758566, \"positive_daily\": \"\", \"positive\": 11748, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.3333690325234817, \"deceased_daily\": \"\", \"deceased\": 623, \"positive_100k\": 29.770727515893466, \"positive_daily\": \"\", \"positive\": 13910, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.7763985505529534, \"deceased_daily\": \"\", \"deceased\": 830, \"positive_100k\": 38.44511706455747, \"positive_daily\": \"\", \"positive\": 17963, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 2.232269503887627, \"deceased_daily\": \"\", \"deceased\": 1043, \"positive_100k\": 43.68228242986238, \"positive_daily\": \"\", \"positive\": 20410, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.942828924108808, \"deceased_daily\": \"\", \"deceased\": 1375, \"positive_100k\": 54.30642990569957, \"positive_daily\": \"\", \"positive\": 25374, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 3.792503893469678, \"deceased_daily\": \"\", \"deceased\": 1772, \"positive_100k\": 61.570401810008875, \"positive_daily\": \"\", \"positive\": 28768, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 4.946092831720331, \"deceased_daily\": \"\", \"deceased\": 2311, \"positive_100k\": 75.19944514726333, \"positive_daily\": \"\", \"positive\": 35136, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 6.00979172283457, \"deceased_daily\": \"\", \"deceased\": 2808, \"positive_100k\": 85.36344119133078, \"positive_daily\": \"\", \"positive\": 39885, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 7.805452426345326, \"deceased_daily\": \"\", \"deceased\": 3647, \"positive_100k\": 105.97394485618011, \"positive_daily\": \"\", \"positive\": 49515, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 9.342144184534508, \"deceased_daily\": \"\", \"deceased\": 4365, \"positive_100k\": 123.67586342440116, \"positive_daily\": \"\", \"positive\": 57786, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 10.99654909968804, \"deceased_daily\": \"\", \"deceased\": 5138, \"positive_100k\": 140.6543811370958, \"positive_daily\": \"\", \"positive\": 65719, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 12.802910999286466, \"deceased_daily\": \"\", \"deceased\": 5982, \"positive_100k\": 156.74041909607897, \"positive_daily\": \"\", \"positive\": 73235, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 14.560047396881616, \"deceased_daily\": \"\", \"deceased\": 6803, \"positive_100k\": 171.454563716623, \"positive_daily\": \"\", \"positive\": 80110, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 16.514085802489863, \"deceased_daily\": \"\", \"deceased\": 7716, \"positive_100k\": 188.24688061739224, \"positive_daily\": \"\", \"positive\": 87956, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 18.114984737205056, \"deceased_daily\": \"\", \"deceased\": 8464, \"positive_100k\": 205.29816646348303, \"positive_daily\": \"\", \"positive\": 95923, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 20.09042553498864, \"deceased_daily\": \"\", \"deceased\": 9387, \"positive_100k\": 222.83742685117156, \"positive_daily\": \"\", \"positive\": 104118, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 22.147195423038507, \"deceased_daily\": \"\", \"deceased\": 10348, \"positive_100k\": 239.84590791291168, \"positive_daily\": \"\", \"positive\": 112065, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 23.966398757942134, \"deceased_daily\": \"\", \"deceased\": 11198, \"positive_100k\": 255.11437449079696, \"positive_daily\": \"\", \"positive\": 119199, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 25.569437931874862, \"deceased_daily\": \"\", \"deceased\": 11947, \"positive_100k\": 270.02970159778914, \"positive_daily\": \"\", \"positive\": 126168, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 27.05476394884323, \"deceased_daily\": \"\", \"deceased\": 12641, \"positive_100k\": 281.75393203143864, \"positive_daily\": \"\", \"positive\": 131646, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 28.552931401116805, \"deceased_daily\": \"\", \"deceased\": 13341, \"positive_100k\": 292.5171950564155, \"positive_daily\": \"\", \"positive\": 136675, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 30.05965981026052, \"deceased_daily\": \"\", \"deceased\": 14045, \"positive_100k\": 303.7898350151654, \"positive_daily\": \"\", \"positive\": 141942, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 31.658418505758174, \"deceased_daily\": \"\", \"deceased\": 14792, \"positive_100k\": 317.2262568228419, \"positive_daily\": \"\", \"positive\": 148220, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 33.06027519324273, \"deceased_daily\": \"\", \"deceased\": 15447, \"positive_100k\": 327.9317333889453, \"positive_daily\": \"\", \"positive\": 153222, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 34.41718685715908, \"deceased_daily\": \"\", \"deceased\": 16081, \"positive_100k\": 338.7420816767079, \"positive_daily\": \"\", \"positive\": 158273, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 35.540812446364264, \"deceased_daily\": \"\", \"deceased\": 16606, \"positive_100k\": 348.916778916863, \"positive_daily\": \"\", \"positive\": 163027, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 36.83137669453708, \"deceased_daily\": \"\", \"deceased\": 17209, \"positive_100k\": 357.05824890036115, \"positive_daily\": \"\", \"positive\": 166831, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 38.002087546527996, \"deceased_daily\": \"\", \"deceased\": 17756, \"positive_100k\": 364.05255066326123, \"positive_daily\": \"\", \"positive\": 170099, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 38.6441593117881, \"deceased_daily\": \"\", \"deceased\": 18056, \"positive_100k\": 369.2790148324784, \"positive_daily\": \"\", \"positive\": 172541, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 40.03959528162006, \"deceased_daily\": \"\", \"deceased\": 18708, \"positive_100k\": 380.2006555595528, \"positive_daily\": \"\", \"positive\": 177644, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 41.33872048666301, \"deceased_daily\": \"\", \"deceased\": 19315, \"positive_100k\": 395.8329628044188, \"positive_daily\": \"\", \"positive\": 184948, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 42.80906482910864, \"deceased_daily\": \"\", \"deceased\": 20002, \"positive_100k\": 408.4411120349097, \"positive_daily\": \"\", \"positive\": 190839, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 42.896814637027525, \"deceased_daily\": \"\", \"deceased\": 20043, \"positive_100k\": 410.33950422086207, \"positive_daily\": \"\", \"positive\": 191726, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 43.77431271621633, \"deceased_daily\": \"\", \"deceased\": 20453, \"positive_100k\": 425.20988630428604, \"positive_daily\": \"\", \"positive\": 198674, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 44.62826816401226, \"deceased_daily\": \"\", \"deceased\": 20852, \"positive_100k\": 428.4972937424178, \"positive_daily\": \"\", \"positive\": 200210, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 45.54857102755175, \"deceased_daily\": \"\", \"deceased\": 21282, \"positive_100k\": 436.98976295759144, \"positive_daily\": \"\", \"positive\": 204178, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.009820119952765223, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.019640239905530446, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06874083966935657, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.06874083966935657, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.11784143943318268, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.13748167933871314, \"positive_daily\": \"\", \"positive\": 14, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.14730179929147835, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.20622251900806968, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3437041983467828, \"positive_daily\": \"\", \"positive\": 35, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.923091275559931, \"positive_daily\": \"\", \"positive\": 94, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9918321152292875, \"positive_daily\": \"\", \"positive\": 101, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.5810393123952007, \"positive_daily\": \"\", \"positive\": 161, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9934843504113402, \"positive_daily\": \"\", \"positive\": 203, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.4353897482857754, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.486142583231654, \"positive_daily\": \"\", \"positive\": 355, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.910059976382612, \"positive_daily\": \"\", \"positive\": 500, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.882251851706369, \"positive_daily\": \"\", \"positive\": 599, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 7.993577641550891, \"positive_daily\": \"\", \"positive\": 814, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.019640239905530446, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.437135274607378, \"positive_daily\": \"\", \"positive\": 961, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.02946035985829567, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 10.036162591726058, \"positive_daily\": \"\", \"positive\": 1022, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05892071971659134, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 10.831592307900042, \"positive_daily\": \"\", \"positive\": 1103, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06874083966935657, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 11.685942743790616, \"positive_daily\": \"\", \"positive\": 1190, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.09820119952765223, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 12.559933419586718, \"positive_daily\": \"\", \"positive\": 1279, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.10802131948041746, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 14.131152612029156, \"positive_daily\": \"\", \"positive\": 1439, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.15712191924424357, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 16.0951766025822, \"positive_daily\": \"\", \"positive\": 1639, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.19640239905530446, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 17.31287147672509, \"positive_daily\": \"\", \"positive\": 1763, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.20622251900806968, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 18.99211198864794, \"positive_daily\": \"\", \"positive\": 1934, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.2455029988191306, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 20.091965423357646, \"positive_daily\": \"\", \"positive\": 2046, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.35352431829954806, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 22.4487942120213, \"positive_daily\": \"\", \"positive\": 2286, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.6088474370714438, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 24.805623000684953, \"positive_daily\": \"\", \"positive\": 2526, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.7561492363629222, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 27.889140665853233, \"positive_daily\": \"\", \"positive\": 2840, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.0311125950403486, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 30.137948135036467, \"positive_daily\": \"\", \"positive\": 3069, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.0311125950403486, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 33.84995347718172, \"positive_daily\": \"\", \"positive\": 3447, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.0802131948041747, \"deceased_daily\": \"\", \"deceased\": 110, \"positive_100k\": 36.334443825231325, \"positive_daily\": \"\", \"positive\": 3700, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.4337375131037227, \"deceased_daily\": \"\", \"deceased\": 146, \"positive_100k\": 39.55544316973832, \"positive_daily\": \"\", \"positive\": 4028, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.76762159149774, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 43.55223199051376, \"positive_daily\": \"\", \"positive\": 4435, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.347008668710888, \"deceased_daily\": \"\", \"deceased\": 239, \"positive_100k\": 48.58013340632956, \"positive_daily\": \"\", \"positive\": 4947, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 3.024596945451689, \"deceased_daily\": \"\", \"deceased\": 308, \"positive_100k\": 54.67842789699676, \"positive_daily\": \"\", \"positive\": 5568, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 3.5156029430899496, \"deceased_daily\": \"\", \"deceased\": 358, \"positive_100k\": 60.20715543040359, \"positive_daily\": \"\", \"positive\": 6131, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 3.6629047423814285, \"deceased_daily\": \"\", \"deceased\": 373, \"positive_100k\": 63.27103285566633, \"positive_daily\": \"\", \"positive\": 6443, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.9378681010588545, \"deceased_daily\": \"\", \"deceased\": 401, \"positive_100k\": 67.07141927738648, \"positive_daily\": \"\", \"positive\": 6830, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 4.684197217469012, \"deceased_daily\": \"\", \"deceased\": 477, \"positive_100k\": 70.76378437962619, \"positive_daily\": \"\", \"positive\": 7206, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 5.803690892084247, \"deceased_daily\": \"\", \"deceased\": 591, \"positive_100k\": 75.54618279662286, \"positive_daily\": \"\", \"positive\": 7693, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 6.746422407549708, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 82.67558988233041, \"positive_daily\": \"\", \"positive\": 8419, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 7.787355122542822, \"deceased_daily\": \"\", \"deceased\": 793, \"positive_100k\": 89.7657164882269, \"positive_daily\": \"\", \"positive\": 9141, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 8.543504358905743, \"deceased_daily\": \"\", \"deceased\": 870, \"positive_100k\": 95.10786174253118, \"positive_daily\": \"\", \"positive\": 9685, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 8.710446398102754, \"deceased_daily\": \"\", \"deceased\": 887, \"positive_100k\": 99.68403764051978, \"positive_daily\": \"\", \"positive\": 10151, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 8.828287837535935, \"deceased_daily\": \"\", \"deceased\": 899, \"positive_100k\": 102.94431746483784, \"positive_daily\": \"\", \"positive\": 10483, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 9.024690236591239, \"deceased_daily\": \"\", \"deceased\": 919, \"positive_100k\": 107.51067324287365, \"positive_daily\": \"\", \"positive\": 10948, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 10.144183911206476, \"deceased_daily\": \"\", \"deceased\": 1033, \"positive_100k\": 112.39127285939797, \"positive_daily\": \"\", \"positive\": 11445, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 11.813604303176563, \"deceased_daily\": \"\", \"deceased\": 1203, \"positive_100k\": 117.12457067663082, \"positive_daily\": \"\", \"positive\": 11927, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 13.090219897036041, \"deceased_daily\": \"\", \"deceased\": 1333, \"positive_100k\": 123.1443042076759, \"positive_daily\": \"\", \"positive\": 12540, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 13.748167933871311, \"deceased_daily\": \"\", \"deceased\": 1400, \"positive_100k\": 129.7827052957452, \"positive_daily\": \"\", \"positive\": 13216, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 14.838201248628254, \"deceased_daily\": \"\", \"deceased\": 1511, \"positive_100k\": 135.7336979871209, \"positive_daily\": \"\", \"positive\": 13822, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 15.122984727258443, \"deceased_daily\": \"\", \"deceased\": 1540, \"positive_100k\": 141.26242552052773, \"positive_daily\": \"\", \"positive\": 14385, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 15.515789525369053, \"deceased_daily\": \"\", \"deceased\": 1580, \"positive_100k\": 145.1119125420117, \"positive_daily\": \"\", \"positive\": 14777, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 17.33251171663062, \"deceased_daily\": \"\", \"deceased\": 1765, \"positive_100k\": 150.46387791626876, \"positive_daily\": \"\", \"positive\": 15322, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.011741853472706003, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.011741853472706003, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09393482778164802, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09393482778164802, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.21135336250870806, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.3170300437630621, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.4931578458536522, \"positive_daily\": \"\", \"positive\": 42, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.6575437944715362, \"positive_daily\": \"\", \"positive\": 56, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0567668125435403, \"positive_daily\": \"\", \"positive\": 90, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.3385712958884843, \"positive_daily\": \"\", \"positive\": 114, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.5127566431590846, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.1468167306852086, \"positive_daily\": \"\", \"positive\": 268, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.023483706945412006, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.957004620301923, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.023483706945412006, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.391453198792045, \"positive_daily\": \"\", \"positive\": 374, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.03522556041811801, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 5.765250055098647, \"positive_daily\": \"\", \"positive\": 491, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.04696741389082401, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.655688464204314, \"positive_daily\": \"\", \"positive\": 652, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.04696741389082401, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.655688464204314, \"positive_daily\": \"\", \"positive\": 652, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.12916038819976602, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 13.373971105412135, \"positive_daily\": \"\", \"positive\": 1139, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.15264409514517804, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 15.957178869407457, \"positive_daily\": \"\", \"positive\": 1359, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.16438594861788405, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 25.832077639953205, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.16438594861788405, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 25.832077639953205, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.3170300437630621, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 31.703004376306207, \"positive_daily\": \"\", \"positive\": 2700, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3287718972357681, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 35.554332315353776, \"positive_daily\": \"\", \"positive\": 3028, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.4814159923809461, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 47.84805290127696, \"positive_daily\": \"\", \"positive\": 4075, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6340600875261242, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 62.161372284505575, \"positive_daily\": \"\", \"positive\": 5294, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.8806390104529502, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 77.20268658304197, \"positive_daily\": \"\", \"positive\": 6575, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.1507016403251884, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 87.75861285500467, \"positive_daily\": \"\", \"positive\": 7474, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.4090224167247203, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 103.2696012924493, \"positive_daily\": \"\", \"positive\": 8795, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.4325061236701324, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 115.9742867499172, \"positive_daily\": \"\", \"positive\": 9877, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.7965035813240187, \"deceased_daily\": \"\", \"deceased\": 153, \"positive_100k\": 127.9509772920773, \"positive_daily\": \"\", \"positive\": 10897, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.2426940132868465, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 138.6830313661306, \"positive_daily\": \"\", \"positive\": 11811, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.712368152195087, \"deceased_daily\": \"\", \"deceased\": 231, \"positive_100k\": 151.79868169514322, \"positive_daily\": \"\", \"positive\": 12928, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.0998493167943852, \"deceased_daily\": \"\", \"deceased\": 264, \"positive_100k\": 165.2783294818097, \"positive_daily\": \"\", \"positive\": 14076, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.522556041811801, \"deceased_daily\": \"\", \"deceased\": 300, \"positive_100k\": 174.11994514675732, \"positive_daily\": \"\", \"positive\": 14829, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.215325396701455, \"deceased_daily\": \"\", \"deceased\": 359, \"positive_100k\": 186.95379099242498, \"positive_daily\": \"\", \"positive\": 15922, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 5.084222553681699, \"deceased_daily\": \"\", \"deceased\": 433, \"positive_100k\": 194.97347691428317, \"positive_daily\": \"\", \"positive\": 16605, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 5.73002449468053, \"deceased_daily\": \"\", \"deceased\": 488, \"positive_100k\": 208.62925250304025, \"positive_daily\": \"\", \"positive\": 17768, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 6.293633461370417, \"deceased_daily\": \"\", \"deceased\": 536, \"positive_100k\": 221.0638753306359, \"positive_daily\": \"\", \"positive\": 18827, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 6.939435402369248, \"deceased_daily\": \"\", \"deceased\": 591, \"positive_100k\": 230.2107791858739, \"positive_daily\": \"\", \"positive\": 19606, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 7.820074412822198, \"deceased_daily\": \"\", \"deceased\": 666, \"positive_100k\": 240.76670545783657, \"positive_daily\": \"\", \"positive\": 20505, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 8.395425232984792, \"deceased_daily\": \"\", \"deceased\": 715, \"positive_100k\": 247.75310827409666, \"positive_daily\": \"\", \"positive\": 21100, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 8.982517906620092, \"deceased_daily\": \"\", \"deceased\": 765, \"positive_100k\": 254.2933206583939, \"positive_daily\": \"\", \"positive\": 21657, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 9.640061701091629, \"deceased_daily\": \"\", \"deceased\": 821, \"positive_100k\": 261.29146532812666, \"positive_daily\": \"\", \"positive\": 22253, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 10.508958858071873, \"deceased_daily\": \"\", \"deceased\": 895, \"positive_100k\": 273.3503488445957, \"positive_daily\": \"\", \"positive\": 23280, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 11.131277092125291, \"deceased_daily\": \"\", \"deceased\": 948, \"positive_100k\": 282.40331787205207, \"positive_daily\": \"\", \"positive\": 24051, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 11.765337179651416, \"deceased_daily\": \"\", \"deceased\": 1002, \"positive_100k\": 288.27424460840507, \"positive_daily\": \"\", \"positive\": 24551, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 12.16456019772342, \"deceased_daily\": \"\", \"deceased\": 1036, \"positive_100k\": 294.8027151392296, \"positive_daily\": \"\", \"positive\": 25107, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 12.98648994081284, \"deceased_daily\": \"\", \"deceased\": 1106, \"positive_100k\": 298.41920600882304, \"positive_daily\": \"\", \"positive\": 25415, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 13.36222925193943, \"deceased_daily\": \"\", \"deceased\": 1138, \"positive_100k\": 301.6247320068718, \"positive_daily\": \"\", \"positive\": 25688, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 13.784935976956847, \"deceased_daily\": \"\", \"deceased\": 1174, \"positive_100k\": 304.5367116681029, \"positive_daily\": \"\", \"positive\": 25936, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 14.548156452682736, \"deceased_daily\": \"\", \"deceased\": 1239, \"positive_100k\": 309.2334530571853, \"positive_daily\": \"\", \"positive\": 26336, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 15.04131429853639, \"deceased_daily\": \"\", \"deceased\": 1281, \"positive_100k\": 313.8832270323769, \"positive_daily\": \"\", \"positive\": 26732, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 15.581439558280866, \"deceased_daily\": \"\", \"deceased\": 1327, \"positive_100k\": 317.9459083339331, \"positive_daily\": \"\", \"positive\": 27078, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 16.062855550661812, \"deceased_daily\": \"\", \"deceased\": 1368, \"positive_100k\": 321.7737525660353, \"positive_daily\": \"\", \"positive\": 27404, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 16.356401887479464, \"deceased_daily\": \"\", \"deceased\": 1393, \"positive_100k\": 325.7190153328645, \"positive_daily\": \"\", \"positive\": 27740, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 16.77910861249688, \"deceased_daily\": \"\", \"deceased\": 1429, \"positive_100k\": 328.11435344129654, \"positive_daily\": \"\", \"positive\": 27944, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 17.35445943265947, \"deceased_daily\": \"\", \"deceased\": 1478, \"positive_100k\": 329.51163400454857, \"positive_daily\": \"\", \"positive\": 28063, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0012147756957980084, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0012147756957980084, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.006073878478990042, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.006073878478990042, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00728865417478805, \"positive_daily\": \"\", \"positive\": 6, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.02186596252436415, \"positive_daily\": \"\", \"positive\": 18, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0012147756957980084, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.05709445770250639, \"positive_daily\": \"\", \"positive\": 47, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0012147756957980084, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.1190480181882048, \"positive_daily\": \"\", \"positive\": 98, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.003644327087394025, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.2332369335932176, \"positive_daily\": \"\", \"positive\": 192, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0048591027831920335, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.436104474791485, \"positive_daily\": \"\", \"positive\": 359, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.010932981262182074, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 0.8138997161846656, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.03644327087394025, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 1.5014627600063382, \"positive_daily\": \"\", \"positive\": 1236, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.04494670074452631, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 1.8573920388751548, \"positive_daily\": \"\", \"positive\": 1529, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.05345013061511236, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 2.2740601025338716, \"positive_daily\": \"\", \"positive\": 1872, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.07167176605208249, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 2.9555492678765543, \"positive_daily\": \"\", \"positive\": 2433, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09110817718485062, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 4.408421000050972, \"positive_daily\": \"\", \"positive\": 3629, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.11175936401341675, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 6.921791914657051, \"positive_daily\": \"\", \"positive\": 5698, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.1311957751461849, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 8.991769700296857, \"positive_daily\": \"\", \"positive\": 7402, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.15913561614953908, \"deceased_daily\": \"\", \"deceased\": 131, \"positive_100k\": 11.196587588170242, \"positive_daily\": \"\", \"positive\": 9217, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.2040823168940654, \"deceased_daily\": \"\", \"deceased\": 168, \"positive_100k\": 13.152376458405035, \"positive_daily\": \"\", \"positive\": 10827, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.25996199890077376, \"deceased_daily\": \"\", \"deceased\": 214, \"positive_100k\": 16.43712993984285, \"positive_daily\": \"\", \"positive\": 13531, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.33649286773604825, \"deceased_daily\": \"\", \"deceased\": 277, \"positive_100k\": 19.046468134416973, \"positive_daily\": \"\", \"positive\": 15679, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4324601477040909, \"deceased_daily\": \"\", \"deceased\": 356, \"positive_100k\": 22.02995724329688, \"positive_daily\": \"\", \"positive\": 18135, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.5162796707141535, \"deceased_daily\": \"\", \"deceased\": 425, \"positive_100k\": 25.41432233179013, \"positive_daily\": \"\", \"positive\": 20921, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.6086026235948021, \"deceased_daily\": \"\", \"deceased\": 501, \"positive_100k\": 29.074441503229533, \"positive_daily\": \"\", \"positive\": 23934, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.6972812493880568, \"deceased_daily\": \"\", \"deceased\": 574, \"positive_100k\": 32.88276330955629, \"positive_daily\": \"\", \"positive\": 27069, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.7883894265729073, \"deceased_daily\": \"\", \"deceased\": 649, \"positive_100k\": 36.70687719992842, \"positive_daily\": \"\", \"positive\": 30217, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.880712379453556, \"deceased_daily\": \"\", \"deceased\": 725, \"positive_100k\": 41.43478420797427, \"positive_daily\": \"\", \"positive\": 34109, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.9863978649879828, \"deceased_daily\": \"\", \"deceased\": 812, \"positive_100k\": 46.436015747574665, \"positive_daily\": \"\", \"positive\": 38226, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.1030163317845916, \"deceased_daily\": \"\", \"deceased\": 908, \"positive_100k\": 51.363145969731384, \"positive_daily\": \"\", \"positive\": 42282, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.2220643499727963, \"deceased_daily\": \"\", \"deceased\": 1006, \"positive_100k\": 57.12968619768453, \"positive_daily\": \"\", \"positive\": 47029, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.337468041073607, \"deceased_daily\": \"\", \"deceased\": 1101, \"positive_100k\": 63.371203722694695, \"positive_daily\": \"\", \"positive\": 52167, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.455301283566014, \"deceased_daily\": \"\", \"deceased\": 1198, \"positive_100k\": 69.18876452987136, \"positive_daily\": \"\", \"positive\": 56956, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.5743493017542187, \"deceased_daily\": \"\", \"deceased\": 1296, \"positive_100k\": 74.16084145277262, \"positive_daily\": \"\", \"positive\": 61049, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.7043303012046056, \"deceased_daily\": \"\", \"deceased\": 1403, \"positive_100k\": 79.09526032910412, \"positive_daily\": \"\", \"positive\": 65111, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.8440295062213767, \"deceased_daily\": \"\", \"deceased\": 1518, \"positive_100k\": 84.29571508281539, \"positive_daily\": \"\", \"positive\": 69392, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.9958764681961276, \"deceased_daily\": \"\", \"deceased\": 1643, \"positive_100k\": 90.12785319834163, \"positive_daily\": \"\", \"positive\": 74193, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.148938205866677, \"deceased_daily\": \"\", \"deceased\": 1769, \"positive_100k\": 95.41577180215036, \"positive_daily\": \"\", \"positive\": 78546, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.295926065058236, \"deceased_daily\": \"\", \"deceased\": 1890, \"positive_100k\": 100.01126825935422, \"positive_daily\": \"\", \"positive\": 82329, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.4502025784245824, \"deceased_daily\": \"\", \"deceased\": 2017, \"positive_100k\": 104.8424312015429, \"positive_daily\": \"\", \"positive\": 86306, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.5996199890077376, \"deceased_daily\": \"\", \"deceased\": 2140, \"positive_100k\": 110.52029280370279, \"positive_daily\": \"\", \"positive\": 90980, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.744178296807701, \"deceased_daily\": \"\", \"deceased\": 2259, \"positive_100k\": 116.12162353702742, \"positive_daily\": \"\", \"positive\": 95591, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00030565389341287555, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.00030565389341287555, \"positive_daily\": \"\", \"positive\": 1, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0006113077868257511, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0006113077868257511, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.001528269467064378, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.001528269467064378, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.001528269467064378, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.001528269467064378, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.001528269467064378, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0021395772538901287, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0024452311473030044, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0024452311473030044, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033621928275416315, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033621928275416315, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033621928275416315, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033621928275416315, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033621928275416315, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033621928275416315, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033621928275416315, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0033621928275416315, \"positive_daily\": \"\", \"positive\": 11, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0036678467209545064, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0036678467209545064, \"positive_daily\": \"\", \"positive\": 12, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003973500614367382, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003973500614367382, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003973500614367382, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003973500614367382, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003973500614367382, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003973500614367382, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003973500614367382, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003973500614367382, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0045848084011931335, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0045848084011931335, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0045848084011931335, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.015588348564056652, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.015588348564056652, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.017422271924533907, \"positive_daily\": \"\", \"positive\": 57, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.017727925817946782, \"positive_daily\": \"\", \"positive\": 58, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.018339233604772534, \"positive_daily\": \"\", \"positive\": 60, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.00030565389341287555, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.02078446475207554, \"positive_daily\": \"\", \"positive\": 68, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.00030565389341287555, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.022618388112552793, \"positive_daily\": \"\", \"positive\": 74, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0018339233604772532, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 0.029954081554461803, \"positive_daily\": \"\", \"positive\": 98, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0021395772538901287, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 0.03606715942271932, \"positive_daily\": \"\", \"positive\": 118, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0033621928275416315, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 0.04554243011851846, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0036678467209545064, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 0.066326894870594, \"positive_daily\": \"\", \"positive\": 217, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.004279154507780257, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 0.0800813200741734, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.005196116188018885, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 0.12287286515197599, \"positive_daily\": \"\", \"positive\": 402, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.006418731761670387, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 0.15832871678786953, \"positive_daily\": \"\", \"positive\": 518, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.006724385655083263, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 0.17819621985970646, \"positive_daily\": \"\", \"positive\": 583, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.008558309015560515, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 0.2931220837829477, \"positive_daily\": \"\", \"positive\": 959, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.01100354016286352, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 0.3915426374618936, \"positive_daily\": \"\", \"positive\": 1281, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.012226155736515023, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 0.508302424745612, \"positive_daily\": \"\", \"positive\": 1663, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.01436573299040515, \"deceased_daily\": \"\", \"deceased\": 47, \"positive_100k\": 0.6660198337466559, \"positive_daily\": \"\", \"positive\": 2179, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.01650531024429528, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 0.8335181673369116, \"positive_daily\": \"\", \"positive\": 2727, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.01925619528501116, \"deceased_daily\": \"\", \"deceased\": 63, \"positive_100k\": 1.0694829730516515, \"positive_daily\": \"\", \"positive\": 3499, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.025980580940094426, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 1.4157888342884397, \"positive_daily\": \"\", \"positive\": 4632, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.03301062048859056, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 1.962603649604074, \"positive_daily\": \"\", \"positive\": 6421, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.03606715942271932, \"deceased_daily\": \"\", \"deceased\": 118, \"positive_100k\": 2.3789042524324104, \"positive_daily\": \"\", \"positive\": 7783, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06113077868257511, \"deceased_daily\": \"\", \"deceased\": 200, \"positive_100k\": 4.201824072746801, \"positive_daily\": \"\", \"positive\": 13747, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.07457954999274163, \"deceased_daily\": \"\", \"deceased\": 244, \"positive_100k\": 5.890867487746351, \"positive_daily\": \"\", \"positive\": 19273, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.09383574527775279, \"deceased_daily\": \"\", \"deceased\": 307, \"positive_100k\": 7.824739671369614, \"positive_daily\": \"\", \"positive\": 25600, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.12745767355316912, \"deceased_daily\": \"\", \"deceased\": 417, \"positive_100k\": 10.170938957206848, \"positive_daily\": \"\", \"positive\": 33276, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.17024921863097167, \"deceased_daily\": \"\", \"deceased\": 557, \"positive_100k\": 13.400783648900703, \"positive_daily\": \"\", \"positive\": 43843, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.21579164874949014, \"deceased_daily\": \"\", \"deceased\": 706, \"positive_100k\": 16.424617616434283, \"positive_daily\": \"\", \"positive\": 53736, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.2879259675949288, \"deceased_daily\": \"\", \"deceased\": 942, \"positive_100k\": 20.10530180091213, \"positive_daily\": \"\", \"positive\": 65778, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.36953555713616654, \"deceased_daily\": \"\", \"deceased\": 1209, \"positive_100k\": 25.624799808161836, \"positive_daily\": \"\", \"positive\": 83836, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.4832388054857563, \"deceased_daily\": \"\", \"deceased\": 1581, \"positive_100k\": 31.07185784267269, \"positive_daily\": \"\", \"positive\": 101657, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.6192547880544859, \"deceased_daily\": \"\", \"deceased\": 2026, \"positive_100k\": 37.12625016339493, \"positive_daily\": \"\", \"positive\": 121465, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.754048155049564, \"deceased_daily\": \"\", \"deceased\": 2467, \"positive_100k\": 43.06938446691488, \"positive_daily\": \"\", \"positive\": 140909, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.9102372945835434, \"deceased_daily\": \"\", \"deceased\": 2978, \"positive_100k\": 49.46427522489906, \"positive_daily\": \"\", \"positive\": 161831, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.183797529188067, \"deceased_daily\": \"\", \"deceased\": 3873, \"positive_100k\": 57.515504431287624, \"positive_daily\": \"\", \"positive\": 188172, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.453995570965049, \"deceased_daily\": \"\", \"deceased\": 4757, \"positive_100k\": 65.21798254529209, \"positive_daily\": \"\", \"positive\": 213372, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.8113049723647006, \"deceased_daily\": \"\", \"deceased\": 5926, \"positive_100k\": 74.50680436610938, \"positive_daily\": \"\", \"positive\": 243762, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.166169142617049, \"deceased_daily\": \"\", \"deceased\": 7087, \"positive_100k\": 84.23393387008072, \"positive_daily\": \"\", \"positive\": 275586, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.5696322819220447, \"deceased_daily\": \"\", \"deceased\": 8407, \"positive_100k\": 94.40212194224685, \"positive_daily\": \"\", \"positive\": 308853, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.94008480073845, \"deceased_daily\": \"\", \"deceased\": 9619, \"positive_100k\": 103.02736916046479, \"positive_daily\": \"\", \"positive\": 337072, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.2958659326710373, \"deceased_daily\": \"\", \"deceased\": 10783, \"positive_100k\": 112.07319613601885, \"positive_daily\": \"\", \"positive\": 366667, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.91053591232433, \"deceased_daily\": \"\", \"deceased\": 12794, \"positive_100k\": 121.4989509010851, \"positive_daily\": \"\", \"positive\": 397505, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.491583963702206, \"deceased_daily\": \"\", \"deceased\": 14695, \"positive_100k\": 131.1414142765811, \"positive_daily\": \"\", \"positive\": 429052, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.056738012622613, \"deceased_daily\": \"\", \"deceased\": 16544, \"positive_100k\": 141.45050879361057, \"positive_daily\": \"\", \"positive\": 462780, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 5.680883262971705, \"deceased_daily\": \"\", \"deceased\": 18586, \"positive_100k\": 151.76785596576215, \"positive_daily\": \"\", \"positive\": 496535, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 6.25428996701426, \"deceased_daily\": \"\", \"deceased\": 20462, \"positive_100k\": 160.89498687696403, \"positive_daily\": \"\", \"positive\": 526396, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 6.730193079058107, \"deceased_daily\": \"\", \"deceased\": 22019, \"positive_100k\": 169.73358051278416, \"positive_daily\": \"\", \"positive\": 555313, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 7.191424804218136, \"deceased_daily\": \"\", \"deceased\": 23528, \"positive_100k\": 177.46845793949038, \"positive_daily\": \"\", \"positive\": 580619, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 7.895345720747988, \"deceased_daily\": \"\", \"deceased\": 25831, \"positive_100k\": 185.7367014102021, \"positive_daily\": \"\", \"positive\": 607670, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 8.6576465309197, \"deceased_daily\": \"\", \"deceased\": 28325, \"positive_100k\": 194.50285507328337, \"positive_daily\": \"\", \"positive\": 636350, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 10.060903555578212, \"deceased_daily\": \"\", \"deceased\": 32916, \"positive_100k\": 204.05209401128843, \"positive_daily\": \"\", \"positive\": 667592, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 11.239810622471673, \"deceased_daily\": \"\", \"deceased\": 36773, \"positive_100k\": 213.86786314434949, \"positive_daily\": \"\", \"positive\": 699706, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.817802134915421, \"deceased_daily\": \"\", \"deceased\": 38664, \"positive_100k\": 223.79886379522725, \"positive_daily\": \"\", \"positive\": 732197, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.428192960060933, \"deceased_daily\": \"\", \"deceased\": 40661, \"positive_100k\": 232.01759133520605, \"positive_daily\": \"\", \"positive\": 759086, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.866194989321583, \"deceased_daily\": \"\", \"deceased\": 42094, \"positive_100k\": 239.73229560494704, \"positive_daily\": \"\", \"positive\": 784326, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 13.707048850100405, \"deceased_daily\": \"\", \"deceased\": 44845, \"positive_100k\": 251.7933982390191, \"positive_daily\": \"\", \"positive\": 823786, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.041532727945368685, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.041532727945368685, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.041532727945368685, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.041532727945368685, \"positive_daily\": \"\", \"positive\": 4, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05191590993171085, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05191590993171085, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05191590993171085, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05191590993171085, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05191590993171085, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05191590993171085, \"positive_daily\": \"\", \"positive\": 5, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07268227390439519, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07268227390439519, \"positive_daily\": \"\", \"positive\": 7, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08306545589073737, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08306545589073737, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08306545589073737, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08306545589073737, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08306545589073737, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.08306545589073737, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09344863787707952, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09344863787707952, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09344863787707952, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09344863787707952, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09344863787707952, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.09344863787707952, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1349813658224482, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1349813658224482, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1349813658224482, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1349813658224482, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1349813658224482, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1349813658224482, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.1972804577405012, \"positive_daily\": \"\", \"positive\": 19, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2180468217131856, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2180468217131856, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2180468217131856, \"positive_daily\": \"\", \"positive\": 21, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2803459136312386, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.2803459136312386, \"positive_daily\": \"\", \"positive\": 27, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.30111227760392295, \"positive_daily\": \"\", \"positive\": 29, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.30111227760392295, \"positive_daily\": \"\", \"positive\": 29, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.46724318938539766, \"positive_daily\": \"\", \"positive\": 45, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.46724318938539766, \"positive_daily\": \"\", \"positive\": 45, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.46724318938539766, \"positive_daily\": \"\", \"positive\": 45, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7683554669893206, \"positive_daily\": \"\", \"positive\": 74, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7683554669893206, \"positive_daily\": \"\", \"positive\": 74, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8825704688390844, \"positive_daily\": \"\", \"positive\": 85, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8825704688390844, \"positive_daily\": \"\", \"positive\": 85, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8825704688390844, \"positive_daily\": \"\", \"positive\": 85, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0175518346615327, \"positive_daily\": \"\", \"positive\": 98, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0175518346615327, \"positive_daily\": \"\", \"positive\": 98, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0175518346615327, \"positive_daily\": \"\", \"positive\": 98, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1732995644566653, \"positive_daily\": \"\", \"positive\": 113, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4536454780879038, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.4536454780879038, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.588626843910352, \"positive_daily\": \"\", \"positive\": 153, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.588626843910352, \"positive_daily\": \"\", \"positive\": 153, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.05587003329575, \"positive_daily\": \"\", \"positive\": 198, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.5750291326128583, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.4575996014519426, \"positive_daily\": \"\", \"positive\": 333, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.4575996014519426, \"positive_daily\": \"\", \"positive\": 333, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.205188704468578, \"positive_daily\": \"\", \"positive\": 405, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.859329169608136, \"positive_daily\": \"\", \"positive\": 468, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03114954595902651, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 5.918413732215037, \"positive_daily\": \"\", \"positive\": 570, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.05191590993171085, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 6.344124193655066, \"positive_daily\": \"\", \"positive\": 611, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.06229909191805302, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 6.894432838931201, \"positive_daily\": \"\", \"positive\": 664, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.08306545589073737, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 8.451910136882526, \"positive_daily\": \"\", \"positive\": 814, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.08306545589073737, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 10.632378354014383, \"positive_daily\": \"\", \"positive\": 1024, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.09344863787707952, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 13.124342030736502, \"positive_daily\": \"\", \"positive\": 1264, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.1038318198634217, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 15.626688889444965, \"positive_daily\": \"\", \"positive\": 1505, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.1038318198634217, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 18.679344393429563, \"positive_daily\": \"\", \"positive\": 1799, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.11421500184976387, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 21.555485803646345, \"positive_daily\": \"\", \"positive\": 2076, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.12459818383610605, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 24.49392630578118, \"positive_daily\": \"\", \"positive\": 2359, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.12459818383610605, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 27.60888090168383, \"positive_daily\": \"\", \"positive\": 2659, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.14536454780879038, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 31.045714139163085, \"positive_daily\": \"\", \"positive\": 2990, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.16613091178147474, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 34.887491474109694, \"positive_daily\": \"\", \"positive\": 3360, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.2076636397268434, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 38.79156790097435, \"positive_daily\": \"\", \"positive\": 3736, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.22843000369952773, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 42.80985932968876, \"positive_daily\": \"\", \"positive\": 4123, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.25957954965855423, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 46.942365760252954, \"positive_daily\": \"\", \"positive\": 4521, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.29072909561758076, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 51.22023673862592, \"positive_daily\": \"\", \"positive\": 4933, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.3426450055492916, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 55.70577135672574, \"positive_daily\": \"\", \"positive\": 5365, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.36341136952197595, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 60.48203507044314, \"positive_daily\": \"\", \"positive\": 5825, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.3841777334946603, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 65.43481287792837, \"positive_daily\": \"\", \"positive\": 6302, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.3841777334946603, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 65.43481287792837, \"positive_daily\": \"\", \"positive\": 6302, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.42571046144002894, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 70.40835704938625, \"positive_daily\": \"\", \"positive\": 6781, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.44647682541271333, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 75.43381713077586, \"positive_daily\": \"\", \"positive\": 7265, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.4776263713717398, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 80.52157630408352, \"positive_daily\": \"\", \"positive\": 7755, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-01-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003008016770776383, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003008016770776383, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003008016770776383, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003008016770776383, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003008016770776383, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003008016770776383, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.003008016770776383, \"positive_daily\": \"\", \"positive\": 2, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0045120251561645746, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0045120251561645746, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.0045120251561645746, \"positive_daily\": \"\", \"positive\": 3, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.012032067083105532, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.012032067083105532, \"positive_daily\": \"\", \"positive\": 8, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.013536075468493723, \"positive_daily\": \"\", \"positive\": 9, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.019552109010046493, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.019552109010046493, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.019552109010046493, \"positive_daily\": \"\", \"positive\": 13, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.022560125780822875, \"positive_daily\": \"\", \"positive\": 15, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.030080167707763828, \"positive_daily\": \"\", \"positive\": 20, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.03459219286392841, \"positive_daily\": \"\", \"positive\": 23, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.05414430187397489, \"positive_daily\": \"\", \"positive\": 36, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.060160335415527656, \"positive_daily\": \"\", \"positive\": 40, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.07670442765479778, \"positive_daily\": \"\", \"positive\": 51, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.12934472114338447, \"positive_daily\": \"\", \"positive\": 86, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0015040083853881914, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.17446497270503022, \"positive_daily\": \"\", \"positive\": 116, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.003008016770776383, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.2466573752036634, \"positive_daily\": \"\", \"positive\": 164, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.003008016770776383, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.31132973577535566, \"positive_daily\": \"\", \"positive\": 207, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0045120251561645746, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.41209829759636446, \"positive_daily\": \"\", \"positive\": 274, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.006016033541552766, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.4842907000949977, \"positive_daily\": \"\", \"positive\": 322, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.009024050312329149, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 0.5775392199890655, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 0.6903398488931799, \"positive_daily\": \"\", \"positive\": 459, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 0.6903398488931799, \"positive_daily\": \"\", \"positive\": 459, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 1.2062147250813295, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.031584176093152026, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.7205855928840912, \"positive_daily\": \"\", \"positive\": 1144, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.031584176093152026, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.7220896012694793, \"positive_daily\": \"\", \"positive\": 1145, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.08422446958173874, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 2.332717005737085, \"positive_daily\": \"\", \"positive\": 1551, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.08422446958173874, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 2.9478564353608556, \"positive_daily\": \"\", \"positive\": 1960, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.10828860374794978, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 3.9735901541956022, \"positive_daily\": \"\", \"positive\": 2642, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.20755315718357045, \"deceased_daily\": \"\", \"deceased\": 138, \"positive_100k\": 4.084886774714328, \"positive_daily\": \"\", \"positive\": 2716, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.2677134925990981, \"deceased_daily\": \"\", \"deceased\": 178, \"positive_100k\": 6.037089658948201, \"positive_daily\": \"\", \"positive\": 4014, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.35193796218083684, \"deceased_daily\": \"\", \"deceased\": 234, \"positive_100k\": 7.6208104887619665, \"positive_daily\": \"\", \"positive\": 5067, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.42413036467947, \"deceased_daily\": \"\", \"deceased\": 282, \"positive_100k\": 8.640528174055161, \"positive_daily\": \"\", \"positive\": 5745, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.5053468174904324, \"deceased_daily\": \"\", \"deceased\": 336, \"positive_100k\": 10.115960400120976, \"positive_daily\": \"\", \"positive\": 6726, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.636195547019205, \"deceased_daily\": \"\", \"deceased\": 423, \"positive_100k\": 12.278724458309197, \"positive_daily\": \"\", \"positive\": 8164, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.7008679075908973, \"deceased_daily\": \"\", \"deceased\": 466, \"positive_100k\": 14.498640835142165, \"positive_daily\": \"\", \"positive\": 9640, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.8723248635251512, \"deceased_daily\": \"\", \"deceased\": 580, \"positive_100k\": 17.76534704820532, \"positive_daily\": \"\", \"positive\": 11812, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.1445503812804139, \"deceased_daily\": \"\", \"deceased\": 761, \"positive_100k\": 22.176603642548883, \"positive_daily\": \"\", \"positive\": 14745, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.5355925614813435, \"deceased_daily\": \"\", \"deceased\": 1021, \"positive_100k\": 26.037393167840374, \"positive_daily\": \"\", \"positive\": 17312, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.851434322412864, \"deceased_daily\": \"\", \"deceased\": 1231, \"positive_100k\": 29.74928586297843, \"positive_daily\": \"\", \"positive\": 19780, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 2.1221558317827385, \"deceased_daily\": \"\", \"deceased\": 1411, \"positive_100k\": 33.76950027712107, \"positive_daily\": \"\", \"positive\": 22453, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 2.6966870350010277, \"deceased_daily\": \"\", \"deceased\": 1793, \"positive_100k\": 38.32363766807651, \"positive_daily\": \"\", \"positive\": 25481, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 3.5449477643599674, \"deceased_daily\": \"\", \"deceased\": 2357, \"positive_100k\": 44.91721042961834, \"positive_daily\": \"\", \"positive\": 29865, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.4007285356458485, \"deceased_daily\": \"\", \"deceased\": 2926, \"positive_100k\": 51.396478553870665, \"positive_daily\": \"\", \"positive\": 34173, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 5.43097427963676, \"deceased_daily\": \"\", \"deceased\": 3611, \"positive_100k\": 58.18858042228374, \"positive_daily\": \"\", \"positive\": 38689, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 6.497316224876987, \"deceased_daily\": \"\", \"deceased\": 4320, \"positive_100k\": 63.88576418613421, \"positive_daily\": \"\", \"positive\": 42477, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 7.434313448973831, \"deceased_daily\": \"\", \"deceased\": 4943, \"positive_100k\": 72.84815015466245, \"positive_daily\": \"\", \"positive\": 48436, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 8.099085155315413, \"deceased_daily\": \"\", \"deceased\": 5385, \"positive_100k\": 78.62805437970927, \"positive_daily\": \"\", \"positive\": 52279, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 9.28123574623053, \"deceased_daily\": \"\", \"deceased\": 6171, \"positive_100k\": 84.14776515408393, \"positive_daily\": \"\", \"positive\": 55949, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 10.69500362849543, \"deceased_daily\": \"\", \"deceased\": 7111, \"positive_100k\": 92.45741148335368, \"positive_daily\": \"\", \"positive\": 61474, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 12.021539024407815, \"deceased_daily\": \"\", \"deceased\": 7993, \"positive_100k\": 99.07204036229095, \"positive_daily\": \"\", \"positive\": 65872, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 13.496971250473631, \"deceased_daily\": \"\", \"deceased\": 8974, \"positive_100k\": 112.20654559188604, \"positive_daily\": \"\", \"positive\": 74605, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 14.877650948259992, \"deceased_daily\": \"\", \"deceased\": 9892, \"positive_100k\": 120.13116577449642, \"positive_daily\": \"\", \"positive\": 79874, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 15.986105128291088, \"deceased_daily\": \"\", \"deceased\": 10629, \"positive_100k\": 128.15053848538625, \"positive_daily\": \"\", \"positive\": 85206, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 17.06598314899981, \"deceased_daily\": \"\", \"deceased\": 11347, \"positive_100k\": 134.71403107922032, \"positive_daily\": \"\", \"positive\": 89570, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 18.242117706373374, \"deceased_daily\": \"\", \"deceased\": 12129, \"positive_100k\": 142.64767531214304, \"positive_daily\": \"\", \"positive\": 94845, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 19.39268412119534, \"deceased_daily\": \"\", \"deceased\": 12894, \"positive_100k\": 149.62326620357345, \"positive_daily\": \"\", \"positive\": 99483, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 20.693651374556126, \"deceased_daily\": \"\", \"deceased\": 13759, \"positive_100k\": 156.6349532962532, \"positive_daily\": \"\", \"positive\": 104145, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 21.969050485365315, \"deceased_daily\": \"\", \"deceased\": 14607, \"positive_100k\": 165.09349645567642, \"positive_daily\": \"\", \"positive\": 109769, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 23.309121956746193, \"deceased_daily\": \"\", \"deceased\": 15498, \"positive_100k\": 173.43322295265392, \"positive_daily\": \"\", \"positive\": 115314, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 24.207014962822942, \"deceased_daily\": \"\", \"deceased\": 16095, \"positive_100k\": 182.24370407425795, \"positive_daily\": \"\", \"positive\": 121172, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 24.89133877817457, \"deceased_daily\": \"\", \"deceased\": 16550, \"positive_100k\": 189.28847935141624, \"positive_daily\": \"\", \"positive\": 125856, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 26.13665772127599, \"deceased_daily\": \"\", \"deceased\": 17378, \"positive_100k\": 195.77977954275167, \"positive_daily\": \"\", \"positive\": 130172, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\"}]}}, {\"mode\": \"vega-lite\"});\n", "</script>" ], "text/plain": [ @@ -672,10 +672,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.186911, - "end_time": "2020-04-21T22:12:47.552825", + "duration": 0.150853, + "end_time": "2020-04-22T07:32:29.598487", "exception": false, - "start_time": "2020-04-21T22:12:47.365914", + "start_time": "2020-04-22T07:32:29.447634", "status": "completed" }, "tags": [] @@ -696,10 +696,10 @@ "source_hidden": true }, "papermill": { - "duration": 1.11679, - "end_time": "2020-04-21T22:12:48.727207", + "duration": 0.892196, + "end_time": "2020-04-22T07:32:30.567363", "exception": false, - "start_time": "2020-04-21T22:12:47.610417", + "start_time": "2020-04-22T07:32:29.675167", "status": "completed" }, "tags": [] @@ -709,10 +709,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-461a2b703b6040909f42ea19773ef324\"></div>\n", + "<div id=\"altair-viz-961ef8660d2a434197d6d5dcc7a0b938\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-461a2b703b6040909f42ea19773ef324\");\n", + " const outputDiv = document.getElementById(\"altair-viz-961ef8660d2a434197d6d5dcc7a0b938\");\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", @@ -753,7 +753,7 @@ " .catch(showError)\n", " .then(() => displayChart(vegaEmbed));\n", " }\n", - " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"vconcat\": [{\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"United States\", \"transform\": [{\"filter\": \"datum['country_label'] == 'United States'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Spain\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Spain'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Italy\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"France\", \"transform\": [{\"filter\": \"datum['country_label'] == 'France'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Germany\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Germany'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"United Kingdom\", \"transform\": [{\"filter\": \"datum['country_label'] == 'United Kingdom'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Turkey\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Turkey'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Belgium\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Belgium'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Canada\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Canada'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Netherlands\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Netherlands'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Switzerland\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Switzerland'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Portugal\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Portugal'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Peru\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Peru'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Ireland\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Ireland'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Austria\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Austria'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Sweden\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Sweden'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Israel\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Israel'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Chile\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Chile'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Ecuador\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Ecuador'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Singapore\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Singapore'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Denmark\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Denmark'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"United Arab Emirates\", \"transform\": [{\"filter\": \"datum['country_label'] == 'United Arab Emirates'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Norway\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Norway'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Serbia\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Serbia'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Belarus\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Belarus'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Qatar\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Qatar'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Panama\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Panama'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Finland\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Finland'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Luxembourg\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Luxembourg'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Moldova\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Moldova'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Bahrain\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Bahrain'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Estonia\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Estonia'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Slovenia\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Slovenia'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Djibouti\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Djibouti'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Cyprus\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Cyprus'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Malta\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Malta'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}], \"data\": {\"name\": \"data-c2977e9799d2da0d05f70632fff0a768\"}, \"title\": \"Growth of cases per 100k population from case 100, compared to Italy\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-c2977e9799d2da0d05f70632fff0a768\": [{\"index\": 766, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.175534814650374, \"positive_daily\": \"\", \"positive\": 104, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 767, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4807217376846056, \"positive_daily\": \"\", \"positive\": 131, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 768, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.057185925638154, \"positive_daily\": \"\", \"positive\": 182, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 769, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.780591965423, \"positive_daily\": \"\", \"positive\": 246, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 770, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.41357225023474, \"positive_daily\": \"\", \"positive\": 302, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 771, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.696822563305658, \"positive_daily\": \"\", \"positive\": 504, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 772, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 7.403608688423027, \"positive_daily\": \"\", \"positive\": 655, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 773, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.720768659608861, \"positive_daily\": \"\", \"positive\": 860, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 774, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.03390965811491463, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.506677320327698, \"positive_daily\": \"\", \"positive\": 1018, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 775, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.03390965811491463, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.055888203022096, \"positive_daily\": \"\", \"positive\": 1332, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 776, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04521287748655284, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.605099085716496, \"positive_daily\": \"\", \"positive\": 1646, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 777, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06781931622982926, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 22.753380595107718, \"positive_daily\": \"\", \"positive\": 2013, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 778, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.06781931622982926, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 26.992087859472047, \"positive_daily\": \"\", \"positive\": 2388, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 779, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.09042575497310568, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 31.807259311789924, \"positive_daily\": \"\", \"positive\": 2814, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 780, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.18085150994621135, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 40.48813178920807, \"positive_daily\": \"\", \"positive\": 3582, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 781, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.23736760680440244, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 50.57060346870936, \"positive_daily\": \"\", \"positive\": 4474, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 782, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.3164901424058699, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 59.71490794036467, \"positive_daily\": \"\", \"positive\": 5283, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 783, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.3390965811491463, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 63.16238984871432, \"positive_daily\": \"\", \"positive\": 5588, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 784, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.5538577492102723, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 78.0939426386484, \"positive_daily\": \"\", \"positive\": 6909, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 785, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.6555867235550162, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 86.54875072863378, \"positive_daily\": \"\", \"positive\": 7657, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 786, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.7686189172713983, \"deceased_daily\": \"\", \"deceased\": 68, \"positive_100k\": 93.48892742281964, \"positive_daily\": \"\", \"positive\": 8271, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 787, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9720768659608862, \"deceased_daily\": \"\", \"deceased\": 86, \"positive_100k\": 99.33269183795659, \"positive_daily\": \"\", \"positive\": 8788, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 788, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.2207476921369267, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 108.7143639164163, \"positive_daily\": \"\", \"positive\": 9618, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 789, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.4468120795696908, \"deceased_daily\": \"\", \"deceased\": 128, \"positive_100k\": 115.06677320327698, \"positive_daily\": \"\", \"positive\": 10180, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 790, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.6502700282591787, \"deceased_daily\": \"\", \"deceased\": 146, \"positive_100k\": 121.06878268961687, \"positive_daily\": \"\", \"positive\": 10711, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 791, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.7859086607188372, \"deceased_daily\": \"\", \"deceased\": 158, \"positive_100k\": 125.79352838696164, \"positive_daily\": \"\", \"positive\": 11129, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 792, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.8989408544352195, \"deceased_daily\": \"\", \"deceased\": 168, \"positive_100k\": 130.25830003875876, \"positive_daily\": \"\", \"positive\": 11524, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 793, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.102398803124707, \"deceased_daily\": \"\", \"deceased\": 186, \"positive_100k\": 133.16322741726978, \"positive_daily\": \"\", \"positive\": 11781, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 794, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.305856751814195, \"deceased_daily\": \"\", \"deceased\": 204, \"positive_100k\": 136.21509664761209, \"positive_daily\": \"\", \"positive\": 12051, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 795, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.4867082617604064, \"deceased_daily\": \"\", \"deceased\": 220, \"positive_100k\": 138.99568861303507, \"positive_daily\": \"\", \"positive\": 12297, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 796, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.7466823073080855, \"deceased_daily\": \"\", \"deceased\": 243, \"positive_100k\": 142.86138963813534, \"positive_daily\": \"\", \"positive\": 12639, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 797, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.0857788884572317, \"deceased_daily\": \"\", \"deceased\": 273, \"positive_100k\": 146.2862651077417, \"positive_daily\": \"\", \"positive\": 12942, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 798, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.334449714633272, \"deceased_daily\": \"\", \"deceased\": 295, \"positive_100k\": 149.69983735797646, \"positive_daily\": \"\", \"positive\": 13244, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 799, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 3.605726979552589, \"deceased_daily\": \"\", \"deceased\": 319, \"positive_100k\": 153.21513858255594, \"positive_daily\": \"\", \"positive\": 13555, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 800, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.8091849282420767, \"deceased_daily\": \"\", \"deceased\": 337, \"positive_100k\": 156.05224664483714, \"positive_daily\": \"\", \"positive\": 13806, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 801, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 3.956126780073374, \"deceased_daily\": \"\", \"deceased\": 350, \"positive_100k\": 157.62339413749484, \"positive_daily\": \"\", \"positive\": 13945, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 802, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.159584728762861, \"deceased_daily\": \"\", \"deceased\": 368, \"positive_100k\": 158.70850319717212, \"positive_daily\": \"\", \"positive\": 14041, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 803, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 4.3404362387090725, \"deceased_daily\": \"\", \"deceased\": 384, \"positive_100k\": 160.79959878092518, \"positive_daily\": \"\", \"positive\": 14226, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 804, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.4421652130538165, \"deceased_daily\": \"\", \"deceased\": 393, \"positive_100k\": 162.0429529118054, \"positive_daily\": \"\", \"positive\": 14336, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 805, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.634319942371667, \"deceased_daily\": \"\", \"deceased\": 410, \"positive_100k\": 163.62540362383473, \"positive_daily\": \"\", \"positive\": 14476, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 806, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 4.871687549176069, \"deceased_daily\": \"\", \"deceased\": 431, \"positive_100k\": 164.97048672905967, \"positive_daily\": \"\", \"positive\": 14595, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 807, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.007326181635727, \"deceased_daily\": \"\", \"deceased\": 443, \"positive_100k\": 165.8295314013042, \"positive_daily\": \"\", \"positive\": 14671, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 808, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.109055155980471, \"deceased_daily\": \"\", \"deceased\": 452, \"positive_100k\": 166.71118251229197, \"positive_daily\": \"\", \"positive\": 14749, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 809, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.312513104669959, \"deceased_daily\": \"\", \"deceased\": 470, \"positive_100k\": 167.23113060338733, \"positive_daily\": \"\", \"positive\": 14795, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 948, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.00887387149166, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 949, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 950, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 951, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 952, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.380577391029533, \"positive_daily\": \"\", \"positive\": 210, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 953, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.63544553181105, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 954, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.63544553181105, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 955, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.527484024546352, \"positive_daily\": \"\", \"positive\": 228, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 956, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 16.311561010016955, \"positive_daily\": \"\", \"positive\": 256, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 957, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 17.713335784315287, \"positive_daily\": \"\", \"positive\": 278, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 958, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 18.15935503068294, \"positive_daily\": \"\", \"positive\": 285, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 959, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 19.433695734590515, \"positive_daily\": \"\", \"positive\": 305, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 960, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.12743407039075746, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 21.281489755256494, \"positive_daily\": \"\", \"positive\": 334, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 961, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.12743407039075746, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 24.02132226865778, \"positive_daily\": \"\", \"positive\": 377, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 962, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1911511055861362, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 24.97707779658846, \"positive_daily\": \"\", \"positive\": 392, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 963, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 26.697437746863688, \"positive_daily\": \"\", \"positive\": 419, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 964, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 29.182402119483463, \"positive_daily\": \"\", \"positive\": 458, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 965, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 29.69213840104649, \"positive_daily\": \"\", \"positive\": 466, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 966, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 30.329308753000277, \"positive_daily\": \"\", \"positive\": 476, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 967, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 31.79480056249399, \"positive_daily\": \"\", \"positive\": 499, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 968, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 32.81427312562005, \"positive_daily\": \"\", \"positive\": 515, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 969, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 36.12755895577974, \"positive_daily\": \"\", \"positive\": 567, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 970, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 36.2549930261705, \"positive_daily\": \"\", \"positive\": 569, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 971, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 40.97005363062852, \"positive_daily\": \"\", \"positive\": 643, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 972, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 42.81784765129451, \"positive_daily\": \"\", \"positive\": 672, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 973, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 43.837320214420565, \"positive_daily\": \"\", \"positive\": 688, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 974, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 44.60192463676511, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 975, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 48.17007860770632, \"positive_daily\": \"\", \"positive\": 756, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 976, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 51.674515543452145, \"positive_daily\": \"\", \"positive\": 811, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 977, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 52.43911996579669, \"positive_daily\": \"\", \"positive\": 823, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 56.51701021830094, \"positive_daily\": \"\", \"positive\": 887, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 58.93825755572533, \"positive_daily\": \"\", \"positive\": 925, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 980, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 66.26571660319388, \"positive_daily\": \"\", \"positive\": 1040, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 981, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 72.38255198195024, \"positive_daily\": \"\", \"positive\": 1136, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 982, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 86.71888490091045, \"positive_daily\": \"\", \"positive\": 1361, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 983, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 97.3596297785387, \"positive_daily\": \"\", \"positive\": 1528, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 984, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 106.47116581147787, \"positive_daily\": \"\", \"positive\": 1671, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 985, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 108.31895983214385, \"positive_daily\": \"\", \"positive\": 1700, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 986, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 110.867641239959, \"positive_daily\": \"\", \"positive\": 1740, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 987, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 112.9703034014065, \"positive_daily\": \"\", \"positive\": 1773, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 39}, {\"index\": 988, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 119.8517432025074, \"positive_daily\": \"\", \"positive\": 1881, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 40}, {\"index\": 989, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 121.50838611758724, \"positive_daily\": \"\", \"positive\": 1907, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 41}, {\"index\": 1238, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6024650973613517, \"positive_daily\": \"\", \"positive\": 152, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 1239, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.010542533535272049, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.6024650973613517, \"positive_daily\": \"\", \"positive\": 152, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 1240, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.021085067070544097, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.718432966249344, \"positive_daily\": \"\", \"positive\": 163, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 1241, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.042170134141088195, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 3.2049301947227034, \"positive_daily\": \"\", \"positive\": 304, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 1242, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.042170134141088195, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 3.7004292708804893, \"positive_daily\": \"\", \"positive\": 351, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 1243, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.05271266767636024, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 4.638714755519702, \"positive_daily\": \"\", \"positive\": 440, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 1244, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.08434026828217639, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 5.924903846822891, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 1245, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 7.379773474690435, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 1246, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 9.077121373869234, \"positive_daily\": \"\", \"positive\": 861, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 1247, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 11.238340748600004, \"positive_daily\": \"\", \"positive\": 1066, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 1248, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.16868053656435278, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 15.666204833414264, \"positive_daily\": \"\", \"positive\": 1486, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 1249, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.20030813717016896, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 20.88475893337393, \"positive_daily\": \"\", \"positive\": 1981, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 1250, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.24247827131125715, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 23.46767964951558, \"positive_daily\": \"\", \"positive\": 2226, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 1251, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.2741058719170733, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 27.178651453931344, \"positive_daily\": \"\", \"positive\": 2578, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 1252, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.3057334725228894, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 30.773655389459112, \"positive_daily\": \"\", \"positive\": 2919, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 1253, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.3479036066639776, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 34.59005252922759, \"positive_daily\": \"\", \"positive\": 3281, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 1254, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.3795312072697938, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 39.302565019494196, \"positive_daily\": \"\", \"positive\": 3728, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 1255, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.42170134141088195, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 44.32081098228369, \"positive_daily\": \"\", \"positive\": 4204, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 1256, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.44278640848142603, \"deceased_daily\": \"\", \"deceased\": 42, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 1257, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.47441400908724224, \"deceased_daily\": \"\", \"deceased\": 45, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 1258, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.49549907615778627, \"deceased_daily\": \"\", \"deceased\": 47, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 1259, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.5376692102988745, \"deceased_daily\": \"\", \"deceased\": 51, \"positive_100k\": 66.03843006494412, \"positive_daily\": \"\", \"positive\": 6264, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 1304, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9542930404546707, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 1305, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4795919618058655, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 1306, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.750996404503983, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 1307, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.09244070338226, \"positive_daily\": \"\", \"positive\": 239, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 1308, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3375802000128174, \"positive_daily\": \"\", \"positive\": 267, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 1309, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.7490643550712535, \"positive_daily\": \"\", \"positive\": 314, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 1310, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.7490643550712535, \"positive_daily\": \"\", \"positive\": 314, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 1311, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 4.894034950588632, \"positive_daily\": \"\", \"positive\": 559, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 1312, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.03501992809007966, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 6.0321826135162215, \"positive_daily\": \"\", \"positive\": 689, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 1313, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.03501992809007966, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.756914071952645, \"positive_daily\": \"\", \"positive\": 886, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 1314, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.043774910112599576, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 9.26277097982607, \"positive_daily\": \"\", \"positive\": 1058, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 1315, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.08754982022519915, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 10.882442653992253, \"positive_daily\": \"\", \"positive\": 1243, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 1316, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.12256974831527881, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 13.009903285464592, \"positive_daily\": \"\", \"positive\": 1486, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 1317, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.1838546224729182, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 15.715192730423247, \"positive_daily\": \"\", \"positive\": 1795, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 1318, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.32393433483323686, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 19.759994424827447, \"positive_daily\": \"\", \"positive\": 2257, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 1319, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.5865837955088343, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 24.64527439339356, \"positive_daily\": \"\", \"positive\": 2815, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 1320, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.6566236516889936, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 29.77569385859023, \"positive_daily\": \"\", \"positive\": 3401, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 1321, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.7704384179817525, \"deceased_daily\": \"\", \"deceased\": 88, \"positive_100k\": 32.76989771029204, \"positive_daily\": \"\", \"positive\": 3743, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 1322, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.0681078067474294, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 37.37501825413752, \"positive_daily\": \"\", \"positive\": 4269, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 1323, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.558386800008545, \"deceased_daily\": \"\", \"deceased\": 178, \"positive_100k\": 43.22334624518082, \"positive_daily\": \"\", \"positive\": 4937, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 1324, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.9260960449543811, \"deceased_daily\": \"\", \"deceased\": 220, \"positive_100k\": 54.58731291041167, \"positive_daily\": \"\", \"positive\": 6235, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 1325, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.530189804508255, \"deceased_daily\": \"\", \"deceased\": 289, \"positive_100k\": 63.771289052035065, \"positive_daily\": \"\", \"positive\": 7284, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 1326, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.09050865394953, \"deceased_daily\": \"\", \"deceased\": 353, \"positive_100k\": 79.9680057936969, \"positive_daily\": \"\", \"positive\": 9134, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 1327, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.773397251706083, \"deceased_daily\": \"\", \"deceased\": 431, \"positive_100k\": 94.86898519602579, \"positive_daily\": \"\", \"positive\": 10836, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 1328, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.491305777552716, \"deceased_daily\": \"\", \"deceased\": 513, \"positive_100k\": 104.17553108596448, \"positive_daily\": \"\", \"positive\": 11899, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 1329, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.17226232587654, \"deceased_daily\": \"\", \"deceased\": 705, \"positive_100k\": 111.84489533769191, \"positive_daily\": \"\", \"positive\": 12775, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 1330, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 7.249125114646489, \"deceased_daily\": \"\", \"deceased\": 828, \"positive_100k\": 122.2545689624681, \"positive_daily\": \"\", \"positive\": 13964, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 1331, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 8.851286824767634, \"deceased_daily\": \"\", \"deceased\": 1011, \"positive_100k\": 134.37146408163565, \"positive_daily\": \"\", \"positive\": 15348, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 1332, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 10.006944451740264, \"deceased_daily\": \"\", \"deceased\": 1143, \"positive_100k\": 146.821048517659, \"positive_daily\": \"\", \"positive\": 16770, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 1333, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.232641934893051, \"deceased_daily\": \"\", \"deceased\": 1283, \"positive_100k\": 161.36307365706455, \"positive_daily\": \"\", \"positive\": 18431, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 1334, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 12.668458986586316, \"deceased_daily\": \"\", \"deceased\": 1447, \"positive_100k\": 172.39435100543963, \"positive_daily\": \"\", \"positive\": 19691, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 1335, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 14.288130660752502, \"deceased_daily\": \"\", \"deceased\": 1632, \"positive_100k\": 182.2261958167295, \"positive_daily\": \"\", \"positive\": 20814, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 1336, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 17.816388415828026, \"deceased_daily\": \"\", \"deceased\": 2035, \"positive_100k\": 194.308071007807, \"positive_daily\": \"\", \"positive\": 22194, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 1337, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 19.61115973044461, \"deceased_daily\": \"\", \"deceased\": 2240, \"positive_100k\": 204.89284427303357, \"positive_daily\": \"\", \"positive\": 23403, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 1338, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 22.088819642817747, \"deceased_daily\": \"\", \"deceased\": 2523, \"positive_100k\": 218.72571586861503, \"positive_daily\": \"\", \"positive\": 24983, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 1339, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 26.431290725987623, \"deceased_daily\": \"\", \"deceased\": 3019, \"positive_100k\": 233.46910559453858, \"positive_daily\": \"\", \"positive\": 26667, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 1340, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 29.294169847351633, \"deceased_daily\": \"\", \"deceased\": 3346, \"positive_100k\": 245.29708630696297, \"positive_daily\": \"\", \"positive\": 28018, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 1341, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 31.517935281071697, \"deceased_daily\": \"\", \"deceased\": 3600, \"positive_100k\": 259.5589520216479, \"positive_daily\": \"\", \"positive\": 29647, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 1342, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 34.170694833895226, \"deceased_daily\": \"\", \"deceased\": 3903, \"positive_100k\": 267.8061450868617, \"positive_daily\": \"\", \"positive\": 30589, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 1343, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 36.39446026761529, \"deceased_daily\": \"\", \"deceased\": 4157, \"positive_100k\": 272.44628555879723, \"positive_daily\": \"\", \"positive\": 31119, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 1344, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 38.87212017998842, \"deceased_daily\": \"\", \"deceased\": 4440, \"positive_100k\": 293.9310114420611, \"positive_daily\": \"\", \"positive\": 33573, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 1345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 42.52294768337923, \"deceased_daily\": \"\", \"deceased\": 4857, \"positive_100k\": 304.7521692218957, \"positive_daily\": \"\", \"positive\": 34809, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 1346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 45.201972182270325, \"deceased_daily\": \"\", \"deceased\": 5163, \"positive_100k\": 316.3875403298247, \"positive_daily\": \"\", \"positive\": 36138, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 1347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 47.740916968801095, \"deceased_daily\": \"\", \"deceased\": 5453, \"positive_100k\": 325.536496543358, \"positive_daily\": \"\", \"positive\": 37183, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 1348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 49.75456283398068, \"deceased_daily\": \"\", \"deceased\": 5683, \"positive_100k\": 337.03178793892664, \"positive_daily\": \"\", \"positive\": 38496, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 1349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 51.02403522724607, \"deceased_daily\": \"\", \"deceased\": 5828, \"positive_100k\": 350.05044620641377, \"positive_daily\": \"\", \"positive\": 39983, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 2479, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.2914283160818564, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 2480, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.31571400908867775, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 2481, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.5207931944796137, \"positive_daily\": \"\", \"positive\": 193, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 2482, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.53428524615007, \"positive_daily\": \"\", \"positive\": 198, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 2483, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.6799994041909982, \"positive_daily\": \"\", \"positive\": 252, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 2484, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.010793641336365052, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 1.1198402886478742, \"positive_daily\": \"\", \"positive\": 415, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 2485, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.013492051670456313, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.2898401396956236, \"positive_daily\": \"\", \"positive\": 478, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 2486, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.021587282672730104, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 1.7728555894979598, \"positive_daily\": \"\", \"positive\": 657, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 2487, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.024285693006821367, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 2.1587282672730104, \"positive_daily\": \"\", \"positive\": 800, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 2488, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.032380924009095154, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 2.544600945048061, \"positive_daily\": \"\", \"positive\": 943, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 2489, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.051269796347733994, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 3.4458699966345425, \"positive_daily\": \"\", \"positive\": 1277, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 2490, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.05666661701591652, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 3.9639647807800653, \"positive_daily\": \"\", \"positive\": 1469, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 2491, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.06746025835228157, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 5.634280777582557, \"positive_daily\": \"\", \"positive\": 2088, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 2492, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.07015866868637284, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 7.528564832114624, \"positive_daily\": \"\", \"positive\": 2790, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 2493, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0809523100227379, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 8.772531996130695, \"positive_daily\": \"\", \"positive\": 3251, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 2494, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.10253959269546799, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 10.906974570396883, \"positive_daily\": \"\", \"positive\": 4042, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 2495, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.1457141580409282, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 12.633957184215292, \"positive_daily\": \"\", \"positive\": 4682, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 2496, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.16460303037956703, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 15.04633602289288, \"positive_daily\": \"\", \"positive\": 5576, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 2497, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.17269826138184083, \"deceased_daily\": \"\", \"deceased\": 64, \"positive_100k\": 16.94601689809313, \"positive_daily\": \"\", \"positive\": 6280, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 2498, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.21587282672730101, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 19.962839651607162, \"positive_daily\": \"\", \"positive\": 7398, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 2499, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.27253944374321754, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 23.0093449187962, \"positive_daily\": \"\", \"positive\": 8527, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 2500, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.2941267264159476, \"deceased_daily\": \"\", \"deceased\": 109, \"positive_100k\": 25.796802793912473, \"positive_daily\": \"\", \"positive\": 9560, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 2501, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.3750790364386855, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 30.44886220988581, \"positive_daily\": \"\", \"positive\": 11284, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 2502, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.483015449802336, \"deceased_daily\": \"\", \"deceased\": 179, \"positive_100k\": 33.56012932509304, \"positive_daily\": \"\", \"positive\": 12437, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 2503, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.5882534528318952, \"deceased_daily\": \"\", \"deceased\": 218, \"positive_100k\": 35.019969315836406, \"positive_daily\": \"\", \"positive\": 12978, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 2504, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.6988882765296371, \"deceased_daily\": \"\", \"deceased\": 259, \"positive_100k\": 42.51615322394194, \"positive_daily\": \"\", \"positive\": 15756, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 2505, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.9147611032569382, \"deceased_daily\": \"\", \"deceased\": 339, \"positive_100k\": 44.69377036355358, \"positive_daily\": \"\", \"positive\": 16563, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 2506, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.0119038752842235, \"deceased_daily\": \"\", \"deceased\": 375, \"positive_100k\": 48.22598949087905, \"positive_daily\": \"\", \"positive\": 17872, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 2507, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.0982530059751439, \"deceased_daily\": \"\", \"deceased\": 407, \"positive_100k\": 51.65027220484087, \"positive_daily\": \"\", \"positive\": 19141, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 2508, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.357300398047905, \"deceased_daily\": \"\", \"deceased\": 503, \"positive_100k\": 55.73296704032095, \"positive_daily\": \"\", \"positive\": 20654, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 2509, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.5030145560888335, \"deceased_daily\": \"\", \"deceased\": 557, \"positive_100k\": 59.52423355971917, \"positive_daily\": \"\", \"positive\": 22059, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 2510, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.764760358495686, \"deceased_daily\": \"\", \"deceased\": 654, \"positive_100k\": 62.91613534967188, \"positive_daily\": \"\", \"positive\": 23316, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 2511, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.9266649785411616, \"deceased_daily\": \"\", \"deceased\": 714, \"positive_100k\": 65.5659742977495, \"positive_daily\": \"\", \"positive\": 24298, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 2512, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.1020616502570935, \"deceased_daily\": \"\", \"deceased\": 779, \"positive_100k\": 69.29247896912953, \"positive_daily\": \"\", \"positive\": 25679, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 2513, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.4258708903480453, \"deceased_daily\": \"\", \"deceased\": 899, \"positive_100k\": 72.9488249718232, \"positive_daily\": \"\", \"positive\": 27034, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 2514, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.71460079609581, \"deceased_daily\": \"\", \"deceased\": 1006, \"positive_100k\": 76.11675870404635, \"positive_daily\": \"\", \"positive\": 28208, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 35}, {\"index\": 2515, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 3.3919017899527177, \"deceased_daily\": \"\", \"deceased\": 1257, \"positive_100k\": 83.13262557268362, \"positive_daily\": \"\", \"positive\": 30808, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 36}, {\"index\": 2516, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.6536475923595697, \"deceased_daily\": \"\", \"deceased\": 1354, \"positive_100k\": 88.5429382925366, \"positive_daily\": \"\", \"positive\": 32813, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 37}, {\"index\": 2517, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.775076057393677, \"deceased_daily\": \"\", \"deceased\": 1399, \"positive_100k\": 92.70388702770533, \"positive_daily\": \"\", \"positive\": 34355, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 38}, {\"index\": 2518, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 4.217615352184644, \"deceased_daily\": \"\", \"deceased\": 1563, \"positive_100k\": 96.14975702433988, \"positive_daily\": \"\", \"positive\": 35632, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 39}, {\"index\": 2519, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.654757826307429, \"deceased_daily\": \"\", \"deceased\": 1725, \"positive_100k\": 101.61403795087469, \"positive_daily\": \"\", \"positive\": 37657, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 40}, {\"index\": 2664, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8275865014768415, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 2665, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0731928180441621, \"positive_daily\": \"\", \"positive\": 201, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 2666, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2707457248483114, \"positive_daily\": \"\", \"positive\": 238, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 2667, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2707457248483114, \"positive_daily\": \"\", \"positive\": 238, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 2668, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.317242204135156, \"positive_daily\": \"\", \"positive\": 434, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 2669, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.867186782535896, \"positive_daily\": \"\", \"positive\": 537, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 2670, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.005339267751463493, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.3744172189249277, \"positive_daily\": \"\", \"positive\": 632, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 2671, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.010678535502926986, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.983093742591766, \"positive_daily\": \"\", \"positive\": 746, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 2672, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.010678535502926986, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.922804866849341, \"positive_daily\": \"\", \"positive\": 922, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 2673, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.016017803254390478, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 6.097443772171309, \"positive_daily\": \"\", \"positive\": 1142, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 2674, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.021357071005853972, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 6.973083683411322, \"positive_daily\": \"\", \"positive\": 1306, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 2675, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.026696338757317466, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 8.596221079856225, \"positive_daily\": \"\", \"positive\": 1610, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 2676, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.032035606508780956, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 10.192662137543808, \"positive_daily\": \"\", \"positive\": 1909, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 2677, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03737487426024445, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 11.420693720380411, \"positive_daily\": \"\", \"positive\": 2139, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 2678, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.042714142011707944, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 13.075866723334094, \"positive_daily\": \"\", \"positive\": 2449, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 2679, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.06407121301756191, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 14.618915103507046, \"positive_daily\": \"\", \"positive\": 2738, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 2680, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.08542828402341589, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 16.18332055468585, \"positive_daily\": \"\", \"positive\": 3031, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 2681, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.09610681952634288, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 18.17486742598173, \"positive_daily\": \"\", \"positive\": 3404, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 2682, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.11746389053219686, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 19.952843587219075, \"positive_daily\": \"\", \"positive\": 3737, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 2683, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.1441602292895143, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 22.216693113839593, \"positive_daily\": \"\", \"positive\": 4161, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 2684, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.18153510354975877, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 23.871866116793278, \"positive_daily\": \"\", \"positive\": 4471, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 2685, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.19755290680414928, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 25.70857422329672, \"positive_daily\": \"\", \"positive\": 4815, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 2686, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.22958851331293023, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 27.315693816487233, \"positive_daily\": \"\", \"positive\": 5116, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 2687, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.25628485207024765, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 29.611578949616533, \"positive_daily\": \"\", \"positive\": 5546, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 2688, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.3043382618334191, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 31.886107011739984, \"positive_daily\": \"\", \"positive\": 5972, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 2689, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.34705240384512703, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 34.710579652264165, \"positive_daily\": \"\", \"positive\": 6501, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 2690, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.38976654585683507, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 36.98510771438762, \"positive_daily\": \"\", \"positive\": 6927, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 2691, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.42714142011707945, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 38.51213829130618, \"positive_daily\": \"\", \"positive\": 7213, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 2692, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.4378199556200065, \"deceased_daily\": \"\", \"deceased\": 82, \"positive_100k\": 40.17798982976279, \"positive_daily\": \"\", \"positive\": 7525, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 2693, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.49121263313464136, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 42.27098278833648, \"positive_daily\": \"\", \"positive\": 7917, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 2694, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.5018911686375683, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 44.17176210785748, \"positive_daily\": \"\", \"positive\": 8273, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 2695, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.5606231139036668, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 47.022931087138986, \"positive_daily\": \"\", \"positive\": 8807, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 2696, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.6193550591697652, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 49.39890523654024, \"positive_daily\": \"\", \"positive\": 9252, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 2697, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.6727477366844001, \"deceased_daily\": \"\", \"deceased\": 126, \"positive_100k\": 51.95107522173979, \"positive_daily\": \"\", \"positive\": 9730, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 2698, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.7101226109446446, \"deceased_daily\": \"\", \"deceased\": 133, \"positive_100k\": 53.86253307676372, \"positive_daily\": \"\", \"positive\": 10088, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 2699, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.7421582174534256, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 56.099686264626925, \"positive_daily\": \"\", \"positive\": 10507, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 35}, {\"index\": 3211, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.08408554863718347, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.753923641913282, \"positive_daily\": \"\", \"positive\": 116, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 3212, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 10.426608031010751, \"positive_daily\": \"\", \"positive\": 124, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 3213, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.099292420108219, \"positive_daily\": \"\", \"positive\": 132, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 3214, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 12.276490101028786, \"positive_daily\": \"\", \"positive\": 146, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 3215, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 13.621858879223723, \"positive_daily\": \"\", \"positive\": 162, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 3216, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 15.051313206055841, \"positive_daily\": \"\", \"positive\": 179, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 3217, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 17.994307408357262, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 3218, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5885988404602842, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 19.339676186552197, \"positive_daily\": \"\", \"positive\": 230, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 3219, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.6726843890974677, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 22.03041374294207, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 3220, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 26.907375563898707, \"positive_daily\": \"\", \"positive\": 320, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 3221, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 29.93445531483731, \"positive_daily\": \"\", \"positive\": 356, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 3222, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 33.297877260324654, \"positive_daily\": \"\", \"positive\": 396, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 3223, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 35.82044371944016, \"positive_daily\": \"\", \"positive\": 426, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 3224, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 37.50215469218383, \"positive_daily\": \"\", \"positive\": 446, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 3225, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 39.09978011629031, \"positive_daily\": \"\", \"positive\": 465, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 3226, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 41.53826102676863, \"positive_daily\": \"\", \"positive\": 494, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 3227, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 44.22899858315851, \"positive_daily\": \"\", \"positive\": 526, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 3228, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 47.42424943137148, \"positive_daily\": \"\", \"positive\": 564, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 3229, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 50.030901439124165, \"positive_daily\": \"\", \"positive\": 595, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 3230, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 51.79669796050502, \"positive_daily\": \"\", \"positive\": 616, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 3231, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 53.226152287337136, \"positive_daily\": \"\", \"positive\": 633, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 3232, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 55.664633197815455, \"positive_daily\": \"\", \"positive\": 662, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 3233, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 58.43945630284251, \"positive_daily\": \"\", \"positive\": 695, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 3234, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 60.12116727558618, \"positive_daily\": \"\", \"positive\": 715, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 3235, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 61.80287824832985, \"positive_daily\": \"\", \"positive\": 735, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 3236, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 63.06416147788761, \"positive_daily\": \"\", \"positive\": 750, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 3237, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 63.98910251289662, \"positive_daily\": \"\", \"positive\": 761, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 3238, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 64.49361580471972, \"positive_daily\": \"\", \"positive\": 767, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 3239, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 64.91404354790565, \"positive_daily\": \"\", \"positive\": 772, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 3288, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.553729349096137, \"positive_daily\": \"\", \"positive\": 264, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 3289, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.658544814388956, \"positive_daily\": \"\", \"positive\": 444, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 3290, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.6426174560315, \"positive_daily\": \"\", \"positive\": 617, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 3291, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.868175744974597, \"positive_daily\": \"\", \"positive\": 804, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 3292, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.017248974807182335, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.420142938804432, \"positive_daily\": \"\", \"positive\": 836, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 3293, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.03449794961436467, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 15.092852956284544, \"positive_daily\": \"\", \"positive\": 875, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 3294, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05174692442154701, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.09329349510112, \"positive_daily\": \"\", \"positive\": 933, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 3295, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06899589922872934, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 17.680199177361892, \"positive_daily\": \"\", \"positive\": 1025, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 3296, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.06899589922872934, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 19.249855884815485, \"positive_daily\": \"\", \"positive\": 1116, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 3297, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.10349384884309402, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 21.12999413879836, \"positive_daily\": \"\", \"positive\": 1225, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 3298, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.155240773264641, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 23.06187931720278, \"positive_daily\": \"\", \"positive\": 1337, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 3299, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.22423667249337034, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 24.493544226198917, \"positive_daily\": \"\", \"positive\": 1420, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 3300, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.22423667249337034, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 26.114947858074053, \"positive_daily\": \"\", \"positive\": 1514, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 3301, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.4139753953723761, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 27.11538839689063, \"positive_daily\": \"\", \"positive\": 1572, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 3302, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.5519671938298347, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 29.633738718739252, \"positive_daily\": \"\", \"positive\": 1718, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 3303, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.5864651434441994, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 32.11759109097351, \"positive_daily\": \"\", \"positive\": 1862, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 3304, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.7072079670944758, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 34.894676034929866, \"positive_daily\": \"\", \"positive\": 2023, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 3305, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.8969466899734814, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 37.94774457580114, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 3306, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.121183362466852, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 40.811074393793405, \"positive_daily\": \"\", \"positive\": 2366, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 3307, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.241926186117128, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 44.2263714056155, \"positive_daily\": \"\", \"positive\": 2564, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 3308, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.3281710601530399, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 47.52092559378733, \"positive_daily\": \"\", \"positive\": 2755, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 3309, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.5524077326464103, \"deceased_daily\": \"\", \"deceased\": 90, \"positive_100k\": 52.41963443902712, \"positive_daily\": \"\", \"positive\": 3039, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 3310, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.7938933799469627, \"deceased_daily\": \"\", \"deceased\": 104, \"positive_100k\": 56.74912711562988, \"positive_daily\": \"\", \"positive\": 3290, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 3311, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.121623901283427, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 61.63058698606249, \"positive_daily\": \"\", \"positive\": 3573, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 3312, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.3976074981983446, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 68.06445458914149, \"positive_daily\": \"\", \"positive\": 3946, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 3313, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.777084943956356, \"deceased_daily\": \"\", \"deceased\": 161, \"positive_100k\": 73.63587345186139, \"positive_daily\": \"\", \"positive\": 4269, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 3314, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.0875664904856377, \"deceased_daily\": \"\", \"deceased\": 179, \"positive_100k\": 78.67257409555863, \"positive_daily\": \"\", \"positive\": 4561, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 3315, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.2255582889430965, \"deceased_daily\": \"\", \"deceased\": 187, \"positive_100k\": 84.08875218501389, \"positive_daily\": \"\", \"positive\": 4875, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 3316, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.501541885858014, \"deceased_daily\": \"\", \"deceased\": 203, \"positive_100k\": 90.83310133462217, \"positive_daily\": \"\", \"positive\": 5266, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 3317, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.7602765079657487, \"deceased_daily\": \"\", \"deceased\": 218, \"positive_100k\": 96.54251199579953, \"positive_daily\": \"\", \"positive\": 5597, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 3318, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 4.088007029302213, \"deceased_daily\": \"\", \"deceased\": 237, \"positive_100k\": 100.56152312587301, \"positive_daily\": \"\", \"positive\": 5830, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 3319, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.260496777374036, \"deceased_daily\": \"\", \"deceased\": 247, \"positive_100k\": 103.73533449039456, \"positive_daily\": \"\", \"positive\": 6014, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 3320, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.484733449867408, \"deceased_daily\": \"\", \"deceased\": 260, \"positive_100k\": 106.78840303126583, \"positive_daily\": \"\", \"positive\": 6191, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 3321, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.708970122360777, \"deceased_daily\": \"\", \"deceased\": 273, \"positive_100k\": 109.8587205469443, \"positive_daily\": \"\", \"positive\": 6369, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 3322, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.915957820046965, \"deceased_daily\": \"\", \"deceased\": 285, \"positive_100k\": 112.34257291917855, \"positive_daily\": \"\", \"positive\": 6513, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 3323, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.157443467347519, \"deceased_daily\": \"\", \"deceased\": 299, \"positive_100k\": 115.67162505696474, \"positive_daily\": \"\", \"positive\": 6706, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 3324, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.3299332154193415, \"deceased_daily\": \"\", \"deceased\": 309, \"positive_100k\": 118.60395077418573, \"positive_daily\": \"\", \"positive\": 6876, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 3325, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 5.53692091310553, \"deceased_daily\": \"\", \"deceased\": 321, \"positive_100k\": 122.01924778600785, \"positive_daily\": \"\", \"positive\": 7074, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 3326, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.795655535213265, \"deceased_daily\": \"\", \"deceased\": 336, \"positive_100k\": 125.3655488986012, \"positive_daily\": \"\", \"positive\": 7268, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 3327, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.9681452832850885, \"deceased_daily\": \"\", \"deceased\": 346, \"positive_100k\": 128.28062564101504, \"positive_daily\": \"\", \"positive\": 7437, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 3328, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.123386056549729, \"deceased_daily\": \"\", \"deceased\": 355, \"positive_100k\": 130.7472290384421, \"positive_daily\": \"\", \"positive\": 7580, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 3329, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 6.27862682981437, \"deceased_daily\": \"\", \"deceased\": 364, \"positive_100k\": 133.006844738183, \"positive_daily\": \"\", \"positive\": 7711, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 3407, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.078338130396695, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 0}, {\"index\": 3408, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.078338130396695, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 1}, {\"index\": 3409, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.10428398615108664, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 15.642597922662995, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 2}, {\"index\": 3410, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 19.5011054102532, \"positive_daily\": \"\", \"positive\": 187, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 3}, {\"index\": 3411, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 22.316773036332542, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 4}, {\"index\": 3412, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 31.07662787302382, \"positive_daily\": \"\", \"positive\": 298, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 5}, {\"index\": 3413, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 37.85508697284445, \"positive_daily\": \"\", \"positive\": 363, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 6}, {\"index\": 3414, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 45.36353397572269, \"positive_daily\": \"\", \"positive\": 435, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 7}, {\"index\": 3415, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 61.631835815292206, \"positive_daily\": \"\", \"positive\": 591, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 8}, {\"index\": 3416, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 76.33587786259542, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 9}, {\"index\": 3417, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 76.33587786259542, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 10}, {\"index\": 3418, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 88.2242522838193, \"positive_daily\": \"\", \"positive\": 846, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 11}, {\"index\": 3419, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 88.2242522838193, \"positive_daily\": \"\", \"positive\": 846, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 12}, {\"index\": 3566, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.011706615589922406, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.6497171652406936, \"positive_daily\": \"\", \"positive\": 111, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 3567, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.01755992338488361, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.1648082511972795, \"positive_daily\": \"\", \"positive\": 199, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 3568, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.029266538974806015, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.1481639607507614, \"positive_daily\": \"\", \"positive\": 367, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 3569, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.04097315456472843, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 2.961773744250369, \"positive_daily\": \"\", \"positive\": 506, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 3570, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.08194630912945686, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 4.618259850224389, \"positive_daily\": \"\", \"positive\": 789, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 3571, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.10535954030930166, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 5.74209494685694, \"positive_daily\": \"\", \"positive\": 981, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 3572, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.15803931046395248, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 6.333279034148022, \"positive_daily\": \"\", \"positive\": 1082, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 3573, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.1638926182589137, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 6.865930043489492, \"positive_daily\": \"\", \"positive\": 1173, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 3574, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.19901246502868092, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 8.212190836330569, \"positive_daily\": \"\", \"positive\": 1403, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 3575, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.2107190806186033, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 9.33602593296312, \"positive_daily\": \"\", \"positive\": 1595, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 3576, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.28095877415813775, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 10.670580110214274, \"positive_daily\": \"\", \"positive\": 1823, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 3577, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.3394918521077498, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 11.261764197505356, \"positive_daily\": \"\", \"positive\": 1924, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 3578, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.3511984676976722, \"deceased_daily\": \"\", \"deceased\": 60, \"positive_100k\": 11.48418989371388, \"positive_daily\": \"\", \"positive\": 1962, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 3579, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.4389980846220902, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 13.111409460713096, \"positive_daily\": \"\", \"positive\": 2240, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 3580, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.544357624931392, \"deceased_daily\": \"\", \"deceased\": 93, \"positive_100k\": 16.08488982055339, \"positive_daily\": \"\", \"positive\": 2748, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 3581, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.7023969353953444, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 18.514012555462287, \"positive_daily\": \"\", \"positive\": 3163, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 3582, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.8487296302693744, \"deceased_daily\": \"\", \"deceased\": 145, \"positive_100k\": 19.713940653429333, \"positive_daily\": \"\", \"positive\": 3368, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 3583, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.0067689407333271, \"deceased_daily\": \"\", \"deceased\": 172, \"positive_100k\": 20.281711509540568, \"positive_daily\": \"\", \"positive\": 3465, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 3584, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.0535954030930166, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 21.34116022042855, \"positive_daily\": \"\", \"positive\": 3646, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 3585, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.1179817888375898, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 21.932344307719628, \"positive_daily\": \"\", \"positive\": 3747, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 3586, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.1179817888375898, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 21.932344307719628, \"positive_daily\": \"\", \"positive\": 3747, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 3587, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.4165004863806112, \"deceased_daily\": \"\", \"deceased\": 242, \"positive_100k\": 26.047219687577353, \"positive_daily\": \"\", \"positive\": 4450, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 3588, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.5920997202294473, \"deceased_daily\": \"\", \"deceased\": 272, \"positive_100k\": 29.061673201982376, \"positive_daily\": \"\", \"positive\": 4965, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 3589, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.7384324151034776, \"deceased_daily\": \"\", \"deceased\": 297, \"positive_100k\": 41.91553711971718, \"positive_daily\": \"\", \"positive\": 7161, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 3590, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.8437919554127793, \"deceased_daily\": \"\", \"deceased\": 315, \"positive_100k\": 42.47745466803345, \"positive_daily\": \"\", \"positive\": 7257, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 3591, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.9491514957220806, \"deceased_daily\": \"\", \"deceased\": 333, \"positive_100k\": 43.70079599718034, \"positive_daily\": \"\", \"positive\": 7466, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 3592, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.0779242672112272, \"deceased_daily\": \"\", \"deceased\": 355, \"positive_100k\": 44.0695543882629, \"positive_daily\": \"\", \"positive\": 7529, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 3593, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.1598705763406842, \"deceased_daily\": \"\", \"deceased\": 369, \"positive_100k\": 44.50269916509003, \"positive_daily\": \"\", \"positive\": 7603, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 3594, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.2710834244449467, \"deceased_daily\": \"\", \"deceased\": 388, \"positive_100k\": 45.995292652805134, \"positive_daily\": \"\", \"positive\": 7858, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 3595, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.358883041369365, \"deceased_daily\": \"\", \"deceased\": 403, \"positive_100k\": 48.1434566135559, \"positive_daily\": \"\", \"positive\": 8225, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 3596, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.4642425816786666, \"deceased_daily\": \"\", \"deceased\": 421, \"positive_100k\": 49.460450867422175, \"positive_daily\": \"\", \"positive\": 8450, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 3597, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.669108354502309, \"deceased_daily\": \"\", \"deceased\": 456, \"positive_100k\": 52.80854292613997, \"positive_daily\": \"\", \"positive\": 9022, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 3598, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.77446789481161, \"deceased_daily\": \"\", \"deceased\": 474, \"positive_100k\": 55.41911820269267, \"positive_daily\": \"\", \"positive\": 9468, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 3599, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.96762705204533, \"deceased_daily\": \"\", \"deceased\": 507, \"positive_100k\": 59.28230134736707, \"positive_daily\": \"\", \"positive\": 10128, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 3832, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.706290635665205, \"positive_daily\": \"\", \"positive\": 115, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 3833, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.945875640858697, \"positive_daily\": \"\", \"positive\": 171, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 3834, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.519909394011888, \"positive_daily\": \"\", \"positive\": 205, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 3835, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.034046895866705, \"positive_daily\": \"\", \"positive\": 225, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 3836, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.53237377392716, \"positive_daily\": \"\", \"positive\": 258, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 3837, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 20.213735649761826, \"positive_daily\": \"\", \"positive\": 267, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 3838, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 21.42504565124568, \"positive_daily\": \"\", \"positive\": 283, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 3839, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 23.166303778378722, \"positive_daily\": \"\", \"positive\": 306, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 3840, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 24.680441280233538, \"positive_daily\": \"\", \"positive\": 326, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 3841, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 26.648820032644803, \"positive_daily\": \"\", \"positive\": 352, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 3842, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 27.9358369092214, \"positive_daily\": \"\", \"positive\": 369, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 3843, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 30.585577537467334, \"positive_daily\": \"\", \"positive\": 404, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 3844, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 40.73029879989462, \"positive_daily\": \"\", \"positive\": 538, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 3845, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 43.53145317832603, \"positive_daily\": \"\", \"positive\": 575, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 3846, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 48.83093443481789, \"positive_daily\": \"\", \"positive\": 645, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 3847, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.22712062527822274, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 51.404968187971086, \"positive_daily\": \"\", \"positive\": 679, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 3848, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.22712062527822274, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 54.13041569130976, \"positive_daily\": \"\", \"positive\": 715, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 3849, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.3028275003709637, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 56.401621944091985, \"positive_daily\": \"\", \"positive\": 745, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 3850, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.3785343754637046, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 58.97565569724517, \"positive_daily\": \"\", \"positive\": 779, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 3851, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8327756260201501, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 64.95649882957171, \"positive_daily\": \"\", \"positive\": 858, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 3852, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.908482501112891, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 72.75430696412403, \"positive_daily\": \"\", \"positive\": 961, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 3853, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9841893762056321, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 78.65944322135782, \"positive_daily\": \"\", \"positive\": 1039, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 3854, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.135603126391114, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 83.05044197673679, \"positive_daily\": \"\", \"positive\": 1097, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 3855, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4384306267620774, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 83.88321760275694, \"positive_daily\": \"\", \"positive\": 1108, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 3856, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.5898443769475592, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 86.98719948155932, \"positive_daily\": \"\", \"positive\": 1149, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 3857, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 89.712646984898, \"positive_daily\": \"\", \"positive\": 1185, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 3858, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 91.37819823693829, \"positive_daily\": \"\", \"positive\": 1207, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 3859, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 95.23924886666808, \"positive_daily\": \"\", \"positive\": 1258, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 3860, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 98.72176512093415, \"positive_daily\": \"\", \"positive\": 1304, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 3861, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.892671877318523, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 99.10029949639788, \"positive_daily\": \"\", \"positive\": 1309, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 3862, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.119792502596746, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 100.84155762353092, \"positive_daily\": \"\", \"positive\": 1332, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 3863, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.3469131278749686, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 103.94553950233329, \"positive_daily\": \"\", \"positive\": 1373, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 3864, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.649740628245932, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 105.98962512983731, \"positive_daily\": \"\", \"positive\": 1400, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 3865, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.7254475033386734, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 108.56365888299048, \"positive_daily\": \"\", \"positive\": 1434, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 3866, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.876861253524155, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 110.456330760309, \"positive_daily\": \"\", \"positive\": 1459, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 3867, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.876861253524155, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 114.46879514022427, \"positive_daily\": \"\", \"positive\": 1512, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 3868, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.028275003709637, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 115.68010514170814, \"positive_daily\": \"\", \"positive\": 1528, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 3869, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.028275003709637, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 116.21005326735731, \"positive_daily\": \"\", \"positive\": 1535, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 4101, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.8089633113146855, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 4102, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.077527387392285, \"positive_daily\": \"\", \"positive\": 225, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 4103, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.421851922327633, \"positive_daily\": \"\", \"positive\": 244, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 4104, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.019889272478502, \"positive_daily\": \"\", \"positive\": 277, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 4105, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.817272406012994, \"positive_daily\": \"\", \"positive\": 321, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 4106, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.08910756517248, \"positive_daily\": \"\", \"positive\": 336, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 4107, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.248937577586285, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 4108, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.15505477478457, \"positive_daily\": \"\", \"positive\": 450, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 4109, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.477985882694067, \"positive_daily\": \"\", \"positive\": 523, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 4110, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 11.344587308922536, \"positive_daily\": \"\", \"positive\": 626, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 4111, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.685640760776, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 4112, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.352896403620845, \"positive_daily\": \"\", \"positive\": 792, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 4113, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.054367031831897145, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.947662670689827, \"positive_daily\": \"\", \"positive\": 880, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 4114, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09061171971982857, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 17.36120549831915, \"positive_daily\": \"\", \"positive\": 958, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 4115, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.12685640760775999, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 18.865360045668307, \"positive_daily\": \"\", \"positive\": 1041, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 4116, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.1631010954956914, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 21.148775382607987, \"positive_daily\": \"\", \"positive\": 1167, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 4117, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.19934578338362285, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 22.471706490517484, \"positive_daily\": \"\", \"positive\": 1240, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 4118, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.23559047127155425, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 24.50140901224164, \"positive_daily\": \"\", \"positive\": 1352, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 4119, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.3080798470474171, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 25.697483712543377, \"positive_daily\": \"\", \"positive\": 1418, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 4120, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.3080798470474171, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 26.204909342974418, \"positive_daily\": \"\", \"positive\": 1446, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 4121, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.34432453493534854, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 27.509718106939953, \"positive_daily\": \"\", \"positive\": 1518, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 4122, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.36244687887931426, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 29.267585469504624, \"positive_daily\": \"\", \"positive\": 1615, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 4123, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.4530585985991428, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 34.10625130254347, \"positive_daily\": \"\", \"positive\": 1882, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 4124, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.5074256304310399, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 34.92175678002193, \"positive_daily\": \"\", \"positive\": 1927, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 4125, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.4893032864870742, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 39.43422042206939, \"positive_daily\": \"\", \"positive\": 2176, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 4126, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.6161596940948342, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 41.826369822672866, \"positive_daily\": \"\", \"positive\": 2308, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 4127, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7248937577586285, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 45.07026938864273, \"positive_daily\": \"\", \"positive\": 2487, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 4128, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.76113844564656, \"deceased_daily\": \"\", \"deceased\": 42, \"positive_100k\": 47.208705974030686, \"positive_daily\": \"\", \"positive\": 2605, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 4129, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8698725093103543, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 50.18077038084106, \"positive_daily\": \"\", \"positive\": 2769, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 4130, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8879948532543199, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 52.64540915722039, \"positive_daily\": \"\", \"positive\": 2905, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 4131, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.0148512608620799, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 53.89585088935404, \"positive_daily\": \"\", \"positive\": 2974, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 4132, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.069218292693977, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 55.52686184431095, \"positive_daily\": \"\", \"positive\": 3064, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 4133, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.1598300124138057, \"deceased_daily\": \"\", \"deceased\": 64, \"positive_100k\": 57.28472920687562, \"positive_daily\": \"\", \"positive\": 3161, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 4134, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.3048087639655312, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 58.66202734661701, \"positive_daily\": \"\", \"positive\": 3237, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 4135, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.3591757957974284, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 61.05417674722049, \"positive_daily\": \"\", \"positive\": 3369, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 4136, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.4860322034051885, \"deceased_daily\": \"\", \"deceased\": 82, \"positive_100k\": 63.22885802049637, \"positive_daily\": \"\", \"positive\": 3489, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 4137, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.631010954956914, \"deceased_daily\": \"\", \"deceased\": 90, \"positive_100k\": 66.7083480577378, \"positive_daily\": \"\", \"positive\": 3681, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 4138, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.703500330732777, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 68.55682714002229, \"positive_daily\": \"\", \"positive\": 3783, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 4139, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.7759897065086399, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 70.09722637525938, \"positive_daily\": \"\", \"positive\": 3868, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 4178, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.14928215288271898, \"positive_daily\": \"\", \"positive\": 100, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 4179, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.19406679874753469, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 4180, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.00447846458648157, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.2851289120059933, \"positive_daily\": \"\", \"positive\": 191, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 4181, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.00597128611530876, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.30453559188074675, \"positive_daily\": \"\", \"positive\": 204, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 4182, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.00597128611530876, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.4299326003022307, \"positive_daily\": \"\", \"positive\": 288, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 4183, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.00895692917296314, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 0.5672721809543322, \"positive_daily\": \"\", \"positive\": 380, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 4184, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.013435393759444709, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 0.9792909229106365, \"positive_daily\": \"\", \"positive\": 656, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 4185, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.01642103681709909, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 1.431615846145275, \"positive_daily\": \"\", \"positive\": 959, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 4186, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.028363609047716606, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 1.6958452567476878, \"positive_daily\": \"\", \"positive\": 1136, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 4187, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.028363609047716606, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 1.8197494436403443, \"positive_daily\": \"\", \"positive\": 1219, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 4188, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.04926311045129727, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 2.6781218227159784, \"positive_daily\": \"\", \"positive\": 1794, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 4189, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.07165543338370511, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 3.4230397656007465, \"positive_daily\": \"\", \"positive\": 2293, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 4190, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.07165543338370511, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 3.4230397656007465, \"positive_daily\": \"\", \"positive\": 2293, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 4191, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.117932900777348, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 5.495076047612886, \"positive_daily\": \"\", \"positive\": 3681, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 4192, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.13584675912327426, \"deceased_daily\": \"\", \"deceased\": 91, \"positive_100k\": 6.711725593607046, \"positive_daily\": \"\", \"positive\": 4496, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 4193, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.13584675912327426, \"deceased_daily\": \"\", \"deceased\": 91, \"positive_100k\": 6.7654671686448244, \"positive_daily\": \"\", \"positive\": 4532, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 4194, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 9.97652627715211, \"positive_daily\": \"\", \"positive\": 6683, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 4195, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 11.51711809490177, \"positive_daily\": \"\", \"positive\": 7715, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 4196, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 13.62050362901928, \"positive_daily\": \"\", \"positive\": 9124, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 4197, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.36424845303383435, \"deceased_daily\": \"\", \"deceased\": 244, \"positive_100k\": 16.376252171234274, \"positive_daily\": \"\", \"positive\": 10970, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 4198, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6732625095010626, \"deceased_daily\": \"\", \"deceased\": 451, \"positive_100k\": 19.045417064777286, \"positive_daily\": \"\", \"positive\": 12758, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 4199, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.8404585207297078, \"deceased_daily\": \"\", \"deceased\": 563, \"positive_100k\": 21.590677771427647, \"positive_daily\": \"\", \"positive\": 14463, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 4200, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.0091473534871804, \"deceased_daily\": \"\", \"deceased\": 676, \"positive_100k\": 24.247900092740043, \"positive_daily\": \"\", \"positive\": 16243, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 4201, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.2868121578490377, \"deceased_daily\": \"\", \"deceased\": 862, \"positive_100k\": 30.04004762458954, \"positive_daily\": \"\", \"positive\": 20123, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 4202, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.645089324767563, \"deceased_daily\": \"\", \"deceased\": 1102, \"positive_100k\": 33.77060862512869, \"positive_daily\": \"\", \"positive\": 22622, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 4203, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.989931097926644, \"deceased_daily\": \"\", \"deceased\": 1333, \"positive_100k\": 38.21623113797606, \"positive_daily\": \"\", \"positive\": 25600, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 4204, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.534810955948568, \"deceased_daily\": \"\", \"deceased\": 1698, \"positive_100k\": 44.11436899837229, \"positive_daily\": \"\", \"positive\": 29551, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 4205, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.981164593067898, \"deceased_daily\": \"\", \"deceased\": 1997, \"positive_100k\": 49.86322470588579, \"positive_daily\": \"\", \"positive\": 33402, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 4206, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.458867482292599, \"deceased_daily\": \"\", \"deceased\": 2317, \"positive_100k\": 56.88396435596007, \"positive_daily\": \"\", \"positive\": 38105, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 4207, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.8977570117677924, \"deceased_daily\": \"\", \"deceased\": 2611, \"positive_100k\": 60.769778795497245, \"positive_daily\": \"\", \"positive\": 40708, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 4208, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.5232492323463855, \"deceased_daily\": \"\", \"deceased\": 3030, \"positive_100k\": 67.43074845712417, \"positive_daily\": \"\", \"positive\": 45170, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 4209, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 5.272645639817635, \"deceased_daily\": \"\", \"deceased\": 3532, \"positive_100k\": 78.86128290335395, \"positive_daily\": \"\", \"positive\": 52827, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 4210, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 6.589314228243216, \"deceased_daily\": \"\", \"deceased\": 4414, \"positive_100k\": 86.20895046824138, \"positive_daily\": \"\", \"positive\": 57749, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 4211, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 8.05825061260917, \"deceased_daily\": \"\", \"deceased\": 5398, \"positive_100k\": 89.46330140108465, \"positive_daily\": \"\", \"positive\": 59929, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 4212, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 9.733196367953278, \"deceased_daily\": \"\", \"deceased\": 6520, \"positive_100k\": 97.33494932259043, \"positive_daily\": \"\", \"positive\": 65202, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 4213, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.306630259337135, \"deceased_daily\": \"\", \"deceased\": 7574, \"positive_100k\": 103.7510962534897, \"positive_daily\": \"\", \"positive\": 69500, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 4214, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 12.081404632798447, \"deceased_daily\": \"\", \"deceased\": 8093, \"positive_100k\": 106.60537101660728, \"positive_daily\": \"\", \"positive\": 71412, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 4215, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 13.324924966311496, \"deceased_daily\": \"\", \"deceased\": 8926, \"positive_100k\": 112.47365244642697, \"positive_daily\": \"\", \"positive\": 75343, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 4216, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 15.440253072659623, \"deceased_daily\": \"\", \"deceased\": 10343, \"positive_100k\": 118.17623068654682, \"positive_daily\": \"\", \"positive\": 79163, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 4217, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 16.25234798434162, \"deceased_daily\": \"\", \"deceased\": 10887, \"positive_100k\": 123.98927771979992, \"positive_daily\": \"\", \"positive\": 83057, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 4218, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 18.254221654498878, \"deceased_daily\": \"\", \"deceased\": 12228, \"positive_100k\": 130.42184568751628, \"positive_daily\": \"\", \"positive\": 87366, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 4219, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 19.727636503451315, \"deceased_daily\": \"\", \"deceased\": 13215, \"positive_100k\": 136.94846141154875, \"positive_daily\": \"\", \"positive\": 91738, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 4220, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 20.677070995785407, \"deceased_daily\": \"\", \"deceased\": 13851, \"positive_100k\": 141.61352868913372, \"positive_daily\": \"\", \"positive\": 94863, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 4221, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 21.51454387345746, \"deceased_daily\": \"\", \"deceased\": 14412, \"positive_100k\": 181.69429391661492, \"positive_daily\": \"\", \"positive\": 121712, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 4222, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 22.371423431004267, \"deceased_daily\": \"\", \"deceased\": 14986, \"positive_100k\": 187.19086278575665, \"positive_daily\": \"\", \"positive\": 125394, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 4223, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 23.508953435970586, \"deceased_daily\": \"\", \"deceased\": 15748, \"positive_100k\": 196.0985288482685, \"positive_daily\": \"\", \"positive\": 131361, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 4224, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 25.65861643748174, \"deceased_daily\": \"\", \"deceased\": 17188, \"positive_100k\": 200.90690699262086, \"positive_daily\": \"\", \"positive\": 134582, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 4225, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 26.78271104868861, \"deceased_daily\": \"\", \"deceased\": 17941, \"positive_100k\": 219.58061149672017, \"positive_daily\": \"\", \"positive\": 147091, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 4226, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 27.92024105365493, \"deceased_daily\": \"\", \"deceased\": 18703, \"positive_100k\": 222.62447459399883, \"positive_daily\": \"\", \"positive\": 149130, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 48}, {\"index\": 4227, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 28.87863247516199, \"deceased_daily\": \"\", \"deceased\": 19345, \"positive_100k\": 222.6528382030465, \"positive_daily\": \"\", \"positive\": 149149, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 49}, {\"index\": 4228, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 29.474268265164035, \"deceased_daily\": \"\", \"deceased\": 19744, \"positive_100k\": 230.03931912768346, \"positive_daily\": \"\", \"positive\": 154097, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 50}, {\"index\": 4229, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 30.292334462961335, \"deceased_daily\": \"\", \"deceased\": 20292, \"positive_100k\": 233.5967128308787, \"positive_daily\": \"\", \"positive\": 156480, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 51}, {\"index\": 4449, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.15676264021182154, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 4450, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.19173276764368943, \"positive_daily\": \"\", \"positive\": 159, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 4451, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.23634982678090016, \"positive_daily\": \"\", \"positive\": 196, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 4452, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.31593701334997876, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 4453, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5812276352469076, \"positive_daily\": \"\", \"positive\": 482, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 4454, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8079305303224649, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 4455, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9634873040711186, \"positive_daily\": \"\", \"positive\": 799, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 4456, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2541011216945723, \"positive_daily\": \"\", \"positive\": 1040, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 4457, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0024117329263357162, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.4180989606854009, \"positive_daily\": \"\", \"positive\": 1176, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 4458, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0024117329263357162, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.7569474368355689, \"positive_daily\": \"\", \"positive\": 1457, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 4459, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.003617599389503574, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.300793211724273, \"positive_daily\": \"\", \"positive\": 1908, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 4460, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.003617599389503574, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.5057905104628087, \"positive_daily\": \"\", \"positive\": 2078, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 4461, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.008441065242175007, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 4.431559252141878, \"positive_daily\": \"\", \"positive\": 3675, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 4462, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.010852798168510723, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 5.528897733624628, \"positive_daily\": \"\", \"positive\": 4585, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 4463, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.013264531094846438, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 6.987996154057737, \"positive_daily\": \"\", \"positive\": 5795, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 4464, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.020499729873853584, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 8.769060920156663, \"positive_daily\": \"\", \"positive\": 7272, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 4465, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.02894079511602859, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 11.162705849544862, \"positive_daily\": \"\", \"positive\": 9257, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 4466, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.03376426096870003, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 14.864715891470187, \"positive_daily\": \"\", \"positive\": 12327, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 4467, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.05305812437938575, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 18.473874215731584, \"positive_daily\": \"\", \"positive\": 15320, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 4468, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.08079305303224649, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 23.934037560955645, \"positive_daily\": \"\", \"positive\": 19848, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 4469, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.10129278290610007, \"deceased_daily\": \"\", \"deceased\": 84, \"positive_100k\": 26.78591174634763, \"positive_daily\": \"\", \"positive\": 22213, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 4470, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.11335144753777866, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 29.99351653837413, \"positive_daily\": \"\", \"positive\": 24873, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 4471, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.14832157496964654, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 35.037655953805285, \"positive_daily\": \"\", \"positive\": 29056, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 4472, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1893210347173537, \"deceased_daily\": \"\", \"deceased\": 157, \"positive_100k\": 39.776711154054965, \"positive_daily\": \"\", \"positive\": 32986, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 4473, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.24840849141257876, \"deceased_daily\": \"\", \"deceased\": 206, \"positive_100k\": 45.006554004813964, \"positive_daily\": \"\", \"positive\": 37323, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 4474, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.3219663456658181, \"deceased_daily\": \"\", \"deceased\": 267, \"positive_100k\": 52.98336065866935, \"positive_daily\": \"\", \"positive\": 43938, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 4475, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.41240633040340746, \"deceased_daily\": \"\", \"deceased\": 342, \"positive_100k\": 61.34363284781211, \"positive_daily\": \"\", \"positive\": 50871, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 4476, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.5221401785516825, \"deceased_daily\": \"\", \"deceased\": 433, \"positive_100k\": 69.57246559246957, \"positive_daily\": \"\", \"positive\": 57695, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 4477, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.6427268248684683, \"deceased_daily\": \"\", \"deceased\": 533, \"positive_100k\": 74.87827803040814, \"positive_daily\": \"\", \"positive\": 62095, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 4478, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.7777838687432684, \"deceased_daily\": \"\", \"deceased\": 645, \"positive_100k\": 80.65437838898218, \"positive_daily\": \"\", \"positive\": 66885, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 4479, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.93454650895509, \"deceased_daily\": \"\", \"deceased\": 775, \"positive_100k\": 86.59085898715755, \"positive_daily\": \"\", \"positive\": 71808, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 4480, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.1093971461144294, \"deceased_daily\": \"\", \"deceased\": 920, \"positive_100k\": 93.90323321980745, \"positive_daily\": \"\", \"positive\": 77872, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 4481, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.3348941747268188, \"deceased_daily\": \"\", \"deceased\": 1107, \"positive_100k\": 102.25024087785536, \"positive_daily\": \"\", \"positive\": 84794, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 4482, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.5374797405390188, \"deceased_daily\": \"\", \"deceased\": 1275, \"positive_100k\": 109.92558091591877, \"positive_daily\": \"\", \"positive\": 91159, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 4483, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.741271172814387, \"deceased_daily\": \"\", \"deceased\": 1444, \"positive_100k\": 115.87412017872582, \"positive_daily\": \"\", \"positive\": 96092, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 4484, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.9100924776578871, \"deceased_daily\": \"\", \"deceased\": 1584, \"positive_100k\": 120.73496789175545, \"positive_daily\": \"\", \"positive\": 100123, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 4485, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.182618298333823, \"deceased_daily\": \"\", \"deceased\": 1810, \"positive_100k\": 124.65523976351416, \"positive_daily\": \"\", \"positive\": 103374, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 4486, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.4310267897464017, \"deceased_daily\": \"\", \"deceased\": 2016, \"positive_100k\": 129.8272010240411, \"positive_daily\": \"\", \"positive\": 107663, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 4487, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.8325803219812986, \"deceased_daily\": \"\", \"deceased\": 2349, \"positive_100k\": 136.61984681106566, \"positive_daily\": \"\", \"positive\": 113296, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 4488, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.143693869478606, \"deceased_daily\": \"\", \"deceased\": 2607, \"positive_100k\": 142.5105044836406, \"positive_daily\": \"\", \"positive\": 118181, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 4489, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 3.336632503585463, \"deceased_daily\": \"\", \"deceased\": 2767, \"positive_100k\": 147.32191167168037, \"positive_daily\": \"\", \"positive\": 122171, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 4490, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.2992506432272597, \"deceased_daily\": \"\", \"deceased\": 2736, \"positive_100k\": 150.6223681813708, \"positive_daily\": \"\", \"positive\": 124908, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 4491, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 3.644128451693267, \"deceased_daily\": \"\", \"deceased\": 3022, \"positive_100k\": 154.1748507818633, \"positive_daily\": \"\", \"positive\": 127854, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 4492, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 3.8515374833581384, \"deceased_daily\": \"\", \"deceased\": 3194, \"positive_100k\": 156.84946259716963, \"positive_daily\": \"\", \"positive\": 130072, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 4493, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 3.9721241296749237, \"deceased_daily\": \"\", \"deceased\": 3294, \"positive_100k\": 158.40141273526666, \"positive_daily\": \"\", \"positive\": 131359, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 4494, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.5871160258905315, \"deceased_daily\": \"\", \"deceased\": 3804, \"positive_100k\": 162.49412351125838, \"positive_daily\": \"\", \"positive\": 134753, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 4495, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.886170908756161, \"deceased_daily\": \"\", \"deceased\": 4052, \"positive_100k\": 166.0454002452877, \"positive_daily\": \"\", \"positive\": 137698, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 4496, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.247930847706518, \"deceased_daily\": \"\", \"deceased\": 4352, \"positive_100k\": 170.50590029254562, \"positive_daily\": \"\", \"positive\": 141397, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 4497, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.376958559265479, \"deceased_daily\": \"\", \"deceased\": 4459, \"positive_100k\": 172.8513105634071, \"positive_daily\": \"\", \"positive\": 143342, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 48}, {\"index\": 4498, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.530103600087797, \"deceased_daily\": \"\", \"deceased\": 4586, \"positive_100k\": 175.0725165885623, \"positive_daily\": \"\", \"positive\": 145184, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 49}, {\"index\": 4499, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.862922743922126, \"deceased_daily\": \"\", \"deceased\": 4862, \"positive_100k\": 177.34075140578102, \"positive_daily\": \"\", \"positive\": 147065, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 50}, {\"index\": 5812, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.6578724740424757, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 5813, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.6578724740424757, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 5814, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.482018977621538, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 5815, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.594616757453272, \"positive_daily\": \"\", \"positive\": 223, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 5816, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 6.016269476127154, \"positive_daily\": \"\", \"positive\": 292, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 5817, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.47624006233844, \"positive_daily\": \"\", \"positive\": 557, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 5818, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 14.072301548612488, \"positive_daily\": \"\", \"positive\": 683, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 5819, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.173875132739095, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 5820, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.08241465035790622, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.66691830606576, \"positive_daily\": \"\", \"positive\": 906, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 5821, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.12362197553685933, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 23.179120413161126, \"positive_daily\": \"\", \"positive\": 1125, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 5822, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.14422563812633588, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 27.382267581414343, \"positive_daily\": \"\", \"positive\": 1329, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 5823, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.185432963305289, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 32.22412828994133, \"positive_daily\": \"\", \"positive\": 1564, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 5824, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.39146958920005454, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 37.47806225025785, \"positive_daily\": \"\", \"positive\": 1819, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 5825, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.45328057696848423, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 43.700368352279774, \"positive_daily\": \"\", \"positive\": 2121, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 5826, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.741731853221156, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 49.75784515358589, \"positive_daily\": \"\", \"positive\": 2415, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 5827, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9477684791159215, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 53.87857767148119, \"positive_daily\": \"\", \"positive\": 2615, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 5828, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.112597779831734, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 59.95665813537678, \"positive_daily\": \"\", \"positive\": 2910, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 5829, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.4628600438528354, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 66.65284847695666, \"positive_daily\": \"\", \"positive\": 3235, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 5830, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.7513113201055073, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 71.0208249459257, \"positive_daily\": \"\", \"positive\": 3447, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 5831, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.0191589337687024, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 79.30349730689527, \"positive_daily\": \"\", \"positive\": 3849, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 5832, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.472439510737187, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 88.03945024483332, \"positive_daily\": \"\", \"positive\": 4273, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 5833, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.822701774758288, \"deceased_daily\": \"\", \"deceased\": 137, \"positive_100k\": 94.85926256195006, \"positive_daily\": \"\", \"positive\": 4604, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 5834, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.2553786891372956, \"deceased_daily\": \"\", \"deceased\": 158, \"positive_100k\": 102.89469097184592, \"positive_daily\": \"\", \"positive\": 4994, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 5835, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.5850372905689207, \"deceased_daily\": \"\", \"deceased\": 174, \"positive_100k\": 110.51804612995225, \"positive_daily\": \"\", \"positive\": 5364, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 5836, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 4.326769143790076, \"deceased_daily\": \"\", \"deceased\": 210, \"positive_100k\": 117.62630972332165, \"positive_daily\": \"\", \"positive\": 5709, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 5837, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.8418607085269905, \"deceased_daily\": \"\", \"deceased\": 235, \"positive_100k\": 125.14664656848059, \"positive_daily\": \"\", \"positive\": 6074, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 5838, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.418763261032334, \"deceased_daily\": \"\", \"deceased\": 263, \"positive_100k\": 135.4484778632189, \"positive_daily\": \"\", \"positive\": 6574, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 5839, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 5.913251163179772, \"deceased_daily\": \"\", \"deceased\": 287, \"positive_100k\": 166.66302668627586, \"positive_daily\": \"\", \"positive\": 8089, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 5840, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 6.593172028632497, \"deceased_daily\": \"\", \"deceased\": 320, \"positive_100k\": 183.9494995988467, \"positive_daily\": \"\", \"positive\": 8928, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 5841, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 6.88162330488517, \"deceased_daily\": \"\", \"deceased\": 334, \"positive_100k\": 198.92836230139613, \"positive_daily\": \"\", \"positive\": 9655, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 5842, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 7.520336845158943, \"deceased_daily\": \"\", \"deceased\": 365, \"positive_100k\": 219.36719559015688, \"positive_daily\": \"\", \"positive\": 10647, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 5843, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 8.365087011327482, \"deceased_daily\": \"\", \"deceased\": 406, \"positive_100k\": 236.5094428646014, \"positive_daily\": \"\", \"positive\": 11479, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 5844, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 9.14802618972759, \"deceased_daily\": \"\", \"deceased\": 444, \"positive_100k\": 258.51415451016237, \"positive_daily\": \"\", \"positive\": 12547, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 5845, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 10.013380018485606, \"deceased_daily\": \"\", \"deceased\": 486, \"positive_100k\": 273.43120622494337, \"positive_daily\": \"\", \"positive\": 13271, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 5846, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 10.919941172422574, \"deceased_daily\": \"\", \"deceased\": 530, \"positive_100k\": 288.03920300088225, \"positive_daily\": \"\", \"positive\": 13980, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 5847, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.764691338591113, \"deceased_daily\": \"\", \"deceased\": 571, \"positive_100k\": 304.068852495495, \"positive_daily\": \"\", \"positive\": 14758, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 5848, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.568234179580699, \"deceased_daily\": \"\", \"deceased\": 610, \"positive_100k\": 314.22645815210694, \"positive_daily\": \"\", \"positive\": 15251, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 5849, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 14.154716198970394, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 322.48852685048706, \"positive_daily\": \"\", \"positive\": 15652, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 5900, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1256444314369976, \"positive_daily\": \"\", \"positive\": 100, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 5901, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.418311983610617, \"positive_daily\": \"\", \"positive\": 126, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 5902, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.7447488687273462, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 5903, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3976226389608053, \"positive_daily\": \"\", \"positive\": 213, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 5904, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.453904860532655, \"positive_daily\": \"\", \"positive\": 218, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 5905, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.8141110785924943, \"positive_daily\": \"\", \"positive\": 250, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 5906, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.4219590715684727, \"positive_daily\": \"\", \"positive\": 304, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 5907, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.80650172223598, \"positive_daily\": \"\", \"positive\": 427, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 5908, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.954659042301717, \"positive_daily\": \"\", \"positive\": 529, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 5909, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 8.014588351831424, \"positive_daily\": \"\", \"positive\": 712, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 5910, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.93944032958869, \"positive_daily\": \"\", \"positive\": 883, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 5911, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.055651860690245, \"positive_daily\": \"\", \"positive\": 1071, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 5912, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.03376933294310993, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 13.935478061190032, \"positive_daily\": \"\", \"positive\": 1238, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 5913, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.05628222157184988, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 26.666516580742474, \"positive_daily\": \"\", \"positive\": 2369, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 5914, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09005155451495982, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 30.313604538598344, \"positive_daily\": \"\", \"positive\": 2693, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 5915, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.13507733177243972, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 34.163308494112876, \"positive_daily\": \"\", \"positive\": 3035, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 5916, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.13507733177243972, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 40.73707197370495, \"positive_daily\": \"\", \"positive\": 3619, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 5917, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.16884666471554965, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 47.80611900312929, \"positive_daily\": \"\", \"positive\": 4247, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 5918, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.18010310902991963, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 52.84900605596704, \"positive_daily\": \"\", \"positive\": 4695, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 5919, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.22512888628739952, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 60.31202863639434, \"positive_daily\": \"\", \"positive\": 5358, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 5920, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.2926675521736194, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 68.5742587631419, \"positive_daily\": \"\", \"positive\": 6092, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 5921, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4052319953173192, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 77.18543866363494, \"positive_daily\": \"\", \"positive\": 6857, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 5922, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.45025777257479904, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 83.61286836714018, \"positive_daily\": \"\", \"positive\": 7428, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 5923, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.495283549832279, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 88.37434431211868, \"positive_daily\": \"\", \"positive\": 7851, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 5924, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.5515657714041289, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 94.8918255701389, \"positive_daily\": \"\", \"positive\": 8430, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 5925, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.6416173259190887, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 100.22738017515027, \"positive_daily\": \"\", \"positive\": 8904, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 5926, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.7316688804340484, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 104.09959701929354, \"positive_daily\": \"\", \"positive\": 9248, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 5927, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.8217204349490083, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 105.85560233233525, \"positive_daily\": \"\", \"positive\": 9404, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 5928, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.9680542110358179, \"deceased_daily\": \"\", \"deceased\": 86, \"positive_100k\": 112.20423692563993, \"positive_daily\": \"\", \"positive\": 9968, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 5929, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.0693622098651479, \"deceased_daily\": \"\", \"deceased\": 95, \"positive_100k\": 117.15707242396273, \"positive_daily\": \"\", \"positive\": 10408, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 5930, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.1369008757513677, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 120.92798126927666, \"positive_daily\": \"\", \"positive\": 10743, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 5931, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.1594137643801075, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 125.4530718836534, \"positive_daily\": \"\", \"positive\": 11145, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 5932, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.3057475404669174, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 130.41716382629053, \"positive_daily\": \"\", \"positive\": 11586, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 5933, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.3845426506675071, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 135.59512821090073, \"positive_daily\": \"\", \"positive\": 12046, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 5934, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.4633377608680969, \"deceased_daily\": \"\", \"deceased\": 130, \"positive_100k\": 140.7168103739391, \"positive_daily\": \"\", \"positive\": 12501, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 5935, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.5984150926405367, \"deceased_daily\": \"\", \"deceased\": 142, \"positive_100k\": 143.60971656273216, \"positive_daily\": \"\", \"positive\": 12758, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 5936, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.6997230914698664, \"deceased_daily\": \"\", \"deceased\": 151, \"positive_100k\": 146.13116008915105, \"positive_daily\": \"\", \"positive\": 12982, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 5937, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.8460568675566764, \"deceased_daily\": \"\", \"deceased\": 164, \"positive_100k\": 149.31673383011773, \"positive_daily\": \"\", \"positive\": 13265, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 5938, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.9361084220716358, \"deceased_daily\": \"\", \"deceased\": 172, \"positive_100k\": 151.86069024516536, \"positive_daily\": \"\", \"positive\": 13491, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 5939, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.9923906436434857, \"deceased_daily\": \"\", \"deceased\": 177, \"positive_100k\": 154.35962088295548, \"positive_daily\": \"\", \"positive\": 13713, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 39}, {\"index\": 5972, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.004964316246603601, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.25648967274118606, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 5973, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.011583404575408402, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 0.3789428068240749, \"positive_daily\": \"\", \"positive\": 229, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 5974, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.016547720822012002, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 0.5328366104687865, \"positive_daily\": \"\", \"positive\": 322, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 5975, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.019857264986414404, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 0.7496117532371437, \"positive_daily\": \"\", \"positive\": 453, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 5976, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.028131125397420405, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 1.0838757138417863, \"positive_daily\": \"\", \"positive\": 655, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 5977, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.03475021372622521, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.469437608994666, \"positive_daily\": \"\", \"positive\": 888, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 5978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.04798839038383481, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 1.866582908722954, \"positive_daily\": \"\", \"positive\": 1128, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 5979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.05626225079484081, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 2.803183907248833, \"positive_daily\": \"\", \"positive\": 1694, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 5980, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.08604814827446242, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 3.3691159593616438, \"positive_daily\": \"\", \"positive\": 2036, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 5981, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.13072699449389483, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 4.140239749667403, \"positive_daily\": \"\", \"positive\": 2502, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 5982, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.17706061279552843, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 5.111590961919508, \"positive_daily\": \"\", \"positive\": 3089, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 5983, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.24490626816577765, \"deceased_daily\": \"\", \"deceased\": 148, \"positive_100k\": 6.3841106931322305, \"positive_daily\": \"\", \"positive\": 3858, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 5984, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.32599010019363645, \"deceased_daily\": \"\", \"deceased\": 197, \"positive_100k\": 7.671523373084765, \"positive_daily\": \"\", \"positive\": 4636, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 5985, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.38556189515287964, \"deceased_daily\": \"\", \"deceased\": 233, \"positive_100k\": 9.735024159589662, \"positive_daily\": \"\", \"positive\": 5883, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 5986, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.6056465820856393, \"deceased_daily\": \"\", \"deceased\": 366, \"positive_100k\": 12.203944106233852, \"positive_daily\": \"\", \"positive\": 7375, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 5987, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.7661594740591559, \"deceased_daily\": \"\", \"deceased\": 463, \"positive_100k\": 15.17756953794941, \"positive_daily\": \"\", \"positive\": 9172, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 5988, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 1.0441611838689575, \"deceased_daily\": \"\", \"deceased\": 631, \"positive_100k\": 16.794281862259982, \"positive_daily\": \"\", \"positive\": 10149, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 5989, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 1.3684965119803927, \"deceased_daily\": \"\", \"deceased\": 827, \"positive_100k\": 20.621769688391357, \"positive_daily\": \"\", \"positive\": 12462, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 5990, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 1.3684965119803927, \"deceased_daily\": \"\", \"deceased\": 827, \"positive_100k\": 20.621769688391357, \"positive_daily\": \"\", \"positive\": 12462, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 5991, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 2.0949414560667194, \"deceased_daily\": \"\", \"deceased\": 1266, \"positive_100k\": 29.223274971673195, \"positive_daily\": \"\", \"positive\": 17660, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 5992, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 2.3845265704519294, \"deceased_daily\": \"\", \"deceased\": 1441, \"positive_100k\": 35.010012943130796, \"positive_daily\": \"\", \"positive\": 21157, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 5993, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 2.9934826967019714, \"deceased_daily\": \"\", \"deceased\": 1809, \"positive_100k\": 40.95064471823311, \"positive_daily\": \"\", \"positive\": 24747, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 5994, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 3.5709981533901907, \"deceased_daily\": \"\", \"deceased\": 2158, \"positive_100k\": 46.300522859989584, \"positive_daily\": \"\", \"positive\": 27980, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 5995, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 4.141894521749604, \"deceased_daily\": \"\", \"deceased\": 2503, \"positive_100k\": 52.13524922183102, \"positive_daily\": \"\", \"positive\": 31506, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 5996, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 4.927911260795175, \"deceased_daily\": \"\", \"deceased\": 2978, \"positive_100k\": 59.096875371651464, \"positive_daily\": \"\", \"positive\": 35713, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 5997, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 5.634498939895087, \"deceased_daily\": \"\", \"deceased\": 3405, \"positive_100k\": 67.90357239312625, \"positive_daily\": \"\", \"positive\": 41035, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 5998, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 6.67204103543524, \"deceased_daily\": \"\", \"deceased\": 4032, \"positive_100k\": 77.80903807718265, \"positive_daily\": \"\", \"positive\": 47021, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 5999, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 7.984275296620791, \"deceased_daily\": \"\", \"deceased\": 4825, \"positive_100k\": 88.65937862017591, \"positive_daily\": \"\", \"positive\": 53578, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 6000, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 9.061531922133772, \"deceased_daily\": \"\", \"deceased\": 5476, \"positive_100k\": 97.85991139721459, \"positive_daily\": \"\", \"positive\": 59138, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 6001, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 10.056049943536696, \"deceased_daily\": \"\", \"deceased\": 6077, \"positive_100k\": 105.78461489887613, \"positive_daily\": \"\", \"positive\": 63927, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 6002, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 11.285545600612187, \"deceased_daily\": \"\", \"deceased\": 6820, \"positive_100k\": 114.47051355835023, \"positive_daily\": \"\", \"positive\": 69176, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 6003, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 12.415754932755606, \"deceased_daily\": \"\", \"deceased\": 7503, \"positive_100k\": 123.09187610661849, \"positive_daily\": \"\", \"positive\": 74386, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 6004, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 13.593952655282862, \"deceased_daily\": \"\", \"deceased\": 8215, \"positive_100k\": 133.35642733251254, \"positive_daily\": \"\", \"positive\": 80589, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 6005, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 15.114688198825764, \"deceased_daily\": \"\", \"deceased\": 9134, \"positive_100k\": 143.13447556623942, \"positive_daily\": \"\", \"positive\": 86498, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 6006, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 16.585780579902632, \"deceased_daily\": \"\", \"deceased\": 10023, \"positive_100k\": 153.02008398530938, \"positive_daily\": \"\", \"positive\": 92472, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 6007, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 17.83678827404674, \"deceased_daily\": \"\", \"deceased\": 10779, \"positive_100k\": 161.65302993815305, \"positive_daily\": \"\", \"positive\": 97689, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 6008, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 19.180463204794112, \"deceased_daily\": \"\", \"deceased\": 11591, \"positive_100k\": 168.3548568710679, \"positive_daily\": \"\", \"positive\": 101739, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 6009, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 20.565507437596516, \"deceased_daily\": \"\", \"deceased\": 12428, \"positive_100k\": 175.0616481202294, \"positive_daily\": \"\", \"positive\": 105792, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 6010, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 21.76852674135679, \"deceased_daily\": \"\", \"deceased\": 13155, \"positive_100k\": 182.97476821731553, \"positive_daily\": \"\", \"positive\": 110574, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 6011, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 23.026153523829702, \"deceased_daily\": \"\", \"deceased\": 13915, \"positive_100k\": 190.69924429703073, \"positive_daily\": \"\", \"positive\": 115242, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 6012, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 24.293708938795824, \"deceased_daily\": \"\", \"deceased\": 14681, \"positive_100k\": 198.28637429392325, \"positive_daily\": \"\", \"positive\": 119827, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 6013, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 25.42060872677484, \"deceased_daily\": \"\", \"deceased\": 15362, \"positive_100k\": 206.2375541489, \"positive_daily\": \"\", \"positive\": 124632, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 6014, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 26.289364069930468, \"deceased_daily\": \"\", \"deceased\": 15887, \"positive_100k\": 213.37955045568037, \"positive_daily\": \"\", \"positive\": 128948, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 6015, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 27.341799114210435, \"deceased_daily\": \"\", \"deceased\": 16523, \"positive_100k\": 219.3350751795225, \"positive_daily\": \"\", \"positive\": 132547, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 6016, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 28.341281451859956, \"deceased_daily\": \"\", \"deceased\": 17127, \"positive_100k\": 224.36392753733196, \"positive_daily\": \"\", \"positive\": 135586, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 6017, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 29.23816792041301, \"deceased_daily\": \"\", \"deceased\": 17669, \"positive_100k\": 230.71163324465573, \"positive_daily\": \"\", \"positive\": 139422, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 6018, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 30.247578890555737, \"deceased_daily\": \"\", \"deceased\": 18279, \"positive_100k\": 237.6682950782296, \"positive_daily\": \"\", \"positive\": 143626, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 6019, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 31.190798977410424, \"deceased_daily\": \"\", \"deceased\": 18849, \"positive_100k\": 244.20629957500654, \"positive_daily\": \"\", \"positive\": 147577, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 6020, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 32.21510289629297, \"deceased_daily\": \"\", \"deceased\": 19468, \"positive_100k\": 251.97379972885895, \"positive_daily\": \"\", \"positive\": 152271, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 48}, {\"index\": 6021, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 32.928309663721684, \"deceased_daily\": \"\", \"deceased\": 19899, \"positive_100k\": 258.7451270892263, \"positive_daily\": \"\", \"positive\": 156363, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 49}, {\"index\": 6022, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 33.86491066224757, \"deceased_daily\": \"\", \"deceased\": 20465, \"positive_100k\": 263.96262346440665, \"positive_daily\": \"\", \"positive\": 159516, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 50}, {\"index\": 6023, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 34.86108345573268, \"deceased_daily\": \"\", \"deceased\": 21067, \"positive_100k\": 268.88060609270866, \"positive_daily\": \"\", \"positive\": 162488, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 51}, {\"index\": 6024, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 35.817541719244986, \"deceased_daily\": \"\", \"deceased\": 21645, \"positive_100k\": 273.29388323593923, \"positive_daily\": \"\", \"positive\": 165155, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 52}, {\"index\": 6025, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 36.68629706240061, \"deceased_daily\": \"\", \"deceased\": 22170, \"positive_100k\": 279.55885033915297, \"positive_daily\": \"\", \"positive\": 168941, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 53}, {\"index\": 6026, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 37.6377910096663, \"deceased_daily\": \"\", \"deceased\": 22745, \"positive_100k\": 285.3389692222818, \"positive_daily\": \"\", \"positive\": 172434, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 54}, {\"index\": 6027, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 38.435391153287284, \"deceased_daily\": \"\", \"deceased\": 23227, \"positive_100k\": 291.11577856124615, \"positive_daily\": \"\", \"positive\": 175925, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 55}, {\"index\": 6028, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 39.1519074648804, \"deceased_daily\": \"\", \"deceased\": 23660, \"positive_100k\": 296.1578690957132, \"positive_daily\": \"\", \"positive\": 178972, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 56}, {\"index\": 6029, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 39.90317399019975, \"deceased_daily\": \"\", \"deceased\": 24114, \"positive_100k\": 299.8910349131591, \"positive_daily\": \"\", \"positive\": 181228, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 57}, {\"index\": 7345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.16454729747518626, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 23.03662164652608, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 7346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3290945949503725, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 33.40310138746281, \"positive_daily\": \"\", \"positive\": 203, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 7347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.658189189900745, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 55.123344654187406, \"positive_daily\": \"\", \"positive\": 335, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 7348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.658189189900745, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 79.64089197799015, \"positive_daily\": \"\", \"positive\": 484, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 7349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 110.24668930837481, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 7350, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 131.30874338519862, \"positive_daily\": \"\", \"positive\": 798, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 7351, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 143.97888529078799, \"positive_daily\": \"\", \"positive\": 875, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 7352, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 180.8374799252297, \"positive_daily\": \"\", \"positive\": 1099, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 7353, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 219.34154753442328, \"positive_daily\": \"\", \"positive\": 1333, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 7354, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.4809256772766763, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 239.08722323144565, \"positive_daily\": \"\", \"positive\": 1453, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 7355, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.468209462127794, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 264.098412447674, \"positive_daily\": \"\", \"positive\": 1605, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 7356, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.9618513545533527, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 301.2861016770661, \"positive_daily\": \"\", \"positive\": 1831, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 7357, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.4554932469789117, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 320.8672300766132, \"positive_daily\": \"\", \"positive\": 1950, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 7358, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 3.6200405444540977, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 327.1200273806703, \"positive_daily\": \"\", \"positive\": 1988, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 7359, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 3.7845878419292847, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 358.38401390095567, \"positive_daily\": \"\", \"positive\": 2178, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 7360, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 4.771871626780402, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 381.585182844957, \"positive_daily\": \"\", \"positive\": 2319, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 7361, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.936418924255588, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 409.2291288207883, \"positive_daily\": \"\", \"positive\": 2487, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 7362, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 5.100966221730774, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 429.7975410051866, \"positive_daily\": \"\", \"positive\": 2612, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 7363, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 5.100966221730774, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 449.04957480978334, \"positive_daily\": \"\", \"positive\": 2729, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 7364, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 5.923702709106705, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 461.3906221204223, \"positive_daily\": \"\", \"positive\": 2804, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 7365, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 6.746439196482638, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 467.80796672195453, \"positive_daily\": \"\", \"positive\": 2843, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 7366, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 7.2400810889081955, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 488.70547350130323, \"positive_daily\": \"\", \"positive\": 2970, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 7367, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 7.569175683858569, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 499.2365005397151, \"positive_daily\": \"\", \"positive\": 3034, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 7368, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 8.556459468709686, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 512.5648316352052, \"positive_daily\": \"\", \"positive\": 3115, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 7369, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 8.885554063660058, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 530.3359397625254, \"positive_daily\": \"\", \"positive\": 3223, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 7370, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 10.201932443461548, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 538.0696627438591, \"positive_daily\": \"\", \"positive\": 3270, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 7371, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 10.860121633362294, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 539.8796830160861, \"positive_daily\": \"\", \"positive\": 3281, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 7372, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 541.6897032883132, \"positive_daily\": \"\", \"positive\": 3292, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 7373, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 11.02466893083748, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 544.157912750441, \"positive_daily\": \"\", \"positive\": 3307, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 7374, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 555.0180343838033, \"positive_daily\": \"\", \"positive\": 3373, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 7375, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 566.7008925045415, \"positive_daily\": \"\", \"positive\": 3444, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 7376, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 11.84740541821341, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 572.6245952136483, \"positive_daily\": \"\", \"positive\": 3480, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 7377, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.84740541821341, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 582.0037911697339, \"positive_daily\": \"\", \"positive\": 3537, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 7378, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.011952715688597, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 584.1429060369113, \"positive_daily\": \"\", \"positive\": 3550, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 7379, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.341047310638968, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 585.4592844167128, \"positive_daily\": \"\", \"positive\": 3558, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 7891, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 22.128926850453954, \"positive_daily\": \"\", \"positive\": 107, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 7892, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 22.74936405186855, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 7893, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 26.678799660827664, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 7894, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 27.712861663185326, \"positive_daily\": \"\", \"positive\": 134, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 7895, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 28.746923665542983, \"positive_daily\": \"\", \"positive\": 139, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 7896, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 30.81504767025831, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 7897, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 31.22867247120137, \"positive_daily\": \"\", \"positive\": 151, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 7898, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 32.262734473559036, \"positive_daily\": \"\", \"positive\": 156, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 7899, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 34.951295679688954, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 7900, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 38.88073128864807, \"positive_daily\": \"\", \"positive\": 188, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 7901, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 40.535230492420325, \"positive_daily\": \"\", \"positive\": 196, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 7902, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 41.776104895249524, \"positive_daily\": \"\", \"positive\": 202, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 7903, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 44.051041300436374, \"positive_daily\": \"\", \"positive\": 213, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 7904, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 46.94641490703783, \"positive_daily\": \"\", \"positive\": 227, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 7905, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 49.84178851363928, \"positive_daily\": \"\", \"positive\": 241, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 7906, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 60.59603333815896, \"positive_daily\": \"\", \"positive\": 293, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 7907, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.20681240047153227, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 61.836907740988146, \"positive_daily\": \"\", \"positive\": 299, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 7908, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.41362480094306453, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 69.69577895890637, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 7909, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.41362480094306453, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 72.38434016503629, \"positive_daily\": \"\", \"positive\": 350, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 7910, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 76.52058817446694, \"positive_daily\": \"\", \"positive\": 370, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 7911, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 78.1750873782392, \"positive_daily\": \"\", \"positive\": 378, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 7912, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 79.41596178106839, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 7913, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 81.27727338531218, \"positive_daily\": \"\", \"positive\": 393, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 7914, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 82.51814778814138, \"positive_daily\": \"\", \"positive\": 399, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 7915, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 85.2067089942713, \"positive_daily\": \"\", \"positive\": 412, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 7916, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 87.27483299898661, \"positive_daily\": \"\", \"positive\": 422, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 7917, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 88.10208260087275, \"positive_daily\": \"\", \"positive\": 426, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 7918, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 88.30889500134428, \"positive_daily\": \"\", \"positive\": 427, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 7919, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 89.1361446032304, \"positive_daily\": \"\", \"positive\": 431, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 8251, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.0739874947932573, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 8252, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.525215016964745, \"positive_daily\": \"\", \"positive\": 125, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 8253, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.202056300221976, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 8254, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.991704464022078, \"positive_daily\": \"\", \"positive\": 177, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 8255, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 5.612142307007874, \"positive_daily\": \"\", \"positive\": 199, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 8256, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 6.514597351350848, \"positive_daily\": \"\", \"positive\": 231, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 8257, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 7.417052395693823, \"positive_daily\": \"\", \"positive\": 263, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 8258, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 8.404112600443952, \"positive_daily\": \"\", \"positive\": 298, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 8259, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.11280688054287184, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 9.955207207908439, \"positive_daily\": \"\", \"positive\": 353, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 8260, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.14100860067858978, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 11.929327617408696, \"positive_daily\": \"\", \"positive\": 423, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 8261, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.16921032081430776, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 14.241868668537569, \"positive_daily\": \"\", \"positive\": 505, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 8262, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.22561376108574369, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 16.66721660020931, \"positive_daily\": \"\", \"positive\": 591, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 8263, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.3384206416286155, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 21.207693542059904, \"positive_daily\": \"\", \"positive\": 752, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 8264, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.4230258020357694, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 24.366286197260315, \"positive_daily\": \"\", \"positive\": 864, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 8265, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.5358326825786411, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 27.21465993096783, \"positive_daily\": \"\", \"positive\": 965, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 8266, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.6204378429857951, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 29.781016463318164, \"positive_daily\": \"\", \"positive\": 1056, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 8267, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7614464436643849, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 33.10881943933288, \"positive_daily\": \"\", \"positive\": 1174, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 8268, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.8178498839358208, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 36.35201725494045, \"positive_daily\": \"\", \"positive\": 1289, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 8269, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8178498839358208, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 40.554073555162425, \"positive_daily\": \"\", \"positive\": 1438, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 8270, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8460516040715388, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 43.99468341172002, \"positive_daily\": \"\", \"positive\": 1560, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 8271, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.8742533242072567, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 46.87125886556325, \"positive_daily\": \"\", \"positive\": 1662, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 8272, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.9870602047501285, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 48.281344872349145, \"positive_daily\": \"\", \"positive\": 1712, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 8273, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.1280688054287182, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 54.54212674247852, \"positive_daily\": \"\", \"positive\": 1934, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 8274, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.297279126243026, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 57.7853245580861, \"positive_daily\": \"\", \"positive\": 2049, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 8275, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.5228928873287697, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 60.746505172336484, \"positive_daily\": \"\", \"positive\": 2154, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 8276, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.5792963276002054, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 63.84869438726546, \"positive_daily\": \"\", \"positive\": 2264, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 8277, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.6074980477359238, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 67.0636904827373, \"positive_daily\": \"\", \"positive\": 2378, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 8278, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.8895152490931033, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 69.71465217549479, \"positive_daily\": \"\", \"positive\": 2472, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 8279, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.974120409500257, \"deceased_daily\": \"\", \"deceased\": 70, \"positive_100k\": 71.85798290580935, \"positive_daily\": \"\", \"positive\": 2548, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 8529, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 17.514401176196483, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 8530, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 19.763957290570342, \"positive_daily\": \"\", \"positive\": 123, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 8531, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 23.138291462131132, \"positive_daily\": \"\", \"positive\": 144, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 8532, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 27.958768850075117, \"positive_daily\": \"\", \"positive\": 174, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 8533, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 32.297198499224706, \"positive_daily\": \"\", \"positive\": 201, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 8534, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 34.386072034000435, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 8535, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 37.439041046364956, \"positive_daily\": \"\", \"positive\": 233, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 8536, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 38.724501683150024, \"positive_daily\": \"\", \"positive\": 241, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 8537, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 39.849279740336954, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 8538, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 40.492010058729484, \"positive_daily\": \"\", \"positive\": 252, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 8539, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 40.97405779752388, \"positive_daily\": \"\", \"positive\": 255, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 8540, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 42.259518434308944, \"positive_daily\": \"\", \"positive\": 263, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 8541, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.4820477387943986, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 43.70566165069214, \"positive_daily\": \"\", \"positive\": 272, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 8542, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.4820477387943986, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 44.027026809888405, \"positive_daily\": \"\", \"positive\": 274, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 8543, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 45.4731700262716, \"positive_daily\": \"\", \"positive\": 283, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 8544, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 46.276582924262264, \"positive_daily\": \"\", \"positive\": 288, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 8545, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 48.68682161823426, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 8546, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 48.68682161823426, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 8547, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 49.32955193662679, \"positive_daily\": \"\", \"positive\": 307, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 8548, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 49.49023451622492, \"positive_daily\": \"\", \"positive\": 308, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 8549, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 50.132964834617454, \"positive_daily\": \"\", \"positive\": 312, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 8954, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.005803487977523323, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.7428464611229854, \"positive_daily\": \"\", \"positive\": 128, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 8955, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.005803487977523323, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.0910557397743847, \"positive_daily\": \"\", \"positive\": 188, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 8956, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.01741046393256997, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.5379243140436807, \"positive_daily\": \"\", \"positive\": 265, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 8957, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.01741046393256997, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.8629196407849868, \"positive_daily\": \"\", \"positive\": 321, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 8958, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.023213951910093292, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 2.216932407413909, \"positive_daily\": \"\", \"positive\": 382, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 8959, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.029017439887616615, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.9191544526942317, \"positive_daily\": \"\", \"positive\": 503, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 8960, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.029017439887616615, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.9191544526942317, \"positive_daily\": \"\", \"positive\": 503, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 8961, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.05803487977523323, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 4.677611309883798, \"positive_daily\": \"\", \"positive\": 806, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 8962, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.06964185573027988, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 5.582955434377437, \"positive_daily\": \"\", \"positive\": 962, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 8963, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.11606975955046646, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 6.604369318421543, \"positive_daily\": \"\", \"positive\": 1138, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 8964, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.13928371146055976, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 8.217738976173026, \"positive_daily\": \"\", \"positive\": 1416, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 8965, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.24954998303350293, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 9.929767929542406, \"positive_daily\": \"\", \"positive\": 1711, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 8966, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3366023026963527, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 11.943578257742999, \"positive_daily\": \"\", \"positive\": 2058, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 8967, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.4468685742692959, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 14.31720484055004, \"positive_daily\": \"\", \"positive\": 2467, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 8968, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6209732135949956, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 17.42787439650254, \"positive_daily\": \"\", \"positive\": 3003, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 8969, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.7950778529206952, \"deceased_daily\": \"\", \"deceased\": 137, \"positive_100k\": 21.124696238184896, \"positive_daily\": \"\", \"positive\": 3640, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 8970, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.044627835954198, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 24.473308801215857, \"positive_daily\": \"\", \"positive\": 4217, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 8971, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.2419464271899912, \"deceased_daily\": \"\", \"deceased\": 214, \"positive_100k\": 27.64781672492111, \"positive_daily\": \"\", \"positive\": 4764, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 8972, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.6075661697739605, \"deceased_daily\": \"\", \"deceased\": 277, \"positive_100k\": 32.38346291458014, \"positive_daily\": \"\", \"positive\": 5580, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 8973, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 2.071845207975826, \"deceased_daily\": \"\", \"deceased\": 357, \"positive_100k\": 37.36285559929515, \"positive_daily\": \"\", \"positive\": 6438, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 8974, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.5245172702226455, \"deceased_daily\": \"\", \"deceased\": 435, \"positive_100k\": 43.340448216144175, \"positive_daily\": \"\", \"positive\": 7468, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 8975, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 3.174507923705258, \"deceased_daily\": \"\", \"deceased\": 547, \"positive_100k\": 50.18276054164417, \"positive_daily\": \"\", \"positive\": 8647, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 8976, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.7142323056149267, \"deceased_daily\": \"\", \"deceased\": 640, \"positive_100k\": 56.98444845130151, \"positive_daily\": \"\", \"positive\": 9819, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 8977, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 4.4802927186480055, \"deceased_daily\": \"\", \"deceased\": 772, \"positive_100k\": 63.43212359432993, \"positive_daily\": \"\", \"positive\": 10930, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 8978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 5.020017100557674, \"deceased_daily\": \"\", \"deceased\": 865, \"positive_100k\": 68.57981743039312, \"positive_daily\": \"\", \"positive\": 11817, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 8979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.035627496624256, \"deceased_daily\": \"\", \"deceased\": 1040, \"positive_100k\": 73.51278221128793, \"positive_daily\": \"\", \"positive\": 12667, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 8980, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 6.819098373589905, \"deceased_daily\": \"\", \"deceased\": 1175, \"positive_100k\": 79.48457134015943, \"positive_daily\": \"\", \"positive\": 13696, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 8981, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 7.7824773778587755, \"deceased_daily\": \"\", \"deceased\": 1341, \"positive_100k\": 85.8219802116149, \"positive_daily\": \"\", \"positive\": 14788, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 8982, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 8.64719708650975, \"deceased_daily\": \"\", \"deceased\": 1490, \"positive_100k\": 91.8169832923965, \"positive_daily\": \"\", \"positive\": 15821, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 8983, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 9.610576090778624, \"deceased_daily\": \"\", \"deceased\": 1656, \"positive_100k\": 97.07494340003262, \"positive_daily\": \"\", \"positive\": 16727, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 8984, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 10.277977208193805, \"deceased_daily\": \"\", \"deceased\": 1771, \"positive_100k\": 104.19001966047624, \"positive_daily\": \"\", \"positive\": 17953, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 8985, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 10.875736469878708, \"deceased_daily\": \"\", \"deceased\": 1874, \"positive_100k\": 109.83681346260641, \"positive_daily\": \"\", \"positive\": 18926, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 8986, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 12.233752656619163, \"deceased_daily\": \"\", \"deceased\": 2108, \"positive_100k\": 114.38094454900717, \"positive_daily\": \"\", \"positive\": 19709, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 8987, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 13.086865389315093, \"deceased_daily\": \"\", \"deceased\": 2255, \"positive_100k\": 120.02773835113737, \"positive_daily\": \"\", \"positive\": 20682, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 8988, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 13.945781609988545, \"deceased_daily\": \"\", \"deceased\": 2403, \"positive_100k\": 127.11379717169336, \"positive_daily\": \"\", \"positive\": 21903, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 8989, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 14.624789703358775, \"deceased_daily\": \"\", \"deceased\": 2520, \"positive_100k\": 134.92529198943973, \"positive_daily\": \"\", \"positive\": 23249, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 8990, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 15.396653604369376, \"deceased_daily\": \"\", \"deceased\": 2653, \"positive_100k\": 142.59750309572559, \"positive_daily\": \"\", \"positive\": 24571, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 8991, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 15.942181474256568, \"deceased_daily\": \"\", \"deceased\": 2747, \"positive_100k\": 149.41660146931548, \"positive_daily\": \"\", \"positive\": 25746, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 8992, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 16.441281440323575, \"deceased_daily\": \"\", \"deceased\": 2833, \"positive_100k\": 155.01116387964797, \"positive_daily\": \"\", \"positive\": 26710, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 8993, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 17.14930697358142, \"deceased_daily\": \"\", \"deceased\": 2955, \"positive_100k\": 160.06019842009326, \"positive_daily\": \"\", \"positive\": 27580, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 8994, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 18.25196968931085, \"deceased_daily\": \"\", \"deceased\": 3145, \"positive_100k\": 164.3315655715504, \"positive_daily\": \"\", \"positive\": 28316, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 8995, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 19.308204501220096, \"deceased_daily\": \"\", \"deceased\": 3327, \"positive_100k\": 170.52388724356783, \"positive_daily\": \"\", \"positive\": 29383, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 8996, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 20.143906769983456, \"deceased_daily\": \"\", \"deceased\": 3471, \"positive_100k\": 177.69699838378665, \"positive_daily\": \"\", \"positive\": 30619, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 8997, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 20.96800206279177, \"deceased_daily\": \"\", \"deceased\": 3613, \"positive_100k\": 184.3535990940059, \"positive_daily\": \"\", \"positive\": 31766, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 8998, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 21.455495052903725, \"deceased_daily\": \"\", \"deceased\": 3697, \"positive_100k\": 190.57493820591088, \"positive_daily\": \"\", \"positive\": 32838, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 8999, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 21.84432874739779, \"deceased_daily\": \"\", \"deceased\": 3764, \"positive_100k\": 194.92755418905338, \"positive_daily\": \"\", \"positive\": 33588, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 9404, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.0322388347293057, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 9405, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.766102858381555, \"positive_daily\": \"\", \"positive\": 147, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 9406, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.311796619558869, \"positive_daily\": \"\", \"positive\": 176, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 9407, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.8574903807361824, \"positive_daily\": \"\", \"positive\": 205, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 9408, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.5268104989974285, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 9409, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 11.252581696001156, \"positive_daily\": \"\", \"positive\": 598, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 9410, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.209552425740487, \"positive_daily\": \"\", \"positive\": 702, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 9411, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.7417581425036, \"positive_daily\": \"\", \"positive\": 996, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 9412, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 20.510558609767994, \"positive_daily\": \"\", \"positive\": 1090, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 9413, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 22.97558904818965, \"positive_daily\": \"\", \"positive\": 1221, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 9414, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 25.08309598790893, \"positive_daily\": \"\", \"positive\": 1333, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 9415, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 27.529309400083097, \"positive_daily\": \"\", \"positive\": 1463, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 9416, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.11290215748496144, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 29.166390683615038, \"positive_daily\": \"\", \"positive\": 1550, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 9417, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 32.85452782812378, \"positive_daily\": \"\", \"positive\": 1746, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 9418, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 36.015788237702694, \"positive_daily\": \"\", \"positive\": 1914, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 9419, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 39.854461592191385, \"positive_daily\": \"\", \"positive\": 2118, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 9420, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 44.87860760027217, \"positive_daily\": \"\", \"positive\": 2385, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 9421, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.18817026247493573, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 49.319425794680654, \"positive_daily\": \"\", \"positive\": 2621, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 9422, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.22580431496992287, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 53.87314614657409, \"positive_daily\": \"\", \"positive\": 2863, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 9423, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.26343836746491, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 58.03170894727017, \"positive_daily\": \"\", \"positive\": 3084, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 9424, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.26343836746491, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 63.39456142780585, \"positive_daily\": \"\", \"positive\": 3369, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 9425, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.3575234987023779, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 70.65793355933836, \"positive_daily\": \"\", \"positive\": 3755, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 9426, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.43279160369235214, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 75.5503603836867, \"positive_daily\": \"\", \"positive\": 4015, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 9427, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.4704256561873393, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 80.61214044426247, \"positive_daily\": \"\", \"positive\": 4284, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 9428, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.6021448399197943, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 83.64168167010892, \"positive_daily\": \"\", \"positive\": 4445, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 9429, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7338640236522493, \"deceased_daily\": \"\", \"deceased\": 39, \"positive_100k\": 87.32981881461767, \"positive_daily\": \"\", \"positive\": 4641, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 9430, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.8279491548897172, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 91.50719864156125, \"positive_daily\": \"\", \"positive\": 4863, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 9431, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.9408513123746786, \"deceased_daily\": \"\", \"deceased\": 50, \"positive_100k\": 96.8512340958494, \"positive_daily\": \"\", \"positive\": 5147, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 9432, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.1102045486021208, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 101.04743094904047, \"positive_daily\": \"\", \"positive\": 5370, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 9433, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.1666556273446014, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 104.43449567358932, \"positive_daily\": \"\", \"positive\": 5550, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 9434, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.3360088635720435, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 107.01242826949594, \"positive_daily\": \"\", \"positive\": 5687, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 9435, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4300939948095115, \"deceased_daily\": \"\", \"deceased\": 76, \"positive_100k\": 110.3618589415498, \"positive_daily\": \"\", \"positive\": 5865, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 9436, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.6747153360269278, \"deceased_daily\": \"\", \"deceased\": 89, \"positive_100k\": 114.52042174224589, \"positive_daily\": \"\", \"positive\": 6086, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 9437, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.9005196509968507, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 114.52042174224589, \"positive_daily\": \"\", \"positive\": 6086, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 9438, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.0322388347293057, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 116.87255002318258, \"positive_daily\": \"\", \"positive\": 6211, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 9439, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.126323965966774, \"deceased_daily\": \"\", \"deceased\": 113, \"positive_100k\": 118.8107037266744, \"positive_daily\": \"\", \"positive\": 6314, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 9440, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.239226123451735, \"deceased_daily\": \"\", \"deceased\": 119, \"positive_100k\": 120.59832122018629, \"positive_daily\": \"\", \"positive\": 6409, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 9441, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.408579359679177, \"deceased_daily\": \"\", \"deceased\": 128, \"positive_100k\": 122.78109626489555, \"positive_daily\": \"\", \"positive\": 6525, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 9442, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.5214815171641387, \"deceased_daily\": \"\", \"deceased\": 134, \"positive_100k\": 124.24882431220006, \"positive_daily\": \"\", \"positive\": 6603, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 9443, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.6155666484016065, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 124.62516483714994, \"positive_daily\": \"\", \"positive\": 6623, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 9444, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.822553937124036, \"deceased_daily\": \"\", \"deceased\": 150, \"positive_100k\": 126.82675690810667, \"positive_daily\": \"\", \"positive\": 6740, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 9445, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.860187989619023, \"deceased_daily\": \"\", \"deceased\": 152, \"positive_100k\": 129.76221300271567, \"positive_daily\": \"\", \"positive\": 6896, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 9446, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.029541225846465, \"deceased_daily\": \"\", \"deceased\": 161, \"positive_100k\": 130.53371107886292, \"positive_daily\": \"\", \"positive\": 6937, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 9447, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.0859923045889457, \"deceased_daily\": \"\", \"deceased\": 164, \"positive_100k\": 132.39659667736478, \"positive_daily\": \"\", \"positive\": 7036, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 9448, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.1048093308364395, \"deceased_daily\": \"\", \"deceased\": 165, \"positive_100k\": 133.1869117797595, \"positive_daily\": \"\", \"positive\": 7078, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 9449, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.4058817507963366, \"deceased_daily\": \"\", \"deceased\": 181, \"positive_100k\": 134.65463982706402, \"positive_daily\": \"\", \"positive\": 7156, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 9687, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.6096077137131055, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 9688, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.2799656585201418, \"positive_daily\": \"\", \"positive\": 137, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 9689, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.788271034335973, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 9690, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0718240655150396, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 7.493644168735798, \"positive_daily\": \"\", \"positive\": 313, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 9691, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.1436481310300792, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 8.259767534229553, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 9692, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1436481310300792, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 8.259767534229553, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 9693, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.19153084137343895, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 10.606020341054181, \"positive_daily\": \"\", \"positive\": 443, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 9694, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.19153084137343895, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 13.359276185797366, \"positive_daily\": \"\", \"positive\": 558, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 9695, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.21547219654511882, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 16.136473385712232, \"positive_daily\": \"\", \"positive\": 674, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 9696, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.3351789724035181, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 18.817905164940377, \"positive_daily\": \"\", \"positive\": 786, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 9697, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.40700303791855774, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 21.57116100968356, \"positive_daily\": \"\", \"positive\": 901, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 9698, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5745925241203168, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 23.67800026479139, \"positive_daily\": \"\", \"positive\": 989, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 9699, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.718240655150396, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 28.274740457753925, \"positive_daily\": \"\", \"positive\": 1181, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 9700, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.718240655150396, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 28.274740457753925, \"positive_daily\": \"\", \"positive\": 1181, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 9701, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.7661233654937558, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 31.530764761102386, \"positive_daily\": \"\", \"positive\": 1317, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 9702, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.885830141352155, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 35.313498878227804, \"positive_daily\": \"\", \"positive\": 1475, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 9703, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9815955620388745, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 40.053887202220416, \"positive_daily\": \"\", \"positive\": 1673, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 9704, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.1013023378972737, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 43.11838066419544, \"positive_daily\": \"\", \"positive\": 1801, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 9705, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.2928331792707128, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 47.59541408129957, \"positive_daily\": \"\", \"positive\": 1988, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 9706, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.3167745344423927, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 50.27684586052772, \"positive_daily\": \"\", \"positive\": 2100, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 9707, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.4125399551291122, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 53.84410778110802, \"positive_daily\": \"\", \"positive\": 2249, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 9708, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.5083053758158316, \"deceased_daily\": \"\", \"deceased\": 63, \"positive_100k\": 60.5237458740067, \"positive_daily\": \"\", \"positive\": 2528, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 9709, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.580129441330871, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 65.88660943246299, \"positive_daily\": \"\", \"positive\": 2752, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 9710, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.77166028270431, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 71.20159028057593, \"positive_daily\": \"\", \"positive\": 2974, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 9711, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.8913670585627094, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 77.42634262521268, \"positive_daily\": \"\", \"positive\": 3234, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 9712, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.0828978999361487, \"deceased_daily\": \"\", \"deceased\": 87, \"positive_100k\": 81.40060758371155, \"positive_daily\": \"\", \"positive\": 3400, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 9713, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.2504873861379076, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 83.1243851560725, \"positive_daily\": \"\", \"positive\": 3472, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 9714, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.2744287413095874, \"deceased_daily\": \"\", \"deceased\": 95, \"positive_100k\": 85.56640338358385, \"positive_daily\": \"\", \"positive\": 3574, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 9715, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.465959582683026, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 89.80402324897119, \"positive_daily\": \"\", \"positive\": 3751, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 9716, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.6096077137131055, \"deceased_daily\": \"\", \"deceased\": 109, \"positive_100k\": 96.14848236946635, \"positive_daily\": \"\", \"positive\": 4016, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 9717, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.7771971999148644, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 100.79310527277225, \"positive_daily\": \"\", \"positive\": 4210, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 9718, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.872962620601584, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 102.30141064858807, \"positive_daily\": \"\", \"positive\": 4273, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 9719, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.016610751631663, \"deceased_daily\": \"\", \"deceased\": 126, \"positive_100k\": 106.94603355189396, \"positive_daily\": \"\", \"positive\": 4467, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 9955, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.36574779982379085, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 9956, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.45327718781580917, \"positive_daily\": \"\", \"positive\": 145, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 9957, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7314955996475817, \"positive_daily\": \"\", \"positive\": 234, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 9958, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.009378148713430534, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.7314955996475817, \"positive_daily\": \"\", \"positive\": 234, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 9959, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 0.9940837636236367, \"positive_daily\": \"\", \"positive\": 318, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 9960, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.1347559943250947, \"positive_daily\": \"\", \"positive\": 363, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 9961, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.2347895806016869, \"positive_daily\": \"\", \"positive\": 395, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 9962, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.02188234699800458, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 1.3004366215957006, \"positive_daily\": \"\", \"positive\": 416, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 9963, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.028134446140291605, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 1.5005037941488855, \"positive_daily\": \"\", \"positive\": 480, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 9964, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.028134446140291605, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 1.8131087512632367, \"positive_daily\": \"\", \"positive\": 580, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 9965, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.034386545282578625, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 1.9850414776761298, \"positive_daily\": \"\", \"positive\": 635, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 9966, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.050016793138296184, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 2.097579262237296, \"positive_daily\": \"\", \"positive\": 671, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 9967, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.05626889228058321, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 2.663394234614272, \"positive_daily\": \"\", \"positive\": 852, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 9968, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.07502518970744428, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 2.969747092586336, \"positive_daily\": \"\", \"positive\": 950, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 9969, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.09378148713430534, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 3.3292427932678392, \"positive_daily\": \"\", \"positive\": 1065, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 9970, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.11878988370345343, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 4.135763582622865, \"positive_daily\": \"\", \"positive\": 1323, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 9971, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.17193272641289314, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 4.420234093596925, \"positive_daily\": \"\", \"positive\": 1414, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 9972, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.1906890238397542, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 4.9860490659739005, \"positive_daily\": \"\", \"positive\": 1595, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 9973, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.22820161869347635, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 5.458082551216571, \"positive_daily\": \"\", \"positive\": 1746, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 9974, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.25946211440491146, \"deceased_daily\": \"\", \"deceased\": 83, \"positive_100k\": 7.130519071778349, \"positive_daily\": \"\", \"positive\": 2281, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 9975, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.28759656054520305, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 8.005812951698532, \"positive_daily\": \"\", \"positive\": 2561, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 9976, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.3344873041123557, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 9.234350433157932, \"positive_daily\": \"\", \"positive\": 2954, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 9977, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.3782519981083649, \"deceased_daily\": \"\", \"deceased\": 121, \"positive_100k\": 13.573307237905126, \"positive_daily\": \"\", \"positive\": 4342, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 9978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.4313948408178046, \"deceased_daily\": \"\", \"deceased\": 138, \"positive_100k\": 16.430516545930296, \"positive_daily\": \"\", \"positive\": 5256, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 9979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.5283023775232535, \"deceased_daily\": \"\", \"deceased\": 169, \"positive_100k\": 18.434314321033288, \"positive_daily\": \"\", \"positive\": 5897, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 9980, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.5658149723769755, \"deceased_daily\": \"\", \"deceased\": 181, \"positive_100k\": 21.407187463190766, \"positive_daily\": \"\", \"positive\": 6848, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 9981, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.6033275672306977, \"deceased_daily\": \"\", \"deceased\": 193, \"positive_100k\": 23.504766725428063, \"positive_daily\": \"\", \"positive\": 7519, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 9982, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.6752267073669984, \"deceased_daily\": \"\", \"deceased\": 216, \"positive_100k\": 30.585269004068117, \"positive_daily\": \"\", \"positive\": 9784, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 9983, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.7189914013630075, \"deceased_daily\": \"\", \"deceased\": 230, \"positive_100k\": 32.207688731491594, \"positive_daily\": \"\", \"positive\": 10303, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 9984, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.7940165910704519, \"deceased_daily\": \"\", \"deceased\": 254, \"positive_100k\": 35.871418828871796, \"positive_daily\": \"\", \"positive\": 11475, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 9985, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.8565375824933221, \"deceased_daily\": \"\", \"deceased\": 274, \"positive_100k\": 39.047485193153605, \"positive_daily\": \"\", \"positive\": 12491, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 9986, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.9378148713430534, \"deceased_daily\": \"\", \"deceased\": 300, \"positive_100k\": 42.16728266515483, \"positive_daily\": \"\", \"positive\": 13489, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 9987, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.087865250757942, \"deceased_daily\": \"\", \"deceased\": 348, \"positive_100k\": 45.07763481588943, \"positive_daily\": \"\", \"positive\": 14420, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 9988, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.2504198284574044, \"deceased_daily\": \"\", \"deceased\": 400, \"positive_100k\": 48.8539026978308, \"positive_daily\": \"\", \"positive\": 15628, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 9989, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.3910920591588627, \"deceased_daily\": \"\", \"deceased\": 445, \"positive_100k\": 51.03275924891783, \"positive_daily\": \"\", \"positive\": 16325, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 10221, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0893074552785798, \"positive_daily\": \"\", \"positive\": 112, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 10222, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6436871423399995, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 10223, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.382860058421893, \"positive_daily\": \"\", \"positive\": 245, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 10224, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.2192925687250886, \"positive_daily\": \"\", \"positive\": 331, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 10225, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.009725959422130176, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.357229821114319, \"positive_daily\": \"\", \"positive\": 448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 10226, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.01945191884426035, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.357229821114319, \"positive_daily\": \"\", \"positive\": 448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 10227, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.02917787826639053, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 7.634878146372188, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 10228, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.05835575653278106, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 9.92047861057278, \"positive_daily\": \"\", \"positive\": 1020, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 10229, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.11671151306556211, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 12.449228060326627, \"positive_daily\": \"\", \"positive\": 1280, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 10230, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.13616343190982247, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 15.561535075408282, \"positive_daily\": \"\", \"positive\": 1600, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 10231, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.22369706670899403, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 20.035476409588163, \"positive_daily\": \"\", \"positive\": 2060, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 10232, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.3209566609302958, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 22.972716155071474, \"positive_daily\": \"\", \"positive\": 2362, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 10233, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.4182162551515976, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 29.129248469279876, \"positive_daily\": \"\", \"positive\": 2995, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 10234, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.5835575653278106, \"deceased_daily\": \"\", \"deceased\": 60, \"positive_100k\": 34.46880019202934, \"positive_daily\": \"\", \"positive\": 3544, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 10235, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.7391729160818933, \"deceased_daily\": \"\", \"deceased\": 76, \"positive_100k\": 41.510394813651594, \"positive_daily\": \"\", \"positive\": 4268, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 10236, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.9725959422130176, \"deceased_daily\": \"\", \"deceased\": 100, \"positive_100k\": 50.283210212413, \"positive_daily\": \"\", \"positive\": 5170, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 10237, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.157389171233491, \"deceased_daily\": \"\", \"deceased\": 119, \"positive_100k\": 57.98617007474011, \"positive_daily\": \"\", \"positive\": 5962, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 10238, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.3616343190982245, \"deceased_daily\": \"\", \"deceased\": 140, \"positive_100k\": 62.323947977010164, \"positive_daily\": \"\", \"positive\": 6408, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 10239, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.5561535075408284, \"deceased_daily\": \"\", \"deceased\": 160, \"positive_100k\": 72.3903159789149, \"positive_daily\": \"\", \"positive\": 7443, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 10240, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.8187544119383428, \"deceased_daily\": \"\", \"deceased\": 187, \"positive_100k\": 80.24889119199608, \"positive_daily\": \"\", \"positive\": 8251, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 10241, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.032725519225207, \"deceased_daily\": \"\", \"deceased\": 209, \"positive_100k\": 87.86431741952401, \"positive_daily\": \"\", \"positive\": 9034, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 10242, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.3925860178440232, \"deceased_daily\": \"\", \"deceased\": 246, \"positive_100k\": 96.15083484717893, \"positive_daily\": \"\", \"positive\": 9886, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 10243, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.5871052062866267, \"deceased_daily\": \"\", \"deceased\": 266, \"positive_100k\": 102.35599695849797, \"positive_daily\": \"\", \"positive\": 10524, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 10244, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.8691580295284016, \"deceased_daily\": \"\", \"deceased\": 295, \"positive_100k\": 109.68937036278412, \"positive_daily\": \"\", \"positive\": 11278, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 10245, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.0247733802824848, \"deceased_daily\": \"\", \"deceased\": 311, \"positive_100k\": 114.08550402158696, \"positive_daily\": \"\", \"positive\": 11730, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 10246, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.3554560006349106, \"deceased_daily\": \"\", \"deceased\": 345, \"positive_100k\": 121.01038713014366, \"positive_daily\": \"\", \"positive\": 12442, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 10247, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.695864580409467, \"deceased_daily\": \"\", \"deceased\": 380, \"positive_100k\": 127.80883276621263, \"positive_daily\": \"\", \"positive\": 13141, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 10248, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.9779174036512424, \"deceased_daily\": \"\", \"deceased\": 409, \"positive_100k\": 135.73548969524873, \"positive_daily\": \"\", \"positive\": 13956, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 10249, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.230792348626626, \"deceased_daily\": \"\", \"deceased\": 435, \"positive_100k\": 150.48004417919807, \"positive_daily\": \"\", \"positive\": 15472, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 10250, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.571200928401183, \"deceased_daily\": \"\", \"deceased\": 470, \"positive_100k\": 155.48891328159513, \"positive_daily\": \"\", \"positive\": 15987, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 10251, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.9018835487536085, \"deceased_daily\": \"\", \"deceased\": 504, \"positive_100k\": 161.30503701602896, \"positive_daily\": \"\", \"positive\": 16585, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 10252, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 5.203388290839644, \"deceased_daily\": \"\", \"deceased\": 535, \"positive_100k\": 164.69939685435241, \"positive_daily\": \"\", \"positive\": 16934, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 10253, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.51461899234781, \"deceased_daily\": \"\", \"deceased\": 567, \"positive_100k\": 169.69853999732732, \"positive_daily\": \"\", \"positive\": 17448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 10254, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.825849693855975, \"deceased_daily\": \"\", \"deceased\": 599, \"positive_100k\": 175.952331905757, \"positive_daily\": \"\", \"positive\": 18091, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 10255, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 6.11762847651988, \"deceased_daily\": \"\", \"deceased\": 629, \"positive_100k\": 183.24680147235463, \"positive_daily\": \"\", \"positive\": 18841, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 10256, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 6.389955340339526, \"deceased_daily\": \"\", \"deceased\": 657, \"positive_100k\": 185.0072001277602, \"positive_daily\": \"\", \"positive\": 19022, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 10257, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 6.681734123003431, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 191.45551122463252, \"positive_daily\": \"\", \"positive\": 19685, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 10258, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.944335027400945, \"deceased_daily\": \"\", \"deceased\": 714, \"positive_100k\": 196.52273608356234, \"positive_daily\": \"\", \"positive\": 20206, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 10259, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 7.148580175265679, \"deceased_daily\": \"\", \"deceased\": 735, \"positive_100k\": 202.91269142390186, \"positive_daily\": \"\", \"positive\": 20863, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 10309, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 9.418778672002537, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 10310, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 9.418778672002537, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 10311, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 11.503851813132869, \"positive_daily\": \"\", \"positive\": 320, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 10312, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.114993940705553, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 10313, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.415764303332127, \"positive_daily\": \"\", \"positive\": 401, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 10314, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.781846706141655, \"positive_daily\": \"\", \"positive\": 439, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 10315, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.781846706141655, \"positive_daily\": \"\", \"positive\": 439, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 10316, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.249190686050177, \"positive_daily\": \"\", \"positive\": 452, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 10317, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.536786981378498, \"positive_daily\": \"\", \"positive\": 460, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 10318, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.8962823505389, \"positive_daily\": \"\", \"positive\": 470, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 10319, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.291727256615342, \"positive_daily\": \"\", \"positive\": 481, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 10320, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.759071236523866, \"positive_daily\": \"\", \"positive\": 494, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 10321, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.010717994936147, \"positive_daily\": \"\", \"positive\": 501, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 10322, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.909456417837152, \"positive_daily\": \"\", \"positive\": 526, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 10323, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.304901323913597, \"positive_daily\": \"\", \"positive\": 537, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 10324, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.73629576690608, \"positive_daily\": \"\", \"positive\": 549, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 10325, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 20.203639746814602, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 10326, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 21.210226780463728, \"positive_daily\": \"\", \"positive\": 590, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 10327, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 22.792006404769495, \"positive_daily\": \"\", \"positive\": 634, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 10328, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 24.91302908281587, \"positive_daily\": \"\", \"positive\": 693, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 10329, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.07189907383208043, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 28.07658833142741, \"positive_daily\": \"\", \"positive\": 781, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 10330, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.07189907383208043, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 30.017863324893582, \"positive_daily\": \"\", \"positive\": 835, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 10331, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 34.116110533322164, \"positive_daily\": \"\", \"positive\": 949, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 10332, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 38.64575218474323, \"positive_daily\": \"\", \"positive\": 1075, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 10333, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 47.633136413753284, \"positive_daily\": \"\", \"positive\": 1325, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 10334, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.14379814766416085, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 57.66305721332851, \"positive_daily\": \"\", \"positive\": 1604, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 10335, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.14379814766416085, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 65.85955163018568, \"positive_daily\": \"\", \"positive\": 1832, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 10336, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 73.94819743629472, \"positive_daily\": \"\", \"positive\": 2057, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 10337, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 79.44847658444888, \"positive_daily\": \"\", \"positive\": 2210, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 10338, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 85.41609971251155, \"positive_daily\": \"\", \"positive\": 2376, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 10339, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 90.30523673309303, \"positive_daily\": \"\", \"positive\": 2512, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 10340, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 98.0703367069577, \"positive_daily\": \"\", \"positive\": 2728, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 10341, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 107.0936704728838, \"positive_daily\": \"\", \"positive\": 2979, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 10342, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 116.15295377572595, \"positive_daily\": \"\", \"positive\": 3231, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 10343, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 123.23501254818585, \"positive_daily\": \"\", \"positive\": 3428, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 10344, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 133.40873149542523, \"positive_daily\": \"\", \"positive\": 3711, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 10345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 147.500949966513, \"positive_daily\": \"\", \"positive\": 4103, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 10346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 167.63269063949554, \"positive_daily\": \"\", \"positive\": 4663, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 10347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.2875962953283217, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 180.0352808755294, \"positive_daily\": \"\", \"positive\": 5008, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 10348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.2875962953283217, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 195.85307711858707, \"positive_daily\": \"\", \"positive\": 5448, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 39}, {\"index\": 10349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.32354583224436195, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 216.2364645499819, \"positive_daily\": \"\", \"positive\": 6015, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 40}, {\"index\": 10947, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4752042513381391, \"positive_daily\": \"\", \"positive\": 103, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 10948, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.9335201352490172, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 10949, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.4491255046487552, \"positive_daily\": \"\", \"positive\": 171, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 10950, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.028644742744429887, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.1795664446317176, \"positive_daily\": \"\", \"positive\": 222, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 10951, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.042967114116644826, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 3.566270471681521, \"positive_daily\": \"\", \"positive\": 249, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 10952, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.042967114116644826, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 4.339678525781128, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 10953, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.05728948548885977, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 5.499790606930538, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 10954, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.499790606930538, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 10955, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 6.54532371710223, \"positive_daily\": \"\", \"positive\": 457, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 10956, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.14322371372214945, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 9.438442734289648, \"positive_daily\": \"\", \"positive\": 659, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 10957, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.18619082783879426, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 10.612877186811273, \"positive_daily\": \"\", \"positive\": 741, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 10958, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.2291579419554391, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 11.24306152718873, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 10959, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.2291579419554391, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 12.890134234993448, \"positive_daily\": \"\", \"positive\": 900, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 10960, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.40102639842201837, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 15.18171365454784, \"positive_daily\": \"\", \"positive\": 1060, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 10961, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4439935125386632, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 16.7714968768637, \"positive_daily\": \"\", \"positive\": 1171, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 10962, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.5585724835163828, \"deceased_daily\": \"\", \"deceased\": 39, \"positive_100k\": 21.139820145389255, \"positive_daily\": \"\", \"positive\": 1476, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 10963, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.6301843403774575, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 23.259531108477066, \"positive_daily\": \"\", \"positive\": 1624, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 10964, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.7304409399829621, \"deceased_daily\": \"\", \"deceased\": 51, \"positive_100k\": 27.32708457818611, \"positive_daily\": \"\", \"positive\": 1908, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 10965, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.8306975395884667, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 31.509217018872878, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 10966, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.8736646537051116, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 35.04684274780997, \"positive_daily\": \"\", \"positive\": 2447, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 10967, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.9309541391939714, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 38.18344207832504, \"positive_daily\": \"\", \"positive\": 2666, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 10968, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.9452765105661862, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 41.062238724140244, \"positive_daily\": \"\", \"positive\": 2867, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 10969, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.0168883674272609, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 44.470963110727396, \"positive_daily\": \"\", \"positive\": 3105, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 10970, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.0598554815439059, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 48.40961523808651, \"positive_daily\": \"\", \"positive\": 3380, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 10971, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.1457897097771956, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 51.990208081140246, \"positive_daily\": \"\", \"positive\": 3630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 10972, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.2174015666382703, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 58.06289354295939, \"positive_daily\": \"\", \"positive\": 4054, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 10973, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.3463029089882046, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 63.94938817693972, \"positive_daily\": \"\", \"positive\": 4465, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 10974, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.4179147658492794, \"deceased_daily\": \"\", \"deceased\": 99, \"positive_100k\": 69.79291569680342, \"positive_daily\": \"\", \"positive\": 4873, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 10975, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.4752042513381391, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 76.16637095743907, \"positive_daily\": \"\", \"positive\": 5318, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 10976, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.5754608509436439, \"deceased_daily\": \"\", \"deceased\": 110, \"positive_100k\": 81.49429310790303, \"positive_daily\": \"\", \"positive\": 5690, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 10977, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.6757174505491483, \"deceased_daily\": \"\", \"deceased\": 117, \"positive_100k\": 85.84829400505637, \"positive_daily\": \"\", \"positive\": 5994, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 10978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.7473293074102232, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 90.48874232965402, \"positive_daily\": \"\", \"positive\": 6318, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 10979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.790296421526868, \"deceased_daily\": \"\", \"deceased\": 125, \"positive_100k\": 94.95732219778507, \"positive_daily\": \"\", \"positive\": 6630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 11198, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.8089352890643122, \"positive_daily\": \"\", \"positive\": 102, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 11199, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.879873927851148, \"positive_daily\": \"\", \"positive\": 106, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 11200, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.915343247244566, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 11201, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9508125666379839, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 11202, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9508125666379839, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 11203, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.0749551845149465, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 11204, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3055057605721627, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 11205, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.4473830381458344, \"positive_daily\": \"\", \"positive\": 138, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 11206, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6601989545063414, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 11207, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6601989545063414, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 11208, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.837545551473431, \"positive_daily\": \"\", \"positive\": 160, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 11209, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.156769426014192, \"positive_daily\": \"\", \"positive\": 178, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 11210, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.156769426014192, \"positive_daily\": \"\", \"positive\": 178, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 11211, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.5469319393417886, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 11212, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.759747855702296, \"positive_daily\": \"\", \"positive\": 212, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 11213, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.008033091456221, \"positive_daily\": \"\", \"positive\": 226, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 11214, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.309522306300273, \"positive_daily\": \"\", \"positive\": 243, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 11215, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.717419479324579, \"positive_daily\": \"\", \"positive\": 266, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 11216, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.550948485069899, \"positive_daily\": \"\", \"positive\": 313, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 11217, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.118457595364586, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 11218, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.827843983232944, \"positive_daily\": \"\", \"positive\": 385, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 11219, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 7.661372988978264, \"positive_daily\": \"\", \"positive\": 432, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 11220, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 8.069270162002569, \"positive_daily\": \"\", \"positive\": 455, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 11221, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.026941785624853, \"positive_daily\": \"\", \"positive\": 509, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 11222, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.89594011076359, \"positive_daily\": \"\", \"positive\": 558, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 11223, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 11.190570268623343, \"positive_daily\": \"\", \"positive\": 631, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 11224, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 12.112772572852208, \"positive_daily\": \"\", \"positive\": 683, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 11225, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 12.981770897990945, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 11226, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 14.223197076760572, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 11227, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 14.968052784022348, \"positive_daily\": \"\", \"positive\": 844, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 11228, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.58876587340716, \"positive_daily\": \"\", \"positive\": 879, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 11229, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.42229487915248, \"positive_daily\": \"\", \"positive\": 926, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 11230, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 17.734659696708945, \"positive_daily\": \"\", \"positive\": 1000, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 11231, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.07093863878683578, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.603658021847682, \"positive_daily\": \"\", \"positive\": 1049, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 11232, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.08867329848354472, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 19.756410902133762, \"positive_daily\": \"\", \"positive\": 1114, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 11233, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 21.086510379386937, \"positive_daily\": \"\", \"positive\": 1189, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 11234, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 23.21466954299201, \"positive_daily\": \"\", \"positive\": 1309, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 11235, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 24.385157082974796, \"positive_daily\": \"\", \"positive\": 1375, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 11236, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 26.265031010825947, \"positive_daily\": \"\", \"positive\": 1481, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 11237, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 28.783352687758615, \"positive_daily\": \"\", \"positive\": 1623, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 39}, {\"index\": 11238, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 33.87320002071409, \"positive_daily\": \"\", \"positive\": 1910, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 40}, {\"index\": 11239, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.1241426178769626, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 37.384662640662455, \"positive_daily\": \"\", \"positive\": 2108, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 41}, {\"index\": 11240, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.14187727757367155, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 40.77198264273386, \"positive_daily\": \"\", \"positive\": 2299, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 42}, {\"index\": 11241, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.14187727757367155, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 44.90415835206704, \"positive_daily\": \"\", \"positive\": 2532, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 43}, {\"index\": 11242, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.1596119372703805, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 51.749736994996695, \"positive_daily\": \"\", \"positive\": 2918, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 44}, {\"index\": 11243, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 57.673113333697486, \"positive_daily\": \"\", \"positive\": 3252, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 45}, {\"index\": 11244, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 65.60050621812638, \"positive_daily\": \"\", \"positive\": 3699, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 46}, {\"index\": 11245, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 78.5113384773305, \"positive_daily\": \"\", \"positive\": 4427, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 47}, {\"index\": 11246, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 89.56003146838017, \"positive_daily\": \"\", \"positive\": 5050, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 48}, {\"index\": 11247, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 106.26608090268, \"positive_daily\": \"\", \"positive\": 5992, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 49}, {\"index\": 11248, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 116.83593808191851, \"positive_daily\": \"\", \"positive\": 6588, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 50}, {\"index\": 11249, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 142.12556280942547, \"positive_daily\": \"\", \"positive\": 8014, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 51}, {\"index\": 11301, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.820252958828889, \"positive_daily\": \"\", \"positive\": 141, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 11302, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 8.755076493248433, \"positive_daily\": \"\", \"positive\": 181, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 11303, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 10.593158850946999, \"positive_daily\": \"\", \"positive\": 219, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 11304, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.23775885520361, \"positive_daily\": \"\", \"positive\": 253, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 11305, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.30191179913436, \"positive_daily\": \"\", \"positive\": 275, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 11306, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.30191179913436, \"positive_daily\": \"\", \"positive\": 275, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 11307, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.833988271099733, \"positive_daily\": \"\", \"positive\": 286, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 11308, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 16.494370630926607, \"positive_daily\": \"\", \"positive\": 341, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 11309, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 18.525935342067125, \"positive_daily\": \"\", \"positive\": 383, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 11310, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.09674117672097717, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 20.025423581242272, \"positive_daily\": \"\", \"positive\": 414, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 11311, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.14511176508146575, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 21.379800055335952, \"positive_daily\": \"\", \"positive\": 442, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 11312, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.19348235344195433, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 23.21788241303452, \"positive_daily\": \"\", \"positive\": 480, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 11313, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.24185294180244293, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 25.53967065433797, \"positive_daily\": \"\", \"positive\": 528, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 11314, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.2902235301629315, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 27.184270658594585, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 11315, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.43533529524439724, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 30.570211843828787, \"positive_daily\": \"\", \"positive\": 632, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 11316, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.43533529524439724, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 33.08548243857419, \"positive_daily\": \"\", \"positive\": 684, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 11317, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.5320764719653743, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 35.310529503156665, \"positive_daily\": \"\", \"positive\": 730, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 11318, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5320764719653743, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 36.56816480052937, \"positive_daily\": \"\", \"positive\": 756, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 11319, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7255588254073287, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 38.79321186511184, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 11320, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.7255588254073287, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 40.679664811170895, \"positive_daily\": \"\", \"positive\": 841, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 11321, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8223000021283059, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 43.388417759358255, \"positive_daily\": \"\", \"positive\": 897, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 11322, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.9674117672097717, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 45.17812952869633, \"positive_daily\": \"\", \"positive\": 934, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 11323, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.0641529439307487, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 47.25806482819735, \"positive_daily\": \"\", \"positive\": 977, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 11324, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.3543764740936803, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 48.225476595407116, \"positive_daily\": \"\", \"positive\": 997, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 11325, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4511176508146575, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 49.38637071605884, \"positive_daily\": \"\", \"positive\": 1021, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 11326, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.741341180977589, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 51.2244530737574, \"positive_daily\": \"\", \"positive\": 1059, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 11327, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.9348235344195435, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 52.77231190129304, \"positive_daily\": \"\", \"positive\": 1091, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 11328, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.0799352995010087, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 54.36854131718917, \"positive_daily\": \"\", \"positive\": 1124, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 11329, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.1766764762219863, \"deceased_daily\": \"\", \"deceased\": 45, \"positive_100k\": 56.10988249816675, \"positive_daily\": \"\", \"positive\": 1160, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 11330, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.4185294180244292, \"deceased_daily\": \"\", \"deceased\": 50, \"positive_100k\": 57.46425897226044, \"positive_daily\": \"\", \"positive\": 1188, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 11331, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.5636411831058945, \"deceased_daily\": \"\", \"deceased\": 53, \"positive_100k\": 58.28655897438874, \"positive_daily\": \"\", \"positive\": 1205, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 11332, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.660382359826872, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 58.625153092912164, \"positive_daily\": \"\", \"positive\": 1212, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 11333, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.7087529481873607, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 59.012117799796066, \"positive_daily\": \"\", \"positive\": 1220, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 11334, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.9506058899898036, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 60.36649427388976, \"positive_daily\": \"\", \"positive\": 1248, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 11335, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.9506058899898036, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 61.33390604109952, \"positive_daily\": \"\", \"positive\": 1268, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 11336, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.1924588317922464, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 63.07524722207711, \"positive_daily\": \"\", \"positive\": 1304, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 11337, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.3859411852342007, \"deceased_daily\": \"\", \"deceased\": 70, \"positive_100k\": 63.70406487076347, \"positive_daily\": \"\", \"positive\": 1317, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 11338, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.579423538676155, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 64.33288251944981, \"positive_daily\": \"\", \"positive\": 1330, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 11339, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.724535303757621, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 64.57473546125225, \"positive_daily\": \"\", \"positive\": 1335, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 11560, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.25682870610404146, \"positive_daily\": \"\", \"positive\": 120, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 11561, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.002140239217533679, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.353139470893057, \"positive_daily\": \"\", \"positive\": 165, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 11562, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.004280478435067358, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.4751331062924767, \"positive_daily\": \"\", \"positive\": 222, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 11563, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.006420717652601036, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.5543219573412228, \"positive_daily\": \"\", \"positive\": 259, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 11564, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.010701196087668393, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 0.8560956870134715, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 11565, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.021402392175336786, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 1.0701196087668394, \"positive_daily\": \"\", \"positive\": 500, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 11566, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.03638406669807254, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 1.4403809934001657, \"positive_daily\": \"\", \"positive\": 673, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 11567, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.059926698090943004, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 2.296476680413637, \"positive_daily\": \"\", \"positive\": 1073, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 11568, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.07490837261367876, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 3.6277054737195855, \"positive_daily\": \"\", \"positive\": 1695, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 11569, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.11557291774681865, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 4.873324698324186, \"positive_daily\": \"\", \"positive\": 2277, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 11570, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.11771315696435233, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 4.873324698324186, \"positive_daily\": \"\", \"positive\": 2277, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 11571, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.28465181593197925, \"deceased_daily\": \"\", \"deceased\": 133, \"positive_100k\": 11.197731586136207, \"positive_daily\": \"\", \"positive\": 5232, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 11572, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.4173466474190673, \"deceased_daily\": \"\", \"deceased\": 195, \"positive_100k\": 13.67826883925774, \"positive_daily\": \"\", \"positive\": 6391, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 11573, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.6185291338672331, \"deceased_daily\": \"\", \"deceased\": 289, \"positive_100k\": 16.689585418327628, \"positive_daily\": \"\", \"positive\": 7798, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 11574, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.7319618123965181, \"deceased_daily\": \"\", \"deceased\": 342, \"positive_100k\": 21.278258300719834, \"positive_daily\": \"\", \"positive\": 9942, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 11575, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 1.1407475029454508, \"deceased_daily\": \"\", \"deceased\": 533, \"positive_100k\": 25.14353032758566, \"positive_daily\": \"\", \"positive\": 11748, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 11576, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.3333690325234817, \"deceased_daily\": \"\", \"deceased\": 623, \"positive_100k\": 29.770727515893466, \"positive_daily\": \"\", \"positive\": 13910, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 11577, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.7763985505529534, \"deceased_daily\": \"\", \"deceased\": 830, \"positive_100k\": 38.44511706455747, \"positive_daily\": \"\", \"positive\": 17963, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 11578, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 2.232269503887627, \"deceased_daily\": \"\", \"deceased\": 1043, \"positive_100k\": 43.68228242986238, \"positive_daily\": \"\", \"positive\": 20410, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 11579, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.942828924108808, \"deceased_daily\": \"\", \"deceased\": 1375, \"positive_100k\": 54.30642990569957, \"positive_daily\": \"\", \"positive\": 25374, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 11580, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 3.792503893469678, \"deceased_daily\": \"\", \"deceased\": 1772, \"positive_100k\": 61.570401810008875, \"positive_daily\": \"\", \"positive\": 28768, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 11581, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 4.946092831720331, \"deceased_daily\": \"\", \"deceased\": 2311, \"positive_100k\": 75.19944514726333, \"positive_daily\": \"\", \"positive\": 35136, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 11582, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 6.00979172283457, \"deceased_daily\": \"\", \"deceased\": 2808, \"positive_100k\": 85.36344119133078, \"positive_daily\": \"\", \"positive\": 39885, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 11583, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 7.805452426345326, \"deceased_daily\": \"\", \"deceased\": 3647, \"positive_100k\": 105.97394485618011, \"positive_daily\": \"\", \"positive\": 49515, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 11584, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 9.342144184534508, \"deceased_daily\": \"\", \"deceased\": 4365, \"positive_100k\": 123.67586342440116, \"positive_daily\": \"\", \"positive\": 57786, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 11585, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 10.99654909968804, \"deceased_daily\": \"\", \"deceased\": 5138, \"positive_100k\": 140.6543811370958, \"positive_daily\": \"\", \"positive\": 65719, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 11586, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 12.802910999286466, \"deceased_daily\": \"\", \"deceased\": 5982, \"positive_100k\": 156.74041909607897, \"positive_daily\": \"\", \"positive\": 73235, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 11587, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 14.560047396881616, \"deceased_daily\": \"\", \"deceased\": 6803, \"positive_100k\": 171.454563716623, \"positive_daily\": \"\", \"positive\": 80110, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 11588, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 16.514085802489863, \"deceased_daily\": \"\", \"deceased\": 7716, \"positive_100k\": 188.24688061739224, \"positive_daily\": \"\", \"positive\": 87956, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 11589, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 18.114984737205056, \"deceased_daily\": \"\", \"deceased\": 8464, \"positive_100k\": 205.29816646348303, \"positive_daily\": \"\", \"positive\": 95923, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 11590, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 20.09042553498864, \"deceased_daily\": \"\", \"deceased\": 9387, \"positive_100k\": 222.83742685117156, \"positive_daily\": \"\", \"positive\": 104118, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 11591, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 22.147195423038507, \"deceased_daily\": \"\", \"deceased\": 10348, \"positive_100k\": 239.84590791291168, \"positive_daily\": \"\", \"positive\": 112065, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 11592, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 23.966398757942134, \"deceased_daily\": \"\", \"deceased\": 11198, \"positive_100k\": 255.11437449079696, \"positive_daily\": \"\", \"positive\": 119199, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 11593, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 25.569437931874862, \"deceased_daily\": \"\", \"deceased\": 11947, \"positive_100k\": 270.02970159778914, \"positive_daily\": \"\", \"positive\": 126168, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 11594, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 27.05476394884323, \"deceased_daily\": \"\", \"deceased\": 12641, \"positive_100k\": 281.75393203143864, \"positive_daily\": \"\", \"positive\": 131646, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 11595, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 28.552931401116805, \"deceased_daily\": \"\", \"deceased\": 13341, \"positive_100k\": 292.5171950564155, \"positive_daily\": \"\", \"positive\": 136675, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 11596, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 30.05965981026052, \"deceased_daily\": \"\", \"deceased\": 14045, \"positive_100k\": 303.7898350151654, \"positive_daily\": \"\", \"positive\": 141942, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 11597, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 31.658418505758174, \"deceased_daily\": \"\", \"deceased\": 14792, \"positive_100k\": 317.2262568228419, \"positive_daily\": \"\", \"positive\": 148220, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 11598, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 33.06027519324273, \"deceased_daily\": \"\", \"deceased\": 15447, \"positive_100k\": 327.9317333889453, \"positive_daily\": \"\", \"positive\": 153222, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 11599, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 34.41718685715908, \"deceased_daily\": \"\", \"deceased\": 16081, \"positive_100k\": 338.7420816767079, \"positive_daily\": \"\", \"positive\": 158273, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 11600, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 35.540812446364264, \"deceased_daily\": \"\", \"deceased\": 16606, \"positive_100k\": 348.916778916863, \"positive_daily\": \"\", \"positive\": 163027, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 11601, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 36.83137669453708, \"deceased_daily\": \"\", \"deceased\": 17209, \"positive_100k\": 357.05824890036115, \"positive_daily\": \"\", \"positive\": 166831, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 11602, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 38.002087546527996, \"deceased_daily\": \"\", \"deceased\": 17756, \"positive_100k\": 364.05255066326123, \"positive_daily\": \"\", \"positive\": 170099, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 11603, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 38.6441593117881, \"deceased_daily\": \"\", \"deceased\": 18056, \"positive_100k\": 369.2790148324784, \"positive_daily\": \"\", \"positive\": 172541, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 11604, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 40.03959528162006, \"deceased_daily\": \"\", \"deceased\": 18708, \"positive_100k\": 380.2006555595528, \"positive_daily\": \"\", \"positive\": 177644, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 11605, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 41.33872048666301, \"deceased_daily\": \"\", \"deceased\": 19315, \"positive_100k\": 395.8329628044188, \"positive_daily\": \"\", \"positive\": 184948, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 11606, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 42.80906482910864, \"deceased_daily\": \"\", \"deceased\": 20002, \"positive_100k\": 408.4411120349097, \"positive_daily\": \"\", \"positive\": 190839, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 11607, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 42.896814637027525, \"deceased_daily\": \"\", \"deceased\": 20043, \"positive_100k\": 410.33950422086207, \"positive_daily\": \"\", \"positive\": 191726, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 11608, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 43.77431271621633, \"deceased_daily\": \"\", \"deceased\": 20453, \"positive_100k\": 425.20988630428604, \"positive_daily\": \"\", \"positive\": 198674, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 48}, {\"index\": 11609, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 44.62826816401226, \"deceased_daily\": \"\", \"deceased\": 20852, \"positive_100k\": 428.4972937424178, \"positive_daily\": \"\", \"positive\": 200210, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 49}, {\"index\": 11924, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9918321152292875, \"positive_daily\": \"\", \"positive\": 101, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 11925, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.5810393123952007, \"positive_daily\": \"\", \"positive\": 161, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 11926, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9934843504113402, \"positive_daily\": \"\", \"positive\": 203, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 11927, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.4353897482857754, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 11928, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.486142583231654, \"positive_daily\": \"\", \"positive\": 355, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 11929, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.910059976382612, \"positive_daily\": \"\", \"positive\": 500, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 11930, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.882251851706369, \"positive_daily\": \"\", \"positive\": 599, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 11931, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 7.993577641550891, \"positive_daily\": \"\", \"positive\": 814, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 11932, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.019640239905530446, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.437135274607378, \"positive_daily\": \"\", \"positive\": 961, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 11933, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.02946035985829567, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 10.036162591726058, \"positive_daily\": \"\", \"positive\": 1022, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 11934, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05892071971659134, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 10.831592307900042, \"positive_daily\": \"\", \"positive\": 1103, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 11935, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06874083966935657, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 11.685942743790616, \"positive_daily\": \"\", \"positive\": 1190, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 11936, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.09820119952765223, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 12.559933419586718, \"positive_daily\": \"\", \"positive\": 1279, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 11937, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.10802131948041746, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 14.131152612029156, \"positive_daily\": \"\", \"positive\": 1439, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 11938, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.15712191924424357, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 16.0951766025822, \"positive_daily\": \"\", \"positive\": 1639, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 11939, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.19640239905530446, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 17.31287147672509, \"positive_daily\": \"\", \"positive\": 1763, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 11940, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.20622251900806968, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 18.99211198864794, \"positive_daily\": \"\", \"positive\": 1934, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 11941, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.2455029988191306, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 20.091965423357646, \"positive_daily\": \"\", \"positive\": 2046, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 11942, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.35352431829954806, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 22.4487942120213, \"positive_daily\": \"\", \"positive\": 2286, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 11943, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.6088474370714438, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 24.805623000684953, \"positive_daily\": \"\", \"positive\": 2526, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 11944, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.7561492363629222, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 27.889140665853233, \"positive_daily\": \"\", \"positive\": 2840, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 11945, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.0311125950403486, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 30.137948135036467, \"positive_daily\": \"\", \"positive\": 3069, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 11946, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.0311125950403486, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 33.84995347718172, \"positive_daily\": \"\", \"positive\": 3447, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 11947, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.0802131948041747, \"deceased_daily\": \"\", \"deceased\": 110, \"positive_100k\": 36.334443825231325, \"positive_daily\": \"\", \"positive\": 3700, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 11948, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.4337375131037227, \"deceased_daily\": \"\", \"deceased\": 146, \"positive_100k\": 39.55544316973832, \"positive_daily\": \"\", \"positive\": 4028, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 11949, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.76762159149774, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 43.55223199051376, \"positive_daily\": \"\", \"positive\": 4435, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 11950, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.347008668710888, \"deceased_daily\": \"\", \"deceased\": 239, \"positive_100k\": 48.58013340632956, \"positive_daily\": \"\", \"positive\": 4947, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 11951, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 3.024596945451689, \"deceased_daily\": \"\", \"deceased\": 308, \"positive_100k\": 54.67842789699676, \"positive_daily\": \"\", \"positive\": 5568, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 11952, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 3.5156029430899496, \"deceased_daily\": \"\", \"deceased\": 358, \"positive_100k\": 60.20715543040359, \"positive_daily\": \"\", \"positive\": 6131, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 11953, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 3.6629047423814285, \"deceased_daily\": \"\", \"deceased\": 373, \"positive_100k\": 63.27103285566633, \"positive_daily\": \"\", \"positive\": 6443, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 11954, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.9378681010588545, \"deceased_daily\": \"\", \"deceased\": 401, \"positive_100k\": 67.07141927738648, \"positive_daily\": \"\", \"positive\": 6830, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 11955, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 4.684197217469012, \"deceased_daily\": \"\", \"deceased\": 477, \"positive_100k\": 70.76378437962619, \"positive_daily\": \"\", \"positive\": 7206, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 11956, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 5.803690892084247, \"deceased_daily\": \"\", \"deceased\": 591, \"positive_100k\": 75.54618279662286, \"positive_daily\": \"\", \"positive\": 7693, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 11957, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 6.746422407549708, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 82.67558988233041, \"positive_daily\": \"\", \"positive\": 8419, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 11958, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 7.787355122542822, \"deceased_daily\": \"\", \"deceased\": 793, \"positive_100k\": 89.7657164882269, \"positive_daily\": \"\", \"positive\": 9141, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 11959, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 8.543504358905743, \"deceased_daily\": \"\", \"deceased\": 870, \"positive_100k\": 95.10786174253118, \"positive_daily\": \"\", \"positive\": 9685, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 11960, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 8.710446398102754, \"deceased_daily\": \"\", \"deceased\": 887, \"positive_100k\": 99.68403764051978, \"positive_daily\": \"\", \"positive\": 10151, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 11961, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 8.828287837535935, \"deceased_daily\": \"\", \"deceased\": 899, \"positive_100k\": 102.94431746483784, \"positive_daily\": \"\", \"positive\": 10483, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 11962, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 9.024690236591239, \"deceased_daily\": \"\", \"deceased\": 919, \"positive_100k\": 107.51067324287365, \"positive_daily\": \"\", \"positive\": 10948, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 11963, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 10.144183911206476, \"deceased_daily\": \"\", \"deceased\": 1033, \"positive_100k\": 112.39127285939797, \"positive_daily\": \"\", \"positive\": 11445, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 11964, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 11.813604303176563, \"deceased_daily\": \"\", \"deceased\": 1203, \"positive_100k\": 117.12457067663082, \"positive_daily\": \"\", \"positive\": 11927, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 11965, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 13.090219897036041, \"deceased_daily\": \"\", \"deceased\": 1333, \"positive_100k\": 123.1443042076759, \"positive_daily\": \"\", \"positive\": 12540, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 11966, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 13.748167933871311, \"deceased_daily\": \"\", \"deceased\": 1400, \"positive_100k\": 129.7827052957452, \"positive_daily\": \"\", \"positive\": 13216, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 11967, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 14.838201248628254, \"deceased_daily\": \"\", \"deceased\": 1511, \"positive_100k\": 135.7336979871209, \"positive_daily\": \"\", \"positive\": 13822, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 11968, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 15.122984727258443, \"deceased_daily\": \"\", \"deceased\": 1540, \"positive_100k\": 141.26242552052773, \"positive_daily\": \"\", \"positive\": 14385, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 11969, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 15.515789525369053, \"deceased_daily\": \"\", \"deceased\": 1580, \"positive_100k\": 145.1119125420117, \"positive_daily\": \"\", \"positive\": 14777, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 12013, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.3385712958884843, \"positive_daily\": \"\", \"positive\": 114, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 12014, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.5127566431590846, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 12015, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.1468167306852086, \"positive_daily\": \"\", \"positive\": 268, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 12016, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.023483706945412006, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.957004620301923, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 12017, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.023483706945412006, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.391453198792045, \"positive_daily\": \"\", \"positive\": 374, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 12018, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.03522556041811801, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 5.765250055098647, \"positive_daily\": \"\", \"positive\": 491, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 12019, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.04696741389082401, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.655688464204314, \"positive_daily\": \"\", \"positive\": 652, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 12020, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.04696741389082401, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.655688464204314, \"positive_daily\": \"\", \"positive\": 652, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 12021, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.12916038819976602, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 13.373971105412135, \"positive_daily\": \"\", \"positive\": 1139, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 12022, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.15264409514517804, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 15.957178869407457, \"positive_daily\": \"\", \"positive\": 1359, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 12023, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.16438594861788405, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 25.832077639953205, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 12024, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.16438594861788405, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 25.832077639953205, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 12025, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.3170300437630621, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 31.703004376306207, \"positive_daily\": \"\", \"positive\": 2700, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 12026, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3287718972357681, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 35.554332315353776, \"positive_daily\": \"\", \"positive\": 3028, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 12027, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.4814159923809461, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 47.84805290127696, \"positive_daily\": \"\", \"positive\": 4075, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 12028, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6340600875261242, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 62.161372284505575, \"positive_daily\": \"\", \"positive\": 5294, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 12029, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.8806390104529502, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 77.20268658304197, \"positive_daily\": \"\", \"positive\": 6575, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 12030, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.1507016403251884, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 87.75861285500467, \"positive_daily\": \"\", \"positive\": 7474, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 12031, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.4090224167247203, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 103.2696012924493, \"positive_daily\": \"\", \"positive\": 8795, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 12032, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.4325061236701324, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 115.9742867499172, \"positive_daily\": \"\", \"positive\": 9877, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 12033, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.7965035813240187, \"deceased_daily\": \"\", \"deceased\": 153, \"positive_100k\": 127.9509772920773, \"positive_daily\": \"\", \"positive\": 10897, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 12034, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.2426940132868465, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 138.6830313661306, \"positive_daily\": \"\", \"positive\": 11811, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 12035, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.712368152195087, \"deceased_daily\": \"\", \"deceased\": 231, \"positive_100k\": 151.79868169514322, \"positive_daily\": \"\", \"positive\": 12928, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 12036, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.0998493167943852, \"deceased_daily\": \"\", \"deceased\": 264, \"positive_100k\": 165.2783294818097, \"positive_daily\": \"\", \"positive\": 14076, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 12037, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.522556041811801, \"deceased_daily\": \"\", \"deceased\": 300, \"positive_100k\": 174.11994514675732, \"positive_daily\": \"\", \"positive\": 14829, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 12038, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.215325396701455, \"deceased_daily\": \"\", \"deceased\": 359, \"positive_100k\": 186.95379099242498, \"positive_daily\": \"\", \"positive\": 15922, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 12039, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 5.084222553681699, \"deceased_daily\": \"\", \"deceased\": 433, \"positive_100k\": 194.97347691428317, \"positive_daily\": \"\", \"positive\": 16605, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 12040, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 5.73002449468053, \"deceased_daily\": \"\", \"deceased\": 488, \"positive_100k\": 208.62925250304025, \"positive_daily\": \"\", \"positive\": 17768, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 12041, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 6.293633461370417, \"deceased_daily\": \"\", \"deceased\": 536, \"positive_100k\": 221.0638753306359, \"positive_daily\": \"\", \"positive\": 18827, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 12042, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 6.939435402369248, \"deceased_daily\": \"\", \"deceased\": 591, \"positive_100k\": 230.2107791858739, \"positive_daily\": \"\", \"positive\": 19606, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 12043, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 7.820074412822198, \"deceased_daily\": \"\", \"deceased\": 666, \"positive_100k\": 240.76670545783657, \"positive_daily\": \"\", \"positive\": 20505, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 12044, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 8.395425232984792, \"deceased_daily\": \"\", \"deceased\": 715, \"positive_100k\": 247.75310827409666, \"positive_daily\": \"\", \"positive\": 21100, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 12045, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 8.982517906620092, \"deceased_daily\": \"\", \"deceased\": 765, \"positive_100k\": 254.2933206583939, \"positive_daily\": \"\", \"positive\": 21657, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 12046, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 9.640061701091629, \"deceased_daily\": \"\", \"deceased\": 821, \"positive_100k\": 261.29146532812666, \"positive_daily\": \"\", \"positive\": 22253, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 12047, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 10.508958858071873, \"deceased_daily\": \"\", \"deceased\": 895, \"positive_100k\": 273.3503488445957, \"positive_daily\": \"\", \"positive\": 23280, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 12048, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 11.131277092125291, \"deceased_daily\": \"\", \"deceased\": 948, \"positive_100k\": 282.40331787205207, \"positive_daily\": \"\", \"positive\": 24051, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 12049, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 11.765337179651416, \"deceased_daily\": \"\", \"deceased\": 1002, \"positive_100k\": 288.27424460840507, \"positive_daily\": \"\", \"positive\": 24551, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 12050, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 12.16456019772342, \"deceased_daily\": \"\", \"deceased\": 1036, \"positive_100k\": 294.8027151392296, \"positive_daily\": \"\", \"positive\": 25107, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 12051, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 12.98648994081284, \"deceased_daily\": \"\", \"deceased\": 1106, \"positive_100k\": 298.41920600882304, \"positive_daily\": \"\", \"positive\": 25415, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 12052, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 13.36222925193943, \"deceased_daily\": \"\", \"deceased\": 1138, \"positive_100k\": 301.6247320068718, \"positive_daily\": \"\", \"positive\": 25688, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 12053, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 13.784935976956847, \"deceased_daily\": \"\", \"deceased\": 1174, \"positive_100k\": 304.5367116681029, \"positive_daily\": \"\", \"positive\": 25936, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 12054, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 14.548156452682736, \"deceased_daily\": \"\", \"deceased\": 1239, \"positive_100k\": 309.2334530571853, \"positive_daily\": \"\", \"positive\": 26336, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 12055, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 15.04131429853639, \"deceased_daily\": \"\", \"deceased\": 1281, \"positive_100k\": 313.8832270323769, \"positive_daily\": \"\", \"positive\": 26732, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 12056, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 15.581439558280866, \"deceased_daily\": \"\", \"deceased\": 1327, \"positive_100k\": 317.9459083339331, \"positive_daily\": \"\", \"positive\": 27078, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 12057, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 16.062855550661812, \"deceased_daily\": \"\", \"deceased\": 1368, \"positive_100k\": 321.7737525660353, \"positive_daily\": \"\", \"positive\": 27404, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 12058, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 16.356401887479464, \"deceased_daily\": \"\", \"deceased\": 1393, \"positive_100k\": 325.7190153328645, \"positive_daily\": \"\", \"positive\": 27740, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 12059, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 16.77910861249688, \"deceased_daily\": \"\", \"deceased\": 1429, \"positive_100k\": 328.11435344129654, \"positive_daily\": \"\", \"positive\": 27944, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 12747, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.003644327087394025, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.2332369335932176, \"positive_daily\": \"\", \"positive\": 192, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 12748, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0048591027831920335, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.436104474791485, \"positive_daily\": \"\", \"positive\": 359, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 12749, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.010932981262182074, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 0.8138997161846656, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 12750, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.03644327087394025, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 1.5014627600063382, \"positive_daily\": \"\", \"positive\": 1236, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 12751, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.04494670074452631, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 1.8573920388751548, \"positive_daily\": \"\", \"positive\": 1529, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 12752, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.05345013061511236, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 2.2740601025338716, \"positive_daily\": \"\", \"positive\": 1872, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 12753, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.07167176605208249, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 2.9555492678765543, \"positive_daily\": \"\", \"positive\": 2433, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 12754, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09110817718485062, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 4.408421000050972, \"positive_daily\": \"\", \"positive\": 3629, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 12755, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.11175936401341675, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 6.921791914657051, \"positive_daily\": \"\", \"positive\": 5698, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 12756, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.1311957751461849, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 8.991769700296857, \"positive_daily\": \"\", \"positive\": 7402, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 12757, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.15913561614953908, \"deceased_daily\": \"\", \"deceased\": 131, \"positive_100k\": 11.196587588170242, \"positive_daily\": \"\", \"positive\": 9217, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 12758, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.2040823168940654, \"deceased_daily\": \"\", \"deceased\": 168, \"positive_100k\": 13.152376458405035, \"positive_daily\": \"\", \"positive\": 10827, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 12759, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.25996199890077376, \"deceased_daily\": \"\", \"deceased\": 214, \"positive_100k\": 16.43712993984285, \"positive_daily\": \"\", \"positive\": 13531, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 12760, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.33649286773604825, \"deceased_daily\": \"\", \"deceased\": 277, \"positive_100k\": 19.046468134416973, \"positive_daily\": \"\", \"positive\": 15679, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 12761, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4324601477040909, \"deceased_daily\": \"\", \"deceased\": 356, \"positive_100k\": 22.02995724329688, \"positive_daily\": \"\", \"positive\": 18135, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 12762, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.5162796707141535, \"deceased_daily\": \"\", \"deceased\": 425, \"positive_100k\": 25.41432233179013, \"positive_daily\": \"\", \"positive\": 20921, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 12763, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.6086026235948021, \"deceased_daily\": \"\", \"deceased\": 501, \"positive_100k\": 29.074441503229533, \"positive_daily\": \"\", \"positive\": 23934, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 12764, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.6972812493880568, \"deceased_daily\": \"\", \"deceased\": 574, \"positive_100k\": 32.88276330955629, \"positive_daily\": \"\", \"positive\": 27069, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 12765, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.7883894265729073, \"deceased_daily\": \"\", \"deceased\": 649, \"positive_100k\": 36.70687719992842, \"positive_daily\": \"\", \"positive\": 30217, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 12766, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.880712379453556, \"deceased_daily\": \"\", \"deceased\": 725, \"positive_100k\": 41.43478420797427, \"positive_daily\": \"\", \"positive\": 34109, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 12767, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.9863978649879828, \"deceased_daily\": \"\", \"deceased\": 812, \"positive_100k\": 46.436015747574665, \"positive_daily\": \"\", \"positive\": 38226, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 12768, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.1030163317845916, \"deceased_daily\": \"\", \"deceased\": 908, \"positive_100k\": 51.363145969731384, \"positive_daily\": \"\", \"positive\": 42282, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 12769, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.2220643499727963, \"deceased_daily\": \"\", \"deceased\": 1006, \"positive_100k\": 57.12968619768453, \"positive_daily\": \"\", \"positive\": 47029, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 12770, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.337468041073607, \"deceased_daily\": \"\", \"deceased\": 1101, \"positive_100k\": 63.371203722694695, \"positive_daily\": \"\", \"positive\": 52167, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 12771, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.455301283566014, \"deceased_daily\": \"\", \"deceased\": 1198, \"positive_100k\": 69.18876452987136, \"positive_daily\": \"\", \"positive\": 56956, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 12772, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.5743493017542187, \"deceased_daily\": \"\", \"deceased\": 1296, \"positive_100k\": 74.16084145277262, \"positive_daily\": \"\", \"positive\": 61049, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 12773, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.7043303012046056, \"deceased_daily\": \"\", \"deceased\": 1403, \"positive_100k\": 79.09526032910412, \"positive_daily\": \"\", \"positive\": 65111, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 12774, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.8440295062213767, \"deceased_daily\": \"\", \"deceased\": 1518, \"positive_100k\": 84.29571508281539, \"positive_daily\": \"\", \"positive\": 69392, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 12775, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.9958764681961276, \"deceased_daily\": \"\", \"deceased\": 1643, \"positive_100k\": 90.12785319834163, \"positive_daily\": \"\", \"positive\": 74193, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 12776, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.148938205866677, \"deceased_daily\": \"\", \"deceased\": 1769, \"positive_100k\": 95.41577180215036, \"positive_daily\": \"\", \"positive\": 78546, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 12777, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.295926065058236, \"deceased_daily\": \"\", \"deceased\": 1890, \"positive_100k\": 100.01126825935422, \"positive_daily\": \"\", \"positive\": 82329, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 12778, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.4502025784245824, \"deceased_daily\": \"\", \"deceased\": 2017, \"positive_100k\": 104.8424312015429, \"positive_daily\": \"\", \"positive\": 86306, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 12779, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.5996199890077376, \"deceased_daily\": \"\", \"deceased\": 2140, \"positive_100k\": 110.52029280370279, \"positive_daily\": \"\", \"positive\": 90980, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 13106, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1732995644566653, \"positive_daily\": \"\", \"positive\": 113, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 13107, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4536454780879038, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 13108, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.4536454780879038, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 13109, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.588626843910352, \"positive_daily\": \"\", \"positive\": 153, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 13110, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.588626843910352, \"positive_daily\": \"\", \"positive\": 153, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 13111, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.05587003329575, \"positive_daily\": \"\", \"positive\": 198, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 13112, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.5750291326128583, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 13113, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.4575996014519426, \"positive_daily\": \"\", \"positive\": 333, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 13114, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.4575996014519426, \"positive_daily\": \"\", \"positive\": 333, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 13115, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.205188704468578, \"positive_daily\": \"\", \"positive\": 405, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 13116, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.859329169608136, \"positive_daily\": \"\", \"positive\": 468, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 13117, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03114954595902651, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 5.918413732215037, \"positive_daily\": \"\", \"positive\": 570, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 13118, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.05191590993171085, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 6.344124193655066, \"positive_daily\": \"\", \"positive\": 611, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 13119, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.06229909191805302, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 6.894432838931201, \"positive_daily\": \"\", \"positive\": 664, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 13120, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.08306545589073737, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 8.451910136882526, \"positive_daily\": \"\", \"positive\": 814, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 13121, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.08306545589073737, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 10.632378354014383, \"positive_daily\": \"\", \"positive\": 1024, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 13122, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.09344863787707952, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 13.124342030736502, \"positive_daily\": \"\", \"positive\": 1264, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 13123, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.1038318198634217, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 15.626688889444965, \"positive_daily\": \"\", \"positive\": 1505, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 13124, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.1038318198634217, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 18.679344393429563, \"positive_daily\": \"\", \"positive\": 1799, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 13125, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.11421500184976387, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 21.555485803646345, \"positive_daily\": \"\", \"positive\": 2076, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 13126, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.12459818383610605, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 24.49392630578118, \"positive_daily\": \"\", \"positive\": 2359, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 13127, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.12459818383610605, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 27.60888090168383, \"positive_daily\": \"\", \"positive\": 2659, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 13128, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.14536454780879038, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 31.045714139163085, \"positive_daily\": \"\", \"positive\": 2990, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 13129, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.16613091178147474, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 34.887491474109694, \"positive_daily\": \"\", \"positive\": 3360, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 13130, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.2076636397268434, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 38.79156790097435, \"positive_daily\": \"\", \"positive\": 3736, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 13131, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.22843000369952773, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 42.80985932968876, \"positive_daily\": \"\", \"positive\": 4123, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 13132, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.25957954965855423, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 46.942365760252954, \"positive_daily\": \"\", \"positive\": 4521, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 13133, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.29072909561758076, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 51.22023673862592, \"positive_daily\": \"\", \"positive\": 4933, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 13134, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.3426450055492916, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 55.70577135672574, \"positive_daily\": \"\", \"positive\": 5365, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 13135, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.36341136952197595, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 60.48203507044314, \"positive_daily\": \"\", \"positive\": 5825, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 13136, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.3841777334946603, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 65.43481287792837, \"positive_daily\": \"\", \"positive\": 6302, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 13137, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.3841777334946603, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 65.43481287792837, \"positive_daily\": \"\", \"positive\": 6302, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 13138, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.42571046144002894, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 70.40835704938625, \"positive_daily\": \"\", \"positive\": 6781, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 13139, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.44647682541271333, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 75.43381713077586, \"positive_daily\": \"\", \"positive\": 7265, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 13183, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0015040083853881914, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.17446497270503022, \"positive_daily\": \"\", \"positive\": 116, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 13184, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.003008016770776383, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.2466573752036634, \"positive_daily\": \"\", \"positive\": 164, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 13185, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.003008016770776383, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.31132973577535566, \"positive_daily\": \"\", \"positive\": 207, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 13186, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0045120251561645746, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.41209829759636446, \"positive_daily\": \"\", \"positive\": 274, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 13187, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.006016033541552766, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.4842907000949977, \"positive_daily\": \"\", \"positive\": 322, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 13188, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.009024050312329149, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 0.5775392199890655, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 13189, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 0.6903398488931799, \"positive_daily\": \"\", \"positive\": 459, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 13190, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 0.6903398488931799, \"positive_daily\": \"\", \"positive\": 459, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 13191, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 1.2062147250813295, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 13192, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.031584176093152026, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.7205855928840912, \"positive_daily\": \"\", \"positive\": 1144, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 13193, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.031584176093152026, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.7220896012694793, \"positive_daily\": \"\", \"positive\": 1145, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 13194, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.08422446958173874, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 2.332717005737085, \"positive_daily\": \"\", \"positive\": 1551, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 13195, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.08422446958173874, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 2.9478564353608556, \"positive_daily\": \"\", \"positive\": 1960, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 13196, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.10828860374794978, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 3.9735901541956022, \"positive_daily\": \"\", \"positive\": 2642, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 13197, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.20755315718357045, \"deceased_daily\": \"\", \"deceased\": 138, \"positive_100k\": 4.084886774714328, \"positive_daily\": \"\", \"positive\": 2716, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 13198, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.2677134925990981, \"deceased_daily\": \"\", \"deceased\": 178, \"positive_100k\": 6.037089658948201, \"positive_daily\": \"\", \"positive\": 4014, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 13199, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.35193796218083684, \"deceased_daily\": \"\", \"deceased\": 234, \"positive_100k\": 7.6208104887619665, \"positive_daily\": \"\", \"positive\": 5067, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 13200, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.42413036467947, \"deceased_daily\": \"\", \"deceased\": 282, \"positive_100k\": 8.640528174055161, \"positive_daily\": \"\", \"positive\": 5745, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 13201, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.5053468174904324, \"deceased_daily\": \"\", \"deceased\": 336, \"positive_100k\": 10.115960400120976, \"positive_daily\": \"\", \"positive\": 6726, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 13202, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.636195547019205, \"deceased_daily\": \"\", \"deceased\": 423, \"positive_100k\": 12.278724458309197, \"positive_daily\": \"\", \"positive\": 8164, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 13203, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.7008679075908973, \"deceased_daily\": \"\", \"deceased\": 466, \"positive_100k\": 14.498640835142165, \"positive_daily\": \"\", \"positive\": 9640, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 13204, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.8723248635251512, \"deceased_daily\": \"\", \"deceased\": 580, \"positive_100k\": 17.76534704820532, \"positive_daily\": \"\", \"positive\": 11812, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 13205, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.1445503812804139, \"deceased_daily\": \"\", \"deceased\": 761, \"positive_100k\": 22.176603642548883, \"positive_daily\": \"\", \"positive\": 14745, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 13206, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.5355925614813435, \"deceased_daily\": \"\", \"deceased\": 1021, \"positive_100k\": 26.037393167840374, \"positive_daily\": \"\", \"positive\": 17312, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 13207, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.851434322412864, \"deceased_daily\": \"\", \"deceased\": 1231, \"positive_100k\": 29.74928586297843, \"positive_daily\": \"\", \"positive\": 19780, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 13208, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 2.1221558317827385, \"deceased_daily\": \"\", \"deceased\": 1411, \"positive_100k\": 33.76950027712107, \"positive_daily\": \"\", \"positive\": 22453, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 13209, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 2.6966870350010277, \"deceased_daily\": \"\", \"deceased\": 1793, \"positive_100k\": 38.32363766807651, \"positive_daily\": \"\", \"positive\": 25481, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 13210, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 3.5449477643599674, \"deceased_daily\": \"\", \"deceased\": 2357, \"positive_100k\": 44.91721042961834, \"positive_daily\": \"\", \"positive\": 29865, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 13211, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.4007285356458485, \"deceased_daily\": \"\", \"deceased\": 2926, \"positive_100k\": 51.396478553870665, \"positive_daily\": \"\", \"positive\": 34173, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 13212, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 5.43097427963676, \"deceased_daily\": \"\", \"deceased\": 3611, \"positive_100k\": 58.18858042228374, \"positive_daily\": \"\", \"positive\": 38689, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 13213, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 6.497316224876987, \"deceased_daily\": \"\", \"deceased\": 4320, \"positive_100k\": 63.88576418613421, \"positive_daily\": \"\", \"positive\": 42477, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 13214, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 7.434313448973831, \"deceased_daily\": \"\", \"deceased\": 4943, \"positive_100k\": 72.84815015466245, \"positive_daily\": \"\", \"positive\": 48436, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 13215, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 8.099085155315413, \"deceased_daily\": \"\", \"deceased\": 5385, \"positive_100k\": 78.62805437970927, \"positive_daily\": \"\", \"positive\": 52279, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 13216, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 9.28123574623053, \"deceased_daily\": \"\", \"deceased\": 6171, \"positive_100k\": 84.14776515408393, \"positive_daily\": \"\", \"positive\": 55949, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 13217, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 10.69500362849543, \"deceased_daily\": \"\", \"deceased\": 7111, \"positive_100k\": 92.45741148335368, \"positive_daily\": \"\", \"positive\": 61474, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 13218, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 12.021539024407815, \"deceased_daily\": \"\", \"deceased\": 7993, \"positive_100k\": 99.07204036229095, \"positive_daily\": \"\", \"positive\": 65872, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 13219, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 13.496971250473631, \"deceased_daily\": \"\", \"deceased\": 8974, \"positive_100k\": 112.20654559188604, \"positive_daily\": \"\", \"positive\": 74605, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 13220, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 14.877650948259992, \"deceased_daily\": \"\", \"deceased\": 9892, \"positive_100k\": 120.13116577449642, \"positive_daily\": \"\", \"positive\": 79874, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 13221, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 15.986105128291088, \"deceased_daily\": \"\", \"deceased\": 10629, \"positive_100k\": 128.15053848538625, \"positive_daily\": \"\", \"positive\": 85206, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 13222, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 17.06598314899981, \"deceased_daily\": \"\", \"deceased\": 11347, \"positive_100k\": 134.71403107922032, \"positive_daily\": \"\", \"positive\": 89570, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 13223, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 18.242117706373374, \"deceased_daily\": \"\", \"deceased\": 12129, \"positive_100k\": 142.64767531214304, \"positive_daily\": \"\", \"positive\": 94845, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 13224, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 19.39268412119534, \"deceased_daily\": \"\", \"deceased\": 12894, \"positive_100k\": 149.62326620357345, \"positive_daily\": \"\", \"positive\": 99483, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 13225, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 20.693651374556126, \"deceased_daily\": \"\", \"deceased\": 13759, \"positive_100k\": 156.6349532962532, \"positive_daily\": \"\", \"positive\": 104145, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 13226, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 21.969050485365315, \"deceased_daily\": \"\", \"deceased\": 14607, \"positive_100k\": 165.09349645567642, \"positive_daily\": \"\", \"positive\": 109769, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 13227, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 23.309121956746193, \"deceased_daily\": \"\", \"deceased\": 15498, \"positive_100k\": 173.43322295265392, \"positive_daily\": \"\", \"positive\": 115314, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 13228, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 24.207014962822942, \"deceased_daily\": \"\", \"deceased\": 16095, \"positive_100k\": 182.24370407425795, \"positive_daily\": \"\", \"positive\": 121172, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 13229, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 24.89133877817457, \"deceased_daily\": \"\", \"deceased\": 16550, \"positive_100k\": 189.28847935141624, \"positive_daily\": \"\", \"positive\": 125856, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 12821, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0021395772538901287, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 0.03606715942271932, \"positive_daily\": \"\", \"positive\": 118, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 12822, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0033621928275416315, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 0.04554243011851846, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 12823, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0036678467209545064, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 0.066326894870594, \"positive_daily\": \"\", \"positive\": 217, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 12824, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.004279154507780257, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 0.0800813200741734, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 12825, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.005196116188018885, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 0.12287286515197599, \"positive_daily\": \"\", \"positive\": 402, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 12826, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.006418731761670387, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 0.15832871678786953, \"positive_daily\": \"\", \"positive\": 518, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 12827, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.006724385655083263, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 0.17819621985970646, \"positive_daily\": \"\", \"positive\": 583, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 12828, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.008558309015560515, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 0.2931220837829477, \"positive_daily\": \"\", \"positive\": 959, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 12829, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.01100354016286352, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 0.3915426374618936, \"positive_daily\": \"\", \"positive\": 1281, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 12830, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.012226155736515023, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 0.508302424745612, \"positive_daily\": \"\", \"positive\": 1663, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 12831, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.01436573299040515, \"deceased_daily\": \"\", \"deceased\": 47, \"positive_100k\": 0.6660198337466559, \"positive_daily\": \"\", \"positive\": 2179, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 12832, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.01650531024429528, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 0.8335181673369116, \"positive_daily\": \"\", \"positive\": 2727, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 12833, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.01925619528501116, \"deceased_daily\": \"\", \"deceased\": 63, \"positive_100k\": 1.0694829730516515, \"positive_daily\": \"\", \"positive\": 3499, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 12834, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.025980580940094426, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 1.4157888342884397, \"positive_daily\": \"\", \"positive\": 4632, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 12835, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.03301062048859056, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 1.962603649604074, \"positive_daily\": \"\", \"positive\": 6421, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 12836, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.03606715942271932, \"deceased_daily\": \"\", \"deceased\": 118, \"positive_100k\": 2.3789042524324104, \"positive_daily\": \"\", \"positive\": 7783, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 12837, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06113077868257511, \"deceased_daily\": \"\", \"deceased\": 200, \"positive_100k\": 4.201824072746801, \"positive_daily\": \"\", \"positive\": 13747, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 12838, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.07457954999274163, \"deceased_daily\": \"\", \"deceased\": 244, \"positive_100k\": 5.890867487746351, \"positive_daily\": \"\", \"positive\": 19273, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 12839, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.09383574527775279, \"deceased_daily\": \"\", \"deceased\": 307, \"positive_100k\": 7.824739671369614, \"positive_daily\": \"\", \"positive\": 25600, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 12840, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.12745767355316912, \"deceased_daily\": \"\", \"deceased\": 417, \"positive_100k\": 10.170938957206848, \"positive_daily\": \"\", \"positive\": 33276, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 12841, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.17024921863097167, \"deceased_daily\": \"\", \"deceased\": 557, \"positive_100k\": 13.400783648900703, \"positive_daily\": \"\", \"positive\": 43843, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 12842, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.21579164874949014, \"deceased_daily\": \"\", \"deceased\": 706, \"positive_100k\": 16.424617616434283, \"positive_daily\": \"\", \"positive\": 53736, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 12843, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.2879259675949288, \"deceased_daily\": \"\", \"deceased\": 942, \"positive_100k\": 20.10530180091213, \"positive_daily\": \"\", \"positive\": 65778, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 12844, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.36953555713616654, \"deceased_daily\": \"\", \"deceased\": 1209, \"positive_100k\": 25.624799808161836, \"positive_daily\": \"\", \"positive\": 83836, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 12845, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.4832388054857563, \"deceased_daily\": \"\", \"deceased\": 1581, \"positive_100k\": 31.07185784267269, \"positive_daily\": \"\", \"positive\": 101657, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 12846, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.6192547880544859, \"deceased_daily\": \"\", \"deceased\": 2026, \"positive_100k\": 37.12625016339493, \"positive_daily\": \"\", \"positive\": 121465, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 12847, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.754048155049564, \"deceased_daily\": \"\", \"deceased\": 2467, \"positive_100k\": 43.06938446691488, \"positive_daily\": \"\", \"positive\": 140909, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 12848, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.9102372945835434, \"deceased_daily\": \"\", \"deceased\": 2978, \"positive_100k\": 49.46427522489906, \"positive_daily\": \"\", \"positive\": 161831, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 12849, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.183797529188067, \"deceased_daily\": \"\", \"deceased\": 3873, \"positive_100k\": 57.515504431287624, \"positive_daily\": \"\", \"positive\": 188172, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 12850, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.453995570965049, \"deceased_daily\": \"\", \"deceased\": 4757, \"positive_100k\": 65.21798254529209, \"positive_daily\": \"\", \"positive\": 213372, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 12851, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.8113049723647006, \"deceased_daily\": \"\", \"deceased\": 5926, \"positive_100k\": 74.50680436610938, \"positive_daily\": \"\", \"positive\": 243762, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 12852, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.166169142617049, \"deceased_daily\": \"\", \"deceased\": 7087, \"positive_100k\": 84.23393387008072, \"positive_daily\": \"\", \"positive\": 275586, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 12853, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.5696322819220447, \"deceased_daily\": \"\", \"deceased\": 8407, \"positive_100k\": 94.40212194224685, \"positive_daily\": \"\", \"positive\": 308853, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 12854, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.94008480073845, \"deceased_daily\": \"\", \"deceased\": 9619, \"positive_100k\": 103.02736916046479, \"positive_daily\": \"\", \"positive\": 337072, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 12855, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.2958659326710373, \"deceased_daily\": \"\", \"deceased\": 10783, \"positive_100k\": 112.07319613601885, \"positive_daily\": \"\", \"positive\": 366667, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 12856, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.91053591232433, \"deceased_daily\": \"\", \"deceased\": 12794, \"positive_100k\": 121.4989509010851, \"positive_daily\": \"\", \"positive\": 397505, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 35}, {\"index\": 12857, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.491583963702206, \"deceased_daily\": \"\", \"deceased\": 14695, \"positive_100k\": 131.1414142765811, \"positive_daily\": \"\", \"positive\": 429052, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 36}, {\"index\": 12858, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.056738012622613, \"deceased_daily\": \"\", \"deceased\": 16544, \"positive_100k\": 141.45050879361057, \"positive_daily\": \"\", \"positive\": 462780, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 37}, {\"index\": 12859, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 5.680883262971705, \"deceased_daily\": \"\", \"deceased\": 18586, \"positive_100k\": 151.76785596576215, \"positive_daily\": \"\", \"positive\": 496535, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 38}, {\"index\": 12860, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 6.25428996701426, \"deceased_daily\": \"\", \"deceased\": 20462, \"positive_100k\": 160.89498687696403, \"positive_daily\": \"\", \"positive\": 526396, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 39}, {\"index\": 12861, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 6.730193079058107, \"deceased_daily\": \"\", \"deceased\": 22019, \"positive_100k\": 169.73358051278416, \"positive_daily\": \"\", \"positive\": 555313, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 40}, {\"index\": 12862, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 7.191424804218136, \"deceased_daily\": \"\", \"deceased\": 23528, \"positive_100k\": 177.46845793949038, \"positive_daily\": \"\", \"positive\": 580619, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 41}, {\"index\": 12863, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 7.895345720747988, \"deceased_daily\": \"\", \"deceased\": 25831, \"positive_100k\": 185.7367014102021, \"positive_daily\": \"\", \"positive\": 607670, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 42}, {\"index\": 12864, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 8.6576465309197, \"deceased_daily\": \"\", \"deceased\": 28325, \"positive_100k\": 194.50285507328337, \"positive_daily\": \"\", \"positive\": 636350, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 43}, {\"index\": 12865, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 10.060903555578212, \"deceased_daily\": \"\", \"deceased\": 32916, \"positive_100k\": 204.05209401128843, \"positive_daily\": \"\", \"positive\": 667592, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 44}, {\"index\": 12866, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 11.239810622471673, \"deceased_daily\": \"\", \"deceased\": 36773, \"positive_100k\": 213.86786314434949, \"positive_daily\": \"\", \"positive\": 699706, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 45}, {\"index\": 12867, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.817802134915421, \"deceased_daily\": \"\", \"deceased\": 38664, \"positive_100k\": 223.79886379522725, \"positive_daily\": \"\", \"positive\": 732197, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 46}, {\"index\": 12868, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.428192960060933, \"deceased_daily\": \"\", \"deceased\": 40661, \"positive_100k\": 232.01759133520605, \"positive_daily\": \"\", \"positive\": 759086, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 47}, {\"index\": 12869, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.866194989321583, \"deceased_daily\": \"\", \"deceased\": 42094, \"positive_100k\": 239.73229560494704, \"positive_daily\": \"\", \"positive\": 784326, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 48}]}}, {\"mode\": \"vega-lite\"});\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"vconcat\": [{\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"United States\", \"transform\": [{\"filter\": \"datum['country_label'] == 'United States'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Spain\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Spain'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Italy\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"France\", \"transform\": [{\"filter\": \"datum['country_label'] == 'France'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Germany\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Germany'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"United Kingdom\", \"transform\": [{\"filter\": \"datum['country_label'] == 'United Kingdom'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Turkey\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Turkey'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Belgium\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Belgium'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Canada\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Canada'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Netherlands\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Netherlands'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Switzerland\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Switzerland'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Portugal\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Portugal'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Peru\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Peru'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Ireland\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Ireland'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Sweden\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Sweden'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Austria\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Austria'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Israel\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Israel'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Chile\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Chile'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Ecuador\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Ecuador'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Singapore\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Singapore'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Denmark\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Denmark'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"United Arab Emirates\", \"transform\": [{\"filter\": \"datum['country_label'] == 'United Arab Emirates'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Norway\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Norway'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Belarus\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Belarus'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Serbia\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Serbia'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Qatar\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Qatar'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Panama\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Panama'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Finland\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Finland'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Luxembourg\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Luxembourg'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Moldova\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Moldova'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Kuwait\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Kuwait'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Bahrain\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Bahrain'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Estonia\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Estonia'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Slovenia\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Slovenia'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Djibouti\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Djibouti'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Cyprus\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Cyprus'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}], \"data\": {\"name\": \"data-4547cc1cc22a19a3cd05a8ce9e9ca941\"}, \"title\": \"Growth of cases per 100k population from case 100, compared to Italy\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-4547cc1cc22a19a3cd05a8ce9e9ca941\": [{\"index\": 774, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.175534814650374, \"positive_daily\": \"\", \"positive\": 104, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 775, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4807217376846056, \"positive_daily\": \"\", \"positive\": 131, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 776, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.057185925638154, \"positive_daily\": \"\", \"positive\": 182, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 777, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.780591965423, \"positive_daily\": \"\", \"positive\": 246, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 778, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.41357225023474, \"positive_daily\": \"\", \"positive\": 302, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 779, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.696822563305658, \"positive_daily\": \"\", \"positive\": 504, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 780, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 7.403608688423027, \"positive_daily\": \"\", \"positive\": 655, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 781, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.720768659608861, \"positive_daily\": \"\", \"positive\": 860, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 782, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.03390965811491463, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.506677320327698, \"positive_daily\": \"\", \"positive\": 1018, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 783, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.03390965811491463, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.055888203022096, \"positive_daily\": \"\", \"positive\": 1332, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 784, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04521287748655284, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.605099085716496, \"positive_daily\": \"\", \"positive\": 1646, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 785, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06781931622982926, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 22.753380595107718, \"positive_daily\": \"\", \"positive\": 2013, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 786, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.06781931622982926, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 26.992087859472047, \"positive_daily\": \"\", \"positive\": 2388, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 787, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.09042575497310568, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 31.807259311789924, \"positive_daily\": \"\", \"positive\": 2814, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 788, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.18085150994621135, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 40.48813178920807, \"positive_daily\": \"\", \"positive\": 3582, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 789, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.23736760680440244, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 50.57060346870936, \"positive_daily\": \"\", \"positive\": 4474, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 790, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.3164901424058699, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 59.71490794036467, \"positive_daily\": \"\", \"positive\": 5283, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 791, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.3390965811491463, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 63.16238984871432, \"positive_daily\": \"\", \"positive\": 5588, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 792, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.5538577492102723, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 78.0939426386484, \"positive_daily\": \"\", \"positive\": 6909, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 793, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.6555867235550162, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 86.54875072863378, \"positive_daily\": \"\", \"positive\": 7657, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 794, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.7686189172713983, \"deceased_daily\": \"\", \"deceased\": 68, \"positive_100k\": 93.48892742281964, \"positive_daily\": \"\", \"positive\": 8271, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 795, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9720768659608862, \"deceased_daily\": \"\", \"deceased\": 86, \"positive_100k\": 99.33269183795659, \"positive_daily\": \"\", \"positive\": 8788, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 796, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.2207476921369267, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 108.7143639164163, \"positive_daily\": \"\", \"positive\": 9618, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 797, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.4468120795696908, \"deceased_daily\": \"\", \"deceased\": 128, \"positive_100k\": 115.06677320327698, \"positive_daily\": \"\", \"positive\": 10180, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 798, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.6502700282591787, \"deceased_daily\": \"\", \"deceased\": 146, \"positive_100k\": 121.06878268961687, \"positive_daily\": \"\", \"positive\": 10711, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 799, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.7859086607188372, \"deceased_daily\": \"\", \"deceased\": 158, \"positive_100k\": 125.79352838696164, \"positive_daily\": \"\", \"positive\": 11129, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 800, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.8989408544352195, \"deceased_daily\": \"\", \"deceased\": 168, \"positive_100k\": 130.25830003875876, \"positive_daily\": \"\", \"positive\": 11524, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 801, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.102398803124707, \"deceased_daily\": \"\", \"deceased\": 186, \"positive_100k\": 133.16322741726978, \"positive_daily\": \"\", \"positive\": 11781, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 802, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.305856751814195, \"deceased_daily\": \"\", \"deceased\": 204, \"positive_100k\": 136.21509664761209, \"positive_daily\": \"\", \"positive\": 12051, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 803, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.4867082617604064, \"deceased_daily\": \"\", \"deceased\": 220, \"positive_100k\": 138.99568861303507, \"positive_daily\": \"\", \"positive\": 12297, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 804, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.7466823073080855, \"deceased_daily\": \"\", \"deceased\": 243, \"positive_100k\": 142.86138963813534, \"positive_daily\": \"\", \"positive\": 12639, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 805, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.0857788884572317, \"deceased_daily\": \"\", \"deceased\": 273, \"positive_100k\": 146.2862651077417, \"positive_daily\": \"\", \"positive\": 12942, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 806, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.334449714633272, \"deceased_daily\": \"\", \"deceased\": 295, \"positive_100k\": 149.69983735797646, \"positive_daily\": \"\", \"positive\": 13244, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 807, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 3.605726979552589, \"deceased_daily\": \"\", \"deceased\": 319, \"positive_100k\": 153.21513858255594, \"positive_daily\": \"\", \"positive\": 13555, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 808, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.8091849282420767, \"deceased_daily\": \"\", \"deceased\": 337, \"positive_100k\": 156.05224664483714, \"positive_daily\": \"\", \"positive\": 13806, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 809, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 3.956126780073374, \"deceased_daily\": \"\", \"deceased\": 350, \"positive_100k\": 157.62339413749484, \"positive_daily\": \"\", \"positive\": 13945, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 810, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.159584728762861, \"deceased_daily\": \"\", \"deceased\": 368, \"positive_100k\": 158.70850319717212, \"positive_daily\": \"\", \"positive\": 14041, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 811, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 4.3404362387090725, \"deceased_daily\": \"\", \"deceased\": 384, \"positive_100k\": 160.79959878092518, \"positive_daily\": \"\", \"positive\": 14226, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 812, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.4421652130538165, \"deceased_daily\": \"\", \"deceased\": 393, \"positive_100k\": 162.0429529118054, \"positive_daily\": \"\", \"positive\": 14336, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 813, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.634319942371667, \"deceased_daily\": \"\", \"deceased\": 410, \"positive_100k\": 163.62540362383473, \"positive_daily\": \"\", \"positive\": 14476, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 814, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 4.871687549176069, \"deceased_daily\": \"\", \"deceased\": 431, \"positive_100k\": 164.97048672905967, \"positive_daily\": \"\", \"positive\": 14595, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 815, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.007326181635727, \"deceased_daily\": \"\", \"deceased\": 443, \"positive_100k\": 165.8295314013042, \"positive_daily\": \"\", \"positive\": 14671, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 816, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.109055155980471, \"deceased_daily\": \"\", \"deceased\": 452, \"positive_100k\": 166.71118251229197, \"positive_daily\": \"\", \"positive\": 14749, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 817, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.312513104669959, \"deceased_daily\": \"\", \"deceased\": 470, \"positive_100k\": 167.23113060338733, \"positive_daily\": \"\", \"positive\": 14795, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 818, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 5.549880711474361, \"deceased_daily\": \"\", \"deceased\": 491, \"positive_100k\": 168.1127817143751, \"positive_daily\": \"\", \"positive\": 14873, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 958, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.00887387149166, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 959, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 960, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 961, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 962, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.380577391029533, \"positive_daily\": \"\", \"positive\": 210, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 963, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.63544553181105, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 964, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.63544553181105, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 965, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.527484024546352, \"positive_daily\": \"\", \"positive\": 228, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 966, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 16.311561010016955, \"positive_daily\": \"\", \"positive\": 256, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 967, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 17.713335784315287, \"positive_daily\": \"\", \"positive\": 278, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 968, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 18.15935503068294, \"positive_daily\": \"\", \"positive\": 285, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 969, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 19.433695734590515, \"positive_daily\": \"\", \"positive\": 305, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 970, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.12743407039075746, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 21.281489755256494, \"positive_daily\": \"\", \"positive\": 334, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 971, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.12743407039075746, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 24.02132226865778, \"positive_daily\": \"\", \"positive\": 377, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 972, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1911511055861362, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 24.97707779658846, \"positive_daily\": \"\", \"positive\": 392, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 973, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 26.697437746863688, \"positive_daily\": \"\", \"positive\": 419, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 974, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 29.182402119483463, \"positive_daily\": \"\", \"positive\": 458, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 975, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 29.69213840104649, \"positive_daily\": \"\", \"positive\": 466, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 976, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 30.329308753000277, \"positive_daily\": \"\", \"positive\": 476, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 977, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 31.79480056249399, \"positive_daily\": \"\", \"positive\": 499, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 32.81427312562005, \"positive_daily\": \"\", \"positive\": 515, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 36.12755895577974, \"positive_daily\": \"\", \"positive\": 567, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 980, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 36.2549930261705, \"positive_daily\": \"\", \"positive\": 569, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 981, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 40.97005363062852, \"positive_daily\": \"\", \"positive\": 643, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 982, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 42.81784765129451, \"positive_daily\": \"\", \"positive\": 672, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 983, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 43.837320214420565, \"positive_daily\": \"\", \"positive\": 688, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 984, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 44.60192463676511, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 985, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 48.17007860770632, \"positive_daily\": \"\", \"positive\": 756, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 986, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 51.674515543452145, \"positive_daily\": \"\", \"positive\": 811, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 987, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 52.43911996579669, \"positive_daily\": \"\", \"positive\": 823, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 988, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 56.51701021830094, \"positive_daily\": \"\", \"positive\": 887, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 989, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 58.93825755572533, \"positive_daily\": \"\", \"positive\": 925, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 990, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 66.26571660319388, \"positive_daily\": \"\", \"positive\": 1040, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 991, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 72.38255198195024, \"positive_daily\": \"\", \"positive\": 1136, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 992, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 86.71888490091045, \"positive_daily\": \"\", \"positive\": 1361, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 993, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 97.3596297785387, \"positive_daily\": \"\", \"positive\": 1528, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 994, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 106.47116581147787, \"positive_daily\": \"\", \"positive\": 1671, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 995, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 108.31895983214385, \"positive_daily\": \"\", \"positive\": 1700, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 996, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 110.867641239959, \"positive_daily\": \"\", \"positive\": 1740, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 997, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 112.9703034014065, \"positive_daily\": \"\", \"positive\": 1773, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 39}, {\"index\": 998, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 119.8517432025074, \"positive_daily\": \"\", \"positive\": 1881, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 40}, {\"index\": 999, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 121.50838611758724, \"positive_daily\": \"\", \"positive\": 1907, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 41}, {\"index\": 1000, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 125.71371044048225, \"positive_daily\": \"\", \"positive\": 1973, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 42}, {\"index\": 1251, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6024650973613517, \"positive_daily\": \"\", \"positive\": 152, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 1252, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.010542533535272049, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.6024650973613517, \"positive_daily\": \"\", \"positive\": 152, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 1253, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.021085067070544097, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.718432966249344, \"positive_daily\": \"\", \"positive\": 163, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 1254, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.042170134141088195, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 3.2049301947227034, \"positive_daily\": \"\", \"positive\": 304, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 1255, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.042170134141088195, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 3.7004292708804893, \"positive_daily\": \"\", \"positive\": 351, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 1256, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.05271266767636024, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 4.638714755519702, \"positive_daily\": \"\", \"positive\": 440, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 1257, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.08434026828217639, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 5.924903846822891, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 1258, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 7.379773474690435, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 1259, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 9.077121373869234, \"positive_daily\": \"\", \"positive\": 861, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 1260, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 11.238340748600004, \"positive_daily\": \"\", \"positive\": 1066, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 1261, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.16868053656435278, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 15.666204833414264, \"positive_daily\": \"\", \"positive\": 1486, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 1262, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.20030813717016896, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 20.88475893337393, \"positive_daily\": \"\", \"positive\": 1981, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 1263, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.24247827131125715, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 23.46767964951558, \"positive_daily\": \"\", \"positive\": 2226, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 1264, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.2741058719170733, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 27.178651453931344, \"positive_daily\": \"\", \"positive\": 2578, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 1265, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.3057334725228894, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 30.773655389459112, \"positive_daily\": \"\", \"positive\": 2919, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 1266, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.3479036066639776, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 34.59005252922759, \"positive_daily\": \"\", \"positive\": 3281, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 1267, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.3795312072697938, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 39.302565019494196, \"positive_daily\": \"\", \"positive\": 3728, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 1268, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.42170134141088195, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 44.32081098228369, \"positive_daily\": \"\", \"positive\": 4204, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 1269, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.44278640848142603, \"deceased_daily\": \"\", \"deceased\": 42, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 1270, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.47441400908724224, \"deceased_daily\": \"\", \"deceased\": 45, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 1271, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.49549907615778627, \"deceased_daily\": \"\", \"deceased\": 47, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 1272, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.5376692102988745, \"deceased_daily\": \"\", \"deceased\": 51, \"positive_100k\": 66.03843006494412, \"positive_daily\": \"\", \"positive\": 6264, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 1273, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.5798393444399628, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 70.87745295763398, \"positive_daily\": \"\", \"positive\": 6723, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 1318, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9542930404546707, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 1319, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4795919618058655, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 1320, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.750996404503983, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 1321, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.09244070338226, \"positive_daily\": \"\", \"positive\": 239, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 1322, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3375802000128174, \"positive_daily\": \"\", \"positive\": 267, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 1323, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.7490643550712535, \"positive_daily\": \"\", \"positive\": 314, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 1324, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.7490643550712535, \"positive_daily\": \"\", \"positive\": 314, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 1325, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 4.894034950588632, \"positive_daily\": \"\", \"positive\": 559, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 1326, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.03501992809007966, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 6.0321826135162215, \"positive_daily\": \"\", \"positive\": 689, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 1327, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.03501992809007966, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.756914071952645, \"positive_daily\": \"\", \"positive\": 886, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 1328, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.043774910112599576, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 9.26277097982607, \"positive_daily\": \"\", \"positive\": 1058, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 1329, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.08754982022519915, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 10.882442653992253, \"positive_daily\": \"\", \"positive\": 1243, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 1330, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.12256974831527881, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 13.009903285464592, \"positive_daily\": \"\", \"positive\": 1486, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 1331, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.1838546224729182, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 15.715192730423247, \"positive_daily\": \"\", \"positive\": 1795, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 1332, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.32393433483323686, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 19.759994424827447, \"positive_daily\": \"\", \"positive\": 2257, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 1333, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.5865837955088343, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 24.64527439339356, \"positive_daily\": \"\", \"positive\": 2815, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 1334, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.6566236516889936, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 29.77569385859023, \"positive_daily\": \"\", \"positive\": 3401, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 1335, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.7704384179817525, \"deceased_daily\": \"\", \"deceased\": 88, \"positive_100k\": 32.76989771029204, \"positive_daily\": \"\", \"positive\": 3743, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 1336, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.0681078067474294, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 37.37501825413752, \"positive_daily\": \"\", \"positive\": 4269, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 1337, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.558386800008545, \"deceased_daily\": \"\", \"deceased\": 178, \"positive_100k\": 43.22334624518082, \"positive_daily\": \"\", \"positive\": 4937, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 1338, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.9260960449543811, \"deceased_daily\": \"\", \"deceased\": 220, \"positive_100k\": 54.58731291041167, \"positive_daily\": \"\", \"positive\": 6235, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 1339, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.530189804508255, \"deceased_daily\": \"\", \"deceased\": 289, \"positive_100k\": 63.771289052035065, \"positive_daily\": \"\", \"positive\": 7284, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 1340, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.09050865394953, \"deceased_daily\": \"\", \"deceased\": 353, \"positive_100k\": 79.9680057936969, \"positive_daily\": \"\", \"positive\": 9134, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 1341, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.773397251706083, \"deceased_daily\": \"\", \"deceased\": 431, \"positive_100k\": 94.86898519602579, \"positive_daily\": \"\", \"positive\": 10836, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 1342, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.491305777552716, \"deceased_daily\": \"\", \"deceased\": 513, \"positive_100k\": 104.17553108596448, \"positive_daily\": \"\", \"positive\": 11899, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 1343, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.17226232587654, \"deceased_daily\": \"\", \"deceased\": 705, \"positive_100k\": 111.84489533769191, \"positive_daily\": \"\", \"positive\": 12775, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 1344, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 7.249125114646489, \"deceased_daily\": \"\", \"deceased\": 828, \"positive_100k\": 122.2545689624681, \"positive_daily\": \"\", \"positive\": 13964, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 1345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 8.851286824767634, \"deceased_daily\": \"\", \"deceased\": 1011, \"positive_100k\": 134.37146408163565, \"positive_daily\": \"\", \"positive\": 15348, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 1346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 10.006944451740264, \"deceased_daily\": \"\", \"deceased\": 1143, \"positive_100k\": 146.821048517659, \"positive_daily\": \"\", \"positive\": 16770, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 1347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.232641934893051, \"deceased_daily\": \"\", \"deceased\": 1283, \"positive_100k\": 161.36307365706455, \"positive_daily\": \"\", \"positive\": 18431, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 1348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 12.668458986586316, \"deceased_daily\": \"\", \"deceased\": 1447, \"positive_100k\": 172.39435100543963, \"positive_daily\": \"\", \"positive\": 19691, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 1349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 14.288130660752502, \"deceased_daily\": \"\", \"deceased\": 1632, \"positive_100k\": 182.2261958167295, \"positive_daily\": \"\", \"positive\": 20814, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 1350, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 17.816388415828026, \"deceased_daily\": \"\", \"deceased\": 2035, \"positive_100k\": 194.308071007807, \"positive_daily\": \"\", \"positive\": 22194, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 1351, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 19.61115973044461, \"deceased_daily\": \"\", \"deceased\": 2240, \"positive_100k\": 204.89284427303357, \"positive_daily\": \"\", \"positive\": 23403, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 1352, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 22.088819642817747, \"deceased_daily\": \"\", \"deceased\": 2523, \"positive_100k\": 218.72571586861503, \"positive_daily\": \"\", \"positive\": 24983, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 1353, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 26.431290725987623, \"deceased_daily\": \"\", \"deceased\": 3019, \"positive_100k\": 233.46910559453858, \"positive_daily\": \"\", \"positive\": 26667, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 1354, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 29.294169847351633, \"deceased_daily\": \"\", \"deceased\": 3346, \"positive_100k\": 245.29708630696297, \"positive_daily\": \"\", \"positive\": 28018, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 1355, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 31.517935281071697, \"deceased_daily\": \"\", \"deceased\": 3600, \"positive_100k\": 259.5589520216479, \"positive_daily\": \"\", \"positive\": 29647, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 1356, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 34.170694833895226, \"deceased_daily\": \"\", \"deceased\": 3903, \"positive_100k\": 267.8061450868617, \"positive_daily\": \"\", \"positive\": 30589, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 1357, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 36.39446026761529, \"deceased_daily\": \"\", \"deceased\": 4157, \"positive_100k\": 272.44628555879723, \"positive_daily\": \"\", \"positive\": 31119, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 1358, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 38.87212017998842, \"deceased_daily\": \"\", \"deceased\": 4440, \"positive_100k\": 293.9310114420611, \"positive_daily\": \"\", \"positive\": 33573, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 1359, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 42.52294768337923, \"deceased_daily\": \"\", \"deceased\": 4857, \"positive_100k\": 304.7521692218957, \"positive_daily\": \"\", \"positive\": 34809, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 1360, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 45.201972182270325, \"deceased_daily\": \"\", \"deceased\": 5163, \"positive_100k\": 316.3875403298247, \"positive_daily\": \"\", \"positive\": 36138, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 1361, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 47.740916968801095, \"deceased_daily\": \"\", \"deceased\": 5453, \"positive_100k\": 325.536496543358, \"positive_daily\": \"\", \"positive\": 37183, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 1362, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 49.75456283398068, \"deceased_daily\": \"\", \"deceased\": 5683, \"positive_100k\": 337.03178793892664, \"positive_daily\": \"\", \"positive\": 38496, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 1363, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 51.02403522724607, \"deceased_daily\": \"\", \"deceased\": 5828, \"positive_100k\": 350.05044620641377, \"positive_daily\": \"\", \"positive\": 39983, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 1364, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 52.51238217107446, \"deceased_daily\": \"\", \"deceased\": 5998, \"positive_100k\": 358.56904371432563, \"positive_daily\": \"\", \"positive\": 40956, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 2506, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.2914283160818564, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 2507, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.31571400908867775, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 2508, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.5207931944796137, \"positive_daily\": \"\", \"positive\": 193, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 2509, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.53428524615007, \"positive_daily\": \"\", \"positive\": 198, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 2510, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.6799994041909982, \"positive_daily\": \"\", \"positive\": 252, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 2511, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.010793641336365052, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 1.1198402886478742, \"positive_daily\": \"\", \"positive\": 415, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 2512, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.013492051670456313, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.2898401396956236, \"positive_daily\": \"\", \"positive\": 478, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 2513, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.021587282672730104, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 1.7728555894979598, \"positive_daily\": \"\", \"positive\": 657, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 2514, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.024285693006821367, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 2.1587282672730104, \"positive_daily\": \"\", \"positive\": 800, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 2515, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.032380924009095154, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 2.544600945048061, \"positive_daily\": \"\", \"positive\": 943, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 2516, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.051269796347733994, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 3.4458699966345425, \"positive_daily\": \"\", \"positive\": 1277, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 2517, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.05666661701591652, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 3.9639647807800653, \"positive_daily\": \"\", \"positive\": 1469, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 2518, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.06746025835228157, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 5.634280777582557, \"positive_daily\": \"\", \"positive\": 2088, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 2519, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.07015866868637284, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 7.528564832114624, \"positive_daily\": \"\", \"positive\": 2790, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 2520, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0809523100227379, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 8.772531996130695, \"positive_daily\": \"\", \"positive\": 3251, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 2521, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.10253959269546799, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 10.906974570396883, \"positive_daily\": \"\", \"positive\": 4042, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 2522, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.1457141580409282, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 12.633957184215292, \"positive_daily\": \"\", \"positive\": 4682, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 2523, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.16460303037956703, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 15.04633602289288, \"positive_daily\": \"\", \"positive\": 5576, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 2524, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.17269826138184083, \"deceased_daily\": \"\", \"deceased\": 64, \"positive_100k\": 16.94601689809313, \"positive_daily\": \"\", \"positive\": 6280, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 2525, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.21587282672730101, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 19.962839651607162, \"positive_daily\": \"\", \"positive\": 7398, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 2526, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.27253944374321754, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 23.0093449187962, \"positive_daily\": \"\", \"positive\": 8527, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 2527, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.2941267264159476, \"deceased_daily\": \"\", \"deceased\": 109, \"positive_100k\": 25.796802793912473, \"positive_daily\": \"\", \"positive\": 9560, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 2528, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.3750790364386855, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 30.44886220988581, \"positive_daily\": \"\", \"positive\": 11284, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 2529, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.483015449802336, \"deceased_daily\": \"\", \"deceased\": 179, \"positive_100k\": 33.56012932509304, \"positive_daily\": \"\", \"positive\": 12437, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 2530, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.5882534528318952, \"deceased_daily\": \"\", \"deceased\": 218, \"positive_100k\": 35.019969315836406, \"positive_daily\": \"\", \"positive\": 12978, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 2531, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.6988882765296371, \"deceased_daily\": \"\", \"deceased\": 259, \"positive_100k\": 42.51615322394194, \"positive_daily\": \"\", \"positive\": 15756, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 2532, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.9147611032569382, \"deceased_daily\": \"\", \"deceased\": 339, \"positive_100k\": 44.69377036355358, \"positive_daily\": \"\", \"positive\": 16563, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 2533, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.0119038752842235, \"deceased_daily\": \"\", \"deceased\": 375, \"positive_100k\": 48.22598949087905, \"positive_daily\": \"\", \"positive\": 17872, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 2534, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.0982530059751439, \"deceased_daily\": \"\", \"deceased\": 407, \"positive_100k\": 51.65027220484087, \"positive_daily\": \"\", \"positive\": 19141, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 2535, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.357300398047905, \"deceased_daily\": \"\", \"deceased\": 503, \"positive_100k\": 55.73296704032095, \"positive_daily\": \"\", \"positive\": 20654, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 2536, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.5030145560888335, \"deceased_daily\": \"\", \"deceased\": 557, \"positive_100k\": 59.52423355971917, \"positive_daily\": \"\", \"positive\": 22059, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 2537, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.764760358495686, \"deceased_daily\": \"\", \"deceased\": 654, \"positive_100k\": 62.91613534967188, \"positive_daily\": \"\", \"positive\": 23316, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 2538, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.9266649785411616, \"deceased_daily\": \"\", \"deceased\": 714, \"positive_100k\": 65.5659742977495, \"positive_daily\": \"\", \"positive\": 24298, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 2539, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.1020616502570935, \"deceased_daily\": \"\", \"deceased\": 779, \"positive_100k\": 69.29247896912953, \"positive_daily\": \"\", \"positive\": 25679, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 2540, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.4258708903480453, \"deceased_daily\": \"\", \"deceased\": 899, \"positive_100k\": 72.9488249718232, \"positive_daily\": \"\", \"positive\": 27034, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 2541, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.71460079609581, \"deceased_daily\": \"\", \"deceased\": 1006, \"positive_100k\": 76.11675870404635, \"positive_daily\": \"\", \"positive\": 28208, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 35}, {\"index\": 2542, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 3.3919017899527177, \"deceased_daily\": \"\", \"deceased\": 1257, \"positive_100k\": 83.13262557268362, \"positive_daily\": \"\", \"positive\": 30808, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 36}, {\"index\": 2543, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.6536475923595697, \"deceased_daily\": \"\", \"deceased\": 1354, \"positive_100k\": 88.5429382925366, \"positive_daily\": \"\", \"positive\": 32813, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 37}, {\"index\": 2544, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.775076057393677, \"deceased_daily\": \"\", \"deceased\": 1399, \"positive_100k\": 92.70388702770533, \"positive_daily\": \"\", \"positive\": 34355, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 38}, {\"index\": 2545, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 4.217615352184644, \"deceased_daily\": \"\", \"deceased\": 1563, \"positive_100k\": 96.14975702433988, \"positive_daily\": \"\", \"positive\": 35632, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 39}, {\"index\": 2546, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.654757826307429, \"deceased_daily\": \"\", \"deceased\": 1725, \"positive_100k\": 101.61403795087469, \"positive_daily\": \"\", \"positive\": 37657, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 40}, {\"index\": 2547, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 5.1485669174461295, \"deceased_daily\": \"\", \"deceased\": 1908, \"positive_100k\": 106.32006557352986, \"positive_daily\": \"\", \"positive\": 39401, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 41}, {\"index\": 2693, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8275865014768415, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 2694, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0731928180441621, \"positive_daily\": \"\", \"positive\": 201, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 2695, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2707457248483114, \"positive_daily\": \"\", \"positive\": 238, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 2696, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2707457248483114, \"positive_daily\": \"\", \"positive\": 238, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 2697, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.317242204135156, \"positive_daily\": \"\", \"positive\": 434, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 2698, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.867186782535896, \"positive_daily\": \"\", \"positive\": 537, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 2699, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.005339267751463493, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.3744172189249277, \"positive_daily\": \"\", \"positive\": 632, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 2700, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.010678535502926986, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.983093742591766, \"positive_daily\": \"\", \"positive\": 746, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 2701, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.010678535502926986, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.922804866849341, \"positive_daily\": \"\", \"positive\": 922, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 2702, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.016017803254390478, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 6.097443772171309, \"positive_daily\": \"\", \"positive\": 1142, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 2703, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.021357071005853972, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 6.973083683411322, \"positive_daily\": \"\", \"positive\": 1306, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 2704, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.026696338757317466, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 8.596221079856225, \"positive_daily\": \"\", \"positive\": 1610, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 2705, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.032035606508780956, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 10.192662137543808, \"positive_daily\": \"\", \"positive\": 1909, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 2706, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03737487426024445, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 11.420693720380411, \"positive_daily\": \"\", \"positive\": 2139, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 2707, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.042714142011707944, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 13.075866723334094, \"positive_daily\": \"\", \"positive\": 2449, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 2708, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.06407121301756191, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 14.618915103507046, \"positive_daily\": \"\", \"positive\": 2738, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 2709, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.08542828402341589, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 16.18332055468585, \"positive_daily\": \"\", \"positive\": 3031, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 2710, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.09610681952634288, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 18.17486742598173, \"positive_daily\": \"\", \"positive\": 3404, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 2711, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.11746389053219686, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 19.952843587219075, \"positive_daily\": \"\", \"positive\": 3737, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 2712, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.1441602292895143, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 22.216693113839593, \"positive_daily\": \"\", \"positive\": 4161, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 2713, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.18153510354975877, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 23.871866116793278, \"positive_daily\": \"\", \"positive\": 4471, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 2714, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.19755290680414928, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 25.70857422329672, \"positive_daily\": \"\", \"positive\": 4815, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 2715, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.22958851331293023, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 27.315693816487233, \"positive_daily\": \"\", \"positive\": 5116, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 2716, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.25628485207024765, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 29.611578949616533, \"positive_daily\": \"\", \"positive\": 5546, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 2717, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.3043382618334191, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 31.886107011739984, \"positive_daily\": \"\", \"positive\": 5972, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 2718, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.34705240384512703, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 34.710579652264165, \"positive_daily\": \"\", \"positive\": 6501, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 2719, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.38976654585683507, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 36.98510771438762, \"positive_daily\": \"\", \"positive\": 6927, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 2720, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.42714142011707945, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 38.51213829130618, \"positive_daily\": \"\", \"positive\": 7213, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 2721, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.4378199556200065, \"deceased_daily\": \"\", \"deceased\": 82, \"positive_100k\": 40.17798982976279, \"positive_daily\": \"\", \"positive\": 7525, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 2722, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.49121263313464136, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 42.27098278833648, \"positive_daily\": \"\", \"positive\": 7917, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 2723, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.5018911686375683, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 44.17176210785748, \"positive_daily\": \"\", \"positive\": 8273, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 2724, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.5606231139036668, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 47.022931087138986, \"positive_daily\": \"\", \"positive\": 8807, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 2725, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.6193550591697652, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 49.39890523654024, \"positive_daily\": \"\", \"positive\": 9252, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 2726, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.6727477366844001, \"deceased_daily\": \"\", \"deceased\": 126, \"positive_100k\": 51.95107522173979, \"positive_daily\": \"\", \"positive\": 9730, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 2727, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.7101226109446446, \"deceased_daily\": \"\", \"deceased\": 133, \"positive_100k\": 53.86253307676372, \"positive_daily\": \"\", \"positive\": 10088, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 2728, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.7421582174534256, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 56.099686264626925, \"positive_daily\": \"\", \"positive\": 10507, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 35}, {\"index\": 2729, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.7848723594651335, \"deceased_daily\": \"\", \"deceased\": 147, \"positive_100k\": 57.83494828385256, \"positive_daily\": \"\", \"positive\": 10832, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 36}, {\"index\": 3246, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.08408554863718347, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.753923641913282, \"positive_daily\": \"\", \"positive\": 116, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 3247, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 10.426608031010751, \"positive_daily\": \"\", \"positive\": 124, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 3248, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.099292420108219, \"positive_daily\": \"\", \"positive\": 132, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 3249, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 12.276490101028786, \"positive_daily\": \"\", \"positive\": 146, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 3250, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 13.621858879223723, \"positive_daily\": \"\", \"positive\": 162, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 3251, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 15.051313206055841, \"positive_daily\": \"\", \"positive\": 179, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 3252, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 17.994307408357262, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 3253, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5885988404602842, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 19.339676186552197, \"positive_daily\": \"\", \"positive\": 230, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 3254, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.6726843890974677, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 22.03041374294207, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 3255, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 26.907375563898707, \"positive_daily\": \"\", \"positive\": 320, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 3256, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 29.93445531483731, \"positive_daily\": \"\", \"positive\": 356, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 3257, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 33.297877260324654, \"positive_daily\": \"\", \"positive\": 396, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 3258, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 35.82044371944016, \"positive_daily\": \"\", \"positive\": 426, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 3259, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 37.50215469218383, \"positive_daily\": \"\", \"positive\": 446, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 3260, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 39.09978011629031, \"positive_daily\": \"\", \"positive\": 465, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 3261, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 41.53826102676863, \"positive_daily\": \"\", \"positive\": 494, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 3262, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 44.22899858315851, \"positive_daily\": \"\", \"positive\": 526, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 3263, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 47.42424943137148, \"positive_daily\": \"\", \"positive\": 564, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 3264, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 50.030901439124165, \"positive_daily\": \"\", \"positive\": 595, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 3265, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 51.79669796050502, \"positive_daily\": \"\", \"positive\": 616, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 3266, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 53.226152287337136, \"positive_daily\": \"\", \"positive\": 633, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 3267, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 55.664633197815455, \"positive_daily\": \"\", \"positive\": 662, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 3268, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 58.43945630284251, \"positive_daily\": \"\", \"positive\": 695, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 3269, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 60.12116727558618, \"positive_daily\": \"\", \"positive\": 715, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 3270, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 61.80287824832985, \"positive_daily\": \"\", \"positive\": 735, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 3271, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 63.06416147788761, \"positive_daily\": \"\", \"positive\": 750, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 3272, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 63.98910251289662, \"positive_daily\": \"\", \"positive\": 761, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 3273, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 64.49361580471972, \"positive_daily\": \"\", \"positive\": 767, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 3274, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 64.91404354790565, \"positive_daily\": \"\", \"positive\": 772, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 3275, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 65.92307013155184, \"positive_daily\": \"\", \"positive\": 784, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 3324, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.553729349096137, \"positive_daily\": \"\", \"positive\": 264, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 3325, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.658544814388956, \"positive_daily\": \"\", \"positive\": 444, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 3326, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.6426174560315, \"positive_daily\": \"\", \"positive\": 617, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 3327, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.868175744974597, \"positive_daily\": \"\", \"positive\": 804, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 3328, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.017248974807182335, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.420142938804432, \"positive_daily\": \"\", \"positive\": 836, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 3329, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.03449794961436467, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 15.092852956284544, \"positive_daily\": \"\", \"positive\": 875, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 3330, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05174692442154701, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.09329349510112, \"positive_daily\": \"\", \"positive\": 933, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 3331, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06899589922872934, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 17.680199177361892, \"positive_daily\": \"\", \"positive\": 1025, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 3332, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.06899589922872934, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 19.249855884815485, \"positive_daily\": \"\", \"positive\": 1116, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 3333, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.10349384884309402, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 21.12999413879836, \"positive_daily\": \"\", \"positive\": 1225, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 3334, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.155240773264641, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 23.06187931720278, \"positive_daily\": \"\", \"positive\": 1337, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 3335, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.22423667249337034, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 24.493544226198917, \"positive_daily\": \"\", \"positive\": 1420, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 3336, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.22423667249337034, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 26.114947858074053, \"positive_daily\": \"\", \"positive\": 1514, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 3337, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.4139753953723761, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 27.11538839689063, \"positive_daily\": \"\", \"positive\": 1572, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 3338, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.5519671938298347, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 29.633738718739252, \"positive_daily\": \"\", \"positive\": 1718, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 3339, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.5864651434441994, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 32.11759109097351, \"positive_daily\": \"\", \"positive\": 1862, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 3340, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.7072079670944758, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 34.894676034929866, \"positive_daily\": \"\", \"positive\": 2023, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 3341, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.8969466899734814, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 37.94774457580114, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 3342, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.121183362466852, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 40.811074393793405, \"positive_daily\": \"\", \"positive\": 2366, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 3343, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.241926186117128, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 44.2263714056155, \"positive_daily\": \"\", \"positive\": 2564, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 3344, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.3281710601530399, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 47.52092559378733, \"positive_daily\": \"\", \"positive\": 2755, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 3345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.5524077326464103, \"deceased_daily\": \"\", \"deceased\": 90, \"positive_100k\": 52.41963443902712, \"positive_daily\": \"\", \"positive\": 3039, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 3346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.7938933799469627, \"deceased_daily\": \"\", \"deceased\": 104, \"positive_100k\": 56.74912711562988, \"positive_daily\": \"\", \"positive\": 3290, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 3347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.121623901283427, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 61.63058698606249, \"positive_daily\": \"\", \"positive\": 3573, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 3348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.3976074981983446, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 68.06445458914149, \"positive_daily\": \"\", \"positive\": 3946, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 3349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.777084943956356, \"deceased_daily\": \"\", \"deceased\": 161, \"positive_100k\": 73.63587345186139, \"positive_daily\": \"\", \"positive\": 4269, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 3350, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.0875664904856377, \"deceased_daily\": \"\", \"deceased\": 179, \"positive_100k\": 78.67257409555863, \"positive_daily\": \"\", \"positive\": 4561, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 3351, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.2255582889430965, \"deceased_daily\": \"\", \"deceased\": 187, \"positive_100k\": 84.08875218501389, \"positive_daily\": \"\", \"positive\": 4875, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 3352, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.501541885858014, \"deceased_daily\": \"\", \"deceased\": 203, \"positive_100k\": 90.83310133462217, \"positive_daily\": \"\", \"positive\": 5266, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 3353, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.7602765079657487, \"deceased_daily\": \"\", \"deceased\": 218, \"positive_100k\": 96.54251199579953, \"positive_daily\": \"\", \"positive\": 5597, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 3354, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 4.088007029302213, \"deceased_daily\": \"\", \"deceased\": 237, \"positive_100k\": 100.56152312587301, \"positive_daily\": \"\", \"positive\": 5830, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 3355, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.260496777374036, \"deceased_daily\": \"\", \"deceased\": 247, \"positive_100k\": 103.73533449039456, \"positive_daily\": \"\", \"positive\": 6014, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 3356, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.484733449867408, \"deceased_daily\": \"\", \"deceased\": 260, \"positive_100k\": 106.78840303126583, \"positive_daily\": \"\", \"positive\": 6191, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 3357, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.708970122360777, \"deceased_daily\": \"\", \"deceased\": 273, \"positive_100k\": 109.8587205469443, \"positive_daily\": \"\", \"positive\": 6369, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 3358, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.915957820046965, \"deceased_daily\": \"\", \"deceased\": 285, \"positive_100k\": 112.34257291917855, \"positive_daily\": \"\", \"positive\": 6513, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 3359, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.157443467347519, \"deceased_daily\": \"\", \"deceased\": 299, \"positive_100k\": 115.67162505696474, \"positive_daily\": \"\", \"positive\": 6706, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 3360, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.3299332154193415, \"deceased_daily\": \"\", \"deceased\": 309, \"positive_100k\": 118.60395077418573, \"positive_daily\": \"\", \"positive\": 6876, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 3361, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 5.53692091310553, \"deceased_daily\": \"\", \"deceased\": 321, \"positive_100k\": 122.01924778600785, \"positive_daily\": \"\", \"positive\": 7074, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 3362, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.795655535213265, \"deceased_daily\": \"\", \"deceased\": 336, \"positive_100k\": 125.3655488986012, \"positive_daily\": \"\", \"positive\": 7268, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 3363, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.9681452832850885, \"deceased_daily\": \"\", \"deceased\": 346, \"positive_100k\": 128.28062564101504, \"positive_daily\": \"\", \"positive\": 7437, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 3364, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.123386056549729, \"deceased_daily\": \"\", \"deceased\": 355, \"positive_100k\": 130.7472290384421, \"positive_daily\": \"\", \"positive\": 7580, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 3365, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 6.27862682981437, \"deceased_daily\": \"\", \"deceased\": 364, \"positive_100k\": 133.006844738183, \"positive_daily\": \"\", \"positive\": 7711, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 3366, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 6.382120678657464, \"deceased_daily\": \"\", \"deceased\": 370, \"positive_100k\": 136.11166020347582, \"positive_daily\": \"\", \"positive\": 7891, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 3444, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.078338130396695, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 0}, {\"index\": 3445, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.078338130396695, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 1}, {\"index\": 3446, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.10428398615108664, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 15.642597922662995, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 2}, {\"index\": 3447, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 19.5011054102532, \"positive_daily\": \"\", \"positive\": 187, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 3}, {\"index\": 3448, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 22.316773036332542, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 4}, {\"index\": 3449, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 31.07662787302382, \"positive_daily\": \"\", \"positive\": 298, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 5}, {\"index\": 3450, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 37.85508697284445, \"positive_daily\": \"\", \"positive\": 363, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 6}, {\"index\": 3451, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 45.36353397572269, \"positive_daily\": \"\", \"positive\": 435, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 7}, {\"index\": 3452, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 61.631835815292206, \"positive_daily\": \"\", \"positive\": 591, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 8}, {\"index\": 3453, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 76.33587786259542, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 9}, {\"index\": 3454, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 76.33587786259542, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 10}, {\"index\": 3455, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 88.2242522838193, \"positive_daily\": \"\", \"positive\": 846, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 11}, {\"index\": 3456, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 88.2242522838193, \"positive_daily\": \"\", \"positive\": 846, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 12}, {\"index\": 3457, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 98.54836691277687, \"positive_daily\": \"\", \"positive\": 945, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 13}, {\"index\": 3605, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.011706615589922406, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.6497171652406936, \"positive_daily\": \"\", \"positive\": 111, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 3606, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.01755992338488361, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.1648082511972795, \"positive_daily\": \"\", \"positive\": 199, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 3607, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.029266538974806015, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.1481639607507614, \"positive_daily\": \"\", \"positive\": 367, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 3608, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.04097315456472843, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 2.961773744250369, \"positive_daily\": \"\", \"positive\": 506, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 3609, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.08194630912945686, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 4.618259850224389, \"positive_daily\": \"\", \"positive\": 789, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 3610, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.10535954030930166, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 5.74209494685694, \"positive_daily\": \"\", \"positive\": 981, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 3611, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.15803931046395248, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 6.333279034148022, \"positive_daily\": \"\", \"positive\": 1082, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 3612, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.1638926182589137, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 6.865930043489492, \"positive_daily\": \"\", \"positive\": 1173, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 3613, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.19901246502868092, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 8.212190836330569, \"positive_daily\": \"\", \"positive\": 1403, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 3614, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.2107190806186033, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 9.33602593296312, \"positive_daily\": \"\", \"positive\": 1595, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 3615, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.28095877415813775, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 10.670580110214274, \"positive_daily\": \"\", \"positive\": 1823, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 3616, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.3394918521077498, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 11.261764197505356, \"positive_daily\": \"\", \"positive\": 1924, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 3617, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.3511984676976722, \"deceased_daily\": \"\", \"deceased\": 60, \"positive_100k\": 11.48418989371388, \"positive_daily\": \"\", \"positive\": 1962, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 3618, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.4389980846220902, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 13.111409460713096, \"positive_daily\": \"\", \"positive\": 2240, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 3619, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.544357624931392, \"deceased_daily\": \"\", \"deceased\": 93, \"positive_100k\": 16.08488982055339, \"positive_daily\": \"\", \"positive\": 2748, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 3620, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.7023969353953444, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 18.514012555462287, \"positive_daily\": \"\", \"positive\": 3163, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 3621, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.8487296302693744, \"deceased_daily\": \"\", \"deceased\": 145, \"positive_100k\": 19.713940653429333, \"positive_daily\": \"\", \"positive\": 3368, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 3622, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.0067689407333271, \"deceased_daily\": \"\", \"deceased\": 172, \"positive_100k\": 20.281711509540568, \"positive_daily\": \"\", \"positive\": 3465, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 3623, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.0535954030930166, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 21.34116022042855, \"positive_daily\": \"\", \"positive\": 3646, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 3624, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.1179817888375898, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 21.932344307719628, \"positive_daily\": \"\", \"positive\": 3747, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 3625, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.1179817888375898, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 21.932344307719628, \"positive_daily\": \"\", \"positive\": 3747, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 3626, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.4165004863806112, \"deceased_daily\": \"\", \"deceased\": 242, \"positive_100k\": 26.047219687577353, \"positive_daily\": \"\", \"positive\": 4450, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 3627, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.5920997202294473, \"deceased_daily\": \"\", \"deceased\": 272, \"positive_100k\": 29.061673201982376, \"positive_daily\": \"\", \"positive\": 4965, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 3628, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.7384324151034776, \"deceased_daily\": \"\", \"deceased\": 297, \"positive_100k\": 41.91553711971718, \"positive_daily\": \"\", \"positive\": 7161, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 3629, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.8437919554127793, \"deceased_daily\": \"\", \"deceased\": 315, \"positive_100k\": 42.47745466803345, \"positive_daily\": \"\", \"positive\": 7257, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 3630, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.9491514957220806, \"deceased_daily\": \"\", \"deceased\": 333, \"positive_100k\": 43.70079599718034, \"positive_daily\": \"\", \"positive\": 7466, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 3631, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.0779242672112272, \"deceased_daily\": \"\", \"deceased\": 355, \"positive_100k\": 44.0695543882629, \"positive_daily\": \"\", \"positive\": 7529, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 3632, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.1598705763406842, \"deceased_daily\": \"\", \"deceased\": 369, \"positive_100k\": 44.50269916509003, \"positive_daily\": \"\", \"positive\": 7603, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 3633, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.2710834244449467, \"deceased_daily\": \"\", \"deceased\": 388, \"positive_100k\": 45.995292652805134, \"positive_daily\": \"\", \"positive\": 7858, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 3634, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.358883041369365, \"deceased_daily\": \"\", \"deceased\": 403, \"positive_100k\": 48.1434566135559, \"positive_daily\": \"\", \"positive\": 8225, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 3635, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.4642425816786666, \"deceased_daily\": \"\", \"deceased\": 421, \"positive_100k\": 49.460450867422175, \"positive_daily\": \"\", \"positive\": 8450, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 3636, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.669108354502309, \"deceased_daily\": \"\", \"deceased\": 456, \"positive_100k\": 52.80854292613997, \"positive_daily\": \"\", \"positive\": 9022, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 3637, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.77446789481161, \"deceased_daily\": \"\", \"deceased\": 474, \"positive_100k\": 55.41911820269267, \"positive_daily\": \"\", \"positive\": 9468, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 3638, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.96762705204533, \"deceased_daily\": \"\", \"deceased\": 507, \"positive_100k\": 59.28230134736707, \"positive_daily\": \"\", \"positive\": 10128, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 3639, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.0437200533798254, \"deceased_daily\": \"\", \"deceased\": 520, \"positive_100k\": 60.86269445200659, \"positive_daily\": \"\", \"positive\": 10398, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 3874, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.706290635665205, \"positive_daily\": \"\", \"positive\": 115, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 3875, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.945875640858697, \"positive_daily\": \"\", \"positive\": 171, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 3876, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.519909394011888, \"positive_daily\": \"\", \"positive\": 205, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 3877, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.034046895866705, \"positive_daily\": \"\", \"positive\": 225, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 3878, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.53237377392716, \"positive_daily\": \"\", \"positive\": 258, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 3879, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 20.213735649761826, \"positive_daily\": \"\", \"positive\": 267, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 3880, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 21.42504565124568, \"positive_daily\": \"\", \"positive\": 283, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 3881, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 23.166303778378722, \"positive_daily\": \"\", \"positive\": 306, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 3882, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 24.680441280233538, \"positive_daily\": \"\", \"positive\": 326, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 3883, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 26.648820032644803, \"positive_daily\": \"\", \"positive\": 352, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 3884, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 27.9358369092214, \"positive_daily\": \"\", \"positive\": 369, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 3885, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 30.585577537467334, \"positive_daily\": \"\", \"positive\": 404, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 3886, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 40.73029879989462, \"positive_daily\": \"\", \"positive\": 538, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 3887, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 43.53145317832603, \"positive_daily\": \"\", \"positive\": 575, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 3888, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 48.83093443481789, \"positive_daily\": \"\", \"positive\": 645, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 3889, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.22712062527822274, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 51.404968187971086, \"positive_daily\": \"\", \"positive\": 679, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 3890, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.22712062527822274, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 54.13041569130976, \"positive_daily\": \"\", \"positive\": 715, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 3891, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.3028275003709637, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 56.401621944091985, \"positive_daily\": \"\", \"positive\": 745, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 3892, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.3785343754637046, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 58.97565569724517, \"positive_daily\": \"\", \"positive\": 779, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 3893, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8327756260201501, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 64.95649882957171, \"positive_daily\": \"\", \"positive\": 858, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 3894, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.908482501112891, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 72.75430696412403, \"positive_daily\": \"\", \"positive\": 961, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 3895, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9841893762056321, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 78.65944322135782, \"positive_daily\": \"\", \"positive\": 1039, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 3896, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.135603126391114, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 83.05044197673679, \"positive_daily\": \"\", \"positive\": 1097, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 3897, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4384306267620774, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 83.88321760275694, \"positive_daily\": \"\", \"positive\": 1108, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 3898, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.5898443769475592, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 86.98719948155932, \"positive_daily\": \"\", \"positive\": 1149, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 3899, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 89.712646984898, \"positive_daily\": \"\", \"positive\": 1185, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 3900, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 91.37819823693829, \"positive_daily\": \"\", \"positive\": 1207, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 3901, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 95.23924886666808, \"positive_daily\": \"\", \"positive\": 1258, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 3902, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 98.72176512093415, \"positive_daily\": \"\", \"positive\": 1304, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 3903, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.892671877318523, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 99.10029949639788, \"positive_daily\": \"\", \"positive\": 1309, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 3904, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.119792502596746, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 100.84155762353092, \"positive_daily\": \"\", \"positive\": 1332, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 3905, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.3469131278749686, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 103.94553950233329, \"positive_daily\": \"\", \"positive\": 1373, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 3906, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.649740628245932, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 105.98962512983731, \"positive_daily\": \"\", \"positive\": 1400, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 3907, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.7254475033386734, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 108.56365888299048, \"positive_daily\": \"\", \"positive\": 1434, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 3908, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.876861253524155, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 110.456330760309, \"positive_daily\": \"\", \"positive\": 1459, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 3909, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.876861253524155, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 114.46879514022427, \"positive_daily\": \"\", \"positive\": 1512, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 3910, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.028275003709637, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 115.68010514170814, \"positive_daily\": \"\", \"positive\": 1528, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 3911, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.028275003709637, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 116.21005326735731, \"positive_daily\": \"\", \"positive\": 1535, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 3912, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.2553956289878596, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 117.49707014393391, \"positive_daily\": \"\", \"positive\": 1552, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 4146, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.8089633113146855, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 4147, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.077527387392285, \"positive_daily\": \"\", \"positive\": 225, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 4148, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.421851922327633, \"positive_daily\": \"\", \"positive\": 244, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 4149, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.019889272478502, \"positive_daily\": \"\", \"positive\": 277, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 4150, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.817272406012994, \"positive_daily\": \"\", \"positive\": 321, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 4151, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.08910756517248, \"positive_daily\": \"\", \"positive\": 336, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 4152, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.248937577586285, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 4153, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.15505477478457, \"positive_daily\": \"\", \"positive\": 450, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 4154, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.477985882694067, \"positive_daily\": \"\", \"positive\": 523, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 4155, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 11.344587308922536, \"positive_daily\": \"\", \"positive\": 626, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 4156, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.685640760776, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 4157, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.352896403620845, \"positive_daily\": \"\", \"positive\": 792, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 4158, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.054367031831897145, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.947662670689827, \"positive_daily\": \"\", \"positive\": 880, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 4159, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09061171971982857, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 17.36120549831915, \"positive_daily\": \"\", \"positive\": 958, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 4160, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.12685640760775999, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 18.865360045668307, \"positive_daily\": \"\", \"positive\": 1041, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 4161, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.1631010954956914, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 21.148775382607987, \"positive_daily\": \"\", \"positive\": 1167, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 4162, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.19934578338362285, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 22.471706490517484, \"positive_daily\": \"\", \"positive\": 1240, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 4163, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.23559047127155425, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 24.50140901224164, \"positive_daily\": \"\", \"positive\": 1352, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 4164, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.3080798470474171, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 25.697483712543377, \"positive_daily\": \"\", \"positive\": 1418, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 4165, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.3080798470474171, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 26.204909342974418, \"positive_daily\": \"\", \"positive\": 1446, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 4166, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.34432453493534854, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 27.509718106939953, \"positive_daily\": \"\", \"positive\": 1518, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 4167, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.36244687887931426, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 29.267585469504624, \"positive_daily\": \"\", \"positive\": 1615, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 4168, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.4530585985991428, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 34.10625130254347, \"positive_daily\": \"\", \"positive\": 1882, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 4169, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.5074256304310399, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 34.92175678002193, \"positive_daily\": \"\", \"positive\": 1927, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 4170, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.4893032864870742, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 39.43422042206939, \"positive_daily\": \"\", \"positive\": 2176, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 4171, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.6161596940948342, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 41.826369822672866, \"positive_daily\": \"\", \"positive\": 2308, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 4172, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7248937577586285, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 45.07026938864273, \"positive_daily\": \"\", \"positive\": 2487, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 4173, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.76113844564656, \"deceased_daily\": \"\", \"deceased\": 42, \"positive_100k\": 47.208705974030686, \"positive_daily\": \"\", \"positive\": 2605, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 4174, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8698725093103543, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 50.18077038084106, \"positive_daily\": \"\", \"positive\": 2769, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 4175, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8879948532543199, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 52.64540915722039, \"positive_daily\": \"\", \"positive\": 2905, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 4176, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.0148512608620799, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 53.89585088935404, \"positive_daily\": \"\", \"positive\": 2974, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 4177, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.069218292693977, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 55.52686184431095, \"positive_daily\": \"\", \"positive\": 3064, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 4178, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.1598300124138057, \"deceased_daily\": \"\", \"deceased\": 64, \"positive_100k\": 57.28472920687562, \"positive_daily\": \"\", \"positive\": 3161, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 4179, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.3048087639655312, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 58.66202734661701, \"positive_daily\": \"\", \"positive\": 3237, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 4180, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.3591757957974284, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 61.05417674722049, \"positive_daily\": \"\", \"positive\": 3369, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 4181, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.4860322034051885, \"deceased_daily\": \"\", \"deceased\": 82, \"positive_100k\": 63.22885802049637, \"positive_daily\": \"\", \"positive\": 3489, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 4182, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.631010954956914, \"deceased_daily\": \"\", \"deceased\": 90, \"positive_100k\": 66.7083480577378, \"positive_daily\": \"\", \"positive\": 3681, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 4183, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.703500330732777, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 68.55682714002229, \"positive_daily\": \"\", \"positive\": 3783, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 4184, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.7759897065086399, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 70.09722637525938, \"positive_daily\": \"\", \"positive\": 3868, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 4185, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.5552504960991658, \"deceased_daily\": \"\", \"deceased\": 141, \"positive_100k\": 72.74308859107838, \"positive_daily\": \"\", \"positive\": 4014, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 4224, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.14928215288271898, \"positive_daily\": \"\", \"positive\": 100, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 4225, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.19406679874753469, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 4226, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.00447846458648157, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.2851289120059933, \"positive_daily\": \"\", \"positive\": 191, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 4227, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.00597128611530876, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.30453559188074675, \"positive_daily\": \"\", \"positive\": 204, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 4228, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.00597128611530876, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.4299326003022307, \"positive_daily\": \"\", \"positive\": 288, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 4229, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.00895692917296314, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 0.5672721809543322, \"positive_daily\": \"\", \"positive\": 380, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 4230, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.013435393759444709, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 0.9792909229106365, \"positive_daily\": \"\", \"positive\": 656, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 4231, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.01642103681709909, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 1.431615846145275, \"positive_daily\": \"\", \"positive\": 959, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 4232, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.028363609047716606, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 1.6958452567476878, \"positive_daily\": \"\", \"positive\": 1136, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 4233, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.028363609047716606, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 1.8197494436403443, \"positive_daily\": \"\", \"positive\": 1219, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 4234, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.04926311045129727, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 2.6781218227159784, \"positive_daily\": \"\", \"positive\": 1794, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 4235, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.07165543338370511, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 3.4230397656007465, \"positive_daily\": \"\", \"positive\": 2293, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 4236, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.07165543338370511, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 3.4230397656007465, \"positive_daily\": \"\", \"positive\": 2293, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 4237, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.117932900777348, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 5.495076047612886, \"positive_daily\": \"\", \"positive\": 3681, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 4238, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.13584675912327426, \"deceased_daily\": \"\", \"deceased\": 91, \"positive_100k\": 6.711725593607046, \"positive_daily\": \"\", \"positive\": 4496, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 4239, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.13584675912327426, \"deceased_daily\": \"\", \"deceased\": 91, \"positive_100k\": 6.7654671686448244, \"positive_daily\": \"\", \"positive\": 4532, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 4240, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 9.97652627715211, \"positive_daily\": \"\", \"positive\": 6683, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 4241, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 11.51711809490177, \"positive_daily\": \"\", \"positive\": 7715, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 4242, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 13.62050362901928, \"positive_daily\": \"\", \"positive\": 9124, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 4243, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.36424845303383435, \"deceased_daily\": \"\", \"deceased\": 244, \"positive_100k\": 16.376252171234274, \"positive_daily\": \"\", \"positive\": 10970, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 4244, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6732625095010626, \"deceased_daily\": \"\", \"deceased\": 451, \"positive_100k\": 19.045417064777286, \"positive_daily\": \"\", \"positive\": 12758, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 4245, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.8404585207297078, \"deceased_daily\": \"\", \"deceased\": 563, \"positive_100k\": 21.590677771427647, \"positive_daily\": \"\", \"positive\": 14463, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 4246, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.0091473534871804, \"deceased_daily\": \"\", \"deceased\": 676, \"positive_100k\": 24.247900092740043, \"positive_daily\": \"\", \"positive\": 16243, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 4247, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.2868121578490377, \"deceased_daily\": \"\", \"deceased\": 862, \"positive_100k\": 30.04004762458954, \"positive_daily\": \"\", \"positive\": 20123, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 4248, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.645089324767563, \"deceased_daily\": \"\", \"deceased\": 1102, \"positive_100k\": 33.77060862512869, \"positive_daily\": \"\", \"positive\": 22622, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 4249, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.989931097926644, \"deceased_daily\": \"\", \"deceased\": 1333, \"positive_100k\": 38.21623113797606, \"positive_daily\": \"\", \"positive\": 25600, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 4250, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.534810955948568, \"deceased_daily\": \"\", \"deceased\": 1698, \"positive_100k\": 44.11436899837229, \"positive_daily\": \"\", \"positive\": 29551, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 4251, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.981164593067898, \"deceased_daily\": \"\", \"deceased\": 1997, \"positive_100k\": 49.86322470588579, \"positive_daily\": \"\", \"positive\": 33402, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 4252, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.458867482292599, \"deceased_daily\": \"\", \"deceased\": 2317, \"positive_100k\": 56.88396435596007, \"positive_daily\": \"\", \"positive\": 38105, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 4253, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.8977570117677924, \"deceased_daily\": \"\", \"deceased\": 2611, \"positive_100k\": 60.769778795497245, \"positive_daily\": \"\", \"positive\": 40708, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 4254, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.5232492323463855, \"deceased_daily\": \"\", \"deceased\": 3030, \"positive_100k\": 67.43074845712417, \"positive_daily\": \"\", \"positive\": 45170, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 4255, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 5.272645639817635, \"deceased_daily\": \"\", \"deceased\": 3532, \"positive_100k\": 78.86128290335395, \"positive_daily\": \"\", \"positive\": 52827, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 4256, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 6.589314228243216, \"deceased_daily\": \"\", \"deceased\": 4414, \"positive_100k\": 86.20895046824138, \"positive_daily\": \"\", \"positive\": 57749, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 4257, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 8.05825061260917, \"deceased_daily\": \"\", \"deceased\": 5398, \"positive_100k\": 89.46330140108465, \"positive_daily\": \"\", \"positive\": 59929, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 4258, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 9.733196367953278, \"deceased_daily\": \"\", \"deceased\": 6520, \"positive_100k\": 97.33494932259043, \"positive_daily\": \"\", \"positive\": 65202, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 4259, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.306630259337135, \"deceased_daily\": \"\", \"deceased\": 7574, \"positive_100k\": 103.7510962534897, \"positive_daily\": \"\", \"positive\": 69500, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 4260, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 12.081404632798447, \"deceased_daily\": \"\", \"deceased\": 8093, \"positive_100k\": 106.60537101660728, \"positive_daily\": \"\", \"positive\": 71412, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 4261, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 13.324924966311496, \"deceased_daily\": \"\", \"deceased\": 8926, \"positive_100k\": 112.47365244642697, \"positive_daily\": \"\", \"positive\": 75343, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 4262, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 15.440253072659623, \"deceased_daily\": \"\", \"deceased\": 10343, \"positive_100k\": 118.17623068654682, \"positive_daily\": \"\", \"positive\": 79163, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 4263, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 16.25234798434162, \"deceased_daily\": \"\", \"deceased\": 10887, \"positive_100k\": 123.98927771979992, \"positive_daily\": \"\", \"positive\": 83057, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 4264, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 18.254221654498878, \"deceased_daily\": \"\", \"deceased\": 12228, \"positive_100k\": 130.42184568751628, \"positive_daily\": \"\", \"positive\": 87366, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 4265, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 19.727636503451315, \"deceased_daily\": \"\", \"deceased\": 13215, \"positive_100k\": 136.94846141154875, \"positive_daily\": \"\", \"positive\": 91738, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 4266, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 20.677070995785407, \"deceased_daily\": \"\", \"deceased\": 13851, \"positive_100k\": 141.61352868913372, \"positive_daily\": \"\", \"positive\": 94863, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 4267, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 21.51454387345746, \"deceased_daily\": \"\", \"deceased\": 14412, \"positive_100k\": 181.69429391661492, \"positive_daily\": \"\", \"positive\": 121712, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 4268, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 22.371423431004267, \"deceased_daily\": \"\", \"deceased\": 14986, \"positive_100k\": 187.19086278575665, \"positive_daily\": \"\", \"positive\": 125394, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 4269, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 23.508953435970586, \"deceased_daily\": \"\", \"deceased\": 15748, \"positive_100k\": 196.0985288482685, \"positive_daily\": \"\", \"positive\": 131361, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 4270, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 25.65861643748174, \"deceased_daily\": \"\", \"deceased\": 17188, \"positive_100k\": 200.90690699262086, \"positive_daily\": \"\", \"positive\": 134582, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 4271, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 26.78271104868861, \"deceased_daily\": \"\", \"deceased\": 17941, \"positive_100k\": 219.58061149672017, \"positive_daily\": \"\", \"positive\": 147091, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 4272, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 27.92024105365493, \"deceased_daily\": \"\", \"deceased\": 18703, \"positive_100k\": 222.62447459399883, \"positive_daily\": \"\", \"positive\": 149130, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 48}, {\"index\": 4273, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 28.87863247516199, \"deceased_daily\": \"\", \"deceased\": 19345, \"positive_100k\": 222.6528382030465, \"positive_daily\": \"\", \"positive\": 149149, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 49}, {\"index\": 4274, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 29.474268265164035, \"deceased_daily\": \"\", \"deceased\": 19744, \"positive_100k\": 230.03931912768346, \"positive_daily\": \"\", \"positive\": 154097, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 50}, {\"index\": 4275, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 30.292334462961335, \"deceased_daily\": \"\", \"deceased\": 20292, \"positive_100k\": 233.5967128308787, \"positive_daily\": \"\", \"positive\": 156480, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 51}, {\"index\": 4276, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 31.093979623941536, \"deceased_daily\": \"\", \"deceased\": 20829, \"positive_100k\": 237.80199107758486, \"positive_daily\": \"\", \"positive\": 159297, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 52}, {\"index\": 4498, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.15676264021182154, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 4499, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.19173276764368943, \"positive_daily\": \"\", \"positive\": 159, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 4500, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.23634982678090016, \"positive_daily\": \"\", \"positive\": 196, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 4501, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.31593701334997876, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 4502, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5812276352469076, \"positive_daily\": \"\", \"positive\": 482, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 4503, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8079305303224649, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 4504, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9634873040711186, \"positive_daily\": \"\", \"positive\": 799, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 4505, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2541011216945723, \"positive_daily\": \"\", \"positive\": 1040, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 4506, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0024117329263357162, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.4180989606854009, \"positive_daily\": \"\", \"positive\": 1176, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 4507, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0024117329263357162, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.7569474368355689, \"positive_daily\": \"\", \"positive\": 1457, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 4508, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.003617599389503574, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.300793211724273, \"positive_daily\": \"\", \"positive\": 1908, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 4509, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.003617599389503574, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.5057905104628087, \"positive_daily\": \"\", \"positive\": 2078, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 4510, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.008441065242175007, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 4.431559252141878, \"positive_daily\": \"\", \"positive\": 3675, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 4511, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.010852798168510723, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 5.528897733624628, \"positive_daily\": \"\", \"positive\": 4585, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 4512, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.013264531094846438, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 6.987996154057737, \"positive_daily\": \"\", \"positive\": 5795, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 4513, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.020499729873853584, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 8.769060920156663, \"positive_daily\": \"\", \"positive\": 7272, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 4514, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.02894079511602859, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 11.162705849544862, \"positive_daily\": \"\", \"positive\": 9257, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 4515, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.03376426096870003, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 14.864715891470187, \"positive_daily\": \"\", \"positive\": 12327, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 4516, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.05305812437938575, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 18.473874215731584, \"positive_daily\": \"\", \"positive\": 15320, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 4517, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.08079305303224649, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 23.934037560955645, \"positive_daily\": \"\", \"positive\": 19848, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 4518, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.10129278290610007, \"deceased_daily\": \"\", \"deceased\": 84, \"positive_100k\": 26.78591174634763, \"positive_daily\": \"\", \"positive\": 22213, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 4519, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.11335144753777866, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 29.99351653837413, \"positive_daily\": \"\", \"positive\": 24873, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 4520, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.14832157496964654, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 35.037655953805285, \"positive_daily\": \"\", \"positive\": 29056, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 4521, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1893210347173537, \"deceased_daily\": \"\", \"deceased\": 157, \"positive_100k\": 39.776711154054965, \"positive_daily\": \"\", \"positive\": 32986, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 4522, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.24840849141257876, \"deceased_daily\": \"\", \"deceased\": 206, \"positive_100k\": 45.006554004813964, \"positive_daily\": \"\", \"positive\": 37323, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 4523, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.3219663456658181, \"deceased_daily\": \"\", \"deceased\": 267, \"positive_100k\": 52.98336065866935, \"positive_daily\": \"\", \"positive\": 43938, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 4524, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.41240633040340746, \"deceased_daily\": \"\", \"deceased\": 342, \"positive_100k\": 61.34363284781211, \"positive_daily\": \"\", \"positive\": 50871, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 4525, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.5221401785516825, \"deceased_daily\": \"\", \"deceased\": 433, \"positive_100k\": 69.57246559246957, \"positive_daily\": \"\", \"positive\": 57695, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 4526, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.6427268248684683, \"deceased_daily\": \"\", \"deceased\": 533, \"positive_100k\": 74.87827803040814, \"positive_daily\": \"\", \"positive\": 62095, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 4527, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.7777838687432684, \"deceased_daily\": \"\", \"deceased\": 645, \"positive_100k\": 80.65437838898218, \"positive_daily\": \"\", \"positive\": 66885, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 4528, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.93454650895509, \"deceased_daily\": \"\", \"deceased\": 775, \"positive_100k\": 86.59085898715755, \"positive_daily\": \"\", \"positive\": 71808, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 4529, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.1093971461144294, \"deceased_daily\": \"\", \"deceased\": 920, \"positive_100k\": 93.90323321980745, \"positive_daily\": \"\", \"positive\": 77872, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 4530, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.3348941747268188, \"deceased_daily\": \"\", \"deceased\": 1107, \"positive_100k\": 102.25024087785536, \"positive_daily\": \"\", \"positive\": 84794, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 4531, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.5374797405390188, \"deceased_daily\": \"\", \"deceased\": 1275, \"positive_100k\": 109.92558091591877, \"positive_daily\": \"\", \"positive\": 91159, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 4532, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.741271172814387, \"deceased_daily\": \"\", \"deceased\": 1444, \"positive_100k\": 115.87412017872582, \"positive_daily\": \"\", \"positive\": 96092, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 4533, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.9100924776578871, \"deceased_daily\": \"\", \"deceased\": 1584, \"positive_100k\": 120.73496789175545, \"positive_daily\": \"\", \"positive\": 100123, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 4534, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.182618298333823, \"deceased_daily\": \"\", \"deceased\": 1810, \"positive_100k\": 124.65523976351416, \"positive_daily\": \"\", \"positive\": 103374, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 4535, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.4310267897464017, \"deceased_daily\": \"\", \"deceased\": 2016, \"positive_100k\": 129.8272010240411, \"positive_daily\": \"\", \"positive\": 107663, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 4536, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.8325803219812986, \"deceased_daily\": \"\", \"deceased\": 2349, \"positive_100k\": 136.61984681106566, \"positive_daily\": \"\", \"positive\": 113296, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 4537, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.143693869478606, \"deceased_daily\": \"\", \"deceased\": 2607, \"positive_100k\": 142.5105044836406, \"positive_daily\": \"\", \"positive\": 118181, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 4538, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 3.336632503585463, \"deceased_daily\": \"\", \"deceased\": 2767, \"positive_100k\": 147.32191167168037, \"positive_daily\": \"\", \"positive\": 122171, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 4539, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.2992506432272597, \"deceased_daily\": \"\", \"deceased\": 2736, \"positive_100k\": 150.6223681813708, \"positive_daily\": \"\", \"positive\": 124908, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 4540, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 3.644128451693267, \"deceased_daily\": \"\", \"deceased\": 3022, \"positive_100k\": 154.1748507818633, \"positive_daily\": \"\", \"positive\": 127854, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 4541, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 3.8515374833581384, \"deceased_daily\": \"\", \"deceased\": 3194, \"positive_100k\": 156.84946259716963, \"positive_daily\": \"\", \"positive\": 130072, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 4542, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 3.9721241296749237, \"deceased_daily\": \"\", \"deceased\": 3294, \"positive_100k\": 158.40141273526666, \"positive_daily\": \"\", \"positive\": 131359, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 4543, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.5871160258905315, \"deceased_daily\": \"\", \"deceased\": 3804, \"positive_100k\": 162.49412351125838, \"positive_daily\": \"\", \"positive\": 134753, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 4544, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.886170908756161, \"deceased_daily\": \"\", \"deceased\": 4052, \"positive_100k\": 166.0454002452877, \"positive_daily\": \"\", \"positive\": 137698, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 4545, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.247930847706518, \"deceased_daily\": \"\", \"deceased\": 4352, \"positive_100k\": 170.50590029254562, \"positive_daily\": \"\", \"positive\": 141397, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 4546, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.376958559265479, \"deceased_daily\": \"\", \"deceased\": 4459, \"positive_100k\": 172.8513105634071, \"positive_daily\": \"\", \"positive\": 143342, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 48}, {\"index\": 4547, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.530103600087797, \"deceased_daily\": \"\", \"deceased\": 4586, \"positive_100k\": 175.0725165885623, \"positive_daily\": \"\", \"positive\": 145184, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 49}, {\"index\": 4548, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.862922743922126, \"deceased_daily\": \"\", \"deceased\": 4862, \"positive_100k\": 177.34075140578102, \"positive_daily\": \"\", \"positive\": 147065, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 50}, {\"index\": 4549, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 6.069125909123829, \"deceased_daily\": \"\", \"deceased\": 5033, \"positive_100k\": 178.81914368962484, \"positive_daily\": \"\", \"positive\": 148291, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 51}, {\"index\": 5876, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.6578724740424757, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 5877, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.6578724740424757, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 5878, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.482018977621538, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 5879, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.594616757453272, \"positive_daily\": \"\", \"positive\": 223, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 5880, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 6.016269476127154, \"positive_daily\": \"\", \"positive\": 292, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 5881, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.47624006233844, \"positive_daily\": \"\", \"positive\": 557, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 5882, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 14.072301548612488, \"positive_daily\": \"\", \"positive\": 683, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 5883, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.173875132739095, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 5884, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.08241465035790622, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.66691830606576, \"positive_daily\": \"\", \"positive\": 906, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 5885, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.12362197553685933, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 23.179120413161126, \"positive_daily\": \"\", \"positive\": 1125, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 5886, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.14422563812633588, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 27.382267581414343, \"positive_daily\": \"\", \"positive\": 1329, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 5887, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.185432963305289, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 32.22412828994133, \"positive_daily\": \"\", \"positive\": 1564, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 5888, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.39146958920005454, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 37.47806225025785, \"positive_daily\": \"\", \"positive\": 1819, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 5889, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.45328057696848423, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 43.700368352279774, \"positive_daily\": \"\", \"positive\": 2121, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 5890, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.741731853221156, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 49.75784515358589, \"positive_daily\": \"\", \"positive\": 2415, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 5891, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9477684791159215, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 53.87857767148119, \"positive_daily\": \"\", \"positive\": 2615, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 5892, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.112597779831734, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 59.95665813537678, \"positive_daily\": \"\", \"positive\": 2910, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 5893, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.4628600438528354, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 66.65284847695666, \"positive_daily\": \"\", \"positive\": 3235, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 5894, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.7513113201055073, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 71.0208249459257, \"positive_daily\": \"\", \"positive\": 3447, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 5895, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.0191589337687024, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 79.30349730689527, \"positive_daily\": \"\", \"positive\": 3849, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 5896, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.472439510737187, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 88.03945024483332, \"positive_daily\": \"\", \"positive\": 4273, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 5897, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.822701774758288, \"deceased_daily\": \"\", \"deceased\": 137, \"positive_100k\": 94.85926256195006, \"positive_daily\": \"\", \"positive\": 4604, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 5898, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.2553786891372956, \"deceased_daily\": \"\", \"deceased\": 158, \"positive_100k\": 102.89469097184592, \"positive_daily\": \"\", \"positive\": 4994, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 5899, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.5850372905689207, \"deceased_daily\": \"\", \"deceased\": 174, \"positive_100k\": 110.51804612995225, \"positive_daily\": \"\", \"positive\": 5364, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 5900, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 4.326769143790076, \"deceased_daily\": \"\", \"deceased\": 210, \"positive_100k\": 117.62630972332165, \"positive_daily\": \"\", \"positive\": 5709, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 5901, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.8418607085269905, \"deceased_daily\": \"\", \"deceased\": 235, \"positive_100k\": 125.14664656848059, \"positive_daily\": \"\", \"positive\": 6074, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 5902, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.418763261032334, \"deceased_daily\": \"\", \"deceased\": 263, \"positive_100k\": 135.4484778632189, \"positive_daily\": \"\", \"positive\": 6574, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 5903, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 5.913251163179772, \"deceased_daily\": \"\", \"deceased\": 287, \"positive_100k\": 166.66302668627586, \"positive_daily\": \"\", \"positive\": 8089, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 5904, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 6.593172028632497, \"deceased_daily\": \"\", \"deceased\": 320, \"positive_100k\": 183.9494995988467, \"positive_daily\": \"\", \"positive\": 8928, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 5905, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 6.88162330488517, \"deceased_daily\": \"\", \"deceased\": 334, \"positive_100k\": 198.92836230139613, \"positive_daily\": \"\", \"positive\": 9655, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 5906, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 7.520336845158943, \"deceased_daily\": \"\", \"deceased\": 365, \"positive_100k\": 219.36719559015688, \"positive_daily\": \"\", \"positive\": 10647, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 5907, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 8.365087011327482, \"deceased_daily\": \"\", \"deceased\": 406, \"positive_100k\": 236.5094428646014, \"positive_daily\": \"\", \"positive\": 11479, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 5908, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 9.14802618972759, \"deceased_daily\": \"\", \"deceased\": 444, \"positive_100k\": 258.51415451016237, \"positive_daily\": \"\", \"positive\": 12547, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 5909, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 10.013380018485606, \"deceased_daily\": \"\", \"deceased\": 486, \"positive_100k\": 273.43120622494337, \"positive_daily\": \"\", \"positive\": 13271, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 5910, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 10.919941172422574, \"deceased_daily\": \"\", \"deceased\": 530, \"positive_100k\": 288.03920300088225, \"positive_daily\": \"\", \"positive\": 13980, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 5911, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.764691338591113, \"deceased_daily\": \"\", \"deceased\": 571, \"positive_100k\": 304.068852495495, \"positive_daily\": \"\", \"positive\": 14758, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 5912, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.568234179580699, \"deceased_daily\": \"\", \"deceased\": 610, \"positive_100k\": 314.22645815210694, \"positive_daily\": \"\", \"positive\": 15251, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 5913, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 14.154716198970394, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 322.48852685048706, \"positive_daily\": \"\", \"positive\": 15652, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 5914, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 15.040673690317886, \"deceased_daily\": \"\", \"deceased\": 730, \"positive_100k\": 330.482747935204, \"positive_daily\": \"\", \"positive\": 16040, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 5965, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1256444314369976, \"positive_daily\": \"\", \"positive\": 100, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 5966, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.418311983610617, \"positive_daily\": \"\", \"positive\": 126, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 5967, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.7447488687273462, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 5968, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3976226389608053, \"positive_daily\": \"\", \"positive\": 213, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 5969, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.453904860532655, \"positive_daily\": \"\", \"positive\": 218, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 5970, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.8141110785924943, \"positive_daily\": \"\", \"positive\": 250, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 5971, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.4219590715684727, \"positive_daily\": \"\", \"positive\": 304, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 5972, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.80650172223598, \"positive_daily\": \"\", \"positive\": 427, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 5973, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.954659042301717, \"positive_daily\": \"\", \"positive\": 529, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 5974, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 8.014588351831424, \"positive_daily\": \"\", \"positive\": 712, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 5975, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.93944032958869, \"positive_daily\": \"\", \"positive\": 883, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 5976, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.055651860690245, \"positive_daily\": \"\", \"positive\": 1071, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 5977, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.03376933294310993, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 13.935478061190032, \"positive_daily\": \"\", \"positive\": 1238, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 5978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.05628222157184988, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 26.666516580742474, \"positive_daily\": \"\", \"positive\": 2369, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 5979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09005155451495982, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 30.313604538598344, \"positive_daily\": \"\", \"positive\": 2693, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 5980, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.13507733177243972, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 34.163308494112876, \"positive_daily\": \"\", \"positive\": 3035, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 5981, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.13507733177243972, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 40.73707197370495, \"positive_daily\": \"\", \"positive\": 3619, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 5982, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.16884666471554965, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 47.80611900312929, \"positive_daily\": \"\", \"positive\": 4247, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 5983, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.18010310902991963, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 52.84900605596704, \"positive_daily\": \"\", \"positive\": 4695, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 5984, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.22512888628739952, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 60.31202863639434, \"positive_daily\": \"\", \"positive\": 5358, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 5985, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.2926675521736194, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 68.5742587631419, \"positive_daily\": \"\", \"positive\": 6092, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 5986, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4052319953173192, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 77.18543866363494, \"positive_daily\": \"\", \"positive\": 6857, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 5987, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.45025777257479904, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 83.61286836714018, \"positive_daily\": \"\", \"positive\": 7428, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 5988, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.495283549832279, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 88.37434431211868, \"positive_daily\": \"\", \"positive\": 7851, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 5989, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.5515657714041289, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 94.8918255701389, \"positive_daily\": \"\", \"positive\": 8430, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 5990, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.6416173259190887, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 100.22738017515027, \"positive_daily\": \"\", \"positive\": 8904, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 5991, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.7316688804340484, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 104.09959701929354, \"positive_daily\": \"\", \"positive\": 9248, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 5992, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.8217204349490083, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 105.85560233233525, \"positive_daily\": \"\", \"positive\": 9404, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 5993, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.9680542110358179, \"deceased_daily\": \"\", \"deceased\": 86, \"positive_100k\": 112.20423692563993, \"positive_daily\": \"\", \"positive\": 9968, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 5994, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.0693622098651479, \"deceased_daily\": \"\", \"deceased\": 95, \"positive_100k\": 117.15707242396273, \"positive_daily\": \"\", \"positive\": 10408, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 5995, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.1369008757513677, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 120.92798126927666, \"positive_daily\": \"\", \"positive\": 10743, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 5996, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.1594137643801075, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 125.4530718836534, \"positive_daily\": \"\", \"positive\": 11145, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 5997, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.3057475404669174, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 130.41716382629053, \"positive_daily\": \"\", \"positive\": 11586, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 5998, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.3845426506675071, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 135.59512821090073, \"positive_daily\": \"\", \"positive\": 12046, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 5999, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.4633377608680969, \"deceased_daily\": \"\", \"deceased\": 130, \"positive_100k\": 140.7168103739391, \"positive_daily\": \"\", \"positive\": 12501, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 6000, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.5984150926405367, \"deceased_daily\": \"\", \"deceased\": 142, \"positive_100k\": 143.60971656273216, \"positive_daily\": \"\", \"positive\": 12758, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 6001, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.6997230914698664, \"deceased_daily\": \"\", \"deceased\": 151, \"positive_100k\": 146.13116008915105, \"positive_daily\": \"\", \"positive\": 12982, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 6002, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.8460568675566764, \"deceased_daily\": \"\", \"deceased\": 164, \"positive_100k\": 149.31673383011773, \"positive_daily\": \"\", \"positive\": 13265, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 6003, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.9361084220716358, \"deceased_daily\": \"\", \"deceased\": 172, \"positive_100k\": 151.86069024516536, \"positive_daily\": \"\", \"positive\": 13491, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 6004, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.9923906436434857, \"deceased_daily\": \"\", \"deceased\": 177, \"positive_100k\": 154.35962088295548, \"positive_daily\": \"\", \"positive\": 13713, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 39}, {\"index\": 6005, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.071185753844076, \"deceased_daily\": \"\", \"deceased\": 184, \"positive_100k\": 156.93734663094622, \"positive_daily\": \"\", \"positive\": 13942, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 40}, {\"index\": 6038, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.004964316246603601, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.25648967274118606, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 6039, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.011583404575408402, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 0.3789428068240749, \"positive_daily\": \"\", \"positive\": 229, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 6040, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.016547720822012002, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 0.5328366104687865, \"positive_daily\": \"\", \"positive\": 322, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 6041, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.019857264986414404, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 0.7496117532371437, \"positive_daily\": \"\", \"positive\": 453, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 6042, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.028131125397420405, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 1.0838757138417863, \"positive_daily\": \"\", \"positive\": 655, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 6043, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.03475021372622521, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.469437608994666, \"positive_daily\": \"\", \"positive\": 888, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 6044, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.04798839038383481, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 1.866582908722954, \"positive_daily\": \"\", \"positive\": 1128, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 6045, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.05626225079484081, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 2.803183907248833, \"positive_daily\": \"\", \"positive\": 1694, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 6046, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.08604814827446242, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 3.3691159593616438, \"positive_daily\": \"\", \"positive\": 2036, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 6047, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.13072699449389483, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 4.140239749667403, \"positive_daily\": \"\", \"positive\": 2502, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 6048, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.17706061279552843, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 5.111590961919508, \"positive_daily\": \"\", \"positive\": 3089, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 6049, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.24490626816577765, \"deceased_daily\": \"\", \"deceased\": 148, \"positive_100k\": 6.3841106931322305, \"positive_daily\": \"\", \"positive\": 3858, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 6050, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.32599010019363645, \"deceased_daily\": \"\", \"deceased\": 197, \"positive_100k\": 7.671523373084765, \"positive_daily\": \"\", \"positive\": 4636, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 6051, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.38556189515287964, \"deceased_daily\": \"\", \"deceased\": 233, \"positive_100k\": 9.735024159589662, \"positive_daily\": \"\", \"positive\": 5883, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 6052, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.6056465820856393, \"deceased_daily\": \"\", \"deceased\": 366, \"positive_100k\": 12.203944106233852, \"positive_daily\": \"\", \"positive\": 7375, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 6053, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.7661594740591559, \"deceased_daily\": \"\", \"deceased\": 463, \"positive_100k\": 15.17756953794941, \"positive_daily\": \"\", \"positive\": 9172, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 6054, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 1.0441611838689575, \"deceased_daily\": \"\", \"deceased\": 631, \"positive_100k\": 16.794281862259982, \"positive_daily\": \"\", \"positive\": 10149, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 6055, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 1.3684965119803927, \"deceased_daily\": \"\", \"deceased\": 827, \"positive_100k\": 20.621769688391357, \"positive_daily\": \"\", \"positive\": 12462, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 6056, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 1.3684965119803927, \"deceased_daily\": \"\", \"deceased\": 827, \"positive_100k\": 20.621769688391357, \"positive_daily\": \"\", \"positive\": 12462, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 6057, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 2.0949414560667194, \"deceased_daily\": \"\", \"deceased\": 1266, \"positive_100k\": 29.223274971673195, \"positive_daily\": \"\", \"positive\": 17660, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 6058, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 2.3845265704519294, \"deceased_daily\": \"\", \"deceased\": 1441, \"positive_100k\": 35.010012943130796, \"positive_daily\": \"\", \"positive\": 21157, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 6059, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 2.9934826967019714, \"deceased_daily\": \"\", \"deceased\": 1809, \"positive_100k\": 40.95064471823311, \"positive_daily\": \"\", \"positive\": 24747, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 6060, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 3.5709981533901907, \"deceased_daily\": \"\", \"deceased\": 2158, \"positive_100k\": 46.300522859989584, \"positive_daily\": \"\", \"positive\": 27980, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 6061, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 4.141894521749604, \"deceased_daily\": \"\", \"deceased\": 2503, \"positive_100k\": 52.13524922183102, \"positive_daily\": \"\", \"positive\": 31506, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 6062, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 4.927911260795175, \"deceased_daily\": \"\", \"deceased\": 2978, \"positive_100k\": 59.096875371651464, \"positive_daily\": \"\", \"positive\": 35713, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 6063, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 5.634498939895087, \"deceased_daily\": \"\", \"deceased\": 3405, \"positive_100k\": 67.90357239312625, \"positive_daily\": \"\", \"positive\": 41035, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 6064, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 6.67204103543524, \"deceased_daily\": \"\", \"deceased\": 4032, \"positive_100k\": 77.80903807718265, \"positive_daily\": \"\", \"positive\": 47021, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 6065, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 7.984275296620791, \"deceased_daily\": \"\", \"deceased\": 4825, \"positive_100k\": 88.65937862017591, \"positive_daily\": \"\", \"positive\": 53578, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 6066, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 9.061531922133772, \"deceased_daily\": \"\", \"deceased\": 5476, \"positive_100k\": 97.85991139721459, \"positive_daily\": \"\", \"positive\": 59138, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 6067, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 10.056049943536696, \"deceased_daily\": \"\", \"deceased\": 6077, \"positive_100k\": 105.78461489887613, \"positive_daily\": \"\", \"positive\": 63927, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 6068, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 11.285545600612187, \"deceased_daily\": \"\", \"deceased\": 6820, \"positive_100k\": 114.47051355835023, \"positive_daily\": \"\", \"positive\": 69176, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 6069, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 12.415754932755606, \"deceased_daily\": \"\", \"deceased\": 7503, \"positive_100k\": 123.09187610661849, \"positive_daily\": \"\", \"positive\": 74386, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 6070, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 13.593952655282862, \"deceased_daily\": \"\", \"deceased\": 8215, \"positive_100k\": 133.35642733251254, \"positive_daily\": \"\", \"positive\": 80589, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 6071, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 15.114688198825764, \"deceased_daily\": \"\", \"deceased\": 9134, \"positive_100k\": 143.13447556623942, \"positive_daily\": \"\", \"positive\": 86498, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 6072, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 16.585780579902632, \"deceased_daily\": \"\", \"deceased\": 10023, \"positive_100k\": 153.02008398530938, \"positive_daily\": \"\", \"positive\": 92472, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 6073, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 17.83678827404674, \"deceased_daily\": \"\", \"deceased\": 10779, \"positive_100k\": 161.65302993815305, \"positive_daily\": \"\", \"positive\": 97689, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 6074, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 19.180463204794112, \"deceased_daily\": \"\", \"deceased\": 11591, \"positive_100k\": 168.3548568710679, \"positive_daily\": \"\", \"positive\": 101739, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 6075, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 20.565507437596516, \"deceased_daily\": \"\", \"deceased\": 12428, \"positive_100k\": 175.0616481202294, \"positive_daily\": \"\", \"positive\": 105792, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 6076, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 21.76852674135679, \"deceased_daily\": \"\", \"deceased\": 13155, \"positive_100k\": 182.97476821731553, \"positive_daily\": \"\", \"positive\": 110574, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 6077, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 23.026153523829702, \"deceased_daily\": \"\", \"deceased\": 13915, \"positive_100k\": 190.69924429703073, \"positive_daily\": \"\", \"positive\": 115242, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 6078, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 24.293708938795824, \"deceased_daily\": \"\", \"deceased\": 14681, \"positive_100k\": 198.28637429392325, \"positive_daily\": \"\", \"positive\": 119827, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 6079, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 25.42060872677484, \"deceased_daily\": \"\", \"deceased\": 15362, \"positive_100k\": 206.2375541489, \"positive_daily\": \"\", \"positive\": 124632, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 6080, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 26.289364069930468, \"deceased_daily\": \"\", \"deceased\": 15887, \"positive_100k\": 213.37955045568037, \"positive_daily\": \"\", \"positive\": 128948, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 6081, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 27.341799114210435, \"deceased_daily\": \"\", \"deceased\": 16523, \"positive_100k\": 219.3350751795225, \"positive_daily\": \"\", \"positive\": 132547, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 6082, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 28.341281451859956, \"deceased_daily\": \"\", \"deceased\": 17127, \"positive_100k\": 224.36392753733196, \"positive_daily\": \"\", \"positive\": 135586, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 6083, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 29.23816792041301, \"deceased_daily\": \"\", \"deceased\": 17669, \"positive_100k\": 230.71163324465573, \"positive_daily\": \"\", \"positive\": 139422, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 6084, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 30.247578890555737, \"deceased_daily\": \"\", \"deceased\": 18279, \"positive_100k\": 237.6682950782296, \"positive_daily\": \"\", \"positive\": 143626, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 6085, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 31.190798977410424, \"deceased_daily\": \"\", \"deceased\": 18849, \"positive_100k\": 244.20629957500654, \"positive_daily\": \"\", \"positive\": 147577, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 6086, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 32.21510289629297, \"deceased_daily\": \"\", \"deceased\": 19468, \"positive_100k\": 251.97379972885895, \"positive_daily\": \"\", \"positive\": 152271, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 48}, {\"index\": 6087, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 32.928309663721684, \"deceased_daily\": \"\", \"deceased\": 19899, \"positive_100k\": 258.7451270892263, \"positive_daily\": \"\", \"positive\": 156363, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 49}, {\"index\": 6088, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 33.86491066224757, \"deceased_daily\": \"\", \"deceased\": 20465, \"positive_100k\": 263.96262346440665, \"positive_daily\": \"\", \"positive\": 159516, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 50}, {\"index\": 6089, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 34.86108345573268, \"deceased_daily\": \"\", \"deceased\": 21067, \"positive_100k\": 268.88060609270866, \"positive_daily\": \"\", \"positive\": 162488, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 51}, {\"index\": 6090, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 35.817541719244986, \"deceased_daily\": \"\", \"deceased\": 21645, \"positive_100k\": 273.29388323593923, \"positive_daily\": \"\", \"positive\": 165155, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 52}, {\"index\": 6091, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 36.68629706240061, \"deceased_daily\": \"\", \"deceased\": 22170, \"positive_100k\": 279.55885033915297, \"positive_daily\": \"\", \"positive\": 168941, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 53}, {\"index\": 6092, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 37.6377910096663, \"deceased_daily\": \"\", \"deceased\": 22745, \"positive_100k\": 285.3389692222818, \"positive_daily\": \"\", \"positive\": 172434, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 54}, {\"index\": 6093, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 38.435391153287284, \"deceased_daily\": \"\", \"deceased\": 23227, \"positive_100k\": 291.11577856124615, \"positive_daily\": \"\", \"positive\": 175925, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 55}, {\"index\": 6094, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 39.1519074648804, \"deceased_daily\": \"\", \"deceased\": 23660, \"positive_100k\": 296.1578690957132, \"positive_daily\": \"\", \"positive\": 178972, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 56}, {\"index\": 6095, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 39.90317399019975, \"deceased_daily\": \"\", \"deceased\": 24114, \"positive_100k\": 299.8910349131591, \"positive_daily\": \"\", \"positive\": 181228, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 57}, {\"index\": 6096, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 40.78682228209519, \"deceased_daily\": \"\", \"deceased\": 24648, \"positive_100k\": 304.4069079254862, \"positive_daily\": \"\", \"positive\": 183957, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 58}, {\"index\": 6695, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.513711206970521, \"positive_daily\": \"\", \"positive\": 104, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 6696, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.707073607506715, \"positive_daily\": \"\", \"positive\": 112, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 6697, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.9729469082439817, \"positive_daily\": \"\", \"positive\": 123, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 6698, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.1421390087131518, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 6699, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.4321826095174424, \"positive_daily\": \"\", \"positive\": 142, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 6700, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.5772044099195877, \"positive_daily\": \"\", \"positive\": 148, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 6701, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.8430777106568543, \"positive_daily\": \"\", \"positive\": 159, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 6702, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.253972811796267, \"positive_daily\": \"\", \"positive\": 176, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 6703, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.544016412600557, \"positive_daily\": \"\", \"positive\": 188, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 6704, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.568186712667582, \"positive_daily\": \"\", \"positive\": 189, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 6705, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.61652731280163, \"positive_daily\": \"\", \"positive\": 191, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 6706, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.713208513069727, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 6707, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.027422413941042, \"positive_daily\": \"\", \"positive\": 208, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 6708, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.438317515080454, \"positive_daily\": \"\", \"positive\": 225, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 6709, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.680020515750697, \"positive_daily\": \"\", \"positive\": 235, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 6710, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.163426517091181, \"positive_daily\": \"\", \"positive\": 255, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 6711, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.429299817828448, \"positive_daily\": \"\", \"positive\": 266, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 6712, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.985216719370006, \"positive_daily\": \"\", \"positive\": 289, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 6713, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.661985121246685, \"positive_daily\": \"\", \"positive\": 317, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 6714, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.266242622922292, \"positive_daily\": \"\", \"positive\": 342, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 6715, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.07901512794911, \"positive_daily\": \"\", \"positive\": 417, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 6716, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 11.577573732104613, \"positive_daily\": \"\", \"positive\": 479, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 6717, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.438686837265477, \"positive_daily\": \"\", \"positive\": 556, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 6718, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 16.073249544571123, \"positive_daily\": \"\", \"positive\": 665, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 6719, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 17.95853294979901, \"positive_daily\": \"\", \"positive\": 743, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 6720, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 20.665606557305725, \"positive_daily\": \"\", \"positive\": 855, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 6721, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 21.99497306099206, \"positive_daily\": \"\", \"positive\": 910, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 6722, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 24.00110796655507, \"positive_daily\": \"\", \"positive\": 993, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 6723, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 27.892526277345976, \"positive_daily\": \"\", \"positive\": 1154, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 6724, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 29.826150282707914, \"positive_daily\": \"\", \"positive\": 1234, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 6725, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.048340600134048485, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 31.421390087131513, \"positive_daily\": \"\", \"positive\": 1300, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 6726, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.07251090020107272, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 32.75075659081785, \"positive_daily\": \"\", \"positive\": 1355, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 6727, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.07251090020107272, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 33.95927159416906, \"positive_daily\": \"\", \"positive\": 1405, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 6728, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.07251090020107272, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 36.83553730214494, \"positive_daily\": \"\", \"positive\": 1524, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 6729, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.12085150033512121, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 40.074357511126195, \"positive_daily\": \"\", \"positive\": 1658, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 6730, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.14502180040214543, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 42.322195417359445, \"positive_daily\": \"\", \"positive\": 1751, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 6731, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.1691921004691697, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 46.28612462835142, \"positive_daily\": \"\", \"positive\": 1915, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 6732, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.2175327006032182, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 48.21974863371336, \"positive_daily\": \"\", \"positive\": 1995, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 6733, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.26587330073726667, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 50.27422413941043, \"positive_daily\": \"\", \"positive\": 2080, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 7426, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.16454729747518626, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 23.03662164652608, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 7427, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3290945949503725, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 33.40310138746281, \"positive_daily\": \"\", \"positive\": 203, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 7428, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.658189189900745, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 55.123344654187406, \"positive_daily\": \"\", \"positive\": 335, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 7429, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.658189189900745, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 79.64089197799015, \"positive_daily\": \"\", \"positive\": 484, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 7430, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 110.24668930837481, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 7431, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 131.30874338519862, \"positive_daily\": \"\", \"positive\": 798, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 7432, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 143.97888529078799, \"positive_daily\": \"\", \"positive\": 875, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 7433, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 180.8374799252297, \"positive_daily\": \"\", \"positive\": 1099, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 7434, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 219.34154753442328, \"positive_daily\": \"\", \"positive\": 1333, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 7435, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.4809256772766763, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 239.08722323144565, \"positive_daily\": \"\", \"positive\": 1453, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 7436, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.468209462127794, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 264.098412447674, \"positive_daily\": \"\", \"positive\": 1605, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 7437, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.9618513545533527, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 301.2861016770661, \"positive_daily\": \"\", \"positive\": 1831, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 7438, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.4554932469789117, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 320.8672300766132, \"positive_daily\": \"\", \"positive\": 1950, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 7439, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 3.6200405444540977, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 327.1200273806703, \"positive_daily\": \"\", \"positive\": 1988, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 7440, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 3.7845878419292847, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 358.38401390095567, \"positive_daily\": \"\", \"positive\": 2178, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 7441, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 4.771871626780402, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 381.585182844957, \"positive_daily\": \"\", \"positive\": 2319, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 7442, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.936418924255588, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 409.2291288207883, \"positive_daily\": \"\", \"positive\": 2487, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 7443, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 5.100966221730774, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 429.7975410051866, \"positive_daily\": \"\", \"positive\": 2612, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 7444, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 5.100966221730774, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 449.04957480978334, \"positive_daily\": \"\", \"positive\": 2729, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 7445, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 5.923702709106705, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 461.3906221204223, \"positive_daily\": \"\", \"positive\": 2804, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 7446, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 6.746439196482638, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 467.80796672195453, \"positive_daily\": \"\", \"positive\": 2843, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 7447, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 7.2400810889081955, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 488.70547350130323, \"positive_daily\": \"\", \"positive\": 2970, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 7448, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 7.569175683858569, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 499.2365005397151, \"positive_daily\": \"\", \"positive\": 3034, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 7449, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 8.556459468709686, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 512.5648316352052, \"positive_daily\": \"\", \"positive\": 3115, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 7450, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 8.885554063660058, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 530.3359397625254, \"positive_daily\": \"\", \"positive\": 3223, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 7451, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 10.201932443461548, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 538.0696627438591, \"positive_daily\": \"\", \"positive\": 3270, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 7452, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 10.860121633362294, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 539.8796830160861, \"positive_daily\": \"\", \"positive\": 3281, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 7453, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 541.6897032883132, \"positive_daily\": \"\", \"positive\": 3292, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 7454, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 11.02466893083748, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 544.157912750441, \"positive_daily\": \"\", \"positive\": 3307, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 7455, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 555.0180343838033, \"positive_daily\": \"\", \"positive\": 3373, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 7456, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 566.7008925045415, \"positive_daily\": \"\", \"positive\": 3444, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 7457, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 11.84740541821341, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 572.6245952136483, \"positive_daily\": \"\", \"positive\": 3480, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 7458, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.84740541821341, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 582.0037911697339, \"positive_daily\": \"\", \"positive\": 3537, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 7459, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.011952715688597, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 584.1429060369113, \"positive_daily\": \"\", \"positive\": 3550, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 7460, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.341047310638968, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 585.4592844167128, \"positive_daily\": \"\", \"positive\": 3558, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 7461, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 12.834689203064528, \"deceased_daily\": \"\", \"deceased\": 78, \"positive_100k\": 595.3321222652239, \"positive_daily\": \"\", \"positive\": 3618, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 7978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 22.128926850453954, \"positive_daily\": \"\", \"positive\": 107, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 7979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 22.74936405186855, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 7980, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 26.678799660827664, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 7981, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 27.712861663185326, \"positive_daily\": \"\", \"positive\": 134, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 7982, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 28.746923665542983, \"positive_daily\": \"\", \"positive\": 139, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 7983, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 30.81504767025831, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 7984, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 31.22867247120137, \"positive_daily\": \"\", \"positive\": 151, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 7985, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 32.262734473559036, \"positive_daily\": \"\", \"positive\": 156, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 7986, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 34.951295679688954, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 7987, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 38.88073128864807, \"positive_daily\": \"\", \"positive\": 188, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 7988, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 40.535230492420325, \"positive_daily\": \"\", \"positive\": 196, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 7989, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 41.776104895249524, \"positive_daily\": \"\", \"positive\": 202, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 7990, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 44.051041300436374, \"positive_daily\": \"\", \"positive\": 213, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 7991, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 46.94641490703783, \"positive_daily\": \"\", \"positive\": 227, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 7992, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 49.84178851363928, \"positive_daily\": \"\", \"positive\": 241, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 7993, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 60.59603333815896, \"positive_daily\": \"\", \"positive\": 293, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 7994, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.20681240047153227, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 61.836907740988146, \"positive_daily\": \"\", \"positive\": 299, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 7995, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.41362480094306453, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 69.69577895890637, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 7996, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.41362480094306453, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 72.38434016503629, \"positive_daily\": \"\", \"positive\": 350, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 7997, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 76.52058817446694, \"positive_daily\": \"\", \"positive\": 370, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 7998, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 78.1750873782392, \"positive_daily\": \"\", \"positive\": 378, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 7999, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 79.41596178106839, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 8000, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 81.27727338531218, \"positive_daily\": \"\", \"positive\": 393, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 8001, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 82.51814778814138, \"positive_daily\": \"\", \"positive\": 399, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 8002, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 85.2067089942713, \"positive_daily\": \"\", \"positive\": 412, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 8003, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 87.27483299898661, \"positive_daily\": \"\", \"positive\": 422, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 8004, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 88.10208260087275, \"positive_daily\": \"\", \"positive\": 426, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 8005, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 88.30889500134428, \"positive_daily\": \"\", \"positive\": 427, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 8006, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 89.1361446032304, \"positive_daily\": \"\", \"positive\": 431, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 8007, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 91.61789340888879, \"positive_daily\": \"\", \"positive\": 443, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 8342, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.0739874947932573, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 8343, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.525215016964745, \"positive_daily\": \"\", \"positive\": 125, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 8344, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.202056300221976, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 8345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.991704464022078, \"positive_daily\": \"\", \"positive\": 177, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 8346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 5.612142307007874, \"positive_daily\": \"\", \"positive\": 199, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 8347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 6.514597351350848, \"positive_daily\": \"\", \"positive\": 231, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 8348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 7.417052395693823, \"positive_daily\": \"\", \"positive\": 263, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 8349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 8.404112600443952, \"positive_daily\": \"\", \"positive\": 298, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 8350, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.11280688054287184, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 9.955207207908439, \"positive_daily\": \"\", \"positive\": 353, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 8351, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.14100860067858978, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 11.929327617408696, \"positive_daily\": \"\", \"positive\": 423, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 8352, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.16921032081430776, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 14.241868668537569, \"positive_daily\": \"\", \"positive\": 505, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 8353, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.22561376108574369, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 16.66721660020931, \"positive_daily\": \"\", \"positive\": 591, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 8354, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.3384206416286155, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 21.207693542059904, \"positive_daily\": \"\", \"positive\": 752, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 8355, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.4230258020357694, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 24.366286197260315, \"positive_daily\": \"\", \"positive\": 864, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 8356, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.5358326825786411, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 27.21465993096783, \"positive_daily\": \"\", \"positive\": 965, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 8357, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.6204378429857951, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 29.781016463318164, \"positive_daily\": \"\", \"positive\": 1056, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 8358, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7614464436643849, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 33.10881943933288, \"positive_daily\": \"\", \"positive\": 1174, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 8359, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.8178498839358208, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 36.35201725494045, \"positive_daily\": \"\", \"positive\": 1289, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 8360, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8178498839358208, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 40.554073555162425, \"positive_daily\": \"\", \"positive\": 1438, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 8361, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8460516040715388, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 43.99468341172002, \"positive_daily\": \"\", \"positive\": 1560, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 8362, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.8742533242072567, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 46.87125886556325, \"positive_daily\": \"\", \"positive\": 1662, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 8363, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.9870602047501285, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 48.281344872349145, \"positive_daily\": \"\", \"positive\": 1712, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 8364, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.1280688054287182, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 54.54212674247852, \"positive_daily\": \"\", \"positive\": 1934, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 8365, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.297279126243026, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 57.7853245580861, \"positive_daily\": \"\", \"positive\": 2049, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 8366, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.5228928873287697, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 60.746505172336484, \"positive_daily\": \"\", \"positive\": 2154, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 8367, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.5792963276002054, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 63.84869438726546, \"positive_daily\": \"\", \"positive\": 2264, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 8368, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.6074980477359238, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 67.0636904827373, \"positive_daily\": \"\", \"positive\": 2378, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 8369, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.8895152490931033, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 69.71465217549479, \"positive_daily\": \"\", \"positive\": 2472, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 8370, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.974120409500257, \"deceased_daily\": \"\", \"deceased\": 70, \"positive_100k\": 71.85798290580935, \"positive_daily\": \"\", \"positive\": 2548, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 8371, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.030523849771693, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 73.71929643476673, \"positive_daily\": \"\", \"positive\": 2614, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 8623, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 17.514401176196483, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 8624, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 19.763957290570342, \"positive_daily\": \"\", \"positive\": 123, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 8625, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 23.138291462131132, \"positive_daily\": \"\", \"positive\": 144, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 8626, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 27.958768850075117, \"positive_daily\": \"\", \"positive\": 174, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 8627, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 32.297198499224706, \"positive_daily\": \"\", \"positive\": 201, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 8628, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 34.386072034000435, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 8629, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 37.439041046364956, \"positive_daily\": \"\", \"positive\": 233, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 8630, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 38.724501683150024, \"positive_daily\": \"\", \"positive\": 241, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 8631, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 39.849279740336954, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 8632, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 40.492010058729484, \"positive_daily\": \"\", \"positive\": 252, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 8633, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 40.97405779752388, \"positive_daily\": \"\", \"positive\": 255, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 8634, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 42.259518434308944, \"positive_daily\": \"\", \"positive\": 263, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 8635, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.4820477387943986, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 43.70566165069214, \"positive_daily\": \"\", \"positive\": 272, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 8636, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.4820477387943986, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 44.027026809888405, \"positive_daily\": \"\", \"positive\": 274, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 8637, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 45.4731700262716, \"positive_daily\": \"\", \"positive\": 283, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 8638, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 46.276582924262264, \"positive_daily\": \"\", \"positive\": 288, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 8639, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 48.68682161823426, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 8640, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 48.68682161823426, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 8641, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 49.32955193662679, \"positive_daily\": \"\", \"positive\": 307, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 8642, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 49.49023451622492, \"positive_daily\": \"\", \"positive\": 308, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 8643, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 50.132964834617454, \"positive_daily\": \"\", \"positive\": 312, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 8644, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 50.29364741421559, \"positive_daily\": \"\", \"positive\": 313, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 9053, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.005803487977523323, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.7428464611229854, \"positive_daily\": \"\", \"positive\": 128, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 9054, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.005803487977523323, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.0910557397743847, \"positive_daily\": \"\", \"positive\": 188, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 9055, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.01741046393256997, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.5379243140436807, \"positive_daily\": \"\", \"positive\": 265, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 9056, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.01741046393256997, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.8629196407849868, \"positive_daily\": \"\", \"positive\": 321, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 9057, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.023213951910093292, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 2.216932407413909, \"positive_daily\": \"\", \"positive\": 382, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 9058, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.029017439887616615, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.9191544526942317, \"positive_daily\": \"\", \"positive\": 503, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 9059, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.029017439887616615, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.9191544526942317, \"positive_daily\": \"\", \"positive\": 503, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 9060, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.05803487977523323, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 4.677611309883798, \"positive_daily\": \"\", \"positive\": 806, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 9061, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.06964185573027988, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 5.582955434377437, \"positive_daily\": \"\", \"positive\": 962, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 9062, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.11606975955046646, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 6.604369318421543, \"positive_daily\": \"\", \"positive\": 1138, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 9063, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.13928371146055976, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 8.217738976173026, \"positive_daily\": \"\", \"positive\": 1416, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 9064, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.24954998303350293, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 9.929767929542406, \"positive_daily\": \"\", \"positive\": 1711, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 9065, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3366023026963527, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 11.943578257742999, \"positive_daily\": \"\", \"positive\": 2058, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 9066, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.4468685742692959, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 14.31720484055004, \"positive_daily\": \"\", \"positive\": 2467, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 9067, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6209732135949956, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 17.42787439650254, \"positive_daily\": \"\", \"positive\": 3003, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 9068, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.7950778529206952, \"deceased_daily\": \"\", \"deceased\": 137, \"positive_100k\": 21.124696238184896, \"positive_daily\": \"\", \"positive\": 3640, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 9069, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.044627835954198, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 24.473308801215857, \"positive_daily\": \"\", \"positive\": 4217, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 9070, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.2419464271899912, \"deceased_daily\": \"\", \"deceased\": 214, \"positive_100k\": 27.64781672492111, \"positive_daily\": \"\", \"positive\": 4764, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 9071, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.6075661697739605, \"deceased_daily\": \"\", \"deceased\": 277, \"positive_100k\": 32.38346291458014, \"positive_daily\": \"\", \"positive\": 5580, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 9072, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 2.071845207975826, \"deceased_daily\": \"\", \"deceased\": 357, \"positive_100k\": 37.36285559929515, \"positive_daily\": \"\", \"positive\": 6438, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 9073, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.5245172702226455, \"deceased_daily\": \"\", \"deceased\": 435, \"positive_100k\": 43.340448216144175, \"positive_daily\": \"\", \"positive\": 7468, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 9074, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 3.174507923705258, \"deceased_daily\": \"\", \"deceased\": 547, \"positive_100k\": 50.18276054164417, \"positive_daily\": \"\", \"positive\": 8647, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 9075, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.7142323056149267, \"deceased_daily\": \"\", \"deceased\": 640, \"positive_100k\": 56.98444845130151, \"positive_daily\": \"\", \"positive\": 9819, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 9076, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 4.4802927186480055, \"deceased_daily\": \"\", \"deceased\": 772, \"positive_100k\": 63.43212359432993, \"positive_daily\": \"\", \"positive\": 10930, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 9077, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 5.020017100557674, \"deceased_daily\": \"\", \"deceased\": 865, \"positive_100k\": 68.57981743039312, \"positive_daily\": \"\", \"positive\": 11817, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 9078, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.035627496624256, \"deceased_daily\": \"\", \"deceased\": 1040, \"positive_100k\": 73.51278221128793, \"positive_daily\": \"\", \"positive\": 12667, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 9079, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 6.819098373589905, \"deceased_daily\": \"\", \"deceased\": 1175, \"positive_100k\": 79.48457134015943, \"positive_daily\": \"\", \"positive\": 13696, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 9080, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 7.7824773778587755, \"deceased_daily\": \"\", \"deceased\": 1341, \"positive_100k\": 85.8219802116149, \"positive_daily\": \"\", \"positive\": 14788, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 9081, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 8.64719708650975, \"deceased_daily\": \"\", \"deceased\": 1490, \"positive_100k\": 91.8169832923965, \"positive_daily\": \"\", \"positive\": 15821, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 9082, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 9.610576090778624, \"deceased_daily\": \"\", \"deceased\": 1656, \"positive_100k\": 97.07494340003262, \"positive_daily\": \"\", \"positive\": 16727, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 9083, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 10.277977208193805, \"deceased_daily\": \"\", \"deceased\": 1771, \"positive_100k\": 104.19001966047624, \"positive_daily\": \"\", \"positive\": 17953, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 9084, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 10.875736469878708, \"deceased_daily\": \"\", \"deceased\": 1874, \"positive_100k\": 109.83681346260641, \"positive_daily\": \"\", \"positive\": 18926, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 9085, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 12.233752656619163, \"deceased_daily\": \"\", \"deceased\": 2108, \"positive_100k\": 114.38094454900717, \"positive_daily\": \"\", \"positive\": 19709, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 9086, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 13.086865389315093, \"deceased_daily\": \"\", \"deceased\": 2255, \"positive_100k\": 120.02773835113737, \"positive_daily\": \"\", \"positive\": 20682, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 9087, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 13.945781609988545, \"deceased_daily\": \"\", \"deceased\": 2403, \"positive_100k\": 127.11379717169336, \"positive_daily\": \"\", \"positive\": 21903, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 9088, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 14.624789703358775, \"deceased_daily\": \"\", \"deceased\": 2520, \"positive_100k\": 134.92529198943973, \"positive_daily\": \"\", \"positive\": 23249, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 9089, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 15.396653604369376, \"deceased_daily\": \"\", \"deceased\": 2653, \"positive_100k\": 142.59750309572559, \"positive_daily\": \"\", \"positive\": 24571, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 9090, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 15.942181474256568, \"deceased_daily\": \"\", \"deceased\": 2747, \"positive_100k\": 149.41660146931548, \"positive_daily\": \"\", \"positive\": 25746, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 9091, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 16.441281440323575, \"deceased_daily\": \"\", \"deceased\": 2833, \"positive_100k\": 155.01116387964797, \"positive_daily\": \"\", \"positive\": 26710, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 9092, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 17.14930697358142, \"deceased_daily\": \"\", \"deceased\": 2955, \"positive_100k\": 160.06019842009326, \"positive_daily\": \"\", \"positive\": 27580, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 9093, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 18.25196968931085, \"deceased_daily\": \"\", \"deceased\": 3145, \"positive_100k\": 164.3315655715504, \"positive_daily\": \"\", \"positive\": 28316, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 9094, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 19.308204501220096, \"deceased_daily\": \"\", \"deceased\": 3327, \"positive_100k\": 170.52388724356783, \"positive_daily\": \"\", \"positive\": 29383, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 9095, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 20.143906769983456, \"deceased_daily\": \"\", \"deceased\": 3471, \"positive_100k\": 177.69699838378665, \"positive_daily\": \"\", \"positive\": 30619, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 9096, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 20.96800206279177, \"deceased_daily\": \"\", \"deceased\": 3613, \"positive_100k\": 184.3535990940059, \"positive_daily\": \"\", \"positive\": 31766, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 9097, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 21.455495052903725, \"deceased_daily\": \"\", \"deceased\": 3697, \"positive_100k\": 190.57493820591088, \"positive_daily\": \"\", \"positive\": 32838, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 9098, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 21.84432874739779, \"deceased_daily\": \"\", \"deceased\": 3764, \"positive_100k\": 194.92755418905338, \"positive_daily\": \"\", \"positive\": 33588, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 9099, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 22.80190426368914, \"deceased_daily\": \"\", \"deceased\": 3929, \"positive_100k\": 199.1582969246679, \"positive_daily\": \"\", \"positive\": 34317, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 9508, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.0322388347293057, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 9509, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.766102858381555, \"positive_daily\": \"\", \"positive\": 147, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 9510, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.311796619558869, \"positive_daily\": \"\", \"positive\": 176, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 9511, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.8574903807361824, \"positive_daily\": \"\", \"positive\": 205, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 9512, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.5268104989974285, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 9513, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 11.252581696001156, \"positive_daily\": \"\", \"positive\": 598, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 9514, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.209552425740487, \"positive_daily\": \"\", \"positive\": 702, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 9515, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.7417581425036, \"positive_daily\": \"\", \"positive\": 996, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 9516, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 20.510558609767994, \"positive_daily\": \"\", \"positive\": 1090, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 9517, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 22.97558904818965, \"positive_daily\": \"\", \"positive\": 1221, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 9518, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 25.08309598790893, \"positive_daily\": \"\", \"positive\": 1333, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 9519, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 27.529309400083097, \"positive_daily\": \"\", \"positive\": 1463, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 9520, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.11290215748496144, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 29.166390683615038, \"positive_daily\": \"\", \"positive\": 1550, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 9521, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 32.85452782812378, \"positive_daily\": \"\", \"positive\": 1746, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 9522, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 36.015788237702694, \"positive_daily\": \"\", \"positive\": 1914, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 9523, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 39.854461592191385, \"positive_daily\": \"\", \"positive\": 2118, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 9524, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 44.87860760027217, \"positive_daily\": \"\", \"positive\": 2385, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 9525, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.18817026247493573, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 49.319425794680654, \"positive_daily\": \"\", \"positive\": 2621, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 9526, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.22580431496992287, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 53.87314614657409, \"positive_daily\": \"\", \"positive\": 2863, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 9527, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.26343836746491, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 58.03170894727017, \"positive_daily\": \"\", \"positive\": 3084, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 9528, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.26343836746491, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 63.39456142780585, \"positive_daily\": \"\", \"positive\": 3369, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 9529, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.3575234987023779, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 70.65793355933836, \"positive_daily\": \"\", \"positive\": 3755, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 9530, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.43279160369235214, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 75.5503603836867, \"positive_daily\": \"\", \"positive\": 4015, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 9531, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.4704256561873393, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 80.61214044426247, \"positive_daily\": \"\", \"positive\": 4284, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 9532, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.6021448399197943, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 83.64168167010892, \"positive_daily\": \"\", \"positive\": 4445, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 9533, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7338640236522493, \"deceased_daily\": \"\", \"deceased\": 39, \"positive_100k\": 87.32981881461767, \"positive_daily\": \"\", \"positive\": 4641, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 9534, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.8279491548897172, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 91.50719864156125, \"positive_daily\": \"\", \"positive\": 4863, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 9535, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.9408513123746786, \"deceased_daily\": \"\", \"deceased\": 50, \"positive_100k\": 96.8512340958494, \"positive_daily\": \"\", \"positive\": 5147, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 9536, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.1102045486021208, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 101.04743094904047, \"positive_daily\": \"\", \"positive\": 5370, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 9537, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.1666556273446014, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 104.43449567358932, \"positive_daily\": \"\", \"positive\": 5550, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 9538, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.3360088635720435, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 107.01242826949594, \"positive_daily\": \"\", \"positive\": 5687, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 9539, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4300939948095115, \"deceased_daily\": \"\", \"deceased\": 76, \"positive_100k\": 110.3618589415498, \"positive_daily\": \"\", \"positive\": 5865, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 9540, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.6747153360269278, \"deceased_daily\": \"\", \"deceased\": 89, \"positive_100k\": 114.52042174224589, \"positive_daily\": \"\", \"positive\": 6086, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 9541, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.9005196509968507, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 114.52042174224589, \"positive_daily\": \"\", \"positive\": 6086, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 9542, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.0322388347293057, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 116.87255002318258, \"positive_daily\": \"\", \"positive\": 6211, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 9543, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.126323965966774, \"deceased_daily\": \"\", \"deceased\": 113, \"positive_100k\": 118.8107037266744, \"positive_daily\": \"\", \"positive\": 6314, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 9544, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.239226123451735, \"deceased_daily\": \"\", \"deceased\": 119, \"positive_100k\": 120.59832122018629, \"positive_daily\": \"\", \"positive\": 6409, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 9545, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.408579359679177, \"deceased_daily\": \"\", \"deceased\": 128, \"positive_100k\": 122.78109626489555, \"positive_daily\": \"\", \"positive\": 6525, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 9546, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.5214815171641387, \"deceased_daily\": \"\", \"deceased\": 134, \"positive_100k\": 124.24882431220006, \"positive_daily\": \"\", \"positive\": 6603, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 9547, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.6155666484016065, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 124.62516483714994, \"positive_daily\": \"\", \"positive\": 6623, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 9548, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.822553937124036, \"deceased_daily\": \"\", \"deceased\": 150, \"positive_100k\": 126.82675690810667, \"positive_daily\": \"\", \"positive\": 6740, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 9549, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.860187989619023, \"deceased_daily\": \"\", \"deceased\": 152, \"positive_100k\": 129.76221300271567, \"positive_daily\": \"\", \"positive\": 6896, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 9550, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.029541225846465, \"deceased_daily\": \"\", \"deceased\": 161, \"positive_100k\": 130.53371107886292, \"positive_daily\": \"\", \"positive\": 6937, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 9551, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.0859923045889457, \"deceased_daily\": \"\", \"deceased\": 164, \"positive_100k\": 132.39659667736478, \"positive_daily\": \"\", \"positive\": 7036, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 9552, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.1048093308364395, \"deceased_daily\": \"\", \"deceased\": 165, \"positive_100k\": 133.1869117797595, \"positive_daily\": \"\", \"positive\": 7078, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 9553, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.4058817507963366, \"deceased_daily\": \"\", \"deceased\": 181, \"positive_100k\": 134.65463982706402, \"positive_daily\": \"\", \"positive\": 7156, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 9554, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.4246987770438304, \"deceased_daily\": \"\", \"deceased\": 182, \"positive_100k\": 135.31323574572627, \"positive_daily\": \"\", \"positive\": 7191, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 9794, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.6096077137131055, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 9795, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.2799656585201418, \"positive_daily\": \"\", \"positive\": 137, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 9796, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.788271034335973, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 9797, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0718240655150396, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 7.493644168735798, \"positive_daily\": \"\", \"positive\": 313, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 9798, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.1436481310300792, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 8.259767534229553, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 9799, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1436481310300792, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 8.259767534229553, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 9800, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.19153084137343895, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 10.606020341054181, \"positive_daily\": \"\", \"positive\": 443, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 9801, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.19153084137343895, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 13.359276185797366, \"positive_daily\": \"\", \"positive\": 558, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 9802, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.21547219654511882, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 16.136473385712232, \"positive_daily\": \"\", \"positive\": 674, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 9803, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.3351789724035181, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 18.817905164940377, \"positive_daily\": \"\", \"positive\": 786, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 9804, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.40700303791855774, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 21.57116100968356, \"positive_daily\": \"\", \"positive\": 901, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 9805, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5745925241203168, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 23.67800026479139, \"positive_daily\": \"\", \"positive\": 989, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 9806, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.718240655150396, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 28.274740457753925, \"positive_daily\": \"\", \"positive\": 1181, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 9807, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.718240655150396, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 28.274740457753925, \"positive_daily\": \"\", \"positive\": 1181, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 9808, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.7661233654937558, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 31.530764761102386, \"positive_daily\": \"\", \"positive\": 1317, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 9809, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.885830141352155, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 35.313498878227804, \"positive_daily\": \"\", \"positive\": 1475, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 9810, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9815955620388745, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 40.053887202220416, \"positive_daily\": \"\", \"positive\": 1673, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 9811, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.1013023378972737, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 43.11838066419544, \"positive_daily\": \"\", \"positive\": 1801, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 9812, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.2928331792707128, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 47.59541408129957, \"positive_daily\": \"\", \"positive\": 1988, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 9813, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.3167745344423927, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 50.27684586052772, \"positive_daily\": \"\", \"positive\": 2100, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 9814, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.4125399551291122, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 53.84410778110802, \"positive_daily\": \"\", \"positive\": 2249, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 9815, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.5083053758158316, \"deceased_daily\": \"\", \"deceased\": 63, \"positive_100k\": 60.5237458740067, \"positive_daily\": \"\", \"positive\": 2528, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 9816, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.580129441330871, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 65.88660943246299, \"positive_daily\": \"\", \"positive\": 2752, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 9817, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.77166028270431, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 71.20159028057593, \"positive_daily\": \"\", \"positive\": 2974, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 9818, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.8913670585627094, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 77.42634262521268, \"positive_daily\": \"\", \"positive\": 3234, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 9819, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.0828978999361487, \"deceased_daily\": \"\", \"deceased\": 87, \"positive_100k\": 81.40060758371155, \"positive_daily\": \"\", \"positive\": 3400, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 9820, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.2504873861379076, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 83.1243851560725, \"positive_daily\": \"\", \"positive\": 3472, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 9821, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.2744287413095874, \"deceased_daily\": \"\", \"deceased\": 95, \"positive_100k\": 85.56640338358385, \"positive_daily\": \"\", \"positive\": 3574, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 9822, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.465959582683026, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 89.80402324897119, \"positive_daily\": \"\", \"positive\": 3751, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 9823, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.6096077137131055, \"deceased_daily\": \"\", \"deceased\": 109, \"positive_100k\": 96.14848236946635, \"positive_daily\": \"\", \"positive\": 4016, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 9824, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.7771971999148644, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 100.79310527277225, \"positive_daily\": \"\", \"positive\": 4210, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 9825, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.872962620601584, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 102.30141064858807, \"positive_daily\": \"\", \"positive\": 4273, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 9826, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.016610751631663, \"deceased_daily\": \"\", \"deceased\": 126, \"positive_100k\": 106.94603355189396, \"positive_daily\": \"\", \"positive\": 4467, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 9827, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.256024303348462, \"deceased_daily\": \"\", \"deceased\": 136, \"positive_100k\": 111.51883238968482, \"positive_daily\": \"\", \"positive\": 4658, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 10065, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.36574779982379085, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 10066, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.45327718781580917, \"positive_daily\": \"\", \"positive\": 145, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 10067, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7314955996475817, \"positive_daily\": \"\", \"positive\": 234, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 10068, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.009378148713430534, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.7314955996475817, \"positive_daily\": \"\", \"positive\": 234, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 10069, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 0.9940837636236367, \"positive_daily\": \"\", \"positive\": 318, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 10070, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.1347559943250947, \"positive_daily\": \"\", \"positive\": 363, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 10071, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.2347895806016869, \"positive_daily\": \"\", \"positive\": 395, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 10072, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.02188234699800458, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 1.3004366215957006, \"positive_daily\": \"\", \"positive\": 416, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 10073, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.028134446140291605, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 1.5005037941488855, \"positive_daily\": \"\", \"positive\": 480, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 10074, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.028134446140291605, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 1.8131087512632367, \"positive_daily\": \"\", \"positive\": 580, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 10075, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.034386545282578625, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 1.9850414776761298, \"positive_daily\": \"\", \"positive\": 635, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 10076, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.050016793138296184, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 2.097579262237296, \"positive_daily\": \"\", \"positive\": 671, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 10077, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.05626889228058321, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 2.663394234614272, \"positive_daily\": \"\", \"positive\": 852, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 10078, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.07502518970744428, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 2.969747092586336, \"positive_daily\": \"\", \"positive\": 950, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 10079, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.09378148713430534, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 3.3292427932678392, \"positive_daily\": \"\", \"positive\": 1065, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 10080, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.11878988370345343, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 4.135763582622865, \"positive_daily\": \"\", \"positive\": 1323, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 10081, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.17193272641289314, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 4.420234093596925, \"positive_daily\": \"\", \"positive\": 1414, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 10082, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.1906890238397542, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 4.9860490659739005, \"positive_daily\": \"\", \"positive\": 1595, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 10083, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.22820161869347635, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 5.458082551216571, \"positive_daily\": \"\", \"positive\": 1746, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 10084, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.25946211440491146, \"deceased_daily\": \"\", \"deceased\": 83, \"positive_100k\": 7.130519071778349, \"positive_daily\": \"\", \"positive\": 2281, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 10085, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.28759656054520305, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 8.005812951698532, \"positive_daily\": \"\", \"positive\": 2561, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 10086, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.3344873041123557, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 9.234350433157932, \"positive_daily\": \"\", \"positive\": 2954, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 10087, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.3782519981083649, \"deceased_daily\": \"\", \"deceased\": 121, \"positive_100k\": 13.573307237905126, \"positive_daily\": \"\", \"positive\": 4342, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 10088, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.4313948408178046, \"deceased_daily\": \"\", \"deceased\": 138, \"positive_100k\": 16.430516545930296, \"positive_daily\": \"\", \"positive\": 5256, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 10089, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.5283023775232535, \"deceased_daily\": \"\", \"deceased\": 169, \"positive_100k\": 18.434314321033288, \"positive_daily\": \"\", \"positive\": 5897, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 10090, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.5658149723769755, \"deceased_daily\": \"\", \"deceased\": 181, \"positive_100k\": 21.407187463190766, \"positive_daily\": \"\", \"positive\": 6848, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 10091, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.6033275672306977, \"deceased_daily\": \"\", \"deceased\": 193, \"positive_100k\": 23.504766725428063, \"positive_daily\": \"\", \"positive\": 7519, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 10092, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.6752267073669984, \"deceased_daily\": \"\", \"deceased\": 216, \"positive_100k\": 30.585269004068117, \"positive_daily\": \"\", \"positive\": 9784, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 10093, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.7189914013630075, \"deceased_daily\": \"\", \"deceased\": 230, \"positive_100k\": 32.207688731491594, \"positive_daily\": \"\", \"positive\": 10303, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 10094, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.7940165910704519, \"deceased_daily\": \"\", \"deceased\": 254, \"positive_100k\": 35.871418828871796, \"positive_daily\": \"\", \"positive\": 11475, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 10095, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.8565375824933221, \"deceased_daily\": \"\", \"deceased\": 274, \"positive_100k\": 39.047485193153605, \"positive_daily\": \"\", \"positive\": 12491, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 10096, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.9378148713430534, \"deceased_daily\": \"\", \"deceased\": 300, \"positive_100k\": 42.16728266515483, \"positive_daily\": \"\", \"positive\": 13489, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 10097, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.087865250757942, \"deceased_daily\": \"\", \"deceased\": 348, \"positive_100k\": 45.07763481588943, \"positive_daily\": \"\", \"positive\": 14420, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 10098, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.2504198284574044, \"deceased_daily\": \"\", \"deceased\": 400, \"positive_100k\": 48.8539026978308, \"positive_daily\": \"\", \"positive\": 15628, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 10099, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.3910920591588627, \"deceased_daily\": \"\", \"deceased\": 445, \"positive_100k\": 51.03275924891783, \"positive_daily\": \"\", \"positive\": 16325, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 10100, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.5130079924334596, \"deceased_daily\": \"\", \"deceased\": 484, \"positive_100k\": 55.75934620048682, \"positive_daily\": \"\", \"positive\": 17837, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 35}, {\"index\": 10334, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0893074552785798, \"positive_daily\": \"\", \"positive\": 112, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 10335, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6436871423399995, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 10336, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.382860058421893, \"positive_daily\": \"\", \"positive\": 245, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 10337, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.2192925687250886, \"positive_daily\": \"\", \"positive\": 331, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 10338, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.009725959422130176, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.357229821114319, \"positive_daily\": \"\", \"positive\": 448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 10339, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.01945191884426035, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.357229821114319, \"positive_daily\": \"\", \"positive\": 448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 10340, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.02917787826639053, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 7.634878146372188, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 10341, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.05835575653278106, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 9.92047861057278, \"positive_daily\": \"\", \"positive\": 1020, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 10342, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.11671151306556211, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 12.449228060326627, \"positive_daily\": \"\", \"positive\": 1280, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 10343, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.13616343190982247, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 15.561535075408282, \"positive_daily\": \"\", \"positive\": 1600, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 10344, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.22369706670899403, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 20.035476409588163, \"positive_daily\": \"\", \"positive\": 2060, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 10345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.3209566609302958, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 22.972716155071474, \"positive_daily\": \"\", \"positive\": 2362, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 10346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.4182162551515976, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 29.129248469279876, \"positive_daily\": \"\", \"positive\": 2995, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 10347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.5835575653278106, \"deceased_daily\": \"\", \"deceased\": 60, \"positive_100k\": 34.46880019202934, \"positive_daily\": \"\", \"positive\": 3544, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 10348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.7391729160818933, \"deceased_daily\": \"\", \"deceased\": 76, \"positive_100k\": 41.510394813651594, \"positive_daily\": \"\", \"positive\": 4268, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 10349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.9725959422130176, \"deceased_daily\": \"\", \"deceased\": 100, \"positive_100k\": 50.283210212413, \"positive_daily\": \"\", \"positive\": 5170, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 10350, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.157389171233491, \"deceased_daily\": \"\", \"deceased\": 119, \"positive_100k\": 57.98617007474011, \"positive_daily\": \"\", \"positive\": 5962, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 10351, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.3616343190982245, \"deceased_daily\": \"\", \"deceased\": 140, \"positive_100k\": 62.323947977010164, \"positive_daily\": \"\", \"positive\": 6408, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 10352, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.5561535075408284, \"deceased_daily\": \"\", \"deceased\": 160, \"positive_100k\": 72.3903159789149, \"positive_daily\": \"\", \"positive\": 7443, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 10353, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.8187544119383428, \"deceased_daily\": \"\", \"deceased\": 187, \"positive_100k\": 80.24889119199608, \"positive_daily\": \"\", \"positive\": 8251, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 10354, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.032725519225207, \"deceased_daily\": \"\", \"deceased\": 209, \"positive_100k\": 87.86431741952401, \"positive_daily\": \"\", \"positive\": 9034, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 10355, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.3925860178440232, \"deceased_daily\": \"\", \"deceased\": 246, \"positive_100k\": 96.15083484717893, \"positive_daily\": \"\", \"positive\": 9886, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 10356, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.5871052062866267, \"deceased_daily\": \"\", \"deceased\": 266, \"positive_100k\": 102.35599695849797, \"positive_daily\": \"\", \"positive\": 10524, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 10357, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.8691580295284016, \"deceased_daily\": \"\", \"deceased\": 295, \"positive_100k\": 109.68937036278412, \"positive_daily\": \"\", \"positive\": 11278, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 10358, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.0247733802824848, \"deceased_daily\": \"\", \"deceased\": 311, \"positive_100k\": 114.08550402158696, \"positive_daily\": \"\", \"positive\": 11730, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 10359, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.3554560006349106, \"deceased_daily\": \"\", \"deceased\": 345, \"positive_100k\": 121.01038713014366, \"positive_daily\": \"\", \"positive\": 12442, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 10360, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.695864580409467, \"deceased_daily\": \"\", \"deceased\": 380, \"positive_100k\": 127.80883276621263, \"positive_daily\": \"\", \"positive\": 13141, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 10361, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.9779174036512424, \"deceased_daily\": \"\", \"deceased\": 409, \"positive_100k\": 135.73548969524873, \"positive_daily\": \"\", \"positive\": 13956, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 10362, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.230792348626626, \"deceased_daily\": \"\", \"deceased\": 435, \"positive_100k\": 150.48004417919807, \"positive_daily\": \"\", \"positive\": 15472, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 10363, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.571200928401183, \"deceased_daily\": \"\", \"deceased\": 470, \"positive_100k\": 155.48891328159513, \"positive_daily\": \"\", \"positive\": 15987, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 10364, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.9018835487536085, \"deceased_daily\": \"\", \"deceased\": 504, \"positive_100k\": 161.30503701602896, \"positive_daily\": \"\", \"positive\": 16585, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 10365, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 5.203388290839644, \"deceased_daily\": \"\", \"deceased\": 535, \"positive_100k\": 164.69939685435241, \"positive_daily\": \"\", \"positive\": 16934, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 10366, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.51461899234781, \"deceased_daily\": \"\", \"deceased\": 567, \"positive_100k\": 169.69853999732732, \"positive_daily\": \"\", \"positive\": 17448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 10367, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.825849693855975, \"deceased_daily\": \"\", \"deceased\": 599, \"positive_100k\": 175.952331905757, \"positive_daily\": \"\", \"positive\": 18091, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 10368, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 6.11762847651988, \"deceased_daily\": \"\", \"deceased\": 629, \"positive_100k\": 183.24680147235463, \"positive_daily\": \"\", \"positive\": 18841, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 10369, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 6.389955340339526, \"deceased_daily\": \"\", \"deceased\": 657, \"positive_100k\": 185.0072001277602, \"positive_daily\": \"\", \"positive\": 19022, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 10370, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 6.681734123003431, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 191.45551122463252, \"positive_daily\": \"\", \"positive\": 19685, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 10371, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.944335027400945, \"deceased_daily\": \"\", \"deceased\": 714, \"positive_100k\": 196.52273608356234, \"positive_daily\": \"\", \"positive\": 20206, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 10372, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 7.148580175265679, \"deceased_daily\": \"\", \"deceased\": 735, \"positive_100k\": 202.91269142390186, \"positive_daily\": \"\", \"positive\": 20863, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 10373, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 7.411181079663193, \"deceased_daily\": \"\", \"deceased\": 762, \"positive_100k\": 207.93128648572105, \"positive_daily\": \"\", \"positive\": 21379, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 10423, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 9.418778672002537, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 10424, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 9.418778672002537, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 10425, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 11.503851813132869, \"positive_daily\": \"\", \"positive\": 320, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 10426, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.114993940705553, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 10427, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.415764303332127, \"positive_daily\": \"\", \"positive\": 401, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 10428, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.781846706141655, \"positive_daily\": \"\", \"positive\": 439, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 10429, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.781846706141655, \"positive_daily\": \"\", \"positive\": 439, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 10430, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.249190686050177, \"positive_daily\": \"\", \"positive\": 452, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 10431, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.536786981378498, \"positive_daily\": \"\", \"positive\": 460, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 10432, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.8962823505389, \"positive_daily\": \"\", \"positive\": 470, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 10433, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.291727256615342, \"positive_daily\": \"\", \"positive\": 481, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 10434, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.759071236523866, \"positive_daily\": \"\", \"positive\": 494, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 10435, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.010717994936147, \"positive_daily\": \"\", \"positive\": 501, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 10436, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.909456417837152, \"positive_daily\": \"\", \"positive\": 526, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 10437, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.304901323913597, \"positive_daily\": \"\", \"positive\": 537, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 10438, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.73629576690608, \"positive_daily\": \"\", \"positive\": 549, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 10439, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 20.203639746814602, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 10440, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 21.210226780463728, \"positive_daily\": \"\", \"positive\": 590, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 10441, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 22.792006404769495, \"positive_daily\": \"\", \"positive\": 634, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 10442, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 24.91302908281587, \"positive_daily\": \"\", \"positive\": 693, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 10443, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.07189907383208043, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 28.07658833142741, \"positive_daily\": \"\", \"positive\": 781, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 10444, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.07189907383208043, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 30.017863324893582, \"positive_daily\": \"\", \"positive\": 835, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 10445, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 34.116110533322164, \"positive_daily\": \"\", \"positive\": 949, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 10446, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 38.64575218474323, \"positive_daily\": \"\", \"positive\": 1075, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 10447, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 47.633136413753284, \"positive_daily\": \"\", \"positive\": 1325, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 10448, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.14379814766416085, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 57.66305721332851, \"positive_daily\": \"\", \"positive\": 1604, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 10449, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.14379814766416085, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 65.85955163018568, \"positive_daily\": \"\", \"positive\": 1832, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 10450, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 73.94819743629472, \"positive_daily\": \"\", \"positive\": 2057, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 10451, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 79.44847658444888, \"positive_daily\": \"\", \"positive\": 2210, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 10452, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 85.41609971251155, \"positive_daily\": \"\", \"positive\": 2376, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 10453, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 90.30523673309303, \"positive_daily\": \"\", \"positive\": 2512, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 10454, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 98.0703367069577, \"positive_daily\": \"\", \"positive\": 2728, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 10455, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 107.0936704728838, \"positive_daily\": \"\", \"positive\": 2979, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 10456, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 116.15295377572595, \"positive_daily\": \"\", \"positive\": 3231, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 10457, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 123.23501254818585, \"positive_daily\": \"\", \"positive\": 3428, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 10458, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 133.40873149542523, \"positive_daily\": \"\", \"positive\": 3711, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 10459, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 147.500949966513, \"positive_daily\": \"\", \"positive\": 4103, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 10460, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 167.63269063949554, \"positive_daily\": \"\", \"positive\": 4663, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 10461, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.2875962953283217, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 180.0352808755294, \"positive_daily\": \"\", \"positive\": 5008, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 10462, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.2875962953283217, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 195.85307711858707, \"positive_daily\": \"\", \"positive\": 5448, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 39}, {\"index\": 10463, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.32354583224436195, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 216.2364645499819, \"positive_daily\": \"\", \"positive\": 6015, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 40}, {\"index\": 10464, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.32354583224436195, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 234.85832467249074, \"positive_daily\": \"\", \"positive\": 6533, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 41}, {\"index\": 11068, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4752042513381391, \"positive_daily\": \"\", \"positive\": 103, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 11069, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.9335201352490172, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 11070, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.4491255046487552, \"positive_daily\": \"\", \"positive\": 171, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 11071, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.028644742744429887, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.1795664446317176, \"positive_daily\": \"\", \"positive\": 222, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 11072, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.042967114116644826, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 3.566270471681521, \"positive_daily\": \"\", \"positive\": 249, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 11073, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.042967114116644826, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 4.339678525781128, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 11074, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.05728948548885977, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 5.499790606930538, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 11075, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.499790606930538, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 11076, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 6.54532371710223, \"positive_daily\": \"\", \"positive\": 457, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 11077, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.14322371372214945, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 9.438442734289648, \"positive_daily\": \"\", \"positive\": 659, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 11078, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.18619082783879426, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 10.612877186811273, \"positive_daily\": \"\", \"positive\": 741, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 11079, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.2291579419554391, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 11.24306152718873, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 11080, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.2291579419554391, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 12.890134234993448, \"positive_daily\": \"\", \"positive\": 900, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 11081, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.40102639842201837, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 15.18171365454784, \"positive_daily\": \"\", \"positive\": 1060, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 11082, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4439935125386632, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 16.7714968768637, \"positive_daily\": \"\", \"positive\": 1171, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 11083, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.5585724835163828, \"deceased_daily\": \"\", \"deceased\": 39, \"positive_100k\": 21.139820145389255, \"positive_daily\": \"\", \"positive\": 1476, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 11084, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.6301843403774575, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 23.259531108477066, \"positive_daily\": \"\", \"positive\": 1624, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 11085, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.7304409399829621, \"deceased_daily\": \"\", \"deceased\": 51, \"positive_100k\": 27.32708457818611, \"positive_daily\": \"\", \"positive\": 1908, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 11086, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.8306975395884667, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 31.509217018872878, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 11087, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.8736646537051116, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 35.04684274780997, \"positive_daily\": \"\", \"positive\": 2447, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 11088, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.9309541391939714, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 38.18344207832504, \"positive_daily\": \"\", \"positive\": 2666, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 11089, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.9452765105661862, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 41.062238724140244, \"positive_daily\": \"\", \"positive\": 2867, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 11090, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.0168883674272609, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 44.470963110727396, \"positive_daily\": \"\", \"positive\": 3105, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 11091, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.0598554815439059, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 48.40961523808651, \"positive_daily\": \"\", \"positive\": 3380, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 11092, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.1457897097771956, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 51.990208081140246, \"positive_daily\": \"\", \"positive\": 3630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 11093, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.2174015666382703, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 58.06289354295939, \"positive_daily\": \"\", \"positive\": 4054, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 11094, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.3463029089882046, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 63.94938817693972, \"positive_daily\": \"\", \"positive\": 4465, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 11095, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.4179147658492794, \"deceased_daily\": \"\", \"deceased\": 99, \"positive_100k\": 69.79291569680342, \"positive_daily\": \"\", \"positive\": 4873, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 11096, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.4752042513381391, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 76.16637095743907, \"positive_daily\": \"\", \"positive\": 5318, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 11097, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.5754608509436439, \"deceased_daily\": \"\", \"deceased\": 110, \"positive_100k\": 81.49429310790303, \"positive_daily\": \"\", \"positive\": 5690, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 11098, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.6757174505491483, \"deceased_daily\": \"\", \"deceased\": 117, \"positive_100k\": 85.84829400505637, \"positive_daily\": \"\", \"positive\": 5994, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 11099, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.7473293074102232, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 90.48874232965402, \"positive_daily\": \"\", \"positive\": 6318, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 11100, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.790296421526868, \"deceased_daily\": \"\", \"deceased\": 125, \"positive_100k\": 94.95732219778507, \"positive_daily\": \"\", \"positive\": 6630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 11101, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.790296421526868, \"deceased_daily\": \"\", \"deceased\": 125, \"positive_100k\": 94.95732219778507, \"positive_daily\": \"\", \"positive\": 6630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 11322, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.8089352890643122, \"positive_daily\": \"\", \"positive\": 102, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 11323, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.879873927851148, \"positive_daily\": \"\", \"positive\": 106, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 11324, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.915343247244566, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 11325, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9508125666379839, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 11326, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9508125666379839, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 11327, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.0749551845149465, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 11328, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3055057605721627, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 11329, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.4473830381458344, \"positive_daily\": \"\", \"positive\": 138, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 11330, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6601989545063414, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 11331, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6601989545063414, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 11332, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.837545551473431, \"positive_daily\": \"\", \"positive\": 160, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 11333, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.156769426014192, \"positive_daily\": \"\", \"positive\": 178, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 11334, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.156769426014192, \"positive_daily\": \"\", \"positive\": 178, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 11335, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.5469319393417886, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 11336, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.759747855702296, \"positive_daily\": \"\", \"positive\": 212, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 11337, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.008033091456221, \"positive_daily\": \"\", \"positive\": 226, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 11338, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.309522306300273, \"positive_daily\": \"\", \"positive\": 243, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 11339, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.717419479324579, \"positive_daily\": \"\", \"positive\": 266, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 11340, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.550948485069899, \"positive_daily\": \"\", \"positive\": 313, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 11341, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.118457595364586, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 11342, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.827843983232944, \"positive_daily\": \"\", \"positive\": 385, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 11343, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 7.661372988978264, \"positive_daily\": \"\", \"positive\": 432, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 11344, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 8.069270162002569, \"positive_daily\": \"\", \"positive\": 455, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 11345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.026941785624853, \"positive_daily\": \"\", \"positive\": 509, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 11346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.89594011076359, \"positive_daily\": \"\", \"positive\": 558, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 11347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 11.190570268623343, \"positive_daily\": \"\", \"positive\": 631, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 11348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 12.112772572852208, \"positive_daily\": \"\", \"positive\": 683, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 11349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 12.981770897990945, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 11350, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 14.223197076760572, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 11351, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 14.968052784022348, \"positive_daily\": \"\", \"positive\": 844, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 11352, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.58876587340716, \"positive_daily\": \"\", \"positive\": 879, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 11353, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.42229487915248, \"positive_daily\": \"\", \"positive\": 926, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 11354, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 17.734659696708945, \"positive_daily\": \"\", \"positive\": 1000, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 11355, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.07093863878683578, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.603658021847682, \"positive_daily\": \"\", \"positive\": 1049, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 11356, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.08867329848354472, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 19.756410902133762, \"positive_daily\": \"\", \"positive\": 1114, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 11357, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 21.086510379386937, \"positive_daily\": \"\", \"positive\": 1189, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 11358, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 23.21466954299201, \"positive_daily\": \"\", \"positive\": 1309, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 11359, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 24.385157082974796, \"positive_daily\": \"\", \"positive\": 1375, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 11360, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 26.265031010825947, \"positive_daily\": \"\", \"positive\": 1481, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 11361, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 28.783352687758615, \"positive_daily\": \"\", \"positive\": 1623, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 39}, {\"index\": 11362, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 33.87320002071409, \"positive_daily\": \"\", \"positive\": 1910, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 40}, {\"index\": 11363, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.1241426178769626, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 37.384662640662455, \"positive_daily\": \"\", \"positive\": 2108, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 41}, {\"index\": 11364, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.14187727757367155, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 40.77198264273386, \"positive_daily\": \"\", \"positive\": 2299, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 42}, {\"index\": 11365, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.14187727757367155, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 44.90415835206704, \"positive_daily\": \"\", \"positive\": 2532, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 43}, {\"index\": 11366, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.1596119372703805, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 51.749736994996695, \"positive_daily\": \"\", \"positive\": 2918, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 44}, {\"index\": 11367, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 57.673113333697486, \"positive_daily\": \"\", \"positive\": 3252, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 45}, {\"index\": 11368, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 65.60050621812638, \"positive_daily\": \"\", \"positive\": 3699, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 46}, {\"index\": 11369, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 78.5113384773305, \"positive_daily\": \"\", \"positive\": 4427, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 47}, {\"index\": 11370, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 89.56003146838017, \"positive_daily\": \"\", \"positive\": 5050, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 48}, {\"index\": 11371, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 106.26608090268, \"positive_daily\": \"\", \"positive\": 5992, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 49}, {\"index\": 11372, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 116.83593808191851, \"positive_daily\": \"\", \"positive\": 6588, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 50}, {\"index\": 11373, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 142.12556280942547, \"positive_daily\": \"\", \"positive\": 8014, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 51}, {\"index\": 11374, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 161.8287697324691, \"positive_daily\": \"\", \"positive\": 9125, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 52}, {\"index\": 11426, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.820252958828889, \"positive_daily\": \"\", \"positive\": 141, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 11427, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 8.755076493248433, \"positive_daily\": \"\", \"positive\": 181, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 11428, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 10.593158850946999, \"positive_daily\": \"\", \"positive\": 219, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 11429, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.23775885520361, \"positive_daily\": \"\", \"positive\": 253, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 11430, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.30191179913436, \"positive_daily\": \"\", \"positive\": 275, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 11431, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.30191179913436, \"positive_daily\": \"\", \"positive\": 275, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 11432, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.833988271099733, \"positive_daily\": \"\", \"positive\": 286, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 11433, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 16.494370630926607, \"positive_daily\": \"\", \"positive\": 341, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 11434, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 18.525935342067125, \"positive_daily\": \"\", \"positive\": 383, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 11435, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.09674117672097717, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 20.025423581242272, \"positive_daily\": \"\", \"positive\": 414, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 11436, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.14511176508146575, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 21.379800055335952, \"positive_daily\": \"\", \"positive\": 442, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 11437, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.19348235344195433, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 23.21788241303452, \"positive_daily\": \"\", \"positive\": 480, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 11438, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.24185294180244293, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 25.53967065433797, \"positive_daily\": \"\", \"positive\": 528, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 11439, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.2902235301629315, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 27.184270658594585, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 11440, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.43533529524439724, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 30.570211843828787, \"positive_daily\": \"\", \"positive\": 632, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 11441, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.43533529524439724, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 33.08548243857419, \"positive_daily\": \"\", \"positive\": 684, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 11442, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.5320764719653743, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 35.310529503156665, \"positive_daily\": \"\", \"positive\": 730, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 11443, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5320764719653743, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 36.56816480052937, \"positive_daily\": \"\", \"positive\": 756, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 11444, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7255588254073287, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 38.79321186511184, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 11445, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.7255588254073287, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 40.679664811170895, \"positive_daily\": \"\", \"positive\": 841, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 11446, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8223000021283059, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 43.388417759358255, \"positive_daily\": \"\", \"positive\": 897, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 11447, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.9674117672097717, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 45.17812952869633, \"positive_daily\": \"\", \"positive\": 934, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 11448, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.0641529439307487, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 47.25806482819735, \"positive_daily\": \"\", \"positive\": 977, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 11449, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.3543764740936803, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 48.225476595407116, \"positive_daily\": \"\", \"positive\": 997, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 11450, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4511176508146575, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 49.38637071605884, \"positive_daily\": \"\", \"positive\": 1021, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 11451, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.741341180977589, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 51.2244530737574, \"positive_daily\": \"\", \"positive\": 1059, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 11452, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.9348235344195435, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 52.77231190129304, \"positive_daily\": \"\", \"positive\": 1091, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 11453, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.0799352995010087, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 54.36854131718917, \"positive_daily\": \"\", \"positive\": 1124, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 11454, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.1766764762219863, \"deceased_daily\": \"\", \"deceased\": 45, \"positive_100k\": 56.10988249816675, \"positive_daily\": \"\", \"positive\": 1160, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 11455, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.4185294180244292, \"deceased_daily\": \"\", \"deceased\": 50, \"positive_100k\": 57.46425897226044, \"positive_daily\": \"\", \"positive\": 1188, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 11456, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.5636411831058945, \"deceased_daily\": \"\", \"deceased\": 53, \"positive_100k\": 58.28655897438874, \"positive_daily\": \"\", \"positive\": 1205, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 11457, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.660382359826872, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 58.625153092912164, \"positive_daily\": \"\", \"positive\": 1212, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 11458, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.7087529481873607, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 59.012117799796066, \"positive_daily\": \"\", \"positive\": 1220, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 11459, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.9506058899898036, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 60.36649427388976, \"positive_daily\": \"\", \"positive\": 1248, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 11460, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.9506058899898036, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 61.33390604109952, \"positive_daily\": \"\", \"positive\": 1268, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 11461, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.1924588317922464, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 63.07524722207711, \"positive_daily\": \"\", \"positive\": 1304, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 11462, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.3859411852342007, \"deceased_daily\": \"\", \"deceased\": 70, \"positive_100k\": 63.70406487076347, \"positive_daily\": \"\", \"positive\": 1317, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 11463, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.579423538676155, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 64.33288251944981, \"positive_daily\": \"\", \"positive\": 1330, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 11464, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.724535303757621, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 64.57473546125225, \"positive_daily\": \"\", \"positive\": 1335, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 11465, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.724535303757621, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 65.01007075649665, \"positive_daily\": \"\", \"positive\": 1344, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 11688, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.25682870610404146, \"positive_daily\": \"\", \"positive\": 120, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 11689, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.002140239217533679, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.353139470893057, \"positive_daily\": \"\", \"positive\": 165, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 11690, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.004280478435067358, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.4751331062924767, \"positive_daily\": \"\", \"positive\": 222, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 11691, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.006420717652601036, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.5543219573412228, \"positive_daily\": \"\", \"positive\": 259, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 11692, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.010701196087668393, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 0.8560956870134715, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 11693, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.021402392175336786, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 1.0701196087668394, \"positive_daily\": \"\", \"positive\": 500, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 11694, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.03638406669807254, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 1.4403809934001657, \"positive_daily\": \"\", \"positive\": 673, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 11695, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.059926698090943004, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 2.296476680413637, \"positive_daily\": \"\", \"positive\": 1073, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 11696, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.07490837261367876, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 3.6277054737195855, \"positive_daily\": \"\", \"positive\": 1695, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 11697, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.11557291774681865, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 4.873324698324186, \"positive_daily\": \"\", \"positive\": 2277, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 11698, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.11771315696435233, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 4.873324698324186, \"positive_daily\": \"\", \"positive\": 2277, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 11699, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.28465181593197925, \"deceased_daily\": \"\", \"deceased\": 133, \"positive_100k\": 11.197731586136207, \"positive_daily\": \"\", \"positive\": 5232, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 11700, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.4173466474190673, \"deceased_daily\": \"\", \"deceased\": 195, \"positive_100k\": 13.67826883925774, \"positive_daily\": \"\", \"positive\": 6391, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 11701, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.6185291338672331, \"deceased_daily\": \"\", \"deceased\": 289, \"positive_100k\": 16.689585418327628, \"positive_daily\": \"\", \"positive\": 7798, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 11702, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.7319618123965181, \"deceased_daily\": \"\", \"deceased\": 342, \"positive_100k\": 21.278258300719834, \"positive_daily\": \"\", \"positive\": 9942, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 11703, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 1.1407475029454508, \"deceased_daily\": \"\", \"deceased\": 533, \"positive_100k\": 25.14353032758566, \"positive_daily\": \"\", \"positive\": 11748, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 11704, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.3333690325234817, \"deceased_daily\": \"\", \"deceased\": 623, \"positive_100k\": 29.770727515893466, \"positive_daily\": \"\", \"positive\": 13910, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 11705, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.7763985505529534, \"deceased_daily\": \"\", \"deceased\": 830, \"positive_100k\": 38.44511706455747, \"positive_daily\": \"\", \"positive\": 17963, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 11706, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 2.232269503887627, \"deceased_daily\": \"\", \"deceased\": 1043, \"positive_100k\": 43.68228242986238, \"positive_daily\": \"\", \"positive\": 20410, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 11707, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.942828924108808, \"deceased_daily\": \"\", \"deceased\": 1375, \"positive_100k\": 54.30642990569957, \"positive_daily\": \"\", \"positive\": 25374, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 11708, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 3.792503893469678, \"deceased_daily\": \"\", \"deceased\": 1772, \"positive_100k\": 61.570401810008875, \"positive_daily\": \"\", \"positive\": 28768, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 11709, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 4.946092831720331, \"deceased_daily\": \"\", \"deceased\": 2311, \"positive_100k\": 75.19944514726333, \"positive_daily\": \"\", \"positive\": 35136, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 11710, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 6.00979172283457, \"deceased_daily\": \"\", \"deceased\": 2808, \"positive_100k\": 85.36344119133078, \"positive_daily\": \"\", \"positive\": 39885, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 11711, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 7.805452426345326, \"deceased_daily\": \"\", \"deceased\": 3647, \"positive_100k\": 105.97394485618011, \"positive_daily\": \"\", \"positive\": 49515, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 11712, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 9.342144184534508, \"deceased_daily\": \"\", \"deceased\": 4365, \"positive_100k\": 123.67586342440116, \"positive_daily\": \"\", \"positive\": 57786, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 11713, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 10.99654909968804, \"deceased_daily\": \"\", \"deceased\": 5138, \"positive_100k\": 140.6543811370958, \"positive_daily\": \"\", \"positive\": 65719, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 11714, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 12.802910999286466, \"deceased_daily\": \"\", \"deceased\": 5982, \"positive_100k\": 156.74041909607897, \"positive_daily\": \"\", \"positive\": 73235, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 11715, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 14.560047396881616, \"deceased_daily\": \"\", \"deceased\": 6803, \"positive_100k\": 171.454563716623, \"positive_daily\": \"\", \"positive\": 80110, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 11716, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 16.514085802489863, \"deceased_daily\": \"\", \"deceased\": 7716, \"positive_100k\": 188.24688061739224, \"positive_daily\": \"\", \"positive\": 87956, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 11717, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 18.114984737205056, \"deceased_daily\": \"\", \"deceased\": 8464, \"positive_100k\": 205.29816646348303, \"positive_daily\": \"\", \"positive\": 95923, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 11718, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 20.09042553498864, \"deceased_daily\": \"\", \"deceased\": 9387, \"positive_100k\": 222.83742685117156, \"positive_daily\": \"\", \"positive\": 104118, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 11719, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 22.147195423038507, \"deceased_daily\": \"\", \"deceased\": 10348, \"positive_100k\": 239.84590791291168, \"positive_daily\": \"\", \"positive\": 112065, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 11720, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 23.966398757942134, \"deceased_daily\": \"\", \"deceased\": 11198, \"positive_100k\": 255.11437449079696, \"positive_daily\": \"\", \"positive\": 119199, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 11721, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 25.569437931874862, \"deceased_daily\": \"\", \"deceased\": 11947, \"positive_100k\": 270.02970159778914, \"positive_daily\": \"\", \"positive\": 126168, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 11722, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 27.05476394884323, \"deceased_daily\": \"\", \"deceased\": 12641, \"positive_100k\": 281.75393203143864, \"positive_daily\": \"\", \"positive\": 131646, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 11723, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 28.552931401116805, \"deceased_daily\": \"\", \"deceased\": 13341, \"positive_100k\": 292.5171950564155, \"positive_daily\": \"\", \"positive\": 136675, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 11724, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 30.05965981026052, \"deceased_daily\": \"\", \"deceased\": 14045, \"positive_100k\": 303.7898350151654, \"positive_daily\": \"\", \"positive\": 141942, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 11725, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 31.658418505758174, \"deceased_daily\": \"\", \"deceased\": 14792, \"positive_100k\": 317.2262568228419, \"positive_daily\": \"\", \"positive\": 148220, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 11726, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 33.06027519324273, \"deceased_daily\": \"\", \"deceased\": 15447, \"positive_100k\": 327.9317333889453, \"positive_daily\": \"\", \"positive\": 153222, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 11727, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 34.41718685715908, \"deceased_daily\": \"\", \"deceased\": 16081, \"positive_100k\": 338.7420816767079, \"positive_daily\": \"\", \"positive\": 158273, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 11728, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 35.540812446364264, \"deceased_daily\": \"\", \"deceased\": 16606, \"positive_100k\": 348.916778916863, \"positive_daily\": \"\", \"positive\": 163027, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 11729, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 36.83137669453708, \"deceased_daily\": \"\", \"deceased\": 17209, \"positive_100k\": 357.05824890036115, \"positive_daily\": \"\", \"positive\": 166831, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 11730, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 38.002087546527996, \"deceased_daily\": \"\", \"deceased\": 17756, \"positive_100k\": 364.05255066326123, \"positive_daily\": \"\", \"positive\": 170099, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 11731, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 38.6441593117881, \"deceased_daily\": \"\", \"deceased\": 18056, \"positive_100k\": 369.2790148324784, \"positive_daily\": \"\", \"positive\": 172541, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 11732, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 40.03959528162006, \"deceased_daily\": \"\", \"deceased\": 18708, \"positive_100k\": 380.2006555595528, \"positive_daily\": \"\", \"positive\": 177644, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 11733, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 41.33872048666301, \"deceased_daily\": \"\", \"deceased\": 19315, \"positive_100k\": 395.8329628044188, \"positive_daily\": \"\", \"positive\": 184948, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 11734, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 42.80906482910864, \"deceased_daily\": \"\", \"deceased\": 20002, \"positive_100k\": 408.4411120349097, \"positive_daily\": \"\", \"positive\": 190839, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 11735, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 42.896814637027525, \"deceased_daily\": \"\", \"deceased\": 20043, \"positive_100k\": 410.33950422086207, \"positive_daily\": \"\", \"positive\": 191726, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 11736, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 43.77431271621633, \"deceased_daily\": \"\", \"deceased\": 20453, \"positive_100k\": 425.20988630428604, \"positive_daily\": \"\", \"positive\": 198674, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 48}, {\"index\": 11737, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 44.62826816401226, \"deceased_daily\": \"\", \"deceased\": 20852, \"positive_100k\": 428.4972937424178, \"positive_daily\": \"\", \"positive\": 200210, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 49}, {\"index\": 11738, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 45.54857102755175, \"deceased_daily\": \"\", \"deceased\": 21282, \"positive_100k\": 436.98976295759144, \"positive_daily\": \"\", \"positive\": 204178, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 50}, {\"index\": 12056, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9918321152292875, \"positive_daily\": \"\", \"positive\": 101, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 12057, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.5810393123952007, \"positive_daily\": \"\", \"positive\": 161, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 12058, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9934843504113402, \"positive_daily\": \"\", \"positive\": 203, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 12059, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.4353897482857754, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 12060, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.486142583231654, \"positive_daily\": \"\", \"positive\": 355, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 12061, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.910059976382612, \"positive_daily\": \"\", \"positive\": 500, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 12062, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.882251851706369, \"positive_daily\": \"\", \"positive\": 599, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 12063, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 7.993577641550891, \"positive_daily\": \"\", \"positive\": 814, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 12064, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.019640239905530446, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.437135274607378, \"positive_daily\": \"\", \"positive\": 961, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 12065, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.02946035985829567, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 10.036162591726058, \"positive_daily\": \"\", \"positive\": 1022, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 12066, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05892071971659134, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 10.831592307900042, \"positive_daily\": \"\", \"positive\": 1103, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 12067, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06874083966935657, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 11.685942743790616, \"positive_daily\": \"\", \"positive\": 1190, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 12068, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.09820119952765223, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 12.559933419586718, \"positive_daily\": \"\", \"positive\": 1279, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 12069, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.10802131948041746, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 14.131152612029156, \"positive_daily\": \"\", \"positive\": 1439, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 12070, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.15712191924424357, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 16.0951766025822, \"positive_daily\": \"\", \"positive\": 1639, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 12071, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.19640239905530446, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 17.31287147672509, \"positive_daily\": \"\", \"positive\": 1763, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 12072, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.20622251900806968, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 18.99211198864794, \"positive_daily\": \"\", \"positive\": 1934, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 12073, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.2455029988191306, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 20.091965423357646, \"positive_daily\": \"\", \"positive\": 2046, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 12074, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.35352431829954806, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 22.4487942120213, \"positive_daily\": \"\", \"positive\": 2286, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 12075, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.6088474370714438, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 24.805623000684953, \"positive_daily\": \"\", \"positive\": 2526, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 12076, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.7561492363629222, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 27.889140665853233, \"positive_daily\": \"\", \"positive\": 2840, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 12077, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.0311125950403486, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 30.137948135036467, \"positive_daily\": \"\", \"positive\": 3069, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 12078, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.0311125950403486, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 33.84995347718172, \"positive_daily\": \"\", \"positive\": 3447, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 12079, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.0802131948041747, \"deceased_daily\": \"\", \"deceased\": 110, \"positive_100k\": 36.334443825231325, \"positive_daily\": \"\", \"positive\": 3700, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 12080, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.4337375131037227, \"deceased_daily\": \"\", \"deceased\": 146, \"positive_100k\": 39.55544316973832, \"positive_daily\": \"\", \"positive\": 4028, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 12081, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.76762159149774, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 43.55223199051376, \"positive_daily\": \"\", \"positive\": 4435, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 12082, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.347008668710888, \"deceased_daily\": \"\", \"deceased\": 239, \"positive_100k\": 48.58013340632956, \"positive_daily\": \"\", \"positive\": 4947, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 12083, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 3.024596945451689, \"deceased_daily\": \"\", \"deceased\": 308, \"positive_100k\": 54.67842789699676, \"positive_daily\": \"\", \"positive\": 5568, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 12084, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 3.5156029430899496, \"deceased_daily\": \"\", \"deceased\": 358, \"positive_100k\": 60.20715543040359, \"positive_daily\": \"\", \"positive\": 6131, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 12085, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 3.6629047423814285, \"deceased_daily\": \"\", \"deceased\": 373, \"positive_100k\": 63.27103285566633, \"positive_daily\": \"\", \"positive\": 6443, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 12086, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.9378681010588545, \"deceased_daily\": \"\", \"deceased\": 401, \"positive_100k\": 67.07141927738648, \"positive_daily\": \"\", \"positive\": 6830, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 12087, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 4.684197217469012, \"deceased_daily\": \"\", \"deceased\": 477, \"positive_100k\": 70.76378437962619, \"positive_daily\": \"\", \"positive\": 7206, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 12088, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 5.803690892084247, \"deceased_daily\": \"\", \"deceased\": 591, \"positive_100k\": 75.54618279662286, \"positive_daily\": \"\", \"positive\": 7693, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 12089, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 6.746422407549708, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 82.67558988233041, \"positive_daily\": \"\", \"positive\": 8419, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 12090, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 7.787355122542822, \"deceased_daily\": \"\", \"deceased\": 793, \"positive_100k\": 89.7657164882269, \"positive_daily\": \"\", \"positive\": 9141, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 12091, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 8.543504358905743, \"deceased_daily\": \"\", \"deceased\": 870, \"positive_100k\": 95.10786174253118, \"positive_daily\": \"\", \"positive\": 9685, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 12092, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 8.710446398102754, \"deceased_daily\": \"\", \"deceased\": 887, \"positive_100k\": 99.68403764051978, \"positive_daily\": \"\", \"positive\": 10151, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 12093, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 8.828287837535935, \"deceased_daily\": \"\", \"deceased\": 899, \"positive_100k\": 102.94431746483784, \"positive_daily\": \"\", \"positive\": 10483, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 12094, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 9.024690236591239, \"deceased_daily\": \"\", \"deceased\": 919, \"positive_100k\": 107.51067324287365, \"positive_daily\": \"\", \"positive\": 10948, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 12095, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 10.144183911206476, \"deceased_daily\": \"\", \"deceased\": 1033, \"positive_100k\": 112.39127285939797, \"positive_daily\": \"\", \"positive\": 11445, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 12096, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 11.813604303176563, \"deceased_daily\": \"\", \"deceased\": 1203, \"positive_100k\": 117.12457067663082, \"positive_daily\": \"\", \"positive\": 11927, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 12097, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 13.090219897036041, \"deceased_daily\": \"\", \"deceased\": 1333, \"positive_100k\": 123.1443042076759, \"positive_daily\": \"\", \"positive\": 12540, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 12098, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 13.748167933871311, \"deceased_daily\": \"\", \"deceased\": 1400, \"positive_100k\": 129.7827052957452, \"positive_daily\": \"\", \"positive\": 13216, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 12099, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 14.838201248628254, \"deceased_daily\": \"\", \"deceased\": 1511, \"positive_100k\": 135.7336979871209, \"positive_daily\": \"\", \"positive\": 13822, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 12100, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 15.122984727258443, \"deceased_daily\": \"\", \"deceased\": 1540, \"positive_100k\": 141.26242552052773, \"positive_daily\": \"\", \"positive\": 14385, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 12101, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 15.515789525369053, \"deceased_daily\": \"\", \"deceased\": 1580, \"positive_100k\": 145.1119125420117, \"positive_daily\": \"\", \"positive\": 14777, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 12102, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 17.33251171663062, \"deceased_daily\": \"\", \"deceased\": 1765, \"positive_100k\": 150.46387791626876, \"positive_daily\": \"\", \"positive\": 15322, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 12146, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.3385712958884843, \"positive_daily\": \"\", \"positive\": 114, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 12147, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.5127566431590846, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 12148, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.1468167306852086, \"positive_daily\": \"\", \"positive\": 268, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 12149, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.023483706945412006, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.957004620301923, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 12150, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.023483706945412006, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.391453198792045, \"positive_daily\": \"\", \"positive\": 374, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 12151, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.03522556041811801, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 5.765250055098647, \"positive_daily\": \"\", \"positive\": 491, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 12152, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.04696741389082401, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.655688464204314, \"positive_daily\": \"\", \"positive\": 652, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 12153, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.04696741389082401, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.655688464204314, \"positive_daily\": \"\", \"positive\": 652, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 12154, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.12916038819976602, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 13.373971105412135, \"positive_daily\": \"\", \"positive\": 1139, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 12155, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.15264409514517804, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 15.957178869407457, \"positive_daily\": \"\", \"positive\": 1359, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 12156, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.16438594861788405, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 25.832077639953205, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 12157, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.16438594861788405, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 25.832077639953205, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 12158, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.3170300437630621, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 31.703004376306207, \"positive_daily\": \"\", \"positive\": 2700, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 12159, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3287718972357681, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 35.554332315353776, \"positive_daily\": \"\", \"positive\": 3028, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 12160, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.4814159923809461, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 47.84805290127696, \"positive_daily\": \"\", \"positive\": 4075, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 12161, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6340600875261242, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 62.161372284505575, \"positive_daily\": \"\", \"positive\": 5294, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 12162, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.8806390104529502, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 77.20268658304197, \"positive_daily\": \"\", \"positive\": 6575, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 12163, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.1507016403251884, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 87.75861285500467, \"positive_daily\": \"\", \"positive\": 7474, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 12164, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.4090224167247203, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 103.2696012924493, \"positive_daily\": \"\", \"positive\": 8795, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 12165, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.4325061236701324, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 115.9742867499172, \"positive_daily\": \"\", \"positive\": 9877, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 12166, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.7965035813240187, \"deceased_daily\": \"\", \"deceased\": 153, \"positive_100k\": 127.9509772920773, \"positive_daily\": \"\", \"positive\": 10897, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 12167, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.2426940132868465, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 138.6830313661306, \"positive_daily\": \"\", \"positive\": 11811, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 12168, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.712368152195087, \"deceased_daily\": \"\", \"deceased\": 231, \"positive_100k\": 151.79868169514322, \"positive_daily\": \"\", \"positive\": 12928, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 12169, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.0998493167943852, \"deceased_daily\": \"\", \"deceased\": 264, \"positive_100k\": 165.2783294818097, \"positive_daily\": \"\", \"positive\": 14076, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 12170, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.522556041811801, \"deceased_daily\": \"\", \"deceased\": 300, \"positive_100k\": 174.11994514675732, \"positive_daily\": \"\", \"positive\": 14829, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 12171, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.215325396701455, \"deceased_daily\": \"\", \"deceased\": 359, \"positive_100k\": 186.95379099242498, \"positive_daily\": \"\", \"positive\": 15922, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 12172, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 5.084222553681699, \"deceased_daily\": \"\", \"deceased\": 433, \"positive_100k\": 194.97347691428317, \"positive_daily\": \"\", \"positive\": 16605, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 12173, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 5.73002449468053, \"deceased_daily\": \"\", \"deceased\": 488, \"positive_100k\": 208.62925250304025, \"positive_daily\": \"\", \"positive\": 17768, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 12174, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 6.293633461370417, \"deceased_daily\": \"\", \"deceased\": 536, \"positive_100k\": 221.0638753306359, \"positive_daily\": \"\", \"positive\": 18827, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 12175, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 6.939435402369248, \"deceased_daily\": \"\", \"deceased\": 591, \"positive_100k\": 230.2107791858739, \"positive_daily\": \"\", \"positive\": 19606, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 12176, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 7.820074412822198, \"deceased_daily\": \"\", \"deceased\": 666, \"positive_100k\": 240.76670545783657, \"positive_daily\": \"\", \"positive\": 20505, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 12177, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 8.395425232984792, \"deceased_daily\": \"\", \"deceased\": 715, \"positive_100k\": 247.75310827409666, \"positive_daily\": \"\", \"positive\": 21100, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 12178, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 8.982517906620092, \"deceased_daily\": \"\", \"deceased\": 765, \"positive_100k\": 254.2933206583939, \"positive_daily\": \"\", \"positive\": 21657, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 12179, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 9.640061701091629, \"deceased_daily\": \"\", \"deceased\": 821, \"positive_100k\": 261.29146532812666, \"positive_daily\": \"\", \"positive\": 22253, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 12180, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 10.508958858071873, \"deceased_daily\": \"\", \"deceased\": 895, \"positive_100k\": 273.3503488445957, \"positive_daily\": \"\", \"positive\": 23280, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 12181, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 11.131277092125291, \"deceased_daily\": \"\", \"deceased\": 948, \"positive_100k\": 282.40331787205207, \"positive_daily\": \"\", \"positive\": 24051, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 12182, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 11.765337179651416, \"deceased_daily\": \"\", \"deceased\": 1002, \"positive_100k\": 288.27424460840507, \"positive_daily\": \"\", \"positive\": 24551, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 12183, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 12.16456019772342, \"deceased_daily\": \"\", \"deceased\": 1036, \"positive_100k\": 294.8027151392296, \"positive_daily\": \"\", \"positive\": 25107, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 12184, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 12.98648994081284, \"deceased_daily\": \"\", \"deceased\": 1106, \"positive_100k\": 298.41920600882304, \"positive_daily\": \"\", \"positive\": 25415, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 12185, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 13.36222925193943, \"deceased_daily\": \"\", \"deceased\": 1138, \"positive_100k\": 301.6247320068718, \"positive_daily\": \"\", \"positive\": 25688, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 12186, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 13.784935976956847, \"deceased_daily\": \"\", \"deceased\": 1174, \"positive_100k\": 304.5367116681029, \"positive_daily\": \"\", \"positive\": 25936, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 12187, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 14.548156452682736, \"deceased_daily\": \"\", \"deceased\": 1239, \"positive_100k\": 309.2334530571853, \"positive_daily\": \"\", \"positive\": 26336, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 12188, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 15.04131429853639, \"deceased_daily\": \"\", \"deceased\": 1281, \"positive_100k\": 313.8832270323769, \"positive_daily\": \"\", \"positive\": 26732, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 12189, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 15.581439558280866, \"deceased_daily\": \"\", \"deceased\": 1327, \"positive_100k\": 317.9459083339331, \"positive_daily\": \"\", \"positive\": 27078, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 12190, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 16.062855550661812, \"deceased_daily\": \"\", \"deceased\": 1368, \"positive_100k\": 321.7737525660353, \"positive_daily\": \"\", \"positive\": 27404, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 12191, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 16.356401887479464, \"deceased_daily\": \"\", \"deceased\": 1393, \"positive_100k\": 325.7190153328645, \"positive_daily\": \"\", \"positive\": 27740, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 12192, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 16.77910861249688, \"deceased_daily\": \"\", \"deceased\": 1429, \"positive_100k\": 328.11435344129654, \"positive_daily\": \"\", \"positive\": 27944, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 12193, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 17.35445943265947, \"deceased_daily\": \"\", \"deceased\": 1478, \"positive_100k\": 329.51163400454857, \"positive_daily\": \"\", \"positive\": 28063, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 12888, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.003644327087394025, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.2332369335932176, \"positive_daily\": \"\", \"positive\": 192, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 12889, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0048591027831920335, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.436104474791485, \"positive_daily\": \"\", \"positive\": 359, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 12890, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.010932981262182074, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 0.8138997161846656, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 12891, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.03644327087394025, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 1.5014627600063382, \"positive_daily\": \"\", \"positive\": 1236, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 12892, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.04494670074452631, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 1.8573920388751548, \"positive_daily\": \"\", \"positive\": 1529, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 12893, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.05345013061511236, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 2.2740601025338716, \"positive_daily\": \"\", \"positive\": 1872, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 12894, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.07167176605208249, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 2.9555492678765543, \"positive_daily\": \"\", \"positive\": 2433, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 12895, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09110817718485062, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 4.408421000050972, \"positive_daily\": \"\", \"positive\": 3629, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 12896, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.11175936401341675, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 6.921791914657051, \"positive_daily\": \"\", \"positive\": 5698, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 12897, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.1311957751461849, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 8.991769700296857, \"positive_daily\": \"\", \"positive\": 7402, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 12898, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.15913561614953908, \"deceased_daily\": \"\", \"deceased\": 131, \"positive_100k\": 11.196587588170242, \"positive_daily\": \"\", \"positive\": 9217, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 12899, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.2040823168940654, \"deceased_daily\": \"\", \"deceased\": 168, \"positive_100k\": 13.152376458405035, \"positive_daily\": \"\", \"positive\": 10827, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 12900, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.25996199890077376, \"deceased_daily\": \"\", \"deceased\": 214, \"positive_100k\": 16.43712993984285, \"positive_daily\": \"\", \"positive\": 13531, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 12901, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.33649286773604825, \"deceased_daily\": \"\", \"deceased\": 277, \"positive_100k\": 19.046468134416973, \"positive_daily\": \"\", \"positive\": 15679, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 12902, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4324601477040909, \"deceased_daily\": \"\", \"deceased\": 356, \"positive_100k\": 22.02995724329688, \"positive_daily\": \"\", \"positive\": 18135, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 12903, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.5162796707141535, \"deceased_daily\": \"\", \"deceased\": 425, \"positive_100k\": 25.41432233179013, \"positive_daily\": \"\", \"positive\": 20921, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 12904, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.6086026235948021, \"deceased_daily\": \"\", \"deceased\": 501, \"positive_100k\": 29.074441503229533, \"positive_daily\": \"\", \"positive\": 23934, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 12905, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.6972812493880568, \"deceased_daily\": \"\", \"deceased\": 574, \"positive_100k\": 32.88276330955629, \"positive_daily\": \"\", \"positive\": 27069, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 12906, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.7883894265729073, \"deceased_daily\": \"\", \"deceased\": 649, \"positive_100k\": 36.70687719992842, \"positive_daily\": \"\", \"positive\": 30217, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 12907, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.880712379453556, \"deceased_daily\": \"\", \"deceased\": 725, \"positive_100k\": 41.43478420797427, \"positive_daily\": \"\", \"positive\": 34109, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 12908, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.9863978649879828, \"deceased_daily\": \"\", \"deceased\": 812, \"positive_100k\": 46.436015747574665, \"positive_daily\": \"\", \"positive\": 38226, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 12909, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.1030163317845916, \"deceased_daily\": \"\", \"deceased\": 908, \"positive_100k\": 51.363145969731384, \"positive_daily\": \"\", \"positive\": 42282, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 12910, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.2220643499727963, \"deceased_daily\": \"\", \"deceased\": 1006, \"positive_100k\": 57.12968619768453, \"positive_daily\": \"\", \"positive\": 47029, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 12911, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.337468041073607, \"deceased_daily\": \"\", \"deceased\": 1101, \"positive_100k\": 63.371203722694695, \"positive_daily\": \"\", \"positive\": 52167, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 12912, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.455301283566014, \"deceased_daily\": \"\", \"deceased\": 1198, \"positive_100k\": 69.18876452987136, \"positive_daily\": \"\", \"positive\": 56956, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 12913, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.5743493017542187, \"deceased_daily\": \"\", \"deceased\": 1296, \"positive_100k\": 74.16084145277262, \"positive_daily\": \"\", \"positive\": 61049, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 12914, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.7043303012046056, \"deceased_daily\": \"\", \"deceased\": 1403, \"positive_100k\": 79.09526032910412, \"positive_daily\": \"\", \"positive\": 65111, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 12915, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.8440295062213767, \"deceased_daily\": \"\", \"deceased\": 1518, \"positive_100k\": 84.29571508281539, \"positive_daily\": \"\", \"positive\": 69392, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 12916, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.9958764681961276, \"deceased_daily\": \"\", \"deceased\": 1643, \"positive_100k\": 90.12785319834163, \"positive_daily\": \"\", \"positive\": 74193, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 12917, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.148938205866677, \"deceased_daily\": \"\", \"deceased\": 1769, \"positive_100k\": 95.41577180215036, \"positive_daily\": \"\", \"positive\": 78546, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 12918, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.295926065058236, \"deceased_daily\": \"\", \"deceased\": 1890, \"positive_100k\": 100.01126825935422, \"positive_daily\": \"\", \"positive\": 82329, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 12919, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.4502025784245824, \"deceased_daily\": \"\", \"deceased\": 2017, \"positive_100k\": 104.8424312015429, \"positive_daily\": \"\", \"positive\": 86306, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 12920, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.5996199890077376, \"deceased_daily\": \"\", \"deceased\": 2140, \"positive_100k\": 110.52029280370279, \"positive_daily\": \"\", \"positive\": 90980, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 12921, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.744178296807701, \"deceased_daily\": \"\", \"deceased\": 2259, \"positive_100k\": 116.12162353702742, \"positive_daily\": \"\", \"positive\": 95591, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 13251, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1732995644566653, \"positive_daily\": \"\", \"positive\": 113, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 13252, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4536454780879038, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 13253, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.4536454780879038, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 13254, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.588626843910352, \"positive_daily\": \"\", \"positive\": 153, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 13255, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.588626843910352, \"positive_daily\": \"\", \"positive\": 153, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 13256, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.05587003329575, \"positive_daily\": \"\", \"positive\": 198, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 13257, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.5750291326128583, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 13258, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.4575996014519426, \"positive_daily\": \"\", \"positive\": 333, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 13259, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.4575996014519426, \"positive_daily\": \"\", \"positive\": 333, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 13260, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.205188704468578, \"positive_daily\": \"\", \"positive\": 405, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 13261, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.859329169608136, \"positive_daily\": \"\", \"positive\": 468, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 13262, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03114954595902651, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 5.918413732215037, \"positive_daily\": \"\", \"positive\": 570, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 13263, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.05191590993171085, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 6.344124193655066, \"positive_daily\": \"\", \"positive\": 611, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 13264, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.06229909191805302, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 6.894432838931201, \"positive_daily\": \"\", \"positive\": 664, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 13265, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.08306545589073737, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 8.451910136882526, \"positive_daily\": \"\", \"positive\": 814, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 13266, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.08306545589073737, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 10.632378354014383, \"positive_daily\": \"\", \"positive\": 1024, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 13267, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.09344863787707952, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 13.124342030736502, \"positive_daily\": \"\", \"positive\": 1264, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 13268, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.1038318198634217, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 15.626688889444965, \"positive_daily\": \"\", \"positive\": 1505, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 13269, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.1038318198634217, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 18.679344393429563, \"positive_daily\": \"\", \"positive\": 1799, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 13270, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.11421500184976387, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 21.555485803646345, \"positive_daily\": \"\", \"positive\": 2076, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 13271, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.12459818383610605, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 24.49392630578118, \"positive_daily\": \"\", \"positive\": 2359, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 13272, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.12459818383610605, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 27.60888090168383, \"positive_daily\": \"\", \"positive\": 2659, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 13273, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.14536454780879038, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 31.045714139163085, \"positive_daily\": \"\", \"positive\": 2990, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 13274, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.16613091178147474, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 34.887491474109694, \"positive_daily\": \"\", \"positive\": 3360, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 13275, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.2076636397268434, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 38.79156790097435, \"positive_daily\": \"\", \"positive\": 3736, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 13276, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.22843000369952773, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 42.80985932968876, \"positive_daily\": \"\", \"positive\": 4123, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 13277, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.25957954965855423, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 46.942365760252954, \"positive_daily\": \"\", \"positive\": 4521, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 13278, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.29072909561758076, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 51.22023673862592, \"positive_daily\": \"\", \"positive\": 4933, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 13279, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.3426450055492916, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 55.70577135672574, \"positive_daily\": \"\", \"positive\": 5365, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 13280, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.36341136952197595, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 60.48203507044314, \"positive_daily\": \"\", \"positive\": 5825, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 13281, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.3841777334946603, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 65.43481287792837, \"positive_daily\": \"\", \"positive\": 6302, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 13282, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.3841777334946603, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 65.43481287792837, \"positive_daily\": \"\", \"positive\": 6302, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 13283, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.42571046144002894, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 70.40835704938625, \"positive_daily\": \"\", \"positive\": 6781, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 13284, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.44647682541271333, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 75.43381713077586, \"positive_daily\": \"\", \"positive\": 7265, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 13285, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.4776263713717398, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 80.52157630408352, \"positive_daily\": \"\", \"positive\": 7755, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 13329, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0015040083853881914, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.17446497270503022, \"positive_daily\": \"\", \"positive\": 116, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 13330, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.003008016770776383, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.2466573752036634, \"positive_daily\": \"\", \"positive\": 164, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 13331, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.003008016770776383, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.31132973577535566, \"positive_daily\": \"\", \"positive\": 207, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 13332, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0045120251561645746, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.41209829759636446, \"positive_daily\": \"\", \"positive\": 274, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 13333, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.006016033541552766, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.4842907000949977, \"positive_daily\": \"\", \"positive\": 322, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 13334, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.009024050312329149, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 0.5775392199890655, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 13335, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 0.6903398488931799, \"positive_daily\": \"\", \"positive\": 459, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 13336, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 0.6903398488931799, \"positive_daily\": \"\", \"positive\": 459, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 13337, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 1.2062147250813295, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 13338, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.031584176093152026, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.7205855928840912, \"positive_daily\": \"\", \"positive\": 1144, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 13339, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.031584176093152026, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.7220896012694793, \"positive_daily\": \"\", \"positive\": 1145, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 13340, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.08422446958173874, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 2.332717005737085, \"positive_daily\": \"\", \"positive\": 1551, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 13341, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.08422446958173874, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 2.9478564353608556, \"positive_daily\": \"\", \"positive\": 1960, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 13342, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.10828860374794978, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 3.9735901541956022, \"positive_daily\": \"\", \"positive\": 2642, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 13343, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.20755315718357045, \"deceased_daily\": \"\", \"deceased\": 138, \"positive_100k\": 4.084886774714328, \"positive_daily\": \"\", \"positive\": 2716, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 13344, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.2677134925990981, \"deceased_daily\": \"\", \"deceased\": 178, \"positive_100k\": 6.037089658948201, \"positive_daily\": \"\", \"positive\": 4014, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 13345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.35193796218083684, \"deceased_daily\": \"\", \"deceased\": 234, \"positive_100k\": 7.6208104887619665, \"positive_daily\": \"\", \"positive\": 5067, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 13346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.42413036467947, \"deceased_daily\": \"\", \"deceased\": 282, \"positive_100k\": 8.640528174055161, \"positive_daily\": \"\", \"positive\": 5745, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 13347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.5053468174904324, \"deceased_daily\": \"\", \"deceased\": 336, \"positive_100k\": 10.115960400120976, \"positive_daily\": \"\", \"positive\": 6726, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 13348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.636195547019205, \"deceased_daily\": \"\", \"deceased\": 423, \"positive_100k\": 12.278724458309197, \"positive_daily\": \"\", \"positive\": 8164, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 13349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.7008679075908973, \"deceased_daily\": \"\", \"deceased\": 466, \"positive_100k\": 14.498640835142165, \"positive_daily\": \"\", \"positive\": 9640, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 13350, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.8723248635251512, \"deceased_daily\": \"\", \"deceased\": 580, \"positive_100k\": 17.76534704820532, \"positive_daily\": \"\", \"positive\": 11812, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 13351, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.1445503812804139, \"deceased_daily\": \"\", \"deceased\": 761, \"positive_100k\": 22.176603642548883, \"positive_daily\": \"\", \"positive\": 14745, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 13352, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.5355925614813435, \"deceased_daily\": \"\", \"deceased\": 1021, \"positive_100k\": 26.037393167840374, \"positive_daily\": \"\", \"positive\": 17312, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 13353, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.851434322412864, \"deceased_daily\": \"\", \"deceased\": 1231, \"positive_100k\": 29.74928586297843, \"positive_daily\": \"\", \"positive\": 19780, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 13354, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 2.1221558317827385, \"deceased_daily\": \"\", \"deceased\": 1411, \"positive_100k\": 33.76950027712107, \"positive_daily\": \"\", \"positive\": 22453, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 13355, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 2.6966870350010277, \"deceased_daily\": \"\", \"deceased\": 1793, \"positive_100k\": 38.32363766807651, \"positive_daily\": \"\", \"positive\": 25481, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 13356, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 3.5449477643599674, \"deceased_daily\": \"\", \"deceased\": 2357, \"positive_100k\": 44.91721042961834, \"positive_daily\": \"\", \"positive\": 29865, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 13357, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.4007285356458485, \"deceased_daily\": \"\", \"deceased\": 2926, \"positive_100k\": 51.396478553870665, \"positive_daily\": \"\", \"positive\": 34173, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 13358, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 5.43097427963676, \"deceased_daily\": \"\", \"deceased\": 3611, \"positive_100k\": 58.18858042228374, \"positive_daily\": \"\", \"positive\": 38689, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 13359, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 6.497316224876987, \"deceased_daily\": \"\", \"deceased\": 4320, \"positive_100k\": 63.88576418613421, \"positive_daily\": \"\", \"positive\": 42477, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 13360, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 7.434313448973831, \"deceased_daily\": \"\", \"deceased\": 4943, \"positive_100k\": 72.84815015466245, \"positive_daily\": \"\", \"positive\": 48436, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 13361, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 8.099085155315413, \"deceased_daily\": \"\", \"deceased\": 5385, \"positive_100k\": 78.62805437970927, \"positive_daily\": \"\", \"positive\": 52279, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 13362, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 9.28123574623053, \"deceased_daily\": \"\", \"deceased\": 6171, \"positive_100k\": 84.14776515408393, \"positive_daily\": \"\", \"positive\": 55949, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 13363, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 10.69500362849543, \"deceased_daily\": \"\", \"deceased\": 7111, \"positive_100k\": 92.45741148335368, \"positive_daily\": \"\", \"positive\": 61474, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 13364, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 12.021539024407815, \"deceased_daily\": \"\", \"deceased\": 7993, \"positive_100k\": 99.07204036229095, \"positive_daily\": \"\", \"positive\": 65872, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 13365, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 13.496971250473631, \"deceased_daily\": \"\", \"deceased\": 8974, \"positive_100k\": 112.20654559188604, \"positive_daily\": \"\", \"positive\": 74605, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 13366, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 14.877650948259992, \"deceased_daily\": \"\", \"deceased\": 9892, \"positive_100k\": 120.13116577449642, \"positive_daily\": \"\", \"positive\": 79874, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 13367, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 15.986105128291088, \"deceased_daily\": \"\", \"deceased\": 10629, \"positive_100k\": 128.15053848538625, \"positive_daily\": \"\", \"positive\": 85206, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 13368, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 17.06598314899981, \"deceased_daily\": \"\", \"deceased\": 11347, \"positive_100k\": 134.71403107922032, \"positive_daily\": \"\", \"positive\": 89570, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 13369, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 18.242117706373374, \"deceased_daily\": \"\", \"deceased\": 12129, \"positive_100k\": 142.64767531214304, \"positive_daily\": \"\", \"positive\": 94845, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 13370, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 19.39268412119534, \"deceased_daily\": \"\", \"deceased\": 12894, \"positive_100k\": 149.62326620357345, \"positive_daily\": \"\", \"positive\": 99483, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 13371, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 20.693651374556126, \"deceased_daily\": \"\", \"deceased\": 13759, \"positive_100k\": 156.6349532962532, \"positive_daily\": \"\", \"positive\": 104145, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 13372, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 21.969050485365315, \"deceased_daily\": \"\", \"deceased\": 14607, \"positive_100k\": 165.09349645567642, \"positive_daily\": \"\", \"positive\": 109769, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 13373, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 23.309121956746193, \"deceased_daily\": \"\", \"deceased\": 15498, \"positive_100k\": 173.43322295265392, \"positive_daily\": \"\", \"positive\": 115314, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 13374, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 24.207014962822942, \"deceased_daily\": \"\", \"deceased\": 16095, \"positive_100k\": 182.24370407425795, \"positive_daily\": \"\", \"positive\": 121172, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 13375, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 24.89133877817457, \"deceased_daily\": \"\", \"deceased\": 16550, \"positive_100k\": 189.28847935141624, \"positive_daily\": \"\", \"positive\": 125856, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 13376, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 26.13665772127599, \"deceased_daily\": \"\", \"deceased\": 17378, \"positive_100k\": 195.77977954275167, \"positive_daily\": \"\", \"positive\": 130172, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 12963, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0021395772538901287, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 0.03606715942271932, \"positive_daily\": \"\", \"positive\": 118, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 12964, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0033621928275416315, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 0.04554243011851846, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 12965, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0036678467209545064, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 0.066326894870594, \"positive_daily\": \"\", \"positive\": 217, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 12966, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.004279154507780257, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 0.0800813200741734, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 12967, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.005196116188018885, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 0.12287286515197599, \"positive_daily\": \"\", \"positive\": 402, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 12968, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.006418731761670387, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 0.15832871678786953, \"positive_daily\": \"\", \"positive\": 518, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 12969, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.006724385655083263, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 0.17819621985970646, \"positive_daily\": \"\", \"positive\": 583, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 12970, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.008558309015560515, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 0.2931220837829477, \"positive_daily\": \"\", \"positive\": 959, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 12971, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.01100354016286352, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 0.3915426374618936, \"positive_daily\": \"\", \"positive\": 1281, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 12972, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.012226155736515023, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 0.508302424745612, \"positive_daily\": \"\", \"positive\": 1663, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 12973, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.01436573299040515, \"deceased_daily\": \"\", \"deceased\": 47, \"positive_100k\": 0.6660198337466559, \"positive_daily\": \"\", \"positive\": 2179, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 12974, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.01650531024429528, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 0.8335181673369116, \"positive_daily\": \"\", \"positive\": 2727, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 12975, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.01925619528501116, \"deceased_daily\": \"\", \"deceased\": 63, \"positive_100k\": 1.0694829730516515, \"positive_daily\": \"\", \"positive\": 3499, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 12976, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.025980580940094426, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 1.4157888342884397, \"positive_daily\": \"\", \"positive\": 4632, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 12977, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.03301062048859056, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 1.962603649604074, \"positive_daily\": \"\", \"positive\": 6421, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 12978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.03606715942271932, \"deceased_daily\": \"\", \"deceased\": 118, \"positive_100k\": 2.3789042524324104, \"positive_daily\": \"\", \"positive\": 7783, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 12979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06113077868257511, \"deceased_daily\": \"\", \"deceased\": 200, \"positive_100k\": 4.201824072746801, \"positive_daily\": \"\", \"positive\": 13747, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 12980, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.07457954999274163, \"deceased_daily\": \"\", \"deceased\": 244, \"positive_100k\": 5.890867487746351, \"positive_daily\": \"\", \"positive\": 19273, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 12981, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.09383574527775279, \"deceased_daily\": \"\", \"deceased\": 307, \"positive_100k\": 7.824739671369614, \"positive_daily\": \"\", \"positive\": 25600, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 12982, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.12745767355316912, \"deceased_daily\": \"\", \"deceased\": 417, \"positive_100k\": 10.170938957206848, \"positive_daily\": \"\", \"positive\": 33276, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 12983, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.17024921863097167, \"deceased_daily\": \"\", \"deceased\": 557, \"positive_100k\": 13.400783648900703, \"positive_daily\": \"\", \"positive\": 43843, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 12984, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.21579164874949014, \"deceased_daily\": \"\", \"deceased\": 706, \"positive_100k\": 16.424617616434283, \"positive_daily\": \"\", \"positive\": 53736, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 12985, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.2879259675949288, \"deceased_daily\": \"\", \"deceased\": 942, \"positive_100k\": 20.10530180091213, \"positive_daily\": \"\", \"positive\": 65778, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 12986, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.36953555713616654, \"deceased_daily\": \"\", \"deceased\": 1209, \"positive_100k\": 25.624799808161836, \"positive_daily\": \"\", \"positive\": 83836, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 12987, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.4832388054857563, \"deceased_daily\": \"\", \"deceased\": 1581, \"positive_100k\": 31.07185784267269, \"positive_daily\": \"\", \"positive\": 101657, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 12988, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.6192547880544859, \"deceased_daily\": \"\", \"deceased\": 2026, \"positive_100k\": 37.12625016339493, \"positive_daily\": \"\", \"positive\": 121465, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 12989, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.754048155049564, \"deceased_daily\": \"\", \"deceased\": 2467, \"positive_100k\": 43.06938446691488, \"positive_daily\": \"\", \"positive\": 140909, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 12990, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.9102372945835434, \"deceased_daily\": \"\", \"deceased\": 2978, \"positive_100k\": 49.46427522489906, \"positive_daily\": \"\", \"positive\": 161831, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 12991, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.183797529188067, \"deceased_daily\": \"\", \"deceased\": 3873, \"positive_100k\": 57.515504431287624, \"positive_daily\": \"\", \"positive\": 188172, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 12992, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.453995570965049, \"deceased_daily\": \"\", \"deceased\": 4757, \"positive_100k\": 65.21798254529209, \"positive_daily\": \"\", \"positive\": 213372, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 12993, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.8113049723647006, \"deceased_daily\": \"\", \"deceased\": 5926, \"positive_100k\": 74.50680436610938, \"positive_daily\": \"\", \"positive\": 243762, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 12994, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.166169142617049, \"deceased_daily\": \"\", \"deceased\": 7087, \"positive_100k\": 84.23393387008072, \"positive_daily\": \"\", \"positive\": 275586, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 12995, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.5696322819220447, \"deceased_daily\": \"\", \"deceased\": 8407, \"positive_100k\": 94.40212194224685, \"positive_daily\": \"\", \"positive\": 308853, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 12996, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.94008480073845, \"deceased_daily\": \"\", \"deceased\": 9619, \"positive_100k\": 103.02736916046479, \"positive_daily\": \"\", \"positive\": 337072, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 12997, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.2958659326710373, \"deceased_daily\": \"\", \"deceased\": 10783, \"positive_100k\": 112.07319613601885, \"positive_daily\": \"\", \"positive\": 366667, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 12998, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.91053591232433, \"deceased_daily\": \"\", \"deceased\": 12794, \"positive_100k\": 121.4989509010851, \"positive_daily\": \"\", \"positive\": 397505, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 35}, {\"index\": 12999, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.491583963702206, \"deceased_daily\": \"\", \"deceased\": 14695, \"positive_100k\": 131.1414142765811, \"positive_daily\": \"\", \"positive\": 429052, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 36}, {\"index\": 13000, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.056738012622613, \"deceased_daily\": \"\", \"deceased\": 16544, \"positive_100k\": 141.45050879361057, \"positive_daily\": \"\", \"positive\": 462780, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 37}, {\"index\": 13001, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 5.680883262971705, \"deceased_daily\": \"\", \"deceased\": 18586, \"positive_100k\": 151.76785596576215, \"positive_daily\": \"\", \"positive\": 496535, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 38}, {\"index\": 13002, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 6.25428996701426, \"deceased_daily\": \"\", \"deceased\": 20462, \"positive_100k\": 160.89498687696403, \"positive_daily\": \"\", \"positive\": 526396, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 39}, {\"index\": 13003, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 6.730193079058107, \"deceased_daily\": \"\", \"deceased\": 22019, \"positive_100k\": 169.73358051278416, \"positive_daily\": \"\", \"positive\": 555313, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 40}, {\"index\": 13004, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 7.191424804218136, \"deceased_daily\": \"\", \"deceased\": 23528, \"positive_100k\": 177.46845793949038, \"positive_daily\": \"\", \"positive\": 580619, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 41}, {\"index\": 13005, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 7.895345720747988, \"deceased_daily\": \"\", \"deceased\": 25831, \"positive_100k\": 185.7367014102021, \"positive_daily\": \"\", \"positive\": 607670, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 42}, {\"index\": 13006, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 8.6576465309197, \"deceased_daily\": \"\", \"deceased\": 28325, \"positive_100k\": 194.50285507328337, \"positive_daily\": \"\", \"positive\": 636350, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 43}, {\"index\": 13007, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 10.060903555578212, \"deceased_daily\": \"\", \"deceased\": 32916, \"positive_100k\": 204.05209401128843, \"positive_daily\": \"\", \"positive\": 667592, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 44}, {\"index\": 13008, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 11.239810622471673, \"deceased_daily\": \"\", \"deceased\": 36773, \"positive_100k\": 213.86786314434949, \"positive_daily\": \"\", \"positive\": 699706, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 45}, {\"index\": 13009, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.817802134915421, \"deceased_daily\": \"\", \"deceased\": 38664, \"positive_100k\": 223.79886379522725, \"positive_daily\": \"\", \"positive\": 732197, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 46}, {\"index\": 13010, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.428192960060933, \"deceased_daily\": \"\", \"deceased\": 40661, \"positive_100k\": 232.01759133520605, \"positive_daily\": \"\", \"positive\": 759086, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 47}, {\"index\": 13011, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.866194989321583, \"deceased_daily\": \"\", \"deceased\": 42094, \"positive_100k\": 239.73229560494704, \"positive_daily\": \"\", \"positive\": 784326, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 48}, {\"index\": 13012, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 13.707048850100405, \"deceased_daily\": \"\", \"deceased\": 44845, \"positive_100k\": 251.7933982390191, \"positive_daily\": \"\", \"positive\": 823786, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 49}]}}, {\"mode\": \"vega-lite\"});\n", "</script>" ], "text/plain": [ @@ -815,10 +815,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.897396, - "end_time": "2020-04-21T22:12:49.697817", + "duration": 0.80163, + "end_time": "2020-04-22T07:32:31.445055", "exception": false, - "start_time": "2020-04-21T22:12:48.800421", + "start_time": "2020-04-22T07:32:30.643425", "status": "completed" }, "tags": [] @@ -828,10 +828,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-d02f87624ad64fc898da799dfc2a55f6\"></div>\n", + "<div id=\"altair-viz-6f55b25999c94382874bd113b7b7a3de\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-d02f87624ad64fc898da799dfc2a55f6\");\n", + " const outputDiv = document.getElementById(\"altair-viz-6f55b25999c94382874bd113b7b7a3de\");\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", @@ -872,7 +872,7 @@ " .catch(showError)\n", " .then(() => displayChart(vegaEmbed));\n", " }\n", - " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"vconcat\": [{\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"United States\", \"transform\": [{\"filter\": \"datum['country_label'] == 'United States'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Spain\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Spain'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Italy\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"France\", \"transform\": [{\"filter\": \"datum['country_label'] == 'France'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Germany\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Germany'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"United Kingdom\", \"transform\": [{\"filter\": \"datum['country_label'] == 'United Kingdom'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Turkey\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Turkey'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Belgium\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Belgium'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Canada\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Canada'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Netherlands\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Netherlands'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Switzerland\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Switzerland'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Portugal\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Portugal'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Peru\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Peru'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Ireland\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Ireland'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Austria\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Austria'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Sweden\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Sweden'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Israel\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Israel'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Chile\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Chile'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Ecuador\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Ecuador'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Singapore\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Singapore'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Denmark\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Denmark'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"United Arab Emirates\", \"transform\": [{\"filter\": \"datum['country_label'] == 'United Arab Emirates'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Norway\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Norway'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Serbia\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Serbia'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Belarus\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Belarus'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Qatar\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Qatar'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Panama\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Panama'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Finland\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Finland'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Luxembourg\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Luxembourg'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Moldova\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Moldova'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Bahrain\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Bahrain'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Estonia\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Estonia'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Slovenia\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Slovenia'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Djibouti\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Djibouti'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Cyprus\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Cyprus'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Malta\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Malta'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 56\"}], \"width\": 250}]}]}]}], \"data\": {\"name\": \"data-c2977e9799d2da0d05f70632fff0a768\"}, \"title\": \"Growth of cases per 100k population from case 100, compared to Italy (log scale)\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-c2977e9799d2da0d05f70632fff0a768\": [{\"index\": 766, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.175534814650374, \"positive_daily\": \"\", \"positive\": 104, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 767, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4807217376846056, \"positive_daily\": \"\", \"positive\": 131, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 768, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.057185925638154, \"positive_daily\": \"\", \"positive\": 182, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 769, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.780591965423, \"positive_daily\": \"\", \"positive\": 246, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 770, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.41357225023474, \"positive_daily\": \"\", \"positive\": 302, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 771, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.696822563305658, \"positive_daily\": \"\", \"positive\": 504, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 772, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 7.403608688423027, \"positive_daily\": \"\", \"positive\": 655, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 773, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.720768659608861, \"positive_daily\": \"\", \"positive\": 860, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 774, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.03390965811491463, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.506677320327698, \"positive_daily\": \"\", \"positive\": 1018, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 775, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.03390965811491463, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.055888203022096, \"positive_daily\": \"\", \"positive\": 1332, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 776, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04521287748655284, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.605099085716496, \"positive_daily\": \"\", \"positive\": 1646, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 777, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06781931622982926, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 22.753380595107718, \"positive_daily\": \"\", \"positive\": 2013, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 778, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.06781931622982926, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 26.992087859472047, \"positive_daily\": \"\", \"positive\": 2388, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 779, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.09042575497310568, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 31.807259311789924, \"positive_daily\": \"\", \"positive\": 2814, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 780, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.18085150994621135, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 40.48813178920807, \"positive_daily\": \"\", \"positive\": 3582, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 781, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.23736760680440244, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 50.57060346870936, \"positive_daily\": \"\", \"positive\": 4474, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 782, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.3164901424058699, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 59.71490794036467, \"positive_daily\": \"\", \"positive\": 5283, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 783, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.3390965811491463, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 63.16238984871432, \"positive_daily\": \"\", \"positive\": 5588, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 784, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.5538577492102723, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 78.0939426386484, \"positive_daily\": \"\", \"positive\": 6909, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 785, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.6555867235550162, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 86.54875072863378, \"positive_daily\": \"\", \"positive\": 7657, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 786, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.7686189172713983, \"deceased_daily\": \"\", \"deceased\": 68, \"positive_100k\": 93.48892742281964, \"positive_daily\": \"\", \"positive\": 8271, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 787, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9720768659608862, \"deceased_daily\": \"\", \"deceased\": 86, \"positive_100k\": 99.33269183795659, \"positive_daily\": \"\", \"positive\": 8788, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 788, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.2207476921369267, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 108.7143639164163, \"positive_daily\": \"\", \"positive\": 9618, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 789, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.4468120795696908, \"deceased_daily\": \"\", \"deceased\": 128, \"positive_100k\": 115.06677320327698, \"positive_daily\": \"\", \"positive\": 10180, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 790, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.6502700282591787, \"deceased_daily\": \"\", \"deceased\": 146, \"positive_100k\": 121.06878268961687, \"positive_daily\": \"\", \"positive\": 10711, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 791, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.7859086607188372, \"deceased_daily\": \"\", \"deceased\": 158, \"positive_100k\": 125.79352838696164, \"positive_daily\": \"\", \"positive\": 11129, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 792, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.8989408544352195, \"deceased_daily\": \"\", \"deceased\": 168, \"positive_100k\": 130.25830003875876, \"positive_daily\": \"\", \"positive\": 11524, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 793, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.102398803124707, \"deceased_daily\": \"\", \"deceased\": 186, \"positive_100k\": 133.16322741726978, \"positive_daily\": \"\", \"positive\": 11781, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 794, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.305856751814195, \"deceased_daily\": \"\", \"deceased\": 204, \"positive_100k\": 136.21509664761209, \"positive_daily\": \"\", \"positive\": 12051, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 795, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.4867082617604064, \"deceased_daily\": \"\", \"deceased\": 220, \"positive_100k\": 138.99568861303507, \"positive_daily\": \"\", \"positive\": 12297, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 796, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.7466823073080855, \"deceased_daily\": \"\", \"deceased\": 243, \"positive_100k\": 142.86138963813534, \"positive_daily\": \"\", \"positive\": 12639, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 797, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.0857788884572317, \"deceased_daily\": \"\", \"deceased\": 273, \"positive_100k\": 146.2862651077417, \"positive_daily\": \"\", \"positive\": 12942, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 798, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.334449714633272, \"deceased_daily\": \"\", \"deceased\": 295, \"positive_100k\": 149.69983735797646, \"positive_daily\": \"\", \"positive\": 13244, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 799, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 3.605726979552589, \"deceased_daily\": \"\", \"deceased\": 319, \"positive_100k\": 153.21513858255594, \"positive_daily\": \"\", \"positive\": 13555, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 800, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.8091849282420767, \"deceased_daily\": \"\", \"deceased\": 337, \"positive_100k\": 156.05224664483714, \"positive_daily\": \"\", \"positive\": 13806, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 801, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 3.956126780073374, \"deceased_daily\": \"\", \"deceased\": 350, \"positive_100k\": 157.62339413749484, \"positive_daily\": \"\", \"positive\": 13945, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 802, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.159584728762861, \"deceased_daily\": \"\", \"deceased\": 368, \"positive_100k\": 158.70850319717212, \"positive_daily\": \"\", \"positive\": 14041, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 803, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 4.3404362387090725, \"deceased_daily\": \"\", \"deceased\": 384, \"positive_100k\": 160.79959878092518, \"positive_daily\": \"\", \"positive\": 14226, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 804, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.4421652130538165, \"deceased_daily\": \"\", \"deceased\": 393, \"positive_100k\": 162.0429529118054, \"positive_daily\": \"\", \"positive\": 14336, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 805, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.634319942371667, \"deceased_daily\": \"\", \"deceased\": 410, \"positive_100k\": 163.62540362383473, \"positive_daily\": \"\", \"positive\": 14476, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 806, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 4.871687549176069, \"deceased_daily\": \"\", \"deceased\": 431, \"positive_100k\": 164.97048672905967, \"positive_daily\": \"\", \"positive\": 14595, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 807, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.007326181635727, \"deceased_daily\": \"\", \"deceased\": 443, \"positive_100k\": 165.8295314013042, \"positive_daily\": \"\", \"positive\": 14671, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 808, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.109055155980471, \"deceased_daily\": \"\", \"deceased\": 452, \"positive_100k\": 166.71118251229197, \"positive_daily\": \"\", \"positive\": 14749, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 809, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.312513104669959, \"deceased_daily\": \"\", \"deceased\": 470, \"positive_100k\": 167.23113060338733, \"positive_daily\": \"\", \"positive\": 14795, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 948, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.00887387149166, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 949, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 950, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 951, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 952, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.380577391029533, \"positive_daily\": \"\", \"positive\": 210, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 953, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.63544553181105, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 954, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.63544553181105, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 955, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.527484024546352, \"positive_daily\": \"\", \"positive\": 228, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 956, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 16.311561010016955, \"positive_daily\": \"\", \"positive\": 256, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 957, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 17.713335784315287, \"positive_daily\": \"\", \"positive\": 278, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 958, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 18.15935503068294, \"positive_daily\": \"\", \"positive\": 285, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 959, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 19.433695734590515, \"positive_daily\": \"\", \"positive\": 305, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 960, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.12743407039075746, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 21.281489755256494, \"positive_daily\": \"\", \"positive\": 334, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 961, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.12743407039075746, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 24.02132226865778, \"positive_daily\": \"\", \"positive\": 377, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 962, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1911511055861362, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 24.97707779658846, \"positive_daily\": \"\", \"positive\": 392, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 963, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 26.697437746863688, \"positive_daily\": \"\", \"positive\": 419, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 964, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 29.182402119483463, \"positive_daily\": \"\", \"positive\": 458, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 965, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 29.69213840104649, \"positive_daily\": \"\", \"positive\": 466, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 966, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 30.329308753000277, \"positive_daily\": \"\", \"positive\": 476, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 967, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 31.79480056249399, \"positive_daily\": \"\", \"positive\": 499, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 968, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 32.81427312562005, \"positive_daily\": \"\", \"positive\": 515, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 969, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 36.12755895577974, \"positive_daily\": \"\", \"positive\": 567, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 970, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 36.2549930261705, \"positive_daily\": \"\", \"positive\": 569, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 971, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 40.97005363062852, \"positive_daily\": \"\", \"positive\": 643, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 972, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 42.81784765129451, \"positive_daily\": \"\", \"positive\": 672, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 973, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 43.837320214420565, \"positive_daily\": \"\", \"positive\": 688, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 974, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 44.60192463676511, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 975, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 48.17007860770632, \"positive_daily\": \"\", \"positive\": 756, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 976, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 51.674515543452145, \"positive_daily\": \"\", \"positive\": 811, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 977, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 52.43911996579669, \"positive_daily\": \"\", \"positive\": 823, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 56.51701021830094, \"positive_daily\": \"\", \"positive\": 887, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 58.93825755572533, \"positive_daily\": \"\", \"positive\": 925, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 980, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 66.26571660319388, \"positive_daily\": \"\", \"positive\": 1040, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 981, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 72.38255198195024, \"positive_daily\": \"\", \"positive\": 1136, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 982, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 86.71888490091045, \"positive_daily\": \"\", \"positive\": 1361, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 983, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 97.3596297785387, \"positive_daily\": \"\", \"positive\": 1528, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 984, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 106.47116581147787, \"positive_daily\": \"\", \"positive\": 1671, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 985, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 108.31895983214385, \"positive_daily\": \"\", \"positive\": 1700, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 986, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 110.867641239959, \"positive_daily\": \"\", \"positive\": 1740, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 987, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 112.9703034014065, \"positive_daily\": \"\", \"positive\": 1773, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 39}, {\"index\": 988, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 119.8517432025074, \"positive_daily\": \"\", \"positive\": 1881, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 40}, {\"index\": 989, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 121.50838611758724, \"positive_daily\": \"\", \"positive\": 1907, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 41}, {\"index\": 1238, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6024650973613517, \"positive_daily\": \"\", \"positive\": 152, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 1239, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.010542533535272049, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.6024650973613517, \"positive_daily\": \"\", \"positive\": 152, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 1240, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.021085067070544097, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.718432966249344, \"positive_daily\": \"\", \"positive\": 163, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 1241, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.042170134141088195, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 3.2049301947227034, \"positive_daily\": \"\", \"positive\": 304, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 1242, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.042170134141088195, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 3.7004292708804893, \"positive_daily\": \"\", \"positive\": 351, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 1243, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.05271266767636024, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 4.638714755519702, \"positive_daily\": \"\", \"positive\": 440, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 1244, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.08434026828217639, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 5.924903846822891, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 1245, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 7.379773474690435, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 1246, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 9.077121373869234, \"positive_daily\": \"\", \"positive\": 861, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 1247, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 11.238340748600004, \"positive_daily\": \"\", \"positive\": 1066, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 1248, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.16868053656435278, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 15.666204833414264, \"positive_daily\": \"\", \"positive\": 1486, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 1249, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.20030813717016896, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 20.88475893337393, \"positive_daily\": \"\", \"positive\": 1981, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 1250, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.24247827131125715, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 23.46767964951558, \"positive_daily\": \"\", \"positive\": 2226, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 1251, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.2741058719170733, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 27.178651453931344, \"positive_daily\": \"\", \"positive\": 2578, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 1252, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.3057334725228894, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 30.773655389459112, \"positive_daily\": \"\", \"positive\": 2919, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 1253, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.3479036066639776, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 34.59005252922759, \"positive_daily\": \"\", \"positive\": 3281, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 1254, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.3795312072697938, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 39.302565019494196, \"positive_daily\": \"\", \"positive\": 3728, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 1255, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.42170134141088195, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 44.32081098228369, \"positive_daily\": \"\", \"positive\": 4204, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 1256, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.44278640848142603, \"deceased_daily\": \"\", \"deceased\": 42, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 1257, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.47441400908724224, \"deceased_daily\": \"\", \"deceased\": 45, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 1258, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.49549907615778627, \"deceased_daily\": \"\", \"deceased\": 47, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 1259, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.5376692102988745, \"deceased_daily\": \"\", \"deceased\": 51, \"positive_100k\": 66.03843006494412, \"positive_daily\": \"\", \"positive\": 6264, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 1304, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9542930404546707, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 1305, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4795919618058655, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 1306, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.750996404503983, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 1307, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.09244070338226, \"positive_daily\": \"\", \"positive\": 239, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 1308, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3375802000128174, \"positive_daily\": \"\", \"positive\": 267, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 1309, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.7490643550712535, \"positive_daily\": \"\", \"positive\": 314, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 1310, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.7490643550712535, \"positive_daily\": \"\", \"positive\": 314, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 1311, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 4.894034950588632, \"positive_daily\": \"\", \"positive\": 559, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 1312, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.03501992809007966, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 6.0321826135162215, \"positive_daily\": \"\", \"positive\": 689, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 1313, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.03501992809007966, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.756914071952645, \"positive_daily\": \"\", \"positive\": 886, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 1314, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.043774910112599576, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 9.26277097982607, \"positive_daily\": \"\", \"positive\": 1058, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 1315, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.08754982022519915, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 10.882442653992253, \"positive_daily\": \"\", \"positive\": 1243, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 1316, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.12256974831527881, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 13.009903285464592, \"positive_daily\": \"\", \"positive\": 1486, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 1317, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.1838546224729182, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 15.715192730423247, \"positive_daily\": \"\", \"positive\": 1795, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 1318, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.32393433483323686, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 19.759994424827447, \"positive_daily\": \"\", \"positive\": 2257, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 1319, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.5865837955088343, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 24.64527439339356, \"positive_daily\": \"\", \"positive\": 2815, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 1320, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.6566236516889936, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 29.77569385859023, \"positive_daily\": \"\", \"positive\": 3401, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 1321, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.7704384179817525, \"deceased_daily\": \"\", \"deceased\": 88, \"positive_100k\": 32.76989771029204, \"positive_daily\": \"\", \"positive\": 3743, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 1322, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.0681078067474294, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 37.37501825413752, \"positive_daily\": \"\", \"positive\": 4269, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 1323, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.558386800008545, \"deceased_daily\": \"\", \"deceased\": 178, \"positive_100k\": 43.22334624518082, \"positive_daily\": \"\", \"positive\": 4937, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 1324, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.9260960449543811, \"deceased_daily\": \"\", \"deceased\": 220, \"positive_100k\": 54.58731291041167, \"positive_daily\": \"\", \"positive\": 6235, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 1325, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.530189804508255, \"deceased_daily\": \"\", \"deceased\": 289, \"positive_100k\": 63.771289052035065, \"positive_daily\": \"\", \"positive\": 7284, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 1326, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.09050865394953, \"deceased_daily\": \"\", \"deceased\": 353, \"positive_100k\": 79.9680057936969, \"positive_daily\": \"\", \"positive\": 9134, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 1327, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.773397251706083, \"deceased_daily\": \"\", \"deceased\": 431, \"positive_100k\": 94.86898519602579, \"positive_daily\": \"\", \"positive\": 10836, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 1328, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.491305777552716, \"deceased_daily\": \"\", \"deceased\": 513, \"positive_100k\": 104.17553108596448, \"positive_daily\": \"\", \"positive\": 11899, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 1329, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.17226232587654, \"deceased_daily\": \"\", \"deceased\": 705, \"positive_100k\": 111.84489533769191, \"positive_daily\": \"\", \"positive\": 12775, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 1330, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 7.249125114646489, \"deceased_daily\": \"\", \"deceased\": 828, \"positive_100k\": 122.2545689624681, \"positive_daily\": \"\", \"positive\": 13964, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 1331, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 8.851286824767634, \"deceased_daily\": \"\", \"deceased\": 1011, \"positive_100k\": 134.37146408163565, \"positive_daily\": \"\", \"positive\": 15348, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 1332, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 10.006944451740264, \"deceased_daily\": \"\", \"deceased\": 1143, \"positive_100k\": 146.821048517659, \"positive_daily\": \"\", \"positive\": 16770, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 1333, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.232641934893051, \"deceased_daily\": \"\", \"deceased\": 1283, \"positive_100k\": 161.36307365706455, \"positive_daily\": \"\", \"positive\": 18431, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 1334, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 12.668458986586316, \"deceased_daily\": \"\", \"deceased\": 1447, \"positive_100k\": 172.39435100543963, \"positive_daily\": \"\", \"positive\": 19691, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 1335, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 14.288130660752502, \"deceased_daily\": \"\", \"deceased\": 1632, \"positive_100k\": 182.2261958167295, \"positive_daily\": \"\", \"positive\": 20814, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 1336, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 17.816388415828026, \"deceased_daily\": \"\", \"deceased\": 2035, \"positive_100k\": 194.308071007807, \"positive_daily\": \"\", \"positive\": 22194, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 1337, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 19.61115973044461, \"deceased_daily\": \"\", \"deceased\": 2240, \"positive_100k\": 204.89284427303357, \"positive_daily\": \"\", \"positive\": 23403, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 1338, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 22.088819642817747, \"deceased_daily\": \"\", \"deceased\": 2523, \"positive_100k\": 218.72571586861503, \"positive_daily\": \"\", \"positive\": 24983, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 1339, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 26.431290725987623, \"deceased_daily\": \"\", \"deceased\": 3019, \"positive_100k\": 233.46910559453858, \"positive_daily\": \"\", \"positive\": 26667, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 1340, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 29.294169847351633, \"deceased_daily\": \"\", \"deceased\": 3346, \"positive_100k\": 245.29708630696297, \"positive_daily\": \"\", \"positive\": 28018, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 1341, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 31.517935281071697, \"deceased_daily\": \"\", \"deceased\": 3600, \"positive_100k\": 259.5589520216479, \"positive_daily\": \"\", \"positive\": 29647, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 1342, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 34.170694833895226, \"deceased_daily\": \"\", \"deceased\": 3903, \"positive_100k\": 267.8061450868617, \"positive_daily\": \"\", \"positive\": 30589, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 1343, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 36.39446026761529, \"deceased_daily\": \"\", \"deceased\": 4157, \"positive_100k\": 272.44628555879723, \"positive_daily\": \"\", \"positive\": 31119, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 1344, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 38.87212017998842, \"deceased_daily\": \"\", \"deceased\": 4440, \"positive_100k\": 293.9310114420611, \"positive_daily\": \"\", \"positive\": 33573, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 1345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 42.52294768337923, \"deceased_daily\": \"\", \"deceased\": 4857, \"positive_100k\": 304.7521692218957, \"positive_daily\": \"\", \"positive\": 34809, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 1346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 45.201972182270325, \"deceased_daily\": \"\", \"deceased\": 5163, \"positive_100k\": 316.3875403298247, \"positive_daily\": \"\", \"positive\": 36138, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 1347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 47.740916968801095, \"deceased_daily\": \"\", \"deceased\": 5453, \"positive_100k\": 325.536496543358, \"positive_daily\": \"\", \"positive\": 37183, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 1348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 49.75456283398068, \"deceased_daily\": \"\", \"deceased\": 5683, \"positive_100k\": 337.03178793892664, \"positive_daily\": \"\", \"positive\": 38496, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 1349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 51.02403522724607, \"deceased_daily\": \"\", \"deceased\": 5828, \"positive_100k\": 350.05044620641377, \"positive_daily\": \"\", \"positive\": 39983, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 2479, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.2914283160818564, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 2480, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.31571400908867775, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 2481, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.5207931944796137, \"positive_daily\": \"\", \"positive\": 193, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 2482, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.53428524615007, \"positive_daily\": \"\", \"positive\": 198, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 2483, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.6799994041909982, \"positive_daily\": \"\", \"positive\": 252, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 2484, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.010793641336365052, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 1.1198402886478742, \"positive_daily\": \"\", \"positive\": 415, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 2485, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.013492051670456313, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.2898401396956236, \"positive_daily\": \"\", \"positive\": 478, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 2486, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.021587282672730104, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 1.7728555894979598, \"positive_daily\": \"\", \"positive\": 657, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 2487, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.024285693006821367, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 2.1587282672730104, \"positive_daily\": \"\", \"positive\": 800, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 2488, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.032380924009095154, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 2.544600945048061, \"positive_daily\": \"\", \"positive\": 943, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 2489, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.051269796347733994, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 3.4458699966345425, \"positive_daily\": \"\", \"positive\": 1277, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 2490, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.05666661701591652, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 3.9639647807800653, \"positive_daily\": \"\", \"positive\": 1469, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 2491, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.06746025835228157, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 5.634280777582557, \"positive_daily\": \"\", \"positive\": 2088, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 2492, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.07015866868637284, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 7.528564832114624, \"positive_daily\": \"\", \"positive\": 2790, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 2493, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0809523100227379, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 8.772531996130695, \"positive_daily\": \"\", \"positive\": 3251, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 2494, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.10253959269546799, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 10.906974570396883, \"positive_daily\": \"\", \"positive\": 4042, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 2495, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.1457141580409282, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 12.633957184215292, \"positive_daily\": \"\", \"positive\": 4682, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 2496, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.16460303037956703, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 15.04633602289288, \"positive_daily\": \"\", \"positive\": 5576, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 2497, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.17269826138184083, \"deceased_daily\": \"\", \"deceased\": 64, \"positive_100k\": 16.94601689809313, \"positive_daily\": \"\", \"positive\": 6280, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 2498, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.21587282672730101, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 19.962839651607162, \"positive_daily\": \"\", \"positive\": 7398, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 2499, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.27253944374321754, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 23.0093449187962, \"positive_daily\": \"\", \"positive\": 8527, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 2500, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.2941267264159476, \"deceased_daily\": \"\", \"deceased\": 109, \"positive_100k\": 25.796802793912473, \"positive_daily\": \"\", \"positive\": 9560, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 2501, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.3750790364386855, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 30.44886220988581, \"positive_daily\": \"\", \"positive\": 11284, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 2502, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.483015449802336, \"deceased_daily\": \"\", \"deceased\": 179, \"positive_100k\": 33.56012932509304, \"positive_daily\": \"\", \"positive\": 12437, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 2503, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.5882534528318952, \"deceased_daily\": \"\", \"deceased\": 218, \"positive_100k\": 35.019969315836406, \"positive_daily\": \"\", \"positive\": 12978, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 2504, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.6988882765296371, \"deceased_daily\": \"\", \"deceased\": 259, \"positive_100k\": 42.51615322394194, \"positive_daily\": \"\", \"positive\": 15756, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 2505, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.9147611032569382, \"deceased_daily\": \"\", \"deceased\": 339, \"positive_100k\": 44.69377036355358, \"positive_daily\": \"\", \"positive\": 16563, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 2506, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.0119038752842235, \"deceased_daily\": \"\", \"deceased\": 375, \"positive_100k\": 48.22598949087905, \"positive_daily\": \"\", \"positive\": 17872, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 2507, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.0982530059751439, \"deceased_daily\": \"\", \"deceased\": 407, \"positive_100k\": 51.65027220484087, \"positive_daily\": \"\", \"positive\": 19141, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 2508, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.357300398047905, \"deceased_daily\": \"\", \"deceased\": 503, \"positive_100k\": 55.73296704032095, \"positive_daily\": \"\", \"positive\": 20654, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 2509, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.5030145560888335, \"deceased_daily\": \"\", \"deceased\": 557, \"positive_100k\": 59.52423355971917, \"positive_daily\": \"\", \"positive\": 22059, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 2510, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.764760358495686, \"deceased_daily\": \"\", \"deceased\": 654, \"positive_100k\": 62.91613534967188, \"positive_daily\": \"\", \"positive\": 23316, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 2511, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.9266649785411616, \"deceased_daily\": \"\", \"deceased\": 714, \"positive_100k\": 65.5659742977495, \"positive_daily\": \"\", \"positive\": 24298, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 2512, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.1020616502570935, \"deceased_daily\": \"\", \"deceased\": 779, \"positive_100k\": 69.29247896912953, \"positive_daily\": \"\", \"positive\": 25679, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 2513, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.4258708903480453, \"deceased_daily\": \"\", \"deceased\": 899, \"positive_100k\": 72.9488249718232, \"positive_daily\": \"\", \"positive\": 27034, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 2514, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.71460079609581, \"deceased_daily\": \"\", \"deceased\": 1006, \"positive_100k\": 76.11675870404635, \"positive_daily\": \"\", \"positive\": 28208, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 35}, {\"index\": 2515, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 3.3919017899527177, \"deceased_daily\": \"\", \"deceased\": 1257, \"positive_100k\": 83.13262557268362, \"positive_daily\": \"\", \"positive\": 30808, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 36}, {\"index\": 2516, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.6536475923595697, \"deceased_daily\": \"\", \"deceased\": 1354, \"positive_100k\": 88.5429382925366, \"positive_daily\": \"\", \"positive\": 32813, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 37}, {\"index\": 2517, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.775076057393677, \"deceased_daily\": \"\", \"deceased\": 1399, \"positive_100k\": 92.70388702770533, \"positive_daily\": \"\", \"positive\": 34355, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 38}, {\"index\": 2518, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 4.217615352184644, \"deceased_daily\": \"\", \"deceased\": 1563, \"positive_100k\": 96.14975702433988, \"positive_daily\": \"\", \"positive\": 35632, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 39}, {\"index\": 2519, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.654757826307429, \"deceased_daily\": \"\", \"deceased\": 1725, \"positive_100k\": 101.61403795087469, \"positive_daily\": \"\", \"positive\": 37657, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 40}, {\"index\": 2664, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8275865014768415, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 2665, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0731928180441621, \"positive_daily\": \"\", \"positive\": 201, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 2666, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2707457248483114, \"positive_daily\": \"\", \"positive\": 238, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 2667, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2707457248483114, \"positive_daily\": \"\", \"positive\": 238, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 2668, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.317242204135156, \"positive_daily\": \"\", \"positive\": 434, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 2669, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.867186782535896, \"positive_daily\": \"\", \"positive\": 537, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 2670, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.005339267751463493, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.3744172189249277, \"positive_daily\": \"\", \"positive\": 632, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 2671, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.010678535502926986, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.983093742591766, \"positive_daily\": \"\", \"positive\": 746, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 2672, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.010678535502926986, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.922804866849341, \"positive_daily\": \"\", \"positive\": 922, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 2673, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.016017803254390478, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 6.097443772171309, \"positive_daily\": \"\", \"positive\": 1142, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 2674, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.021357071005853972, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 6.973083683411322, \"positive_daily\": \"\", \"positive\": 1306, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 2675, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.026696338757317466, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 8.596221079856225, \"positive_daily\": \"\", \"positive\": 1610, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 2676, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.032035606508780956, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 10.192662137543808, \"positive_daily\": \"\", \"positive\": 1909, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 2677, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03737487426024445, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 11.420693720380411, \"positive_daily\": \"\", \"positive\": 2139, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 2678, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.042714142011707944, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 13.075866723334094, \"positive_daily\": \"\", \"positive\": 2449, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 2679, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.06407121301756191, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 14.618915103507046, \"positive_daily\": \"\", \"positive\": 2738, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 2680, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.08542828402341589, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 16.18332055468585, \"positive_daily\": \"\", \"positive\": 3031, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 2681, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.09610681952634288, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 18.17486742598173, \"positive_daily\": \"\", \"positive\": 3404, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 2682, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.11746389053219686, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 19.952843587219075, \"positive_daily\": \"\", \"positive\": 3737, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 2683, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.1441602292895143, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 22.216693113839593, \"positive_daily\": \"\", \"positive\": 4161, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 2684, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.18153510354975877, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 23.871866116793278, \"positive_daily\": \"\", \"positive\": 4471, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 2685, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.19755290680414928, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 25.70857422329672, \"positive_daily\": \"\", \"positive\": 4815, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 2686, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.22958851331293023, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 27.315693816487233, \"positive_daily\": \"\", \"positive\": 5116, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 2687, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.25628485207024765, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 29.611578949616533, \"positive_daily\": \"\", \"positive\": 5546, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 2688, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.3043382618334191, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 31.886107011739984, \"positive_daily\": \"\", \"positive\": 5972, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 2689, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.34705240384512703, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 34.710579652264165, \"positive_daily\": \"\", \"positive\": 6501, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 2690, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.38976654585683507, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 36.98510771438762, \"positive_daily\": \"\", \"positive\": 6927, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 2691, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.42714142011707945, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 38.51213829130618, \"positive_daily\": \"\", \"positive\": 7213, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 2692, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.4378199556200065, \"deceased_daily\": \"\", \"deceased\": 82, \"positive_100k\": 40.17798982976279, \"positive_daily\": \"\", \"positive\": 7525, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 2693, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.49121263313464136, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 42.27098278833648, \"positive_daily\": \"\", \"positive\": 7917, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 2694, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.5018911686375683, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 44.17176210785748, \"positive_daily\": \"\", \"positive\": 8273, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 2695, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.5606231139036668, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 47.022931087138986, \"positive_daily\": \"\", \"positive\": 8807, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 2696, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.6193550591697652, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 49.39890523654024, \"positive_daily\": \"\", \"positive\": 9252, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 2697, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.6727477366844001, \"deceased_daily\": \"\", \"deceased\": 126, \"positive_100k\": 51.95107522173979, \"positive_daily\": \"\", \"positive\": 9730, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 2698, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.7101226109446446, \"deceased_daily\": \"\", \"deceased\": 133, \"positive_100k\": 53.86253307676372, \"positive_daily\": \"\", \"positive\": 10088, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 2699, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.7421582174534256, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 56.099686264626925, \"positive_daily\": \"\", \"positive\": 10507, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 35}, {\"index\": 3211, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.08408554863718347, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.753923641913282, \"positive_daily\": \"\", \"positive\": 116, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 3212, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 10.426608031010751, \"positive_daily\": \"\", \"positive\": 124, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 3213, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.099292420108219, \"positive_daily\": \"\", \"positive\": 132, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 3214, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 12.276490101028786, \"positive_daily\": \"\", \"positive\": 146, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 3215, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 13.621858879223723, \"positive_daily\": \"\", \"positive\": 162, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 3216, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 15.051313206055841, \"positive_daily\": \"\", \"positive\": 179, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 3217, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 17.994307408357262, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 3218, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5885988404602842, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 19.339676186552197, \"positive_daily\": \"\", \"positive\": 230, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 3219, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.6726843890974677, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 22.03041374294207, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 3220, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 26.907375563898707, \"positive_daily\": \"\", \"positive\": 320, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 3221, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 29.93445531483731, \"positive_daily\": \"\", \"positive\": 356, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 3222, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 33.297877260324654, \"positive_daily\": \"\", \"positive\": 396, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 3223, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 35.82044371944016, \"positive_daily\": \"\", \"positive\": 426, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 3224, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 37.50215469218383, \"positive_daily\": \"\", \"positive\": 446, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 3225, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 39.09978011629031, \"positive_daily\": \"\", \"positive\": 465, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 3226, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 41.53826102676863, \"positive_daily\": \"\", \"positive\": 494, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 3227, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 44.22899858315851, \"positive_daily\": \"\", \"positive\": 526, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 3228, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 47.42424943137148, \"positive_daily\": \"\", \"positive\": 564, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 3229, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 50.030901439124165, \"positive_daily\": \"\", \"positive\": 595, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 3230, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 51.79669796050502, \"positive_daily\": \"\", \"positive\": 616, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 3231, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 53.226152287337136, \"positive_daily\": \"\", \"positive\": 633, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 3232, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 55.664633197815455, \"positive_daily\": \"\", \"positive\": 662, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 3233, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 58.43945630284251, \"positive_daily\": \"\", \"positive\": 695, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 3234, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 60.12116727558618, \"positive_daily\": \"\", \"positive\": 715, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 3235, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 61.80287824832985, \"positive_daily\": \"\", \"positive\": 735, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 3236, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 63.06416147788761, \"positive_daily\": \"\", \"positive\": 750, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 3237, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 63.98910251289662, \"positive_daily\": \"\", \"positive\": 761, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 3238, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 64.49361580471972, \"positive_daily\": \"\", \"positive\": 767, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 3239, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 64.91404354790565, \"positive_daily\": \"\", \"positive\": 772, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 3288, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.553729349096137, \"positive_daily\": \"\", \"positive\": 264, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 3289, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.658544814388956, \"positive_daily\": \"\", \"positive\": 444, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 3290, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.6426174560315, \"positive_daily\": \"\", \"positive\": 617, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 3291, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.868175744974597, \"positive_daily\": \"\", \"positive\": 804, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 3292, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.017248974807182335, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.420142938804432, \"positive_daily\": \"\", \"positive\": 836, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 3293, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.03449794961436467, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 15.092852956284544, \"positive_daily\": \"\", \"positive\": 875, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 3294, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05174692442154701, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.09329349510112, \"positive_daily\": \"\", \"positive\": 933, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 3295, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06899589922872934, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 17.680199177361892, \"positive_daily\": \"\", \"positive\": 1025, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 3296, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.06899589922872934, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 19.249855884815485, \"positive_daily\": \"\", \"positive\": 1116, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 3297, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.10349384884309402, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 21.12999413879836, \"positive_daily\": \"\", \"positive\": 1225, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 3298, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.155240773264641, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 23.06187931720278, \"positive_daily\": \"\", \"positive\": 1337, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 3299, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.22423667249337034, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 24.493544226198917, \"positive_daily\": \"\", \"positive\": 1420, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 3300, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.22423667249337034, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 26.114947858074053, \"positive_daily\": \"\", \"positive\": 1514, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 3301, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.4139753953723761, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 27.11538839689063, \"positive_daily\": \"\", \"positive\": 1572, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 3302, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.5519671938298347, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 29.633738718739252, \"positive_daily\": \"\", \"positive\": 1718, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 3303, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.5864651434441994, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 32.11759109097351, \"positive_daily\": \"\", \"positive\": 1862, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 3304, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.7072079670944758, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 34.894676034929866, \"positive_daily\": \"\", \"positive\": 2023, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 3305, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.8969466899734814, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 37.94774457580114, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 3306, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.121183362466852, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 40.811074393793405, \"positive_daily\": \"\", \"positive\": 2366, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 3307, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.241926186117128, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 44.2263714056155, \"positive_daily\": \"\", \"positive\": 2564, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 3308, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.3281710601530399, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 47.52092559378733, \"positive_daily\": \"\", \"positive\": 2755, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 3309, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.5524077326464103, \"deceased_daily\": \"\", \"deceased\": 90, \"positive_100k\": 52.41963443902712, \"positive_daily\": \"\", \"positive\": 3039, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 3310, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.7938933799469627, \"deceased_daily\": \"\", \"deceased\": 104, \"positive_100k\": 56.74912711562988, \"positive_daily\": \"\", \"positive\": 3290, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 3311, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.121623901283427, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 61.63058698606249, \"positive_daily\": \"\", \"positive\": 3573, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 3312, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.3976074981983446, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 68.06445458914149, \"positive_daily\": \"\", \"positive\": 3946, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 3313, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.777084943956356, \"deceased_daily\": \"\", \"deceased\": 161, \"positive_100k\": 73.63587345186139, \"positive_daily\": \"\", \"positive\": 4269, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 3314, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.0875664904856377, \"deceased_daily\": \"\", \"deceased\": 179, \"positive_100k\": 78.67257409555863, \"positive_daily\": \"\", \"positive\": 4561, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 3315, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.2255582889430965, \"deceased_daily\": \"\", \"deceased\": 187, \"positive_100k\": 84.08875218501389, \"positive_daily\": \"\", \"positive\": 4875, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 3316, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.501541885858014, \"deceased_daily\": \"\", \"deceased\": 203, \"positive_100k\": 90.83310133462217, \"positive_daily\": \"\", \"positive\": 5266, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 3317, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.7602765079657487, \"deceased_daily\": \"\", \"deceased\": 218, \"positive_100k\": 96.54251199579953, \"positive_daily\": \"\", \"positive\": 5597, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 3318, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 4.088007029302213, \"deceased_daily\": \"\", \"deceased\": 237, \"positive_100k\": 100.56152312587301, \"positive_daily\": \"\", \"positive\": 5830, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 3319, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.260496777374036, \"deceased_daily\": \"\", \"deceased\": 247, \"positive_100k\": 103.73533449039456, \"positive_daily\": \"\", \"positive\": 6014, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 3320, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.484733449867408, \"deceased_daily\": \"\", \"deceased\": 260, \"positive_100k\": 106.78840303126583, \"positive_daily\": \"\", \"positive\": 6191, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 3321, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.708970122360777, \"deceased_daily\": \"\", \"deceased\": 273, \"positive_100k\": 109.8587205469443, \"positive_daily\": \"\", \"positive\": 6369, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 3322, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.915957820046965, \"deceased_daily\": \"\", \"deceased\": 285, \"positive_100k\": 112.34257291917855, \"positive_daily\": \"\", \"positive\": 6513, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 3323, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.157443467347519, \"deceased_daily\": \"\", \"deceased\": 299, \"positive_100k\": 115.67162505696474, \"positive_daily\": \"\", \"positive\": 6706, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 3324, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.3299332154193415, \"deceased_daily\": \"\", \"deceased\": 309, \"positive_100k\": 118.60395077418573, \"positive_daily\": \"\", \"positive\": 6876, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 3325, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 5.53692091310553, \"deceased_daily\": \"\", \"deceased\": 321, \"positive_100k\": 122.01924778600785, \"positive_daily\": \"\", \"positive\": 7074, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 3326, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.795655535213265, \"deceased_daily\": \"\", \"deceased\": 336, \"positive_100k\": 125.3655488986012, \"positive_daily\": \"\", \"positive\": 7268, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 3327, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.9681452832850885, \"deceased_daily\": \"\", \"deceased\": 346, \"positive_100k\": 128.28062564101504, \"positive_daily\": \"\", \"positive\": 7437, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 3328, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.123386056549729, \"deceased_daily\": \"\", \"deceased\": 355, \"positive_100k\": 130.7472290384421, \"positive_daily\": \"\", \"positive\": 7580, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 3329, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 6.27862682981437, \"deceased_daily\": \"\", \"deceased\": 364, \"positive_100k\": 133.006844738183, \"positive_daily\": \"\", \"positive\": 7711, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 3407, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.078338130396695, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 0}, {\"index\": 3408, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.078338130396695, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 1}, {\"index\": 3409, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.10428398615108664, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 15.642597922662995, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 2}, {\"index\": 3410, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 19.5011054102532, \"positive_daily\": \"\", \"positive\": 187, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 3}, {\"index\": 3411, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 22.316773036332542, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 4}, {\"index\": 3412, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 31.07662787302382, \"positive_daily\": \"\", \"positive\": 298, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 5}, {\"index\": 3413, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 37.85508697284445, \"positive_daily\": \"\", \"positive\": 363, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 6}, {\"index\": 3414, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 45.36353397572269, \"positive_daily\": \"\", \"positive\": 435, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 7}, {\"index\": 3415, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 61.631835815292206, \"positive_daily\": \"\", \"positive\": 591, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 8}, {\"index\": 3416, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 76.33587786259542, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 9}, {\"index\": 3417, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 76.33587786259542, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 10}, {\"index\": 3418, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 88.2242522838193, \"positive_daily\": \"\", \"positive\": 846, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 11}, {\"index\": 3419, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 88.2242522838193, \"positive_daily\": \"\", \"positive\": 846, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 12}, {\"index\": 3566, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.011706615589922406, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.6497171652406936, \"positive_daily\": \"\", \"positive\": 111, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 3567, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.01755992338488361, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.1648082511972795, \"positive_daily\": \"\", \"positive\": 199, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 3568, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.029266538974806015, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.1481639607507614, \"positive_daily\": \"\", \"positive\": 367, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 3569, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.04097315456472843, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 2.961773744250369, \"positive_daily\": \"\", \"positive\": 506, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 3570, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.08194630912945686, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 4.618259850224389, \"positive_daily\": \"\", \"positive\": 789, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 3571, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.10535954030930166, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 5.74209494685694, \"positive_daily\": \"\", \"positive\": 981, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 3572, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.15803931046395248, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 6.333279034148022, \"positive_daily\": \"\", \"positive\": 1082, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 3573, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.1638926182589137, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 6.865930043489492, \"positive_daily\": \"\", \"positive\": 1173, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 3574, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.19901246502868092, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 8.212190836330569, \"positive_daily\": \"\", \"positive\": 1403, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 3575, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.2107190806186033, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 9.33602593296312, \"positive_daily\": \"\", \"positive\": 1595, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 3576, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.28095877415813775, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 10.670580110214274, \"positive_daily\": \"\", \"positive\": 1823, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 3577, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.3394918521077498, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 11.261764197505356, \"positive_daily\": \"\", \"positive\": 1924, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 3578, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.3511984676976722, \"deceased_daily\": \"\", \"deceased\": 60, \"positive_100k\": 11.48418989371388, \"positive_daily\": \"\", \"positive\": 1962, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 3579, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.4389980846220902, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 13.111409460713096, \"positive_daily\": \"\", \"positive\": 2240, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 3580, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.544357624931392, \"deceased_daily\": \"\", \"deceased\": 93, \"positive_100k\": 16.08488982055339, \"positive_daily\": \"\", \"positive\": 2748, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 3581, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.7023969353953444, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 18.514012555462287, \"positive_daily\": \"\", \"positive\": 3163, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 3582, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.8487296302693744, \"deceased_daily\": \"\", \"deceased\": 145, \"positive_100k\": 19.713940653429333, \"positive_daily\": \"\", \"positive\": 3368, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 3583, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.0067689407333271, \"deceased_daily\": \"\", \"deceased\": 172, \"positive_100k\": 20.281711509540568, \"positive_daily\": \"\", \"positive\": 3465, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 3584, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.0535954030930166, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 21.34116022042855, \"positive_daily\": \"\", \"positive\": 3646, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 3585, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.1179817888375898, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 21.932344307719628, \"positive_daily\": \"\", \"positive\": 3747, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 3586, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.1179817888375898, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 21.932344307719628, \"positive_daily\": \"\", \"positive\": 3747, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 3587, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.4165004863806112, \"deceased_daily\": \"\", \"deceased\": 242, \"positive_100k\": 26.047219687577353, \"positive_daily\": \"\", \"positive\": 4450, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 3588, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.5920997202294473, \"deceased_daily\": \"\", \"deceased\": 272, \"positive_100k\": 29.061673201982376, \"positive_daily\": \"\", \"positive\": 4965, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 3589, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.7384324151034776, \"deceased_daily\": \"\", \"deceased\": 297, \"positive_100k\": 41.91553711971718, \"positive_daily\": \"\", \"positive\": 7161, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 3590, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.8437919554127793, \"deceased_daily\": \"\", \"deceased\": 315, \"positive_100k\": 42.47745466803345, \"positive_daily\": \"\", \"positive\": 7257, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 3591, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.9491514957220806, \"deceased_daily\": \"\", \"deceased\": 333, \"positive_100k\": 43.70079599718034, \"positive_daily\": \"\", \"positive\": 7466, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 3592, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.0779242672112272, \"deceased_daily\": \"\", \"deceased\": 355, \"positive_100k\": 44.0695543882629, \"positive_daily\": \"\", \"positive\": 7529, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 3593, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.1598705763406842, \"deceased_daily\": \"\", \"deceased\": 369, \"positive_100k\": 44.50269916509003, \"positive_daily\": \"\", \"positive\": 7603, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 3594, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.2710834244449467, \"deceased_daily\": \"\", \"deceased\": 388, \"positive_100k\": 45.995292652805134, \"positive_daily\": \"\", \"positive\": 7858, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 3595, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.358883041369365, \"deceased_daily\": \"\", \"deceased\": 403, \"positive_100k\": 48.1434566135559, \"positive_daily\": \"\", \"positive\": 8225, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 3596, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.4642425816786666, \"deceased_daily\": \"\", \"deceased\": 421, \"positive_100k\": 49.460450867422175, \"positive_daily\": \"\", \"positive\": 8450, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 3597, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.669108354502309, \"deceased_daily\": \"\", \"deceased\": 456, \"positive_100k\": 52.80854292613997, \"positive_daily\": \"\", \"positive\": 9022, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 3598, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.77446789481161, \"deceased_daily\": \"\", \"deceased\": 474, \"positive_100k\": 55.41911820269267, \"positive_daily\": \"\", \"positive\": 9468, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 3599, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.96762705204533, \"deceased_daily\": \"\", \"deceased\": 507, \"positive_100k\": 59.28230134736707, \"positive_daily\": \"\", \"positive\": 10128, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 3832, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.706290635665205, \"positive_daily\": \"\", \"positive\": 115, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 3833, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.945875640858697, \"positive_daily\": \"\", \"positive\": 171, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 3834, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.519909394011888, \"positive_daily\": \"\", \"positive\": 205, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 3835, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.034046895866705, \"positive_daily\": \"\", \"positive\": 225, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 3836, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.53237377392716, \"positive_daily\": \"\", \"positive\": 258, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 3837, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 20.213735649761826, \"positive_daily\": \"\", \"positive\": 267, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 3838, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 21.42504565124568, \"positive_daily\": \"\", \"positive\": 283, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 3839, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 23.166303778378722, \"positive_daily\": \"\", \"positive\": 306, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 3840, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 24.680441280233538, \"positive_daily\": \"\", \"positive\": 326, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 3841, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 26.648820032644803, \"positive_daily\": \"\", \"positive\": 352, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 3842, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 27.9358369092214, \"positive_daily\": \"\", \"positive\": 369, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 3843, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 30.585577537467334, \"positive_daily\": \"\", \"positive\": 404, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 3844, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 40.73029879989462, \"positive_daily\": \"\", \"positive\": 538, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 3845, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 43.53145317832603, \"positive_daily\": \"\", \"positive\": 575, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 3846, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 48.83093443481789, \"positive_daily\": \"\", \"positive\": 645, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 3847, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.22712062527822274, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 51.404968187971086, \"positive_daily\": \"\", \"positive\": 679, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 3848, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.22712062527822274, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 54.13041569130976, \"positive_daily\": \"\", \"positive\": 715, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 3849, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.3028275003709637, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 56.401621944091985, \"positive_daily\": \"\", \"positive\": 745, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 3850, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.3785343754637046, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 58.97565569724517, \"positive_daily\": \"\", \"positive\": 779, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 3851, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8327756260201501, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 64.95649882957171, \"positive_daily\": \"\", \"positive\": 858, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 3852, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.908482501112891, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 72.75430696412403, \"positive_daily\": \"\", \"positive\": 961, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 3853, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9841893762056321, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 78.65944322135782, \"positive_daily\": \"\", \"positive\": 1039, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 3854, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.135603126391114, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 83.05044197673679, \"positive_daily\": \"\", \"positive\": 1097, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 3855, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4384306267620774, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 83.88321760275694, \"positive_daily\": \"\", \"positive\": 1108, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 3856, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.5898443769475592, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 86.98719948155932, \"positive_daily\": \"\", \"positive\": 1149, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 3857, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 89.712646984898, \"positive_daily\": \"\", \"positive\": 1185, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 3858, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 91.37819823693829, \"positive_daily\": \"\", \"positive\": 1207, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 3859, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 95.23924886666808, \"positive_daily\": \"\", \"positive\": 1258, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 3860, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 98.72176512093415, \"positive_daily\": \"\", \"positive\": 1304, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 3861, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.892671877318523, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 99.10029949639788, \"positive_daily\": \"\", \"positive\": 1309, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 3862, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.119792502596746, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 100.84155762353092, \"positive_daily\": \"\", \"positive\": 1332, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 3863, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.3469131278749686, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 103.94553950233329, \"positive_daily\": \"\", \"positive\": 1373, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 3864, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.649740628245932, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 105.98962512983731, \"positive_daily\": \"\", \"positive\": 1400, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 3865, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.7254475033386734, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 108.56365888299048, \"positive_daily\": \"\", \"positive\": 1434, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 3866, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.876861253524155, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 110.456330760309, \"positive_daily\": \"\", \"positive\": 1459, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 3867, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.876861253524155, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 114.46879514022427, \"positive_daily\": \"\", \"positive\": 1512, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 3868, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.028275003709637, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 115.68010514170814, \"positive_daily\": \"\", \"positive\": 1528, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 3869, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.028275003709637, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 116.21005326735731, \"positive_daily\": \"\", \"positive\": 1535, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 4101, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.8089633113146855, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 4102, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.077527387392285, \"positive_daily\": \"\", \"positive\": 225, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 4103, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.421851922327633, \"positive_daily\": \"\", \"positive\": 244, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 4104, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.019889272478502, \"positive_daily\": \"\", \"positive\": 277, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 4105, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.817272406012994, \"positive_daily\": \"\", \"positive\": 321, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 4106, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.08910756517248, \"positive_daily\": \"\", \"positive\": 336, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 4107, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.248937577586285, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 4108, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.15505477478457, \"positive_daily\": \"\", \"positive\": 450, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 4109, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.477985882694067, \"positive_daily\": \"\", \"positive\": 523, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 4110, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 11.344587308922536, \"positive_daily\": \"\", \"positive\": 626, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 4111, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.685640760776, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 4112, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.352896403620845, \"positive_daily\": \"\", \"positive\": 792, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 4113, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.054367031831897145, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.947662670689827, \"positive_daily\": \"\", \"positive\": 880, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 4114, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09061171971982857, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 17.36120549831915, \"positive_daily\": \"\", \"positive\": 958, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 4115, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.12685640760775999, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 18.865360045668307, \"positive_daily\": \"\", \"positive\": 1041, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 4116, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.1631010954956914, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 21.148775382607987, \"positive_daily\": \"\", \"positive\": 1167, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 4117, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.19934578338362285, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 22.471706490517484, \"positive_daily\": \"\", \"positive\": 1240, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 4118, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.23559047127155425, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 24.50140901224164, \"positive_daily\": \"\", \"positive\": 1352, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 4119, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.3080798470474171, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 25.697483712543377, \"positive_daily\": \"\", \"positive\": 1418, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 4120, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.3080798470474171, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 26.204909342974418, \"positive_daily\": \"\", \"positive\": 1446, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 4121, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.34432453493534854, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 27.509718106939953, \"positive_daily\": \"\", \"positive\": 1518, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 4122, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.36244687887931426, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 29.267585469504624, \"positive_daily\": \"\", \"positive\": 1615, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 4123, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.4530585985991428, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 34.10625130254347, \"positive_daily\": \"\", \"positive\": 1882, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 4124, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.5074256304310399, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 34.92175678002193, \"positive_daily\": \"\", \"positive\": 1927, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 4125, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.4893032864870742, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 39.43422042206939, \"positive_daily\": \"\", \"positive\": 2176, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 4126, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.6161596940948342, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 41.826369822672866, \"positive_daily\": \"\", \"positive\": 2308, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 4127, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7248937577586285, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 45.07026938864273, \"positive_daily\": \"\", \"positive\": 2487, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 4128, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.76113844564656, \"deceased_daily\": \"\", \"deceased\": 42, \"positive_100k\": 47.208705974030686, \"positive_daily\": \"\", \"positive\": 2605, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 4129, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8698725093103543, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 50.18077038084106, \"positive_daily\": \"\", \"positive\": 2769, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 4130, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8879948532543199, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 52.64540915722039, \"positive_daily\": \"\", \"positive\": 2905, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 4131, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.0148512608620799, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 53.89585088935404, \"positive_daily\": \"\", \"positive\": 2974, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 4132, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.069218292693977, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 55.52686184431095, \"positive_daily\": \"\", \"positive\": 3064, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 4133, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.1598300124138057, \"deceased_daily\": \"\", \"deceased\": 64, \"positive_100k\": 57.28472920687562, \"positive_daily\": \"\", \"positive\": 3161, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 4134, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.3048087639655312, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 58.66202734661701, \"positive_daily\": \"\", \"positive\": 3237, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 4135, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.3591757957974284, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 61.05417674722049, \"positive_daily\": \"\", \"positive\": 3369, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 4136, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.4860322034051885, \"deceased_daily\": \"\", \"deceased\": 82, \"positive_100k\": 63.22885802049637, \"positive_daily\": \"\", \"positive\": 3489, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 4137, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.631010954956914, \"deceased_daily\": \"\", \"deceased\": 90, \"positive_100k\": 66.7083480577378, \"positive_daily\": \"\", \"positive\": 3681, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 4138, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.703500330732777, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 68.55682714002229, \"positive_daily\": \"\", \"positive\": 3783, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 4139, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.7759897065086399, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 70.09722637525938, \"positive_daily\": \"\", \"positive\": 3868, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 4178, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.14928215288271898, \"positive_daily\": \"\", \"positive\": 100, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 4179, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.19406679874753469, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 4180, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.00447846458648157, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.2851289120059933, \"positive_daily\": \"\", \"positive\": 191, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 4181, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.00597128611530876, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.30453559188074675, \"positive_daily\": \"\", \"positive\": 204, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 4182, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.00597128611530876, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.4299326003022307, \"positive_daily\": \"\", \"positive\": 288, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 4183, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.00895692917296314, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 0.5672721809543322, \"positive_daily\": \"\", \"positive\": 380, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 4184, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.013435393759444709, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 0.9792909229106365, \"positive_daily\": \"\", \"positive\": 656, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 4185, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.01642103681709909, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 1.431615846145275, \"positive_daily\": \"\", \"positive\": 959, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 4186, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.028363609047716606, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 1.6958452567476878, \"positive_daily\": \"\", \"positive\": 1136, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 4187, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.028363609047716606, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 1.8197494436403443, \"positive_daily\": \"\", \"positive\": 1219, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 4188, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.04926311045129727, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 2.6781218227159784, \"positive_daily\": \"\", \"positive\": 1794, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 4189, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.07165543338370511, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 3.4230397656007465, \"positive_daily\": \"\", \"positive\": 2293, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 4190, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.07165543338370511, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 3.4230397656007465, \"positive_daily\": \"\", \"positive\": 2293, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 4191, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.117932900777348, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 5.495076047612886, \"positive_daily\": \"\", \"positive\": 3681, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 4192, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.13584675912327426, \"deceased_daily\": \"\", \"deceased\": 91, \"positive_100k\": 6.711725593607046, \"positive_daily\": \"\", \"positive\": 4496, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 4193, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.13584675912327426, \"deceased_daily\": \"\", \"deceased\": 91, \"positive_100k\": 6.7654671686448244, \"positive_daily\": \"\", \"positive\": 4532, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 4194, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 9.97652627715211, \"positive_daily\": \"\", \"positive\": 6683, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 4195, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 11.51711809490177, \"positive_daily\": \"\", \"positive\": 7715, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 4196, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 13.62050362901928, \"positive_daily\": \"\", \"positive\": 9124, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 4197, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.36424845303383435, \"deceased_daily\": \"\", \"deceased\": 244, \"positive_100k\": 16.376252171234274, \"positive_daily\": \"\", \"positive\": 10970, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 4198, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6732625095010626, \"deceased_daily\": \"\", \"deceased\": 451, \"positive_100k\": 19.045417064777286, \"positive_daily\": \"\", \"positive\": 12758, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 4199, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.8404585207297078, \"deceased_daily\": \"\", \"deceased\": 563, \"positive_100k\": 21.590677771427647, \"positive_daily\": \"\", \"positive\": 14463, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 4200, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.0091473534871804, \"deceased_daily\": \"\", \"deceased\": 676, \"positive_100k\": 24.247900092740043, \"positive_daily\": \"\", \"positive\": 16243, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 4201, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.2868121578490377, \"deceased_daily\": \"\", \"deceased\": 862, \"positive_100k\": 30.04004762458954, \"positive_daily\": \"\", \"positive\": 20123, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 4202, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.645089324767563, \"deceased_daily\": \"\", \"deceased\": 1102, \"positive_100k\": 33.77060862512869, \"positive_daily\": \"\", \"positive\": 22622, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 4203, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.989931097926644, \"deceased_daily\": \"\", \"deceased\": 1333, \"positive_100k\": 38.21623113797606, \"positive_daily\": \"\", \"positive\": 25600, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 4204, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.534810955948568, \"deceased_daily\": \"\", \"deceased\": 1698, \"positive_100k\": 44.11436899837229, \"positive_daily\": \"\", \"positive\": 29551, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 4205, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.981164593067898, \"deceased_daily\": \"\", \"deceased\": 1997, \"positive_100k\": 49.86322470588579, \"positive_daily\": \"\", \"positive\": 33402, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 4206, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.458867482292599, \"deceased_daily\": \"\", \"deceased\": 2317, \"positive_100k\": 56.88396435596007, \"positive_daily\": \"\", \"positive\": 38105, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 4207, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.8977570117677924, \"deceased_daily\": \"\", \"deceased\": 2611, \"positive_100k\": 60.769778795497245, \"positive_daily\": \"\", \"positive\": 40708, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 4208, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.5232492323463855, \"deceased_daily\": \"\", \"deceased\": 3030, \"positive_100k\": 67.43074845712417, \"positive_daily\": \"\", \"positive\": 45170, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 4209, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 5.272645639817635, \"deceased_daily\": \"\", \"deceased\": 3532, \"positive_100k\": 78.86128290335395, \"positive_daily\": \"\", \"positive\": 52827, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 4210, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 6.589314228243216, \"deceased_daily\": \"\", \"deceased\": 4414, \"positive_100k\": 86.20895046824138, \"positive_daily\": \"\", \"positive\": 57749, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 4211, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 8.05825061260917, \"deceased_daily\": \"\", \"deceased\": 5398, \"positive_100k\": 89.46330140108465, \"positive_daily\": \"\", \"positive\": 59929, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 4212, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 9.733196367953278, \"deceased_daily\": \"\", \"deceased\": 6520, \"positive_100k\": 97.33494932259043, \"positive_daily\": \"\", \"positive\": 65202, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 4213, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.306630259337135, \"deceased_daily\": \"\", \"deceased\": 7574, \"positive_100k\": 103.7510962534897, \"positive_daily\": \"\", \"positive\": 69500, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 4214, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 12.081404632798447, \"deceased_daily\": \"\", \"deceased\": 8093, \"positive_100k\": 106.60537101660728, \"positive_daily\": \"\", \"positive\": 71412, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 4215, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 13.324924966311496, \"deceased_daily\": \"\", \"deceased\": 8926, \"positive_100k\": 112.47365244642697, \"positive_daily\": \"\", \"positive\": 75343, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 4216, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 15.440253072659623, \"deceased_daily\": \"\", \"deceased\": 10343, \"positive_100k\": 118.17623068654682, \"positive_daily\": \"\", \"positive\": 79163, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 4217, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 16.25234798434162, \"deceased_daily\": \"\", \"deceased\": 10887, \"positive_100k\": 123.98927771979992, \"positive_daily\": \"\", \"positive\": 83057, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 4218, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 18.254221654498878, \"deceased_daily\": \"\", \"deceased\": 12228, \"positive_100k\": 130.42184568751628, \"positive_daily\": \"\", \"positive\": 87366, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 4219, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 19.727636503451315, \"deceased_daily\": \"\", \"deceased\": 13215, \"positive_100k\": 136.94846141154875, \"positive_daily\": \"\", \"positive\": 91738, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 4220, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 20.677070995785407, \"deceased_daily\": \"\", \"deceased\": 13851, \"positive_100k\": 141.61352868913372, \"positive_daily\": \"\", \"positive\": 94863, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 4221, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 21.51454387345746, \"deceased_daily\": \"\", \"deceased\": 14412, \"positive_100k\": 181.69429391661492, \"positive_daily\": \"\", \"positive\": 121712, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 4222, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 22.371423431004267, \"deceased_daily\": \"\", \"deceased\": 14986, \"positive_100k\": 187.19086278575665, \"positive_daily\": \"\", \"positive\": 125394, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 4223, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 23.508953435970586, \"deceased_daily\": \"\", \"deceased\": 15748, \"positive_100k\": 196.0985288482685, \"positive_daily\": \"\", \"positive\": 131361, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 4224, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 25.65861643748174, \"deceased_daily\": \"\", \"deceased\": 17188, \"positive_100k\": 200.90690699262086, \"positive_daily\": \"\", \"positive\": 134582, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 4225, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 26.78271104868861, \"deceased_daily\": \"\", \"deceased\": 17941, \"positive_100k\": 219.58061149672017, \"positive_daily\": \"\", \"positive\": 147091, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 4226, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 27.92024105365493, \"deceased_daily\": \"\", \"deceased\": 18703, \"positive_100k\": 222.62447459399883, \"positive_daily\": \"\", \"positive\": 149130, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 48}, {\"index\": 4227, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 28.87863247516199, \"deceased_daily\": \"\", \"deceased\": 19345, \"positive_100k\": 222.6528382030465, \"positive_daily\": \"\", \"positive\": 149149, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 49}, {\"index\": 4228, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 29.474268265164035, \"deceased_daily\": \"\", \"deceased\": 19744, \"positive_100k\": 230.03931912768346, \"positive_daily\": \"\", \"positive\": 154097, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 50}, {\"index\": 4229, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 30.292334462961335, \"deceased_daily\": \"\", \"deceased\": 20292, \"positive_100k\": 233.5967128308787, \"positive_daily\": \"\", \"positive\": 156480, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 51}, {\"index\": 4449, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.15676264021182154, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 4450, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.19173276764368943, \"positive_daily\": \"\", \"positive\": 159, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 4451, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.23634982678090016, \"positive_daily\": \"\", \"positive\": 196, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 4452, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.31593701334997876, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 4453, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5812276352469076, \"positive_daily\": \"\", \"positive\": 482, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 4454, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8079305303224649, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 4455, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9634873040711186, \"positive_daily\": \"\", \"positive\": 799, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 4456, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2541011216945723, \"positive_daily\": \"\", \"positive\": 1040, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 4457, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0024117329263357162, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.4180989606854009, \"positive_daily\": \"\", \"positive\": 1176, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 4458, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0024117329263357162, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.7569474368355689, \"positive_daily\": \"\", \"positive\": 1457, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 4459, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.003617599389503574, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.300793211724273, \"positive_daily\": \"\", \"positive\": 1908, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 4460, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.003617599389503574, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.5057905104628087, \"positive_daily\": \"\", \"positive\": 2078, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 4461, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.008441065242175007, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 4.431559252141878, \"positive_daily\": \"\", \"positive\": 3675, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 4462, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.010852798168510723, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 5.528897733624628, \"positive_daily\": \"\", \"positive\": 4585, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 4463, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.013264531094846438, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 6.987996154057737, \"positive_daily\": \"\", \"positive\": 5795, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 4464, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.020499729873853584, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 8.769060920156663, \"positive_daily\": \"\", \"positive\": 7272, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 4465, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.02894079511602859, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 11.162705849544862, \"positive_daily\": \"\", \"positive\": 9257, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 4466, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.03376426096870003, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 14.864715891470187, \"positive_daily\": \"\", \"positive\": 12327, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 4467, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.05305812437938575, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 18.473874215731584, \"positive_daily\": \"\", \"positive\": 15320, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 4468, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.08079305303224649, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 23.934037560955645, \"positive_daily\": \"\", \"positive\": 19848, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 4469, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.10129278290610007, \"deceased_daily\": \"\", \"deceased\": 84, \"positive_100k\": 26.78591174634763, \"positive_daily\": \"\", \"positive\": 22213, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 4470, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.11335144753777866, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 29.99351653837413, \"positive_daily\": \"\", \"positive\": 24873, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 4471, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.14832157496964654, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 35.037655953805285, \"positive_daily\": \"\", \"positive\": 29056, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 4472, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1893210347173537, \"deceased_daily\": \"\", \"deceased\": 157, \"positive_100k\": 39.776711154054965, \"positive_daily\": \"\", \"positive\": 32986, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 4473, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.24840849141257876, \"deceased_daily\": \"\", \"deceased\": 206, \"positive_100k\": 45.006554004813964, \"positive_daily\": \"\", \"positive\": 37323, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 4474, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.3219663456658181, \"deceased_daily\": \"\", \"deceased\": 267, \"positive_100k\": 52.98336065866935, \"positive_daily\": \"\", \"positive\": 43938, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 4475, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.41240633040340746, \"deceased_daily\": \"\", \"deceased\": 342, \"positive_100k\": 61.34363284781211, \"positive_daily\": \"\", \"positive\": 50871, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 4476, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.5221401785516825, \"deceased_daily\": \"\", \"deceased\": 433, \"positive_100k\": 69.57246559246957, \"positive_daily\": \"\", \"positive\": 57695, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 4477, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.6427268248684683, \"deceased_daily\": \"\", \"deceased\": 533, \"positive_100k\": 74.87827803040814, \"positive_daily\": \"\", \"positive\": 62095, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 4478, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.7777838687432684, \"deceased_daily\": \"\", \"deceased\": 645, \"positive_100k\": 80.65437838898218, \"positive_daily\": \"\", \"positive\": 66885, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 4479, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.93454650895509, \"deceased_daily\": \"\", \"deceased\": 775, \"positive_100k\": 86.59085898715755, \"positive_daily\": \"\", \"positive\": 71808, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 4480, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.1093971461144294, \"deceased_daily\": \"\", \"deceased\": 920, \"positive_100k\": 93.90323321980745, \"positive_daily\": \"\", \"positive\": 77872, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 4481, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.3348941747268188, \"deceased_daily\": \"\", \"deceased\": 1107, \"positive_100k\": 102.25024087785536, \"positive_daily\": \"\", \"positive\": 84794, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 4482, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.5374797405390188, \"deceased_daily\": \"\", \"deceased\": 1275, \"positive_100k\": 109.92558091591877, \"positive_daily\": \"\", \"positive\": 91159, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 4483, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.741271172814387, \"deceased_daily\": \"\", \"deceased\": 1444, \"positive_100k\": 115.87412017872582, \"positive_daily\": \"\", \"positive\": 96092, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 4484, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.9100924776578871, \"deceased_daily\": \"\", \"deceased\": 1584, \"positive_100k\": 120.73496789175545, \"positive_daily\": \"\", \"positive\": 100123, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 4485, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.182618298333823, \"deceased_daily\": \"\", \"deceased\": 1810, \"positive_100k\": 124.65523976351416, \"positive_daily\": \"\", \"positive\": 103374, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 4486, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.4310267897464017, \"deceased_daily\": \"\", \"deceased\": 2016, \"positive_100k\": 129.8272010240411, \"positive_daily\": \"\", \"positive\": 107663, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 4487, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.8325803219812986, \"deceased_daily\": \"\", \"deceased\": 2349, \"positive_100k\": 136.61984681106566, \"positive_daily\": \"\", \"positive\": 113296, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 4488, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.143693869478606, \"deceased_daily\": \"\", \"deceased\": 2607, \"positive_100k\": 142.5105044836406, \"positive_daily\": \"\", \"positive\": 118181, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 4489, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 3.336632503585463, \"deceased_daily\": \"\", \"deceased\": 2767, \"positive_100k\": 147.32191167168037, \"positive_daily\": \"\", \"positive\": 122171, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 4490, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.2992506432272597, \"deceased_daily\": \"\", \"deceased\": 2736, \"positive_100k\": 150.6223681813708, \"positive_daily\": \"\", \"positive\": 124908, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 4491, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 3.644128451693267, \"deceased_daily\": \"\", \"deceased\": 3022, \"positive_100k\": 154.1748507818633, \"positive_daily\": \"\", \"positive\": 127854, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 4492, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 3.8515374833581384, \"deceased_daily\": \"\", \"deceased\": 3194, \"positive_100k\": 156.84946259716963, \"positive_daily\": \"\", \"positive\": 130072, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 4493, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 3.9721241296749237, \"deceased_daily\": \"\", \"deceased\": 3294, \"positive_100k\": 158.40141273526666, \"positive_daily\": \"\", \"positive\": 131359, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 4494, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.5871160258905315, \"deceased_daily\": \"\", \"deceased\": 3804, \"positive_100k\": 162.49412351125838, \"positive_daily\": \"\", \"positive\": 134753, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 4495, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.886170908756161, \"deceased_daily\": \"\", \"deceased\": 4052, \"positive_100k\": 166.0454002452877, \"positive_daily\": \"\", \"positive\": 137698, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 4496, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.247930847706518, \"deceased_daily\": \"\", \"deceased\": 4352, \"positive_100k\": 170.50590029254562, \"positive_daily\": \"\", \"positive\": 141397, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 4497, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.376958559265479, \"deceased_daily\": \"\", \"deceased\": 4459, \"positive_100k\": 172.8513105634071, \"positive_daily\": \"\", \"positive\": 143342, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 48}, {\"index\": 4498, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.530103600087797, \"deceased_daily\": \"\", \"deceased\": 4586, \"positive_100k\": 175.0725165885623, \"positive_daily\": \"\", \"positive\": 145184, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 49}, {\"index\": 4499, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.862922743922126, \"deceased_daily\": \"\", \"deceased\": 4862, \"positive_100k\": 177.34075140578102, \"positive_daily\": \"\", \"positive\": 147065, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 50}, {\"index\": 5812, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.6578724740424757, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 5813, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.6578724740424757, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 5814, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.482018977621538, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 5815, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.594616757453272, \"positive_daily\": \"\", \"positive\": 223, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 5816, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 6.016269476127154, \"positive_daily\": \"\", \"positive\": 292, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 5817, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.47624006233844, \"positive_daily\": \"\", \"positive\": 557, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 5818, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 14.072301548612488, \"positive_daily\": \"\", \"positive\": 683, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 5819, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.173875132739095, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 5820, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.08241465035790622, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.66691830606576, \"positive_daily\": \"\", \"positive\": 906, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 5821, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.12362197553685933, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 23.179120413161126, \"positive_daily\": \"\", \"positive\": 1125, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 5822, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.14422563812633588, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 27.382267581414343, \"positive_daily\": \"\", \"positive\": 1329, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 5823, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.185432963305289, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 32.22412828994133, \"positive_daily\": \"\", \"positive\": 1564, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 5824, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.39146958920005454, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 37.47806225025785, \"positive_daily\": \"\", \"positive\": 1819, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 5825, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.45328057696848423, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 43.700368352279774, \"positive_daily\": \"\", \"positive\": 2121, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 5826, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.741731853221156, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 49.75784515358589, \"positive_daily\": \"\", \"positive\": 2415, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 5827, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9477684791159215, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 53.87857767148119, \"positive_daily\": \"\", \"positive\": 2615, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 5828, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.112597779831734, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 59.95665813537678, \"positive_daily\": \"\", \"positive\": 2910, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 5829, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.4628600438528354, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 66.65284847695666, \"positive_daily\": \"\", \"positive\": 3235, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 5830, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.7513113201055073, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 71.0208249459257, \"positive_daily\": \"\", \"positive\": 3447, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 5831, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.0191589337687024, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 79.30349730689527, \"positive_daily\": \"\", \"positive\": 3849, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 5832, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.472439510737187, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 88.03945024483332, \"positive_daily\": \"\", \"positive\": 4273, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 5833, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.822701774758288, \"deceased_daily\": \"\", \"deceased\": 137, \"positive_100k\": 94.85926256195006, \"positive_daily\": \"\", \"positive\": 4604, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 5834, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.2553786891372956, \"deceased_daily\": \"\", \"deceased\": 158, \"positive_100k\": 102.89469097184592, \"positive_daily\": \"\", \"positive\": 4994, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 5835, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.5850372905689207, \"deceased_daily\": \"\", \"deceased\": 174, \"positive_100k\": 110.51804612995225, \"positive_daily\": \"\", \"positive\": 5364, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 5836, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 4.326769143790076, \"deceased_daily\": \"\", \"deceased\": 210, \"positive_100k\": 117.62630972332165, \"positive_daily\": \"\", \"positive\": 5709, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 5837, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.8418607085269905, \"deceased_daily\": \"\", \"deceased\": 235, \"positive_100k\": 125.14664656848059, \"positive_daily\": \"\", \"positive\": 6074, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 5838, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.418763261032334, \"deceased_daily\": \"\", \"deceased\": 263, \"positive_100k\": 135.4484778632189, \"positive_daily\": \"\", \"positive\": 6574, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 5839, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 5.913251163179772, \"deceased_daily\": \"\", \"deceased\": 287, \"positive_100k\": 166.66302668627586, \"positive_daily\": \"\", \"positive\": 8089, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 5840, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 6.593172028632497, \"deceased_daily\": \"\", \"deceased\": 320, \"positive_100k\": 183.9494995988467, \"positive_daily\": \"\", \"positive\": 8928, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 5841, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 6.88162330488517, \"deceased_daily\": \"\", \"deceased\": 334, \"positive_100k\": 198.92836230139613, \"positive_daily\": \"\", \"positive\": 9655, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 5842, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 7.520336845158943, \"deceased_daily\": \"\", \"deceased\": 365, \"positive_100k\": 219.36719559015688, \"positive_daily\": \"\", \"positive\": 10647, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 5843, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 8.365087011327482, \"deceased_daily\": \"\", \"deceased\": 406, \"positive_100k\": 236.5094428646014, \"positive_daily\": \"\", \"positive\": 11479, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 5844, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 9.14802618972759, \"deceased_daily\": \"\", \"deceased\": 444, \"positive_100k\": 258.51415451016237, \"positive_daily\": \"\", \"positive\": 12547, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 5845, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 10.013380018485606, \"deceased_daily\": \"\", \"deceased\": 486, \"positive_100k\": 273.43120622494337, \"positive_daily\": \"\", \"positive\": 13271, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 5846, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 10.919941172422574, \"deceased_daily\": \"\", \"deceased\": 530, \"positive_100k\": 288.03920300088225, \"positive_daily\": \"\", \"positive\": 13980, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 5847, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.764691338591113, \"deceased_daily\": \"\", \"deceased\": 571, \"positive_100k\": 304.068852495495, \"positive_daily\": \"\", \"positive\": 14758, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 5848, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.568234179580699, \"deceased_daily\": \"\", \"deceased\": 610, \"positive_100k\": 314.22645815210694, \"positive_daily\": \"\", \"positive\": 15251, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 5849, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 14.154716198970394, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 322.48852685048706, \"positive_daily\": \"\", \"positive\": 15652, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 5900, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1256444314369976, \"positive_daily\": \"\", \"positive\": 100, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 5901, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.418311983610617, \"positive_daily\": \"\", \"positive\": 126, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 5902, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.7447488687273462, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 5903, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3976226389608053, \"positive_daily\": \"\", \"positive\": 213, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 5904, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.453904860532655, \"positive_daily\": \"\", \"positive\": 218, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 5905, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.8141110785924943, \"positive_daily\": \"\", \"positive\": 250, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 5906, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.4219590715684727, \"positive_daily\": \"\", \"positive\": 304, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 5907, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.80650172223598, \"positive_daily\": \"\", \"positive\": 427, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 5908, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.954659042301717, \"positive_daily\": \"\", \"positive\": 529, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 5909, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 8.014588351831424, \"positive_daily\": \"\", \"positive\": 712, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 5910, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.93944032958869, \"positive_daily\": \"\", \"positive\": 883, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 5911, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.055651860690245, \"positive_daily\": \"\", \"positive\": 1071, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 5912, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.03376933294310993, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 13.935478061190032, \"positive_daily\": \"\", \"positive\": 1238, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 5913, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.05628222157184988, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 26.666516580742474, \"positive_daily\": \"\", \"positive\": 2369, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 5914, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09005155451495982, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 30.313604538598344, \"positive_daily\": \"\", \"positive\": 2693, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 5915, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.13507733177243972, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 34.163308494112876, \"positive_daily\": \"\", \"positive\": 3035, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 5916, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.13507733177243972, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 40.73707197370495, \"positive_daily\": \"\", \"positive\": 3619, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 5917, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.16884666471554965, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 47.80611900312929, \"positive_daily\": \"\", \"positive\": 4247, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 5918, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.18010310902991963, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 52.84900605596704, \"positive_daily\": \"\", \"positive\": 4695, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 5919, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.22512888628739952, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 60.31202863639434, \"positive_daily\": \"\", \"positive\": 5358, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 5920, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.2926675521736194, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 68.5742587631419, \"positive_daily\": \"\", \"positive\": 6092, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 5921, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4052319953173192, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 77.18543866363494, \"positive_daily\": \"\", \"positive\": 6857, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 5922, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.45025777257479904, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 83.61286836714018, \"positive_daily\": \"\", \"positive\": 7428, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 5923, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.495283549832279, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 88.37434431211868, \"positive_daily\": \"\", \"positive\": 7851, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 5924, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.5515657714041289, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 94.8918255701389, \"positive_daily\": \"\", \"positive\": 8430, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 5925, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.6416173259190887, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 100.22738017515027, \"positive_daily\": \"\", \"positive\": 8904, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 5926, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.7316688804340484, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 104.09959701929354, \"positive_daily\": \"\", \"positive\": 9248, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 5927, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.8217204349490083, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 105.85560233233525, \"positive_daily\": \"\", \"positive\": 9404, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 5928, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.9680542110358179, \"deceased_daily\": \"\", \"deceased\": 86, \"positive_100k\": 112.20423692563993, \"positive_daily\": \"\", \"positive\": 9968, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 5929, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.0693622098651479, \"deceased_daily\": \"\", \"deceased\": 95, \"positive_100k\": 117.15707242396273, \"positive_daily\": \"\", \"positive\": 10408, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 5930, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.1369008757513677, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 120.92798126927666, \"positive_daily\": \"\", \"positive\": 10743, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 5931, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.1594137643801075, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 125.4530718836534, \"positive_daily\": \"\", \"positive\": 11145, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 5932, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.3057475404669174, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 130.41716382629053, \"positive_daily\": \"\", \"positive\": 11586, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 5933, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.3845426506675071, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 135.59512821090073, \"positive_daily\": \"\", \"positive\": 12046, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 5934, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.4633377608680969, \"deceased_daily\": \"\", \"deceased\": 130, \"positive_100k\": 140.7168103739391, \"positive_daily\": \"\", \"positive\": 12501, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 5935, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.5984150926405367, \"deceased_daily\": \"\", \"deceased\": 142, \"positive_100k\": 143.60971656273216, \"positive_daily\": \"\", \"positive\": 12758, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 5936, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.6997230914698664, \"deceased_daily\": \"\", \"deceased\": 151, \"positive_100k\": 146.13116008915105, \"positive_daily\": \"\", \"positive\": 12982, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 5937, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.8460568675566764, \"deceased_daily\": \"\", \"deceased\": 164, \"positive_100k\": 149.31673383011773, \"positive_daily\": \"\", \"positive\": 13265, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 5938, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.9361084220716358, \"deceased_daily\": \"\", \"deceased\": 172, \"positive_100k\": 151.86069024516536, \"positive_daily\": \"\", \"positive\": 13491, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 5939, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.9923906436434857, \"deceased_daily\": \"\", \"deceased\": 177, \"positive_100k\": 154.35962088295548, \"positive_daily\": \"\", \"positive\": 13713, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 39}, {\"index\": 5972, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.004964316246603601, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.25648967274118606, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 5973, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.011583404575408402, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 0.3789428068240749, \"positive_daily\": \"\", \"positive\": 229, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 5974, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.016547720822012002, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 0.5328366104687865, \"positive_daily\": \"\", \"positive\": 322, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 5975, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.019857264986414404, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 0.7496117532371437, \"positive_daily\": \"\", \"positive\": 453, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 5976, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.028131125397420405, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 1.0838757138417863, \"positive_daily\": \"\", \"positive\": 655, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 5977, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.03475021372622521, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.469437608994666, \"positive_daily\": \"\", \"positive\": 888, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 5978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.04798839038383481, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 1.866582908722954, \"positive_daily\": \"\", \"positive\": 1128, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 5979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.05626225079484081, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 2.803183907248833, \"positive_daily\": \"\", \"positive\": 1694, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 5980, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.08604814827446242, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 3.3691159593616438, \"positive_daily\": \"\", \"positive\": 2036, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 5981, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.13072699449389483, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 4.140239749667403, \"positive_daily\": \"\", \"positive\": 2502, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 5982, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.17706061279552843, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 5.111590961919508, \"positive_daily\": \"\", \"positive\": 3089, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 5983, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.24490626816577765, \"deceased_daily\": \"\", \"deceased\": 148, \"positive_100k\": 6.3841106931322305, \"positive_daily\": \"\", \"positive\": 3858, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 5984, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.32599010019363645, \"deceased_daily\": \"\", \"deceased\": 197, \"positive_100k\": 7.671523373084765, \"positive_daily\": \"\", \"positive\": 4636, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 5985, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.38556189515287964, \"deceased_daily\": \"\", \"deceased\": 233, \"positive_100k\": 9.735024159589662, \"positive_daily\": \"\", \"positive\": 5883, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 5986, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.6056465820856393, \"deceased_daily\": \"\", \"deceased\": 366, \"positive_100k\": 12.203944106233852, \"positive_daily\": \"\", \"positive\": 7375, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 5987, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.7661594740591559, \"deceased_daily\": \"\", \"deceased\": 463, \"positive_100k\": 15.17756953794941, \"positive_daily\": \"\", \"positive\": 9172, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 5988, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 1.0441611838689575, \"deceased_daily\": \"\", \"deceased\": 631, \"positive_100k\": 16.794281862259982, \"positive_daily\": \"\", \"positive\": 10149, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 5989, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 1.3684965119803927, \"deceased_daily\": \"\", \"deceased\": 827, \"positive_100k\": 20.621769688391357, \"positive_daily\": \"\", \"positive\": 12462, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 5990, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 1.3684965119803927, \"deceased_daily\": \"\", \"deceased\": 827, \"positive_100k\": 20.621769688391357, \"positive_daily\": \"\", \"positive\": 12462, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 5991, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 2.0949414560667194, \"deceased_daily\": \"\", \"deceased\": 1266, \"positive_100k\": 29.223274971673195, \"positive_daily\": \"\", \"positive\": 17660, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 5992, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 2.3845265704519294, \"deceased_daily\": \"\", \"deceased\": 1441, \"positive_100k\": 35.010012943130796, \"positive_daily\": \"\", \"positive\": 21157, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 5993, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 2.9934826967019714, \"deceased_daily\": \"\", \"deceased\": 1809, \"positive_100k\": 40.95064471823311, \"positive_daily\": \"\", \"positive\": 24747, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 5994, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 3.5709981533901907, \"deceased_daily\": \"\", \"deceased\": 2158, \"positive_100k\": 46.300522859989584, \"positive_daily\": \"\", \"positive\": 27980, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 5995, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 4.141894521749604, \"deceased_daily\": \"\", \"deceased\": 2503, \"positive_100k\": 52.13524922183102, \"positive_daily\": \"\", \"positive\": 31506, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 5996, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 4.927911260795175, \"deceased_daily\": \"\", \"deceased\": 2978, \"positive_100k\": 59.096875371651464, \"positive_daily\": \"\", \"positive\": 35713, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 5997, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 5.634498939895087, \"deceased_daily\": \"\", \"deceased\": 3405, \"positive_100k\": 67.90357239312625, \"positive_daily\": \"\", \"positive\": 41035, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 5998, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 6.67204103543524, \"deceased_daily\": \"\", \"deceased\": 4032, \"positive_100k\": 77.80903807718265, \"positive_daily\": \"\", \"positive\": 47021, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 5999, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 7.984275296620791, \"deceased_daily\": \"\", \"deceased\": 4825, \"positive_100k\": 88.65937862017591, \"positive_daily\": \"\", \"positive\": 53578, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 6000, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 9.061531922133772, \"deceased_daily\": \"\", \"deceased\": 5476, \"positive_100k\": 97.85991139721459, \"positive_daily\": \"\", \"positive\": 59138, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 6001, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 10.056049943536696, \"deceased_daily\": \"\", \"deceased\": 6077, \"positive_100k\": 105.78461489887613, \"positive_daily\": \"\", \"positive\": 63927, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 6002, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 11.285545600612187, \"deceased_daily\": \"\", \"deceased\": 6820, \"positive_100k\": 114.47051355835023, \"positive_daily\": \"\", \"positive\": 69176, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 6003, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 12.415754932755606, \"deceased_daily\": \"\", \"deceased\": 7503, \"positive_100k\": 123.09187610661849, \"positive_daily\": \"\", \"positive\": 74386, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 6004, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 13.593952655282862, \"deceased_daily\": \"\", \"deceased\": 8215, \"positive_100k\": 133.35642733251254, \"positive_daily\": \"\", \"positive\": 80589, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 6005, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 15.114688198825764, \"deceased_daily\": \"\", \"deceased\": 9134, \"positive_100k\": 143.13447556623942, \"positive_daily\": \"\", \"positive\": 86498, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 6006, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 16.585780579902632, \"deceased_daily\": \"\", \"deceased\": 10023, \"positive_100k\": 153.02008398530938, \"positive_daily\": \"\", \"positive\": 92472, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 6007, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 17.83678827404674, \"deceased_daily\": \"\", \"deceased\": 10779, \"positive_100k\": 161.65302993815305, \"positive_daily\": \"\", \"positive\": 97689, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 6008, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 19.180463204794112, \"deceased_daily\": \"\", \"deceased\": 11591, \"positive_100k\": 168.3548568710679, \"positive_daily\": \"\", \"positive\": 101739, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 6009, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 20.565507437596516, \"deceased_daily\": \"\", \"deceased\": 12428, \"positive_100k\": 175.0616481202294, \"positive_daily\": \"\", \"positive\": 105792, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 6010, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 21.76852674135679, \"deceased_daily\": \"\", \"deceased\": 13155, \"positive_100k\": 182.97476821731553, \"positive_daily\": \"\", \"positive\": 110574, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 6011, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 23.026153523829702, \"deceased_daily\": \"\", \"deceased\": 13915, \"positive_100k\": 190.69924429703073, \"positive_daily\": \"\", \"positive\": 115242, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 6012, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 24.293708938795824, \"deceased_daily\": \"\", \"deceased\": 14681, \"positive_100k\": 198.28637429392325, \"positive_daily\": \"\", \"positive\": 119827, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 6013, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 25.42060872677484, \"deceased_daily\": \"\", \"deceased\": 15362, \"positive_100k\": 206.2375541489, \"positive_daily\": \"\", \"positive\": 124632, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 6014, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 26.289364069930468, \"deceased_daily\": \"\", \"deceased\": 15887, \"positive_100k\": 213.37955045568037, \"positive_daily\": \"\", \"positive\": 128948, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 6015, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 27.341799114210435, \"deceased_daily\": \"\", \"deceased\": 16523, \"positive_100k\": 219.3350751795225, \"positive_daily\": \"\", \"positive\": 132547, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 6016, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 28.341281451859956, \"deceased_daily\": \"\", \"deceased\": 17127, \"positive_100k\": 224.36392753733196, \"positive_daily\": \"\", \"positive\": 135586, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 6017, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 29.23816792041301, \"deceased_daily\": \"\", \"deceased\": 17669, \"positive_100k\": 230.71163324465573, \"positive_daily\": \"\", \"positive\": 139422, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 6018, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 30.247578890555737, \"deceased_daily\": \"\", \"deceased\": 18279, \"positive_100k\": 237.6682950782296, \"positive_daily\": \"\", \"positive\": 143626, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 6019, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 31.190798977410424, \"deceased_daily\": \"\", \"deceased\": 18849, \"positive_100k\": 244.20629957500654, \"positive_daily\": \"\", \"positive\": 147577, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 6020, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 32.21510289629297, \"deceased_daily\": \"\", \"deceased\": 19468, \"positive_100k\": 251.97379972885895, \"positive_daily\": \"\", \"positive\": 152271, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 48}, {\"index\": 6021, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 32.928309663721684, \"deceased_daily\": \"\", \"deceased\": 19899, \"positive_100k\": 258.7451270892263, \"positive_daily\": \"\", \"positive\": 156363, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 49}, {\"index\": 6022, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 33.86491066224757, \"deceased_daily\": \"\", \"deceased\": 20465, \"positive_100k\": 263.96262346440665, \"positive_daily\": \"\", \"positive\": 159516, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 50}, {\"index\": 6023, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 34.86108345573268, \"deceased_daily\": \"\", \"deceased\": 21067, \"positive_100k\": 268.88060609270866, \"positive_daily\": \"\", \"positive\": 162488, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 51}, {\"index\": 6024, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 35.817541719244986, \"deceased_daily\": \"\", \"deceased\": 21645, \"positive_100k\": 273.29388323593923, \"positive_daily\": \"\", \"positive\": 165155, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 52}, {\"index\": 6025, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 36.68629706240061, \"deceased_daily\": \"\", \"deceased\": 22170, \"positive_100k\": 279.55885033915297, \"positive_daily\": \"\", \"positive\": 168941, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 53}, {\"index\": 6026, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 37.6377910096663, \"deceased_daily\": \"\", \"deceased\": 22745, \"positive_100k\": 285.3389692222818, \"positive_daily\": \"\", \"positive\": 172434, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 54}, {\"index\": 6027, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 38.435391153287284, \"deceased_daily\": \"\", \"deceased\": 23227, \"positive_100k\": 291.11577856124615, \"positive_daily\": \"\", \"positive\": 175925, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 55}, {\"index\": 6028, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 39.1519074648804, \"deceased_daily\": \"\", \"deceased\": 23660, \"positive_100k\": 296.1578690957132, \"positive_daily\": \"\", \"positive\": 178972, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 56}, {\"index\": 6029, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 39.90317399019975, \"deceased_daily\": \"\", \"deceased\": 24114, \"positive_100k\": 299.8910349131591, \"positive_daily\": \"\", \"positive\": 181228, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 57}, {\"index\": 7345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.16454729747518626, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 23.03662164652608, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 7346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3290945949503725, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 33.40310138746281, \"positive_daily\": \"\", \"positive\": 203, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 7347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.658189189900745, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 55.123344654187406, \"positive_daily\": \"\", \"positive\": 335, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 7348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.658189189900745, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 79.64089197799015, \"positive_daily\": \"\", \"positive\": 484, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 7349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 110.24668930837481, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 7350, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 131.30874338519862, \"positive_daily\": \"\", \"positive\": 798, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 7351, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 143.97888529078799, \"positive_daily\": \"\", \"positive\": 875, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 7352, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 180.8374799252297, \"positive_daily\": \"\", \"positive\": 1099, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 7353, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 219.34154753442328, \"positive_daily\": \"\", \"positive\": 1333, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 7354, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.4809256772766763, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 239.08722323144565, \"positive_daily\": \"\", \"positive\": 1453, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 7355, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.468209462127794, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 264.098412447674, \"positive_daily\": \"\", \"positive\": 1605, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 7356, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.9618513545533527, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 301.2861016770661, \"positive_daily\": \"\", \"positive\": 1831, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 7357, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.4554932469789117, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 320.8672300766132, \"positive_daily\": \"\", \"positive\": 1950, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 7358, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 3.6200405444540977, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 327.1200273806703, \"positive_daily\": \"\", \"positive\": 1988, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 7359, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 3.7845878419292847, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 358.38401390095567, \"positive_daily\": \"\", \"positive\": 2178, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 7360, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 4.771871626780402, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 381.585182844957, \"positive_daily\": \"\", \"positive\": 2319, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 7361, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.936418924255588, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 409.2291288207883, \"positive_daily\": \"\", \"positive\": 2487, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 7362, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 5.100966221730774, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 429.7975410051866, \"positive_daily\": \"\", \"positive\": 2612, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 7363, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 5.100966221730774, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 449.04957480978334, \"positive_daily\": \"\", \"positive\": 2729, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 7364, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 5.923702709106705, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 461.3906221204223, \"positive_daily\": \"\", \"positive\": 2804, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 7365, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 6.746439196482638, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 467.80796672195453, \"positive_daily\": \"\", \"positive\": 2843, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 7366, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 7.2400810889081955, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 488.70547350130323, \"positive_daily\": \"\", \"positive\": 2970, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 7367, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 7.569175683858569, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 499.2365005397151, \"positive_daily\": \"\", \"positive\": 3034, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 7368, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 8.556459468709686, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 512.5648316352052, \"positive_daily\": \"\", \"positive\": 3115, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 7369, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 8.885554063660058, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 530.3359397625254, \"positive_daily\": \"\", \"positive\": 3223, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 7370, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 10.201932443461548, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 538.0696627438591, \"positive_daily\": \"\", \"positive\": 3270, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 7371, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 10.860121633362294, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 539.8796830160861, \"positive_daily\": \"\", \"positive\": 3281, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 7372, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 541.6897032883132, \"positive_daily\": \"\", \"positive\": 3292, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 7373, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 11.02466893083748, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 544.157912750441, \"positive_daily\": \"\", \"positive\": 3307, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 7374, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 555.0180343838033, \"positive_daily\": \"\", \"positive\": 3373, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 7375, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 566.7008925045415, \"positive_daily\": \"\", \"positive\": 3444, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 7376, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 11.84740541821341, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 572.6245952136483, \"positive_daily\": \"\", \"positive\": 3480, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 7377, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.84740541821341, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 582.0037911697339, \"positive_daily\": \"\", \"positive\": 3537, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 7378, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.011952715688597, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 584.1429060369113, \"positive_daily\": \"\", \"positive\": 3550, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 7379, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.341047310638968, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 585.4592844167128, \"positive_daily\": \"\", \"positive\": 3558, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 7891, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 22.128926850453954, \"positive_daily\": \"\", \"positive\": 107, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 7892, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 22.74936405186855, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 7893, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 26.678799660827664, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 7894, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 27.712861663185326, \"positive_daily\": \"\", \"positive\": 134, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 7895, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 28.746923665542983, \"positive_daily\": \"\", \"positive\": 139, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 7896, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 30.81504767025831, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 7897, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 31.22867247120137, \"positive_daily\": \"\", \"positive\": 151, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 7898, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 32.262734473559036, \"positive_daily\": \"\", \"positive\": 156, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 7899, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 34.951295679688954, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 7900, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 38.88073128864807, \"positive_daily\": \"\", \"positive\": 188, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 7901, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 40.535230492420325, \"positive_daily\": \"\", \"positive\": 196, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 7902, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 41.776104895249524, \"positive_daily\": \"\", \"positive\": 202, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 7903, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 44.051041300436374, \"positive_daily\": \"\", \"positive\": 213, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 7904, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 46.94641490703783, \"positive_daily\": \"\", \"positive\": 227, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 7905, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 49.84178851363928, \"positive_daily\": \"\", \"positive\": 241, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 7906, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 60.59603333815896, \"positive_daily\": \"\", \"positive\": 293, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 7907, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.20681240047153227, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 61.836907740988146, \"positive_daily\": \"\", \"positive\": 299, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 7908, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.41362480094306453, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 69.69577895890637, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 7909, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.41362480094306453, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 72.38434016503629, \"positive_daily\": \"\", \"positive\": 350, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 7910, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 76.52058817446694, \"positive_daily\": \"\", \"positive\": 370, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 7911, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 78.1750873782392, \"positive_daily\": \"\", \"positive\": 378, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 7912, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 79.41596178106839, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 7913, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 81.27727338531218, \"positive_daily\": \"\", \"positive\": 393, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 7914, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 82.51814778814138, \"positive_daily\": \"\", \"positive\": 399, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 7915, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 85.2067089942713, \"positive_daily\": \"\", \"positive\": 412, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 7916, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 87.27483299898661, \"positive_daily\": \"\", \"positive\": 422, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 7917, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 88.10208260087275, \"positive_daily\": \"\", \"positive\": 426, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 7918, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 88.30889500134428, \"positive_daily\": \"\", \"positive\": 427, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 7919, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 89.1361446032304, \"positive_daily\": \"\", \"positive\": 431, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 8251, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.0739874947932573, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 8252, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.525215016964745, \"positive_daily\": \"\", \"positive\": 125, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 8253, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.202056300221976, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 8254, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.991704464022078, \"positive_daily\": \"\", \"positive\": 177, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 8255, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 5.612142307007874, \"positive_daily\": \"\", \"positive\": 199, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 8256, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 6.514597351350848, \"positive_daily\": \"\", \"positive\": 231, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 8257, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 7.417052395693823, \"positive_daily\": \"\", \"positive\": 263, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 8258, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 8.404112600443952, \"positive_daily\": \"\", \"positive\": 298, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 8259, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.11280688054287184, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 9.955207207908439, \"positive_daily\": \"\", \"positive\": 353, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 8260, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.14100860067858978, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 11.929327617408696, \"positive_daily\": \"\", \"positive\": 423, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 8261, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.16921032081430776, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 14.241868668537569, \"positive_daily\": \"\", \"positive\": 505, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 8262, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.22561376108574369, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 16.66721660020931, \"positive_daily\": \"\", \"positive\": 591, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 8263, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.3384206416286155, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 21.207693542059904, \"positive_daily\": \"\", \"positive\": 752, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 8264, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.4230258020357694, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 24.366286197260315, \"positive_daily\": \"\", \"positive\": 864, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 8265, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.5358326825786411, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 27.21465993096783, \"positive_daily\": \"\", \"positive\": 965, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 8266, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.6204378429857951, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 29.781016463318164, \"positive_daily\": \"\", \"positive\": 1056, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 8267, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7614464436643849, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 33.10881943933288, \"positive_daily\": \"\", \"positive\": 1174, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 8268, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.8178498839358208, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 36.35201725494045, \"positive_daily\": \"\", \"positive\": 1289, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 8269, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8178498839358208, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 40.554073555162425, \"positive_daily\": \"\", \"positive\": 1438, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 8270, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8460516040715388, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 43.99468341172002, \"positive_daily\": \"\", \"positive\": 1560, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 8271, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.8742533242072567, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 46.87125886556325, \"positive_daily\": \"\", \"positive\": 1662, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 8272, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.9870602047501285, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 48.281344872349145, \"positive_daily\": \"\", \"positive\": 1712, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 8273, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.1280688054287182, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 54.54212674247852, \"positive_daily\": \"\", \"positive\": 1934, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 8274, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.297279126243026, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 57.7853245580861, \"positive_daily\": \"\", \"positive\": 2049, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 8275, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.5228928873287697, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 60.746505172336484, \"positive_daily\": \"\", \"positive\": 2154, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 8276, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.5792963276002054, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 63.84869438726546, \"positive_daily\": \"\", \"positive\": 2264, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 8277, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.6074980477359238, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 67.0636904827373, \"positive_daily\": \"\", \"positive\": 2378, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 8278, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.8895152490931033, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 69.71465217549479, \"positive_daily\": \"\", \"positive\": 2472, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 8279, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.974120409500257, \"deceased_daily\": \"\", \"deceased\": 70, \"positive_100k\": 71.85798290580935, \"positive_daily\": \"\", \"positive\": 2548, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 8529, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 17.514401176196483, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 8530, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 19.763957290570342, \"positive_daily\": \"\", \"positive\": 123, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 8531, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 23.138291462131132, \"positive_daily\": \"\", \"positive\": 144, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 8532, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 27.958768850075117, \"positive_daily\": \"\", \"positive\": 174, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 8533, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 32.297198499224706, \"positive_daily\": \"\", \"positive\": 201, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 8534, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 34.386072034000435, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 8535, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 37.439041046364956, \"positive_daily\": \"\", \"positive\": 233, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 8536, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 38.724501683150024, \"positive_daily\": \"\", \"positive\": 241, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 8537, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 39.849279740336954, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 8538, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 40.492010058729484, \"positive_daily\": \"\", \"positive\": 252, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 8539, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 40.97405779752388, \"positive_daily\": \"\", \"positive\": 255, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 8540, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 42.259518434308944, \"positive_daily\": \"\", \"positive\": 263, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 8541, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.4820477387943986, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 43.70566165069214, \"positive_daily\": \"\", \"positive\": 272, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 8542, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.4820477387943986, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 44.027026809888405, \"positive_daily\": \"\", \"positive\": 274, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 8543, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 45.4731700262716, \"positive_daily\": \"\", \"positive\": 283, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 8544, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 46.276582924262264, \"positive_daily\": \"\", \"positive\": 288, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 8545, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 48.68682161823426, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 8546, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 48.68682161823426, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 8547, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 49.32955193662679, \"positive_daily\": \"\", \"positive\": 307, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 8548, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 49.49023451622492, \"positive_daily\": \"\", \"positive\": 308, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 8549, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 50.132964834617454, \"positive_daily\": \"\", \"positive\": 312, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 8954, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.005803487977523323, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.7428464611229854, \"positive_daily\": \"\", \"positive\": 128, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 8955, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.005803487977523323, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.0910557397743847, \"positive_daily\": \"\", \"positive\": 188, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 8956, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.01741046393256997, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.5379243140436807, \"positive_daily\": \"\", \"positive\": 265, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 8957, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.01741046393256997, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.8629196407849868, \"positive_daily\": \"\", \"positive\": 321, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 8958, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.023213951910093292, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 2.216932407413909, \"positive_daily\": \"\", \"positive\": 382, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 8959, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.029017439887616615, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.9191544526942317, \"positive_daily\": \"\", \"positive\": 503, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 8960, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.029017439887616615, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.9191544526942317, \"positive_daily\": \"\", \"positive\": 503, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 8961, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.05803487977523323, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 4.677611309883798, \"positive_daily\": \"\", \"positive\": 806, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 8962, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.06964185573027988, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 5.582955434377437, \"positive_daily\": \"\", \"positive\": 962, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 8963, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.11606975955046646, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 6.604369318421543, \"positive_daily\": \"\", \"positive\": 1138, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 8964, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.13928371146055976, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 8.217738976173026, \"positive_daily\": \"\", \"positive\": 1416, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 8965, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.24954998303350293, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 9.929767929542406, \"positive_daily\": \"\", \"positive\": 1711, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 8966, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3366023026963527, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 11.943578257742999, \"positive_daily\": \"\", \"positive\": 2058, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 8967, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.4468685742692959, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 14.31720484055004, \"positive_daily\": \"\", \"positive\": 2467, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 8968, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6209732135949956, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 17.42787439650254, \"positive_daily\": \"\", \"positive\": 3003, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 8969, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.7950778529206952, \"deceased_daily\": \"\", \"deceased\": 137, \"positive_100k\": 21.124696238184896, \"positive_daily\": \"\", \"positive\": 3640, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 8970, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.044627835954198, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 24.473308801215857, \"positive_daily\": \"\", \"positive\": 4217, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 8971, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.2419464271899912, \"deceased_daily\": \"\", \"deceased\": 214, \"positive_100k\": 27.64781672492111, \"positive_daily\": \"\", \"positive\": 4764, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 8972, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.6075661697739605, \"deceased_daily\": \"\", \"deceased\": 277, \"positive_100k\": 32.38346291458014, \"positive_daily\": \"\", \"positive\": 5580, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 8973, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 2.071845207975826, \"deceased_daily\": \"\", \"deceased\": 357, \"positive_100k\": 37.36285559929515, \"positive_daily\": \"\", \"positive\": 6438, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 8974, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.5245172702226455, \"deceased_daily\": \"\", \"deceased\": 435, \"positive_100k\": 43.340448216144175, \"positive_daily\": \"\", \"positive\": 7468, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 8975, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 3.174507923705258, \"deceased_daily\": \"\", \"deceased\": 547, \"positive_100k\": 50.18276054164417, \"positive_daily\": \"\", \"positive\": 8647, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 8976, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.7142323056149267, \"deceased_daily\": \"\", \"deceased\": 640, \"positive_100k\": 56.98444845130151, \"positive_daily\": \"\", \"positive\": 9819, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 8977, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 4.4802927186480055, \"deceased_daily\": \"\", \"deceased\": 772, \"positive_100k\": 63.43212359432993, \"positive_daily\": \"\", \"positive\": 10930, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 8978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 5.020017100557674, \"deceased_daily\": \"\", \"deceased\": 865, \"positive_100k\": 68.57981743039312, \"positive_daily\": \"\", \"positive\": 11817, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 8979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.035627496624256, \"deceased_daily\": \"\", \"deceased\": 1040, \"positive_100k\": 73.51278221128793, \"positive_daily\": \"\", \"positive\": 12667, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 8980, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 6.819098373589905, \"deceased_daily\": \"\", \"deceased\": 1175, \"positive_100k\": 79.48457134015943, \"positive_daily\": \"\", \"positive\": 13696, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 8981, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 7.7824773778587755, \"deceased_daily\": \"\", \"deceased\": 1341, \"positive_100k\": 85.8219802116149, \"positive_daily\": \"\", \"positive\": 14788, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 8982, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 8.64719708650975, \"deceased_daily\": \"\", \"deceased\": 1490, \"positive_100k\": 91.8169832923965, \"positive_daily\": \"\", \"positive\": 15821, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 8983, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 9.610576090778624, \"deceased_daily\": \"\", \"deceased\": 1656, \"positive_100k\": 97.07494340003262, \"positive_daily\": \"\", \"positive\": 16727, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 8984, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 10.277977208193805, \"deceased_daily\": \"\", \"deceased\": 1771, \"positive_100k\": 104.19001966047624, \"positive_daily\": \"\", \"positive\": 17953, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 8985, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 10.875736469878708, \"deceased_daily\": \"\", \"deceased\": 1874, \"positive_100k\": 109.83681346260641, \"positive_daily\": \"\", \"positive\": 18926, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 8986, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 12.233752656619163, \"deceased_daily\": \"\", \"deceased\": 2108, \"positive_100k\": 114.38094454900717, \"positive_daily\": \"\", \"positive\": 19709, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 8987, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 13.086865389315093, \"deceased_daily\": \"\", \"deceased\": 2255, \"positive_100k\": 120.02773835113737, \"positive_daily\": \"\", \"positive\": 20682, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 8988, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 13.945781609988545, \"deceased_daily\": \"\", \"deceased\": 2403, \"positive_100k\": 127.11379717169336, \"positive_daily\": \"\", \"positive\": 21903, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 8989, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 14.624789703358775, \"deceased_daily\": \"\", \"deceased\": 2520, \"positive_100k\": 134.92529198943973, \"positive_daily\": \"\", \"positive\": 23249, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 8990, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 15.396653604369376, \"deceased_daily\": \"\", \"deceased\": 2653, \"positive_100k\": 142.59750309572559, \"positive_daily\": \"\", \"positive\": 24571, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 8991, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 15.942181474256568, \"deceased_daily\": \"\", \"deceased\": 2747, \"positive_100k\": 149.41660146931548, \"positive_daily\": \"\", \"positive\": 25746, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 8992, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 16.441281440323575, \"deceased_daily\": \"\", \"deceased\": 2833, \"positive_100k\": 155.01116387964797, \"positive_daily\": \"\", \"positive\": 26710, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 8993, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 17.14930697358142, \"deceased_daily\": \"\", \"deceased\": 2955, \"positive_100k\": 160.06019842009326, \"positive_daily\": \"\", \"positive\": 27580, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 8994, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 18.25196968931085, \"deceased_daily\": \"\", \"deceased\": 3145, \"positive_100k\": 164.3315655715504, \"positive_daily\": \"\", \"positive\": 28316, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 8995, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 19.308204501220096, \"deceased_daily\": \"\", \"deceased\": 3327, \"positive_100k\": 170.52388724356783, \"positive_daily\": \"\", \"positive\": 29383, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 8996, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 20.143906769983456, \"deceased_daily\": \"\", \"deceased\": 3471, \"positive_100k\": 177.69699838378665, \"positive_daily\": \"\", \"positive\": 30619, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 8997, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 20.96800206279177, \"deceased_daily\": \"\", \"deceased\": 3613, \"positive_100k\": 184.3535990940059, \"positive_daily\": \"\", \"positive\": 31766, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 8998, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 21.455495052903725, \"deceased_daily\": \"\", \"deceased\": 3697, \"positive_100k\": 190.57493820591088, \"positive_daily\": \"\", \"positive\": 32838, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 8999, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 21.84432874739779, \"deceased_daily\": \"\", \"deceased\": 3764, \"positive_100k\": 194.92755418905338, \"positive_daily\": \"\", \"positive\": 33588, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 9404, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.0322388347293057, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 9405, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.766102858381555, \"positive_daily\": \"\", \"positive\": 147, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 9406, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.311796619558869, \"positive_daily\": \"\", \"positive\": 176, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 9407, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.8574903807361824, \"positive_daily\": \"\", \"positive\": 205, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 9408, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.5268104989974285, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 9409, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 11.252581696001156, \"positive_daily\": \"\", \"positive\": 598, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 9410, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.209552425740487, \"positive_daily\": \"\", \"positive\": 702, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 9411, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.7417581425036, \"positive_daily\": \"\", \"positive\": 996, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 9412, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 20.510558609767994, \"positive_daily\": \"\", \"positive\": 1090, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 9413, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 22.97558904818965, \"positive_daily\": \"\", \"positive\": 1221, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 9414, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 25.08309598790893, \"positive_daily\": \"\", \"positive\": 1333, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 9415, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 27.529309400083097, \"positive_daily\": \"\", \"positive\": 1463, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 9416, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.11290215748496144, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 29.166390683615038, \"positive_daily\": \"\", \"positive\": 1550, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 9417, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 32.85452782812378, \"positive_daily\": \"\", \"positive\": 1746, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 9418, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 36.015788237702694, \"positive_daily\": \"\", \"positive\": 1914, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 9419, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 39.854461592191385, \"positive_daily\": \"\", \"positive\": 2118, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 9420, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 44.87860760027217, \"positive_daily\": \"\", \"positive\": 2385, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 9421, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.18817026247493573, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 49.319425794680654, \"positive_daily\": \"\", \"positive\": 2621, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 9422, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.22580431496992287, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 53.87314614657409, \"positive_daily\": \"\", \"positive\": 2863, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 9423, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.26343836746491, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 58.03170894727017, \"positive_daily\": \"\", \"positive\": 3084, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 9424, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.26343836746491, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 63.39456142780585, \"positive_daily\": \"\", \"positive\": 3369, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 9425, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.3575234987023779, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 70.65793355933836, \"positive_daily\": \"\", \"positive\": 3755, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 9426, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.43279160369235214, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 75.5503603836867, \"positive_daily\": \"\", \"positive\": 4015, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 9427, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.4704256561873393, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 80.61214044426247, \"positive_daily\": \"\", \"positive\": 4284, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 9428, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.6021448399197943, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 83.64168167010892, \"positive_daily\": \"\", \"positive\": 4445, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 9429, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7338640236522493, \"deceased_daily\": \"\", \"deceased\": 39, \"positive_100k\": 87.32981881461767, \"positive_daily\": \"\", \"positive\": 4641, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 9430, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.8279491548897172, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 91.50719864156125, \"positive_daily\": \"\", \"positive\": 4863, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 9431, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.9408513123746786, \"deceased_daily\": \"\", \"deceased\": 50, \"positive_100k\": 96.8512340958494, \"positive_daily\": \"\", \"positive\": 5147, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 9432, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.1102045486021208, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 101.04743094904047, \"positive_daily\": \"\", \"positive\": 5370, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 9433, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.1666556273446014, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 104.43449567358932, \"positive_daily\": \"\", \"positive\": 5550, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 9434, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.3360088635720435, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 107.01242826949594, \"positive_daily\": \"\", \"positive\": 5687, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 9435, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4300939948095115, \"deceased_daily\": \"\", \"deceased\": 76, \"positive_100k\": 110.3618589415498, \"positive_daily\": \"\", \"positive\": 5865, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 9436, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.6747153360269278, \"deceased_daily\": \"\", \"deceased\": 89, \"positive_100k\": 114.52042174224589, \"positive_daily\": \"\", \"positive\": 6086, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 9437, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.9005196509968507, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 114.52042174224589, \"positive_daily\": \"\", \"positive\": 6086, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 9438, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.0322388347293057, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 116.87255002318258, \"positive_daily\": \"\", \"positive\": 6211, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 9439, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.126323965966774, \"deceased_daily\": \"\", \"deceased\": 113, \"positive_100k\": 118.8107037266744, \"positive_daily\": \"\", \"positive\": 6314, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 9440, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.239226123451735, \"deceased_daily\": \"\", \"deceased\": 119, \"positive_100k\": 120.59832122018629, \"positive_daily\": \"\", \"positive\": 6409, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 9441, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.408579359679177, \"deceased_daily\": \"\", \"deceased\": 128, \"positive_100k\": 122.78109626489555, \"positive_daily\": \"\", \"positive\": 6525, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 9442, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.5214815171641387, \"deceased_daily\": \"\", \"deceased\": 134, \"positive_100k\": 124.24882431220006, \"positive_daily\": \"\", \"positive\": 6603, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 9443, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.6155666484016065, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 124.62516483714994, \"positive_daily\": \"\", \"positive\": 6623, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 9444, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.822553937124036, \"deceased_daily\": \"\", \"deceased\": 150, \"positive_100k\": 126.82675690810667, \"positive_daily\": \"\", \"positive\": 6740, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 9445, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.860187989619023, \"deceased_daily\": \"\", \"deceased\": 152, \"positive_100k\": 129.76221300271567, \"positive_daily\": \"\", \"positive\": 6896, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 9446, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.029541225846465, \"deceased_daily\": \"\", \"deceased\": 161, \"positive_100k\": 130.53371107886292, \"positive_daily\": \"\", \"positive\": 6937, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 9447, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.0859923045889457, \"deceased_daily\": \"\", \"deceased\": 164, \"positive_100k\": 132.39659667736478, \"positive_daily\": \"\", \"positive\": 7036, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 9448, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.1048093308364395, \"deceased_daily\": \"\", \"deceased\": 165, \"positive_100k\": 133.1869117797595, \"positive_daily\": \"\", \"positive\": 7078, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 9449, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.4058817507963366, \"deceased_daily\": \"\", \"deceased\": 181, \"positive_100k\": 134.65463982706402, \"positive_daily\": \"\", \"positive\": 7156, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 9687, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.6096077137131055, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 9688, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.2799656585201418, \"positive_daily\": \"\", \"positive\": 137, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 9689, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.788271034335973, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 9690, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0718240655150396, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 7.493644168735798, \"positive_daily\": \"\", \"positive\": 313, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 9691, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.1436481310300792, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 8.259767534229553, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 9692, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1436481310300792, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 8.259767534229553, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 9693, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.19153084137343895, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 10.606020341054181, \"positive_daily\": \"\", \"positive\": 443, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 9694, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.19153084137343895, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 13.359276185797366, \"positive_daily\": \"\", \"positive\": 558, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 9695, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.21547219654511882, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 16.136473385712232, \"positive_daily\": \"\", \"positive\": 674, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 9696, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.3351789724035181, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 18.817905164940377, \"positive_daily\": \"\", \"positive\": 786, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 9697, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.40700303791855774, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 21.57116100968356, \"positive_daily\": \"\", \"positive\": 901, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 9698, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5745925241203168, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 23.67800026479139, \"positive_daily\": \"\", \"positive\": 989, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 9699, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.718240655150396, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 28.274740457753925, \"positive_daily\": \"\", \"positive\": 1181, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 9700, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.718240655150396, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 28.274740457753925, \"positive_daily\": \"\", \"positive\": 1181, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 9701, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.7661233654937558, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 31.530764761102386, \"positive_daily\": \"\", \"positive\": 1317, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 9702, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.885830141352155, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 35.313498878227804, \"positive_daily\": \"\", \"positive\": 1475, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 9703, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9815955620388745, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 40.053887202220416, \"positive_daily\": \"\", \"positive\": 1673, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 9704, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.1013023378972737, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 43.11838066419544, \"positive_daily\": \"\", \"positive\": 1801, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 9705, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.2928331792707128, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 47.59541408129957, \"positive_daily\": \"\", \"positive\": 1988, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 9706, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.3167745344423927, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 50.27684586052772, \"positive_daily\": \"\", \"positive\": 2100, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 9707, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.4125399551291122, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 53.84410778110802, \"positive_daily\": \"\", \"positive\": 2249, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 9708, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.5083053758158316, \"deceased_daily\": \"\", \"deceased\": 63, \"positive_100k\": 60.5237458740067, \"positive_daily\": \"\", \"positive\": 2528, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 9709, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.580129441330871, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 65.88660943246299, \"positive_daily\": \"\", \"positive\": 2752, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 9710, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.77166028270431, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 71.20159028057593, \"positive_daily\": \"\", \"positive\": 2974, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 9711, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.8913670585627094, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 77.42634262521268, \"positive_daily\": \"\", \"positive\": 3234, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 9712, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.0828978999361487, \"deceased_daily\": \"\", \"deceased\": 87, \"positive_100k\": 81.40060758371155, \"positive_daily\": \"\", \"positive\": 3400, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 9713, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.2504873861379076, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 83.1243851560725, \"positive_daily\": \"\", \"positive\": 3472, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 9714, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.2744287413095874, \"deceased_daily\": \"\", \"deceased\": 95, \"positive_100k\": 85.56640338358385, \"positive_daily\": \"\", \"positive\": 3574, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 9715, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.465959582683026, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 89.80402324897119, \"positive_daily\": \"\", \"positive\": 3751, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 9716, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.6096077137131055, \"deceased_daily\": \"\", \"deceased\": 109, \"positive_100k\": 96.14848236946635, \"positive_daily\": \"\", \"positive\": 4016, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 9717, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.7771971999148644, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 100.79310527277225, \"positive_daily\": \"\", \"positive\": 4210, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 9718, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.872962620601584, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 102.30141064858807, \"positive_daily\": \"\", \"positive\": 4273, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 9719, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.016610751631663, \"deceased_daily\": \"\", \"deceased\": 126, \"positive_100k\": 106.94603355189396, \"positive_daily\": \"\", \"positive\": 4467, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 9955, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.36574779982379085, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 9956, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.45327718781580917, \"positive_daily\": \"\", \"positive\": 145, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 9957, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7314955996475817, \"positive_daily\": \"\", \"positive\": 234, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 9958, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.009378148713430534, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.7314955996475817, \"positive_daily\": \"\", \"positive\": 234, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 9959, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 0.9940837636236367, \"positive_daily\": \"\", \"positive\": 318, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 9960, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.1347559943250947, \"positive_daily\": \"\", \"positive\": 363, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 9961, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.2347895806016869, \"positive_daily\": \"\", \"positive\": 395, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 9962, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.02188234699800458, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 1.3004366215957006, \"positive_daily\": \"\", \"positive\": 416, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 9963, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.028134446140291605, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 1.5005037941488855, \"positive_daily\": \"\", \"positive\": 480, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 9964, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.028134446140291605, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 1.8131087512632367, \"positive_daily\": \"\", \"positive\": 580, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 9965, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.034386545282578625, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 1.9850414776761298, \"positive_daily\": \"\", \"positive\": 635, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 9966, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.050016793138296184, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 2.097579262237296, \"positive_daily\": \"\", \"positive\": 671, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 9967, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.05626889228058321, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 2.663394234614272, \"positive_daily\": \"\", \"positive\": 852, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 9968, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.07502518970744428, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 2.969747092586336, \"positive_daily\": \"\", \"positive\": 950, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 9969, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.09378148713430534, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 3.3292427932678392, \"positive_daily\": \"\", \"positive\": 1065, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 9970, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.11878988370345343, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 4.135763582622865, \"positive_daily\": \"\", \"positive\": 1323, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 9971, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.17193272641289314, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 4.420234093596925, \"positive_daily\": \"\", \"positive\": 1414, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 9972, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.1906890238397542, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 4.9860490659739005, \"positive_daily\": \"\", \"positive\": 1595, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 9973, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.22820161869347635, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 5.458082551216571, \"positive_daily\": \"\", \"positive\": 1746, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 9974, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.25946211440491146, \"deceased_daily\": \"\", \"deceased\": 83, \"positive_100k\": 7.130519071778349, \"positive_daily\": \"\", \"positive\": 2281, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 9975, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.28759656054520305, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 8.005812951698532, \"positive_daily\": \"\", \"positive\": 2561, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 9976, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.3344873041123557, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 9.234350433157932, \"positive_daily\": \"\", \"positive\": 2954, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 9977, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.3782519981083649, \"deceased_daily\": \"\", \"deceased\": 121, \"positive_100k\": 13.573307237905126, \"positive_daily\": \"\", \"positive\": 4342, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 9978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.4313948408178046, \"deceased_daily\": \"\", \"deceased\": 138, \"positive_100k\": 16.430516545930296, \"positive_daily\": \"\", \"positive\": 5256, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 9979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.5283023775232535, \"deceased_daily\": \"\", \"deceased\": 169, \"positive_100k\": 18.434314321033288, \"positive_daily\": \"\", \"positive\": 5897, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 9980, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.5658149723769755, \"deceased_daily\": \"\", \"deceased\": 181, \"positive_100k\": 21.407187463190766, \"positive_daily\": \"\", \"positive\": 6848, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 9981, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.6033275672306977, \"deceased_daily\": \"\", \"deceased\": 193, \"positive_100k\": 23.504766725428063, \"positive_daily\": \"\", \"positive\": 7519, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 9982, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.6752267073669984, \"deceased_daily\": \"\", \"deceased\": 216, \"positive_100k\": 30.585269004068117, \"positive_daily\": \"\", \"positive\": 9784, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 9983, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.7189914013630075, \"deceased_daily\": \"\", \"deceased\": 230, \"positive_100k\": 32.207688731491594, \"positive_daily\": \"\", \"positive\": 10303, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 9984, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.7940165910704519, \"deceased_daily\": \"\", \"deceased\": 254, \"positive_100k\": 35.871418828871796, \"positive_daily\": \"\", \"positive\": 11475, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 9985, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.8565375824933221, \"deceased_daily\": \"\", \"deceased\": 274, \"positive_100k\": 39.047485193153605, \"positive_daily\": \"\", \"positive\": 12491, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 9986, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.9378148713430534, \"deceased_daily\": \"\", \"deceased\": 300, \"positive_100k\": 42.16728266515483, \"positive_daily\": \"\", \"positive\": 13489, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 9987, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.087865250757942, \"deceased_daily\": \"\", \"deceased\": 348, \"positive_100k\": 45.07763481588943, \"positive_daily\": \"\", \"positive\": 14420, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 9988, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.2504198284574044, \"deceased_daily\": \"\", \"deceased\": 400, \"positive_100k\": 48.8539026978308, \"positive_daily\": \"\", \"positive\": 15628, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 9989, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.3910920591588627, \"deceased_daily\": \"\", \"deceased\": 445, \"positive_100k\": 51.03275924891783, \"positive_daily\": \"\", \"positive\": 16325, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 10221, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0893074552785798, \"positive_daily\": \"\", \"positive\": 112, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 10222, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6436871423399995, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 10223, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.382860058421893, \"positive_daily\": \"\", \"positive\": 245, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 10224, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.2192925687250886, \"positive_daily\": \"\", \"positive\": 331, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 10225, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.009725959422130176, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.357229821114319, \"positive_daily\": \"\", \"positive\": 448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 10226, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.01945191884426035, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.357229821114319, \"positive_daily\": \"\", \"positive\": 448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 10227, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.02917787826639053, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 7.634878146372188, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 10228, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.05835575653278106, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 9.92047861057278, \"positive_daily\": \"\", \"positive\": 1020, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 10229, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.11671151306556211, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 12.449228060326627, \"positive_daily\": \"\", \"positive\": 1280, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 10230, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.13616343190982247, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 15.561535075408282, \"positive_daily\": \"\", \"positive\": 1600, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 10231, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.22369706670899403, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 20.035476409588163, \"positive_daily\": \"\", \"positive\": 2060, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 10232, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.3209566609302958, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 22.972716155071474, \"positive_daily\": \"\", \"positive\": 2362, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 10233, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.4182162551515976, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 29.129248469279876, \"positive_daily\": \"\", \"positive\": 2995, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 10234, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.5835575653278106, \"deceased_daily\": \"\", \"deceased\": 60, \"positive_100k\": 34.46880019202934, \"positive_daily\": \"\", \"positive\": 3544, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 10235, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.7391729160818933, \"deceased_daily\": \"\", \"deceased\": 76, \"positive_100k\": 41.510394813651594, \"positive_daily\": \"\", \"positive\": 4268, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 10236, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.9725959422130176, \"deceased_daily\": \"\", \"deceased\": 100, \"positive_100k\": 50.283210212413, \"positive_daily\": \"\", \"positive\": 5170, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 10237, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.157389171233491, \"deceased_daily\": \"\", \"deceased\": 119, \"positive_100k\": 57.98617007474011, \"positive_daily\": \"\", \"positive\": 5962, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 10238, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.3616343190982245, \"deceased_daily\": \"\", \"deceased\": 140, \"positive_100k\": 62.323947977010164, \"positive_daily\": \"\", \"positive\": 6408, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 10239, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.5561535075408284, \"deceased_daily\": \"\", \"deceased\": 160, \"positive_100k\": 72.3903159789149, \"positive_daily\": \"\", \"positive\": 7443, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 10240, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.8187544119383428, \"deceased_daily\": \"\", \"deceased\": 187, \"positive_100k\": 80.24889119199608, \"positive_daily\": \"\", \"positive\": 8251, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 10241, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.032725519225207, \"deceased_daily\": \"\", \"deceased\": 209, \"positive_100k\": 87.86431741952401, \"positive_daily\": \"\", \"positive\": 9034, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 10242, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.3925860178440232, \"deceased_daily\": \"\", \"deceased\": 246, \"positive_100k\": 96.15083484717893, \"positive_daily\": \"\", \"positive\": 9886, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 10243, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.5871052062866267, \"deceased_daily\": \"\", \"deceased\": 266, \"positive_100k\": 102.35599695849797, \"positive_daily\": \"\", \"positive\": 10524, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 10244, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.8691580295284016, \"deceased_daily\": \"\", \"deceased\": 295, \"positive_100k\": 109.68937036278412, \"positive_daily\": \"\", \"positive\": 11278, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 10245, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.0247733802824848, \"deceased_daily\": \"\", \"deceased\": 311, \"positive_100k\": 114.08550402158696, \"positive_daily\": \"\", \"positive\": 11730, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 10246, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.3554560006349106, \"deceased_daily\": \"\", \"deceased\": 345, \"positive_100k\": 121.01038713014366, \"positive_daily\": \"\", \"positive\": 12442, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 10247, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.695864580409467, \"deceased_daily\": \"\", \"deceased\": 380, \"positive_100k\": 127.80883276621263, \"positive_daily\": \"\", \"positive\": 13141, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 10248, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.9779174036512424, \"deceased_daily\": \"\", \"deceased\": 409, \"positive_100k\": 135.73548969524873, \"positive_daily\": \"\", \"positive\": 13956, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 10249, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.230792348626626, \"deceased_daily\": \"\", \"deceased\": 435, \"positive_100k\": 150.48004417919807, \"positive_daily\": \"\", \"positive\": 15472, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 10250, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.571200928401183, \"deceased_daily\": \"\", \"deceased\": 470, \"positive_100k\": 155.48891328159513, \"positive_daily\": \"\", \"positive\": 15987, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 10251, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.9018835487536085, \"deceased_daily\": \"\", \"deceased\": 504, \"positive_100k\": 161.30503701602896, \"positive_daily\": \"\", \"positive\": 16585, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 10252, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 5.203388290839644, \"deceased_daily\": \"\", \"deceased\": 535, \"positive_100k\": 164.69939685435241, \"positive_daily\": \"\", \"positive\": 16934, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 10253, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.51461899234781, \"deceased_daily\": \"\", \"deceased\": 567, \"positive_100k\": 169.69853999732732, \"positive_daily\": \"\", \"positive\": 17448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 10254, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.825849693855975, \"deceased_daily\": \"\", \"deceased\": 599, \"positive_100k\": 175.952331905757, \"positive_daily\": \"\", \"positive\": 18091, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 10255, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 6.11762847651988, \"deceased_daily\": \"\", \"deceased\": 629, \"positive_100k\": 183.24680147235463, \"positive_daily\": \"\", \"positive\": 18841, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 10256, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 6.389955340339526, \"deceased_daily\": \"\", \"deceased\": 657, \"positive_100k\": 185.0072001277602, \"positive_daily\": \"\", \"positive\": 19022, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 10257, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 6.681734123003431, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 191.45551122463252, \"positive_daily\": \"\", \"positive\": 19685, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 10258, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.944335027400945, \"deceased_daily\": \"\", \"deceased\": 714, \"positive_100k\": 196.52273608356234, \"positive_daily\": \"\", \"positive\": 20206, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 10259, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 7.148580175265679, \"deceased_daily\": \"\", \"deceased\": 735, \"positive_100k\": 202.91269142390186, \"positive_daily\": \"\", \"positive\": 20863, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 10309, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 9.418778672002537, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 10310, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 9.418778672002537, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 10311, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 11.503851813132869, \"positive_daily\": \"\", \"positive\": 320, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 10312, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.114993940705553, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 10313, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.415764303332127, \"positive_daily\": \"\", \"positive\": 401, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 10314, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.781846706141655, \"positive_daily\": \"\", \"positive\": 439, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 10315, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.781846706141655, \"positive_daily\": \"\", \"positive\": 439, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 10316, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.249190686050177, \"positive_daily\": \"\", \"positive\": 452, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 10317, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.536786981378498, \"positive_daily\": \"\", \"positive\": 460, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 10318, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.8962823505389, \"positive_daily\": \"\", \"positive\": 470, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 10319, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.291727256615342, \"positive_daily\": \"\", \"positive\": 481, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 10320, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.759071236523866, \"positive_daily\": \"\", \"positive\": 494, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 10321, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.010717994936147, \"positive_daily\": \"\", \"positive\": 501, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 10322, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.909456417837152, \"positive_daily\": \"\", \"positive\": 526, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 10323, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.304901323913597, \"positive_daily\": \"\", \"positive\": 537, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 10324, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.73629576690608, \"positive_daily\": \"\", \"positive\": 549, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 10325, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 20.203639746814602, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 10326, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 21.210226780463728, \"positive_daily\": \"\", \"positive\": 590, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 10327, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 22.792006404769495, \"positive_daily\": \"\", \"positive\": 634, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 10328, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 24.91302908281587, \"positive_daily\": \"\", \"positive\": 693, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 10329, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.07189907383208043, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 28.07658833142741, \"positive_daily\": \"\", \"positive\": 781, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 10330, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.07189907383208043, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 30.017863324893582, \"positive_daily\": \"\", \"positive\": 835, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 10331, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 34.116110533322164, \"positive_daily\": \"\", \"positive\": 949, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 10332, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 38.64575218474323, \"positive_daily\": \"\", \"positive\": 1075, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 10333, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 47.633136413753284, \"positive_daily\": \"\", \"positive\": 1325, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 10334, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.14379814766416085, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 57.66305721332851, \"positive_daily\": \"\", \"positive\": 1604, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 10335, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.14379814766416085, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 65.85955163018568, \"positive_daily\": \"\", \"positive\": 1832, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 10336, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 73.94819743629472, \"positive_daily\": \"\", \"positive\": 2057, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 10337, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 79.44847658444888, \"positive_daily\": \"\", \"positive\": 2210, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 10338, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 85.41609971251155, \"positive_daily\": \"\", \"positive\": 2376, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 10339, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 90.30523673309303, \"positive_daily\": \"\", \"positive\": 2512, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 10340, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 98.0703367069577, \"positive_daily\": \"\", \"positive\": 2728, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 10341, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 107.0936704728838, \"positive_daily\": \"\", \"positive\": 2979, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 10342, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 116.15295377572595, \"positive_daily\": \"\", \"positive\": 3231, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 10343, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 123.23501254818585, \"positive_daily\": \"\", \"positive\": 3428, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 10344, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 133.40873149542523, \"positive_daily\": \"\", \"positive\": 3711, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 10345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 147.500949966513, \"positive_daily\": \"\", \"positive\": 4103, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 10346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 167.63269063949554, \"positive_daily\": \"\", \"positive\": 4663, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 10347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.2875962953283217, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 180.0352808755294, \"positive_daily\": \"\", \"positive\": 5008, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 10348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.2875962953283217, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 195.85307711858707, \"positive_daily\": \"\", \"positive\": 5448, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 39}, {\"index\": 10349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.32354583224436195, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 216.2364645499819, \"positive_daily\": \"\", \"positive\": 6015, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 40}, {\"index\": 10947, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4752042513381391, \"positive_daily\": \"\", \"positive\": 103, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 10948, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.9335201352490172, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 10949, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.4491255046487552, \"positive_daily\": \"\", \"positive\": 171, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 10950, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.028644742744429887, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.1795664446317176, \"positive_daily\": \"\", \"positive\": 222, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 10951, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.042967114116644826, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 3.566270471681521, \"positive_daily\": \"\", \"positive\": 249, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 10952, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.042967114116644826, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 4.339678525781128, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 10953, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.05728948548885977, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 5.499790606930538, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 10954, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.499790606930538, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 10955, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 6.54532371710223, \"positive_daily\": \"\", \"positive\": 457, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 10956, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.14322371372214945, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 9.438442734289648, \"positive_daily\": \"\", \"positive\": 659, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 10957, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.18619082783879426, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 10.612877186811273, \"positive_daily\": \"\", \"positive\": 741, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 10958, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.2291579419554391, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 11.24306152718873, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 10959, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.2291579419554391, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 12.890134234993448, \"positive_daily\": \"\", \"positive\": 900, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 10960, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.40102639842201837, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 15.18171365454784, \"positive_daily\": \"\", \"positive\": 1060, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 10961, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4439935125386632, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 16.7714968768637, \"positive_daily\": \"\", \"positive\": 1171, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 10962, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.5585724835163828, \"deceased_daily\": \"\", \"deceased\": 39, \"positive_100k\": 21.139820145389255, \"positive_daily\": \"\", \"positive\": 1476, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 10963, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.6301843403774575, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 23.259531108477066, \"positive_daily\": \"\", \"positive\": 1624, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 10964, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.7304409399829621, \"deceased_daily\": \"\", \"deceased\": 51, \"positive_100k\": 27.32708457818611, \"positive_daily\": \"\", \"positive\": 1908, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 10965, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.8306975395884667, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 31.509217018872878, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 10966, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.8736646537051116, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 35.04684274780997, \"positive_daily\": \"\", \"positive\": 2447, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 10967, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.9309541391939714, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 38.18344207832504, \"positive_daily\": \"\", \"positive\": 2666, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 10968, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.9452765105661862, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 41.062238724140244, \"positive_daily\": \"\", \"positive\": 2867, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 10969, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.0168883674272609, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 44.470963110727396, \"positive_daily\": \"\", \"positive\": 3105, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 10970, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.0598554815439059, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 48.40961523808651, \"positive_daily\": \"\", \"positive\": 3380, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 10971, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.1457897097771956, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 51.990208081140246, \"positive_daily\": \"\", \"positive\": 3630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 10972, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.2174015666382703, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 58.06289354295939, \"positive_daily\": \"\", \"positive\": 4054, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 10973, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.3463029089882046, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 63.94938817693972, \"positive_daily\": \"\", \"positive\": 4465, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 10974, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.4179147658492794, \"deceased_daily\": \"\", \"deceased\": 99, \"positive_100k\": 69.79291569680342, \"positive_daily\": \"\", \"positive\": 4873, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 10975, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.4752042513381391, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 76.16637095743907, \"positive_daily\": \"\", \"positive\": 5318, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 10976, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.5754608509436439, \"deceased_daily\": \"\", \"deceased\": 110, \"positive_100k\": 81.49429310790303, \"positive_daily\": \"\", \"positive\": 5690, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 10977, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.6757174505491483, \"deceased_daily\": \"\", \"deceased\": 117, \"positive_100k\": 85.84829400505637, \"positive_daily\": \"\", \"positive\": 5994, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 10978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.7473293074102232, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 90.48874232965402, \"positive_daily\": \"\", \"positive\": 6318, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 10979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.790296421526868, \"deceased_daily\": \"\", \"deceased\": 125, \"positive_100k\": 94.95732219778507, \"positive_daily\": \"\", \"positive\": 6630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 11198, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.8089352890643122, \"positive_daily\": \"\", \"positive\": 102, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 11199, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.879873927851148, \"positive_daily\": \"\", \"positive\": 106, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 11200, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.915343247244566, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 11201, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9508125666379839, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 11202, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9508125666379839, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 11203, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.0749551845149465, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 11204, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3055057605721627, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 11205, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.4473830381458344, \"positive_daily\": \"\", \"positive\": 138, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 11206, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6601989545063414, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 11207, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6601989545063414, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 11208, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.837545551473431, \"positive_daily\": \"\", \"positive\": 160, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 11209, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.156769426014192, \"positive_daily\": \"\", \"positive\": 178, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 11210, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.156769426014192, \"positive_daily\": \"\", \"positive\": 178, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 11211, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.5469319393417886, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 11212, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.759747855702296, \"positive_daily\": \"\", \"positive\": 212, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 11213, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.008033091456221, \"positive_daily\": \"\", \"positive\": 226, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 11214, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.309522306300273, \"positive_daily\": \"\", \"positive\": 243, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 11215, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.717419479324579, \"positive_daily\": \"\", \"positive\": 266, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 11216, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.550948485069899, \"positive_daily\": \"\", \"positive\": 313, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 11217, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.118457595364586, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 11218, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.827843983232944, \"positive_daily\": \"\", \"positive\": 385, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 11219, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 7.661372988978264, \"positive_daily\": \"\", \"positive\": 432, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 11220, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 8.069270162002569, \"positive_daily\": \"\", \"positive\": 455, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 11221, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.026941785624853, \"positive_daily\": \"\", \"positive\": 509, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 11222, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.89594011076359, \"positive_daily\": \"\", \"positive\": 558, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 11223, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 11.190570268623343, \"positive_daily\": \"\", \"positive\": 631, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 11224, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 12.112772572852208, \"positive_daily\": \"\", \"positive\": 683, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 11225, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 12.981770897990945, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 11226, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 14.223197076760572, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 11227, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 14.968052784022348, \"positive_daily\": \"\", \"positive\": 844, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 11228, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.58876587340716, \"positive_daily\": \"\", \"positive\": 879, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 11229, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.42229487915248, \"positive_daily\": \"\", \"positive\": 926, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 11230, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 17.734659696708945, \"positive_daily\": \"\", \"positive\": 1000, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 11231, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.07093863878683578, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.603658021847682, \"positive_daily\": \"\", \"positive\": 1049, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 11232, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.08867329848354472, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 19.756410902133762, \"positive_daily\": \"\", \"positive\": 1114, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 11233, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 21.086510379386937, \"positive_daily\": \"\", \"positive\": 1189, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 11234, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 23.21466954299201, \"positive_daily\": \"\", \"positive\": 1309, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 11235, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 24.385157082974796, \"positive_daily\": \"\", \"positive\": 1375, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 11236, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 26.265031010825947, \"positive_daily\": \"\", \"positive\": 1481, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 11237, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 28.783352687758615, \"positive_daily\": \"\", \"positive\": 1623, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 39}, {\"index\": 11238, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 33.87320002071409, \"positive_daily\": \"\", \"positive\": 1910, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 40}, {\"index\": 11239, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.1241426178769626, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 37.384662640662455, \"positive_daily\": \"\", \"positive\": 2108, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 41}, {\"index\": 11240, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.14187727757367155, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 40.77198264273386, \"positive_daily\": \"\", \"positive\": 2299, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 42}, {\"index\": 11241, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.14187727757367155, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 44.90415835206704, \"positive_daily\": \"\", \"positive\": 2532, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 43}, {\"index\": 11242, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.1596119372703805, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 51.749736994996695, \"positive_daily\": \"\", \"positive\": 2918, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 44}, {\"index\": 11243, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 57.673113333697486, \"positive_daily\": \"\", \"positive\": 3252, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 45}, {\"index\": 11244, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 65.60050621812638, \"positive_daily\": \"\", \"positive\": 3699, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 46}, {\"index\": 11245, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 78.5113384773305, \"positive_daily\": \"\", \"positive\": 4427, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 47}, {\"index\": 11246, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 89.56003146838017, \"positive_daily\": \"\", \"positive\": 5050, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 48}, {\"index\": 11247, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 106.26608090268, \"positive_daily\": \"\", \"positive\": 5992, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 49}, {\"index\": 11248, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 116.83593808191851, \"positive_daily\": \"\", \"positive\": 6588, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 50}, {\"index\": 11249, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 142.12556280942547, \"positive_daily\": \"\", \"positive\": 8014, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 51}, {\"index\": 11301, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.820252958828889, \"positive_daily\": \"\", \"positive\": 141, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 11302, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 8.755076493248433, \"positive_daily\": \"\", \"positive\": 181, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 11303, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 10.593158850946999, \"positive_daily\": \"\", \"positive\": 219, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 11304, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.23775885520361, \"positive_daily\": \"\", \"positive\": 253, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 11305, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.30191179913436, \"positive_daily\": \"\", \"positive\": 275, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 11306, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.30191179913436, \"positive_daily\": \"\", \"positive\": 275, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 11307, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.833988271099733, \"positive_daily\": \"\", \"positive\": 286, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 11308, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 16.494370630926607, \"positive_daily\": \"\", \"positive\": 341, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 11309, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 18.525935342067125, \"positive_daily\": \"\", \"positive\": 383, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 11310, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.09674117672097717, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 20.025423581242272, \"positive_daily\": \"\", \"positive\": 414, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 11311, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.14511176508146575, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 21.379800055335952, \"positive_daily\": \"\", \"positive\": 442, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 11312, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.19348235344195433, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 23.21788241303452, \"positive_daily\": \"\", \"positive\": 480, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 11313, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.24185294180244293, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 25.53967065433797, \"positive_daily\": \"\", \"positive\": 528, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 11314, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.2902235301629315, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 27.184270658594585, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 11315, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.43533529524439724, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 30.570211843828787, \"positive_daily\": \"\", \"positive\": 632, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 11316, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.43533529524439724, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 33.08548243857419, \"positive_daily\": \"\", \"positive\": 684, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 11317, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.5320764719653743, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 35.310529503156665, \"positive_daily\": \"\", \"positive\": 730, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 11318, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5320764719653743, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 36.56816480052937, \"positive_daily\": \"\", \"positive\": 756, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 11319, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7255588254073287, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 38.79321186511184, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 11320, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.7255588254073287, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 40.679664811170895, \"positive_daily\": \"\", \"positive\": 841, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 11321, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8223000021283059, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 43.388417759358255, \"positive_daily\": \"\", \"positive\": 897, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 11322, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.9674117672097717, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 45.17812952869633, \"positive_daily\": \"\", \"positive\": 934, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 11323, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.0641529439307487, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 47.25806482819735, \"positive_daily\": \"\", \"positive\": 977, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 11324, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.3543764740936803, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 48.225476595407116, \"positive_daily\": \"\", \"positive\": 997, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 11325, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4511176508146575, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 49.38637071605884, \"positive_daily\": \"\", \"positive\": 1021, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 11326, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.741341180977589, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 51.2244530737574, \"positive_daily\": \"\", \"positive\": 1059, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 11327, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.9348235344195435, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 52.77231190129304, \"positive_daily\": \"\", \"positive\": 1091, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 11328, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.0799352995010087, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 54.36854131718917, \"positive_daily\": \"\", \"positive\": 1124, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 11329, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.1766764762219863, \"deceased_daily\": \"\", \"deceased\": 45, \"positive_100k\": 56.10988249816675, \"positive_daily\": \"\", \"positive\": 1160, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 11330, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.4185294180244292, \"deceased_daily\": \"\", \"deceased\": 50, \"positive_100k\": 57.46425897226044, \"positive_daily\": \"\", \"positive\": 1188, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 11331, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.5636411831058945, \"deceased_daily\": \"\", \"deceased\": 53, \"positive_100k\": 58.28655897438874, \"positive_daily\": \"\", \"positive\": 1205, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 11332, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.660382359826872, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 58.625153092912164, \"positive_daily\": \"\", \"positive\": 1212, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 11333, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.7087529481873607, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 59.012117799796066, \"positive_daily\": \"\", \"positive\": 1220, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 11334, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.9506058899898036, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 60.36649427388976, \"positive_daily\": \"\", \"positive\": 1248, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 11335, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.9506058899898036, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 61.33390604109952, \"positive_daily\": \"\", \"positive\": 1268, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 11336, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.1924588317922464, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 63.07524722207711, \"positive_daily\": \"\", \"positive\": 1304, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 11337, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.3859411852342007, \"deceased_daily\": \"\", \"deceased\": 70, \"positive_100k\": 63.70406487076347, \"positive_daily\": \"\", \"positive\": 1317, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 11338, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.579423538676155, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 64.33288251944981, \"positive_daily\": \"\", \"positive\": 1330, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 11339, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.724535303757621, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 64.57473546125225, \"positive_daily\": \"\", \"positive\": 1335, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 11560, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.25682870610404146, \"positive_daily\": \"\", \"positive\": 120, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 11561, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.002140239217533679, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.353139470893057, \"positive_daily\": \"\", \"positive\": 165, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 11562, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.004280478435067358, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.4751331062924767, \"positive_daily\": \"\", \"positive\": 222, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 11563, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.006420717652601036, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.5543219573412228, \"positive_daily\": \"\", \"positive\": 259, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 11564, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.010701196087668393, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 0.8560956870134715, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 11565, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.021402392175336786, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 1.0701196087668394, \"positive_daily\": \"\", \"positive\": 500, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 11566, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.03638406669807254, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 1.4403809934001657, \"positive_daily\": \"\", \"positive\": 673, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 11567, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.059926698090943004, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 2.296476680413637, \"positive_daily\": \"\", \"positive\": 1073, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 11568, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.07490837261367876, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 3.6277054737195855, \"positive_daily\": \"\", \"positive\": 1695, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 11569, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.11557291774681865, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 4.873324698324186, \"positive_daily\": \"\", \"positive\": 2277, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 11570, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.11771315696435233, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 4.873324698324186, \"positive_daily\": \"\", \"positive\": 2277, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 11571, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.28465181593197925, \"deceased_daily\": \"\", \"deceased\": 133, \"positive_100k\": 11.197731586136207, \"positive_daily\": \"\", \"positive\": 5232, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 11572, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.4173466474190673, \"deceased_daily\": \"\", \"deceased\": 195, \"positive_100k\": 13.67826883925774, \"positive_daily\": \"\", \"positive\": 6391, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 11573, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.6185291338672331, \"deceased_daily\": \"\", \"deceased\": 289, \"positive_100k\": 16.689585418327628, \"positive_daily\": \"\", \"positive\": 7798, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 11574, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.7319618123965181, \"deceased_daily\": \"\", \"deceased\": 342, \"positive_100k\": 21.278258300719834, \"positive_daily\": \"\", \"positive\": 9942, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 11575, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 1.1407475029454508, \"deceased_daily\": \"\", \"deceased\": 533, \"positive_100k\": 25.14353032758566, \"positive_daily\": \"\", \"positive\": 11748, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 11576, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.3333690325234817, \"deceased_daily\": \"\", \"deceased\": 623, \"positive_100k\": 29.770727515893466, \"positive_daily\": \"\", \"positive\": 13910, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 11577, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.7763985505529534, \"deceased_daily\": \"\", \"deceased\": 830, \"positive_100k\": 38.44511706455747, \"positive_daily\": \"\", \"positive\": 17963, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 11578, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 2.232269503887627, \"deceased_daily\": \"\", \"deceased\": 1043, \"positive_100k\": 43.68228242986238, \"positive_daily\": \"\", \"positive\": 20410, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 11579, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.942828924108808, \"deceased_daily\": \"\", \"deceased\": 1375, \"positive_100k\": 54.30642990569957, \"positive_daily\": \"\", \"positive\": 25374, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 11580, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 3.792503893469678, \"deceased_daily\": \"\", \"deceased\": 1772, \"positive_100k\": 61.570401810008875, \"positive_daily\": \"\", \"positive\": 28768, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 11581, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 4.946092831720331, \"deceased_daily\": \"\", \"deceased\": 2311, \"positive_100k\": 75.19944514726333, \"positive_daily\": \"\", \"positive\": 35136, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 11582, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 6.00979172283457, \"deceased_daily\": \"\", \"deceased\": 2808, \"positive_100k\": 85.36344119133078, \"positive_daily\": \"\", \"positive\": 39885, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 11583, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 7.805452426345326, \"deceased_daily\": \"\", \"deceased\": 3647, \"positive_100k\": 105.97394485618011, \"positive_daily\": \"\", \"positive\": 49515, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 11584, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 9.342144184534508, \"deceased_daily\": \"\", \"deceased\": 4365, \"positive_100k\": 123.67586342440116, \"positive_daily\": \"\", \"positive\": 57786, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 11585, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 10.99654909968804, \"deceased_daily\": \"\", \"deceased\": 5138, \"positive_100k\": 140.6543811370958, \"positive_daily\": \"\", \"positive\": 65719, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 11586, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 12.802910999286466, \"deceased_daily\": \"\", \"deceased\": 5982, \"positive_100k\": 156.74041909607897, \"positive_daily\": \"\", \"positive\": 73235, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 11587, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 14.560047396881616, \"deceased_daily\": \"\", \"deceased\": 6803, \"positive_100k\": 171.454563716623, \"positive_daily\": \"\", \"positive\": 80110, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 11588, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 16.514085802489863, \"deceased_daily\": \"\", \"deceased\": 7716, \"positive_100k\": 188.24688061739224, \"positive_daily\": \"\", \"positive\": 87956, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 11589, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 18.114984737205056, \"deceased_daily\": \"\", \"deceased\": 8464, \"positive_100k\": 205.29816646348303, \"positive_daily\": \"\", \"positive\": 95923, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 11590, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 20.09042553498864, \"deceased_daily\": \"\", \"deceased\": 9387, \"positive_100k\": 222.83742685117156, \"positive_daily\": \"\", \"positive\": 104118, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 11591, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 22.147195423038507, \"deceased_daily\": \"\", \"deceased\": 10348, \"positive_100k\": 239.84590791291168, \"positive_daily\": \"\", \"positive\": 112065, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 11592, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 23.966398757942134, \"deceased_daily\": \"\", \"deceased\": 11198, \"positive_100k\": 255.11437449079696, \"positive_daily\": \"\", \"positive\": 119199, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 11593, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 25.569437931874862, \"deceased_daily\": \"\", \"deceased\": 11947, \"positive_100k\": 270.02970159778914, \"positive_daily\": \"\", \"positive\": 126168, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 11594, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 27.05476394884323, \"deceased_daily\": \"\", \"deceased\": 12641, \"positive_100k\": 281.75393203143864, \"positive_daily\": \"\", \"positive\": 131646, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 11595, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 28.552931401116805, \"deceased_daily\": \"\", \"deceased\": 13341, \"positive_100k\": 292.5171950564155, \"positive_daily\": \"\", \"positive\": 136675, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 11596, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 30.05965981026052, \"deceased_daily\": \"\", \"deceased\": 14045, \"positive_100k\": 303.7898350151654, \"positive_daily\": \"\", \"positive\": 141942, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 11597, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 31.658418505758174, \"deceased_daily\": \"\", \"deceased\": 14792, \"positive_100k\": 317.2262568228419, \"positive_daily\": \"\", \"positive\": 148220, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 11598, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 33.06027519324273, \"deceased_daily\": \"\", \"deceased\": 15447, \"positive_100k\": 327.9317333889453, \"positive_daily\": \"\", \"positive\": 153222, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 11599, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 34.41718685715908, \"deceased_daily\": \"\", \"deceased\": 16081, \"positive_100k\": 338.7420816767079, \"positive_daily\": \"\", \"positive\": 158273, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 11600, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 35.540812446364264, \"deceased_daily\": \"\", \"deceased\": 16606, \"positive_100k\": 348.916778916863, \"positive_daily\": \"\", \"positive\": 163027, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 11601, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 36.83137669453708, \"deceased_daily\": \"\", \"deceased\": 17209, \"positive_100k\": 357.05824890036115, \"positive_daily\": \"\", \"positive\": 166831, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 11602, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 38.002087546527996, \"deceased_daily\": \"\", \"deceased\": 17756, \"positive_100k\": 364.05255066326123, \"positive_daily\": \"\", \"positive\": 170099, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 11603, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 38.6441593117881, \"deceased_daily\": \"\", \"deceased\": 18056, \"positive_100k\": 369.2790148324784, \"positive_daily\": \"\", \"positive\": 172541, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 11604, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 40.03959528162006, \"deceased_daily\": \"\", \"deceased\": 18708, \"positive_100k\": 380.2006555595528, \"positive_daily\": \"\", \"positive\": 177644, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 11605, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 41.33872048666301, \"deceased_daily\": \"\", \"deceased\": 19315, \"positive_100k\": 395.8329628044188, \"positive_daily\": \"\", \"positive\": 184948, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 11606, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 42.80906482910864, \"deceased_daily\": \"\", \"deceased\": 20002, \"positive_100k\": 408.4411120349097, \"positive_daily\": \"\", \"positive\": 190839, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 11607, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 42.896814637027525, \"deceased_daily\": \"\", \"deceased\": 20043, \"positive_100k\": 410.33950422086207, \"positive_daily\": \"\", \"positive\": 191726, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 11608, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 43.77431271621633, \"deceased_daily\": \"\", \"deceased\": 20453, \"positive_100k\": 425.20988630428604, \"positive_daily\": \"\", \"positive\": 198674, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 48}, {\"index\": 11609, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 44.62826816401226, \"deceased_daily\": \"\", \"deceased\": 20852, \"positive_100k\": 428.4972937424178, \"positive_daily\": \"\", \"positive\": 200210, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 49}, {\"index\": 11924, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9918321152292875, \"positive_daily\": \"\", \"positive\": 101, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 11925, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.5810393123952007, \"positive_daily\": \"\", \"positive\": 161, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 11926, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9934843504113402, \"positive_daily\": \"\", \"positive\": 203, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 11927, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.4353897482857754, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 11928, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.486142583231654, \"positive_daily\": \"\", \"positive\": 355, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 11929, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.910059976382612, \"positive_daily\": \"\", \"positive\": 500, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 11930, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.882251851706369, \"positive_daily\": \"\", \"positive\": 599, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 11931, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 7.993577641550891, \"positive_daily\": \"\", \"positive\": 814, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 11932, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.019640239905530446, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.437135274607378, \"positive_daily\": \"\", \"positive\": 961, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 11933, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.02946035985829567, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 10.036162591726058, \"positive_daily\": \"\", \"positive\": 1022, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 11934, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05892071971659134, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 10.831592307900042, \"positive_daily\": \"\", \"positive\": 1103, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 11935, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06874083966935657, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 11.685942743790616, \"positive_daily\": \"\", \"positive\": 1190, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 11936, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.09820119952765223, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 12.559933419586718, \"positive_daily\": \"\", \"positive\": 1279, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 11937, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.10802131948041746, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 14.131152612029156, \"positive_daily\": \"\", \"positive\": 1439, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 11938, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.15712191924424357, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 16.0951766025822, \"positive_daily\": \"\", \"positive\": 1639, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 11939, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.19640239905530446, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 17.31287147672509, \"positive_daily\": \"\", \"positive\": 1763, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 11940, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.20622251900806968, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 18.99211198864794, \"positive_daily\": \"\", \"positive\": 1934, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 11941, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.2455029988191306, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 20.091965423357646, \"positive_daily\": \"\", \"positive\": 2046, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 11942, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.35352431829954806, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 22.4487942120213, \"positive_daily\": \"\", \"positive\": 2286, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 11943, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.6088474370714438, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 24.805623000684953, \"positive_daily\": \"\", \"positive\": 2526, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 11944, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.7561492363629222, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 27.889140665853233, \"positive_daily\": \"\", \"positive\": 2840, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 11945, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.0311125950403486, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 30.137948135036467, \"positive_daily\": \"\", \"positive\": 3069, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 11946, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.0311125950403486, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 33.84995347718172, \"positive_daily\": \"\", \"positive\": 3447, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 11947, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.0802131948041747, \"deceased_daily\": \"\", \"deceased\": 110, \"positive_100k\": 36.334443825231325, \"positive_daily\": \"\", \"positive\": 3700, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 11948, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.4337375131037227, \"deceased_daily\": \"\", \"deceased\": 146, \"positive_100k\": 39.55544316973832, \"positive_daily\": \"\", \"positive\": 4028, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 11949, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.76762159149774, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 43.55223199051376, \"positive_daily\": \"\", \"positive\": 4435, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 11950, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.347008668710888, \"deceased_daily\": \"\", \"deceased\": 239, \"positive_100k\": 48.58013340632956, \"positive_daily\": \"\", \"positive\": 4947, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 11951, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 3.024596945451689, \"deceased_daily\": \"\", \"deceased\": 308, \"positive_100k\": 54.67842789699676, \"positive_daily\": \"\", \"positive\": 5568, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 11952, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 3.5156029430899496, \"deceased_daily\": \"\", \"deceased\": 358, \"positive_100k\": 60.20715543040359, \"positive_daily\": \"\", \"positive\": 6131, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 11953, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 3.6629047423814285, \"deceased_daily\": \"\", \"deceased\": 373, \"positive_100k\": 63.27103285566633, \"positive_daily\": \"\", \"positive\": 6443, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 11954, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.9378681010588545, \"deceased_daily\": \"\", \"deceased\": 401, \"positive_100k\": 67.07141927738648, \"positive_daily\": \"\", \"positive\": 6830, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 11955, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 4.684197217469012, \"deceased_daily\": \"\", \"deceased\": 477, \"positive_100k\": 70.76378437962619, \"positive_daily\": \"\", \"positive\": 7206, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 11956, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 5.803690892084247, \"deceased_daily\": \"\", \"deceased\": 591, \"positive_100k\": 75.54618279662286, \"positive_daily\": \"\", \"positive\": 7693, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 11957, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 6.746422407549708, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 82.67558988233041, \"positive_daily\": \"\", \"positive\": 8419, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 11958, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 7.787355122542822, \"deceased_daily\": \"\", \"deceased\": 793, \"positive_100k\": 89.7657164882269, \"positive_daily\": \"\", \"positive\": 9141, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 11959, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 8.543504358905743, \"deceased_daily\": \"\", \"deceased\": 870, \"positive_100k\": 95.10786174253118, \"positive_daily\": \"\", \"positive\": 9685, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 11960, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 8.710446398102754, \"deceased_daily\": \"\", \"deceased\": 887, \"positive_100k\": 99.68403764051978, \"positive_daily\": \"\", \"positive\": 10151, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 11961, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 8.828287837535935, \"deceased_daily\": \"\", \"deceased\": 899, \"positive_100k\": 102.94431746483784, \"positive_daily\": \"\", \"positive\": 10483, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 11962, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 9.024690236591239, \"deceased_daily\": \"\", \"deceased\": 919, \"positive_100k\": 107.51067324287365, \"positive_daily\": \"\", \"positive\": 10948, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 11963, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 10.144183911206476, \"deceased_daily\": \"\", \"deceased\": 1033, \"positive_100k\": 112.39127285939797, \"positive_daily\": \"\", \"positive\": 11445, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 11964, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 11.813604303176563, \"deceased_daily\": \"\", \"deceased\": 1203, \"positive_100k\": 117.12457067663082, \"positive_daily\": \"\", \"positive\": 11927, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 11965, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 13.090219897036041, \"deceased_daily\": \"\", \"deceased\": 1333, \"positive_100k\": 123.1443042076759, \"positive_daily\": \"\", \"positive\": 12540, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 11966, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 13.748167933871311, \"deceased_daily\": \"\", \"deceased\": 1400, \"positive_100k\": 129.7827052957452, \"positive_daily\": \"\", \"positive\": 13216, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 11967, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 14.838201248628254, \"deceased_daily\": \"\", \"deceased\": 1511, \"positive_100k\": 135.7336979871209, \"positive_daily\": \"\", \"positive\": 13822, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 11968, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 15.122984727258443, \"deceased_daily\": \"\", \"deceased\": 1540, \"positive_100k\": 141.26242552052773, \"positive_daily\": \"\", \"positive\": 14385, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 11969, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 15.515789525369053, \"deceased_daily\": \"\", \"deceased\": 1580, \"positive_100k\": 145.1119125420117, \"positive_daily\": \"\", \"positive\": 14777, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 12013, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.3385712958884843, \"positive_daily\": \"\", \"positive\": 114, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 12014, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.5127566431590846, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 12015, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.1468167306852086, \"positive_daily\": \"\", \"positive\": 268, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 12016, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.023483706945412006, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.957004620301923, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 12017, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.023483706945412006, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.391453198792045, \"positive_daily\": \"\", \"positive\": 374, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 12018, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.03522556041811801, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 5.765250055098647, \"positive_daily\": \"\", \"positive\": 491, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 12019, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.04696741389082401, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.655688464204314, \"positive_daily\": \"\", \"positive\": 652, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 12020, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.04696741389082401, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.655688464204314, \"positive_daily\": \"\", \"positive\": 652, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 12021, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.12916038819976602, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 13.373971105412135, \"positive_daily\": \"\", \"positive\": 1139, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 12022, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.15264409514517804, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 15.957178869407457, \"positive_daily\": \"\", \"positive\": 1359, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 12023, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.16438594861788405, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 25.832077639953205, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 12024, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.16438594861788405, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 25.832077639953205, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 12025, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.3170300437630621, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 31.703004376306207, \"positive_daily\": \"\", \"positive\": 2700, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 12026, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3287718972357681, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 35.554332315353776, \"positive_daily\": \"\", \"positive\": 3028, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 12027, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.4814159923809461, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 47.84805290127696, \"positive_daily\": \"\", \"positive\": 4075, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 12028, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6340600875261242, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 62.161372284505575, \"positive_daily\": \"\", \"positive\": 5294, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 12029, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.8806390104529502, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 77.20268658304197, \"positive_daily\": \"\", \"positive\": 6575, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 12030, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.1507016403251884, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 87.75861285500467, \"positive_daily\": \"\", \"positive\": 7474, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 12031, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.4090224167247203, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 103.2696012924493, \"positive_daily\": \"\", \"positive\": 8795, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 12032, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.4325061236701324, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 115.9742867499172, \"positive_daily\": \"\", \"positive\": 9877, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 12033, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.7965035813240187, \"deceased_daily\": \"\", \"deceased\": 153, \"positive_100k\": 127.9509772920773, \"positive_daily\": \"\", \"positive\": 10897, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 12034, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.2426940132868465, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 138.6830313661306, \"positive_daily\": \"\", \"positive\": 11811, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 12035, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.712368152195087, \"deceased_daily\": \"\", \"deceased\": 231, \"positive_100k\": 151.79868169514322, \"positive_daily\": \"\", \"positive\": 12928, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 12036, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.0998493167943852, \"deceased_daily\": \"\", \"deceased\": 264, \"positive_100k\": 165.2783294818097, \"positive_daily\": \"\", \"positive\": 14076, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 12037, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.522556041811801, \"deceased_daily\": \"\", \"deceased\": 300, \"positive_100k\": 174.11994514675732, \"positive_daily\": \"\", \"positive\": 14829, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 12038, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.215325396701455, \"deceased_daily\": \"\", \"deceased\": 359, \"positive_100k\": 186.95379099242498, \"positive_daily\": \"\", \"positive\": 15922, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 12039, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 5.084222553681699, \"deceased_daily\": \"\", \"deceased\": 433, \"positive_100k\": 194.97347691428317, \"positive_daily\": \"\", \"positive\": 16605, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 12040, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 5.73002449468053, \"deceased_daily\": \"\", \"deceased\": 488, \"positive_100k\": 208.62925250304025, \"positive_daily\": \"\", \"positive\": 17768, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 12041, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 6.293633461370417, \"deceased_daily\": \"\", \"deceased\": 536, \"positive_100k\": 221.0638753306359, \"positive_daily\": \"\", \"positive\": 18827, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 12042, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 6.939435402369248, \"deceased_daily\": \"\", \"deceased\": 591, \"positive_100k\": 230.2107791858739, \"positive_daily\": \"\", \"positive\": 19606, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 12043, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 7.820074412822198, \"deceased_daily\": \"\", \"deceased\": 666, \"positive_100k\": 240.76670545783657, \"positive_daily\": \"\", \"positive\": 20505, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 12044, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 8.395425232984792, \"deceased_daily\": \"\", \"deceased\": 715, \"positive_100k\": 247.75310827409666, \"positive_daily\": \"\", \"positive\": 21100, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 12045, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 8.982517906620092, \"deceased_daily\": \"\", \"deceased\": 765, \"positive_100k\": 254.2933206583939, \"positive_daily\": \"\", \"positive\": 21657, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 12046, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 9.640061701091629, \"deceased_daily\": \"\", \"deceased\": 821, \"positive_100k\": 261.29146532812666, \"positive_daily\": \"\", \"positive\": 22253, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 12047, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 10.508958858071873, \"deceased_daily\": \"\", \"deceased\": 895, \"positive_100k\": 273.3503488445957, \"positive_daily\": \"\", \"positive\": 23280, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 12048, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 11.131277092125291, \"deceased_daily\": \"\", \"deceased\": 948, \"positive_100k\": 282.40331787205207, \"positive_daily\": \"\", \"positive\": 24051, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 12049, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 11.765337179651416, \"deceased_daily\": \"\", \"deceased\": 1002, \"positive_100k\": 288.27424460840507, \"positive_daily\": \"\", \"positive\": 24551, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 12050, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 12.16456019772342, \"deceased_daily\": \"\", \"deceased\": 1036, \"positive_100k\": 294.8027151392296, \"positive_daily\": \"\", \"positive\": 25107, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 12051, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 12.98648994081284, \"deceased_daily\": \"\", \"deceased\": 1106, \"positive_100k\": 298.41920600882304, \"positive_daily\": \"\", \"positive\": 25415, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 12052, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 13.36222925193943, \"deceased_daily\": \"\", \"deceased\": 1138, \"positive_100k\": 301.6247320068718, \"positive_daily\": \"\", \"positive\": 25688, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 12053, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 13.784935976956847, \"deceased_daily\": \"\", \"deceased\": 1174, \"positive_100k\": 304.5367116681029, \"positive_daily\": \"\", \"positive\": 25936, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 12054, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 14.548156452682736, \"deceased_daily\": \"\", \"deceased\": 1239, \"positive_100k\": 309.2334530571853, \"positive_daily\": \"\", \"positive\": 26336, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 12055, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 15.04131429853639, \"deceased_daily\": \"\", \"deceased\": 1281, \"positive_100k\": 313.8832270323769, \"positive_daily\": \"\", \"positive\": 26732, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 12056, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 15.581439558280866, \"deceased_daily\": \"\", \"deceased\": 1327, \"positive_100k\": 317.9459083339331, \"positive_daily\": \"\", \"positive\": 27078, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 12057, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 16.062855550661812, \"deceased_daily\": \"\", \"deceased\": 1368, \"positive_100k\": 321.7737525660353, \"positive_daily\": \"\", \"positive\": 27404, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 12058, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 16.356401887479464, \"deceased_daily\": \"\", \"deceased\": 1393, \"positive_100k\": 325.7190153328645, \"positive_daily\": \"\", \"positive\": 27740, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 12059, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 16.77910861249688, \"deceased_daily\": \"\", \"deceased\": 1429, \"positive_100k\": 328.11435344129654, \"positive_daily\": \"\", \"positive\": 27944, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 12747, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.003644327087394025, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.2332369335932176, \"positive_daily\": \"\", \"positive\": 192, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 12748, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0048591027831920335, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.436104474791485, \"positive_daily\": \"\", \"positive\": 359, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 12749, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.010932981262182074, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 0.8138997161846656, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 12750, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.03644327087394025, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 1.5014627600063382, \"positive_daily\": \"\", \"positive\": 1236, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 12751, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.04494670074452631, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 1.8573920388751548, \"positive_daily\": \"\", \"positive\": 1529, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 12752, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.05345013061511236, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 2.2740601025338716, \"positive_daily\": \"\", \"positive\": 1872, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 12753, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.07167176605208249, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 2.9555492678765543, \"positive_daily\": \"\", \"positive\": 2433, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 12754, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09110817718485062, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 4.408421000050972, \"positive_daily\": \"\", \"positive\": 3629, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 12755, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.11175936401341675, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 6.921791914657051, \"positive_daily\": \"\", \"positive\": 5698, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 12756, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.1311957751461849, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 8.991769700296857, \"positive_daily\": \"\", \"positive\": 7402, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 12757, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.15913561614953908, \"deceased_daily\": \"\", \"deceased\": 131, \"positive_100k\": 11.196587588170242, \"positive_daily\": \"\", \"positive\": 9217, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 12758, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.2040823168940654, \"deceased_daily\": \"\", \"deceased\": 168, \"positive_100k\": 13.152376458405035, \"positive_daily\": \"\", \"positive\": 10827, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 12759, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.25996199890077376, \"deceased_daily\": \"\", \"deceased\": 214, \"positive_100k\": 16.43712993984285, \"positive_daily\": \"\", \"positive\": 13531, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 12760, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.33649286773604825, \"deceased_daily\": \"\", \"deceased\": 277, \"positive_100k\": 19.046468134416973, \"positive_daily\": \"\", \"positive\": 15679, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 12761, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4324601477040909, \"deceased_daily\": \"\", \"deceased\": 356, \"positive_100k\": 22.02995724329688, \"positive_daily\": \"\", \"positive\": 18135, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 12762, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.5162796707141535, \"deceased_daily\": \"\", \"deceased\": 425, \"positive_100k\": 25.41432233179013, \"positive_daily\": \"\", \"positive\": 20921, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 12763, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.6086026235948021, \"deceased_daily\": \"\", \"deceased\": 501, \"positive_100k\": 29.074441503229533, \"positive_daily\": \"\", \"positive\": 23934, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 12764, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.6972812493880568, \"deceased_daily\": \"\", \"deceased\": 574, \"positive_100k\": 32.88276330955629, \"positive_daily\": \"\", \"positive\": 27069, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 12765, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.7883894265729073, \"deceased_daily\": \"\", \"deceased\": 649, \"positive_100k\": 36.70687719992842, \"positive_daily\": \"\", \"positive\": 30217, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 12766, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.880712379453556, \"deceased_daily\": \"\", \"deceased\": 725, \"positive_100k\": 41.43478420797427, \"positive_daily\": \"\", \"positive\": 34109, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 12767, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.9863978649879828, \"deceased_daily\": \"\", \"deceased\": 812, \"positive_100k\": 46.436015747574665, \"positive_daily\": \"\", \"positive\": 38226, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 12768, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.1030163317845916, \"deceased_daily\": \"\", \"deceased\": 908, \"positive_100k\": 51.363145969731384, \"positive_daily\": \"\", \"positive\": 42282, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 12769, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.2220643499727963, \"deceased_daily\": \"\", \"deceased\": 1006, \"positive_100k\": 57.12968619768453, \"positive_daily\": \"\", \"positive\": 47029, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 12770, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.337468041073607, \"deceased_daily\": \"\", \"deceased\": 1101, \"positive_100k\": 63.371203722694695, \"positive_daily\": \"\", \"positive\": 52167, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 12771, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.455301283566014, \"deceased_daily\": \"\", \"deceased\": 1198, \"positive_100k\": 69.18876452987136, \"positive_daily\": \"\", \"positive\": 56956, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 12772, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.5743493017542187, \"deceased_daily\": \"\", \"deceased\": 1296, \"positive_100k\": 74.16084145277262, \"positive_daily\": \"\", \"positive\": 61049, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 12773, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.7043303012046056, \"deceased_daily\": \"\", \"deceased\": 1403, \"positive_100k\": 79.09526032910412, \"positive_daily\": \"\", \"positive\": 65111, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 12774, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.8440295062213767, \"deceased_daily\": \"\", \"deceased\": 1518, \"positive_100k\": 84.29571508281539, \"positive_daily\": \"\", \"positive\": 69392, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 12775, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.9958764681961276, \"deceased_daily\": \"\", \"deceased\": 1643, \"positive_100k\": 90.12785319834163, \"positive_daily\": \"\", \"positive\": 74193, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 12776, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.148938205866677, \"deceased_daily\": \"\", \"deceased\": 1769, \"positive_100k\": 95.41577180215036, \"positive_daily\": \"\", \"positive\": 78546, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 12777, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.295926065058236, \"deceased_daily\": \"\", \"deceased\": 1890, \"positive_100k\": 100.01126825935422, \"positive_daily\": \"\", \"positive\": 82329, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 12778, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.4502025784245824, \"deceased_daily\": \"\", \"deceased\": 2017, \"positive_100k\": 104.8424312015429, \"positive_daily\": \"\", \"positive\": 86306, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 12779, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.5996199890077376, \"deceased_daily\": \"\", \"deceased\": 2140, \"positive_100k\": 110.52029280370279, \"positive_daily\": \"\", \"positive\": 90980, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 13106, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1732995644566653, \"positive_daily\": \"\", \"positive\": 113, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 13107, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4536454780879038, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 13108, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.4536454780879038, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 13109, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.588626843910352, \"positive_daily\": \"\", \"positive\": 153, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 13110, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.588626843910352, \"positive_daily\": \"\", \"positive\": 153, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 13111, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.05587003329575, \"positive_daily\": \"\", \"positive\": 198, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 13112, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.5750291326128583, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 13113, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.4575996014519426, \"positive_daily\": \"\", \"positive\": 333, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 13114, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.4575996014519426, \"positive_daily\": \"\", \"positive\": 333, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 13115, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.205188704468578, \"positive_daily\": \"\", \"positive\": 405, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 13116, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.859329169608136, \"positive_daily\": \"\", \"positive\": 468, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 13117, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03114954595902651, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 5.918413732215037, \"positive_daily\": \"\", \"positive\": 570, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 13118, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.05191590993171085, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 6.344124193655066, \"positive_daily\": \"\", \"positive\": 611, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 13119, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.06229909191805302, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 6.894432838931201, \"positive_daily\": \"\", \"positive\": 664, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 13120, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.08306545589073737, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 8.451910136882526, \"positive_daily\": \"\", \"positive\": 814, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 13121, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.08306545589073737, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 10.632378354014383, \"positive_daily\": \"\", \"positive\": 1024, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 13122, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.09344863787707952, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 13.124342030736502, \"positive_daily\": \"\", \"positive\": 1264, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 13123, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.1038318198634217, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 15.626688889444965, \"positive_daily\": \"\", \"positive\": 1505, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 13124, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.1038318198634217, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 18.679344393429563, \"positive_daily\": \"\", \"positive\": 1799, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 13125, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.11421500184976387, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 21.555485803646345, \"positive_daily\": \"\", \"positive\": 2076, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 13126, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.12459818383610605, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 24.49392630578118, \"positive_daily\": \"\", \"positive\": 2359, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 13127, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.12459818383610605, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 27.60888090168383, \"positive_daily\": \"\", \"positive\": 2659, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 13128, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.14536454780879038, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 31.045714139163085, \"positive_daily\": \"\", \"positive\": 2990, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 13129, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.16613091178147474, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 34.887491474109694, \"positive_daily\": \"\", \"positive\": 3360, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 13130, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.2076636397268434, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 38.79156790097435, \"positive_daily\": \"\", \"positive\": 3736, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 13131, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.22843000369952773, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 42.80985932968876, \"positive_daily\": \"\", \"positive\": 4123, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 13132, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.25957954965855423, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 46.942365760252954, \"positive_daily\": \"\", \"positive\": 4521, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 13133, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.29072909561758076, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 51.22023673862592, \"positive_daily\": \"\", \"positive\": 4933, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 13134, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.3426450055492916, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 55.70577135672574, \"positive_daily\": \"\", \"positive\": 5365, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 13135, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.36341136952197595, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 60.48203507044314, \"positive_daily\": \"\", \"positive\": 5825, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 13136, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.3841777334946603, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 65.43481287792837, \"positive_daily\": \"\", \"positive\": 6302, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 13137, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.3841777334946603, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 65.43481287792837, \"positive_daily\": \"\", \"positive\": 6302, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 13138, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.42571046144002894, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 70.40835704938625, \"positive_daily\": \"\", \"positive\": 6781, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 13139, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.44647682541271333, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 75.43381713077586, \"positive_daily\": \"\", \"positive\": 7265, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 13183, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0015040083853881914, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.17446497270503022, \"positive_daily\": \"\", \"positive\": 116, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 13184, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.003008016770776383, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.2466573752036634, \"positive_daily\": \"\", \"positive\": 164, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 13185, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.003008016770776383, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.31132973577535566, \"positive_daily\": \"\", \"positive\": 207, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 13186, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0045120251561645746, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.41209829759636446, \"positive_daily\": \"\", \"positive\": 274, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 13187, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.006016033541552766, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.4842907000949977, \"positive_daily\": \"\", \"positive\": 322, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 13188, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.009024050312329149, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 0.5775392199890655, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 13189, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 0.6903398488931799, \"positive_daily\": \"\", \"positive\": 459, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 13190, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 0.6903398488931799, \"positive_daily\": \"\", \"positive\": 459, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 13191, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 1.2062147250813295, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 13192, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.031584176093152026, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.7205855928840912, \"positive_daily\": \"\", \"positive\": 1144, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 13193, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.031584176093152026, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.7220896012694793, \"positive_daily\": \"\", \"positive\": 1145, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 13194, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.08422446958173874, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 2.332717005737085, \"positive_daily\": \"\", \"positive\": 1551, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 13195, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.08422446958173874, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 2.9478564353608556, \"positive_daily\": \"\", \"positive\": 1960, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 13196, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.10828860374794978, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 3.9735901541956022, \"positive_daily\": \"\", \"positive\": 2642, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 13197, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.20755315718357045, \"deceased_daily\": \"\", \"deceased\": 138, \"positive_100k\": 4.084886774714328, \"positive_daily\": \"\", \"positive\": 2716, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 13198, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.2677134925990981, \"deceased_daily\": \"\", \"deceased\": 178, \"positive_100k\": 6.037089658948201, \"positive_daily\": \"\", \"positive\": 4014, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 13199, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.35193796218083684, \"deceased_daily\": \"\", \"deceased\": 234, \"positive_100k\": 7.6208104887619665, \"positive_daily\": \"\", \"positive\": 5067, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 13200, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.42413036467947, \"deceased_daily\": \"\", \"deceased\": 282, \"positive_100k\": 8.640528174055161, \"positive_daily\": \"\", \"positive\": 5745, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 13201, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.5053468174904324, \"deceased_daily\": \"\", \"deceased\": 336, \"positive_100k\": 10.115960400120976, \"positive_daily\": \"\", \"positive\": 6726, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 13202, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.636195547019205, \"deceased_daily\": \"\", \"deceased\": 423, \"positive_100k\": 12.278724458309197, \"positive_daily\": \"\", \"positive\": 8164, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 13203, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.7008679075908973, \"deceased_daily\": \"\", \"deceased\": 466, \"positive_100k\": 14.498640835142165, \"positive_daily\": \"\", \"positive\": 9640, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 13204, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.8723248635251512, \"deceased_daily\": \"\", \"deceased\": 580, \"positive_100k\": 17.76534704820532, \"positive_daily\": \"\", \"positive\": 11812, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 13205, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.1445503812804139, \"deceased_daily\": \"\", \"deceased\": 761, \"positive_100k\": 22.176603642548883, \"positive_daily\": \"\", \"positive\": 14745, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 13206, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.5355925614813435, \"deceased_daily\": \"\", \"deceased\": 1021, \"positive_100k\": 26.037393167840374, \"positive_daily\": \"\", \"positive\": 17312, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 13207, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.851434322412864, \"deceased_daily\": \"\", \"deceased\": 1231, \"positive_100k\": 29.74928586297843, \"positive_daily\": \"\", \"positive\": 19780, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 13208, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 2.1221558317827385, \"deceased_daily\": \"\", \"deceased\": 1411, \"positive_100k\": 33.76950027712107, \"positive_daily\": \"\", \"positive\": 22453, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 13209, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 2.6966870350010277, \"deceased_daily\": \"\", \"deceased\": 1793, \"positive_100k\": 38.32363766807651, \"positive_daily\": \"\", \"positive\": 25481, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 13210, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 3.5449477643599674, \"deceased_daily\": \"\", \"deceased\": 2357, \"positive_100k\": 44.91721042961834, \"positive_daily\": \"\", \"positive\": 29865, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 13211, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.4007285356458485, \"deceased_daily\": \"\", \"deceased\": 2926, \"positive_100k\": 51.396478553870665, \"positive_daily\": \"\", \"positive\": 34173, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 13212, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 5.43097427963676, \"deceased_daily\": \"\", \"deceased\": 3611, \"positive_100k\": 58.18858042228374, \"positive_daily\": \"\", \"positive\": 38689, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 13213, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 6.497316224876987, \"deceased_daily\": \"\", \"deceased\": 4320, \"positive_100k\": 63.88576418613421, \"positive_daily\": \"\", \"positive\": 42477, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 13214, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 7.434313448973831, \"deceased_daily\": \"\", \"deceased\": 4943, \"positive_100k\": 72.84815015466245, \"positive_daily\": \"\", \"positive\": 48436, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 13215, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 8.099085155315413, \"deceased_daily\": \"\", \"deceased\": 5385, \"positive_100k\": 78.62805437970927, \"positive_daily\": \"\", \"positive\": 52279, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 13216, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 9.28123574623053, \"deceased_daily\": \"\", \"deceased\": 6171, \"positive_100k\": 84.14776515408393, \"positive_daily\": \"\", \"positive\": 55949, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 13217, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 10.69500362849543, \"deceased_daily\": \"\", \"deceased\": 7111, \"positive_100k\": 92.45741148335368, \"positive_daily\": \"\", \"positive\": 61474, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 13218, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 12.021539024407815, \"deceased_daily\": \"\", \"deceased\": 7993, \"positive_100k\": 99.07204036229095, \"positive_daily\": \"\", \"positive\": 65872, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 13219, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 13.496971250473631, \"deceased_daily\": \"\", \"deceased\": 8974, \"positive_100k\": 112.20654559188604, \"positive_daily\": \"\", \"positive\": 74605, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 13220, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 14.877650948259992, \"deceased_daily\": \"\", \"deceased\": 9892, \"positive_100k\": 120.13116577449642, \"positive_daily\": \"\", \"positive\": 79874, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 13221, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 15.986105128291088, \"deceased_daily\": \"\", \"deceased\": 10629, \"positive_100k\": 128.15053848538625, \"positive_daily\": \"\", \"positive\": 85206, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 13222, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 17.06598314899981, \"deceased_daily\": \"\", \"deceased\": 11347, \"positive_100k\": 134.71403107922032, \"positive_daily\": \"\", \"positive\": 89570, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 13223, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 18.242117706373374, \"deceased_daily\": \"\", \"deceased\": 12129, \"positive_100k\": 142.64767531214304, \"positive_daily\": \"\", \"positive\": 94845, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 13224, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 19.39268412119534, \"deceased_daily\": \"\", \"deceased\": 12894, \"positive_100k\": 149.62326620357345, \"positive_daily\": \"\", \"positive\": 99483, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 13225, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 20.693651374556126, \"deceased_daily\": \"\", \"deceased\": 13759, \"positive_100k\": 156.6349532962532, \"positive_daily\": \"\", \"positive\": 104145, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 13226, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 21.969050485365315, \"deceased_daily\": \"\", \"deceased\": 14607, \"positive_100k\": 165.09349645567642, \"positive_daily\": \"\", \"positive\": 109769, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 13227, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 23.309121956746193, \"deceased_daily\": \"\", \"deceased\": 15498, \"positive_100k\": 173.43322295265392, \"positive_daily\": \"\", \"positive\": 115314, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 13228, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 24.207014962822942, \"deceased_daily\": \"\", \"deceased\": 16095, \"positive_100k\": 182.24370407425795, \"positive_daily\": \"\", \"positive\": 121172, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 13229, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 24.89133877817457, \"deceased_daily\": \"\", \"deceased\": 16550, \"positive_100k\": 189.28847935141624, \"positive_daily\": \"\", \"positive\": 125856, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 12821, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0021395772538901287, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 0.03606715942271932, \"positive_daily\": \"\", \"positive\": 118, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 12822, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0033621928275416315, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 0.04554243011851846, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 12823, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0036678467209545064, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 0.066326894870594, \"positive_daily\": \"\", \"positive\": 217, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 12824, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.004279154507780257, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 0.0800813200741734, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 12825, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.005196116188018885, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 0.12287286515197599, \"positive_daily\": \"\", \"positive\": 402, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 12826, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.006418731761670387, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 0.15832871678786953, \"positive_daily\": \"\", \"positive\": 518, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 12827, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.006724385655083263, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 0.17819621985970646, \"positive_daily\": \"\", \"positive\": 583, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 12828, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.008558309015560515, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 0.2931220837829477, \"positive_daily\": \"\", \"positive\": 959, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 12829, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.01100354016286352, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 0.3915426374618936, \"positive_daily\": \"\", \"positive\": 1281, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 12830, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.012226155736515023, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 0.508302424745612, \"positive_daily\": \"\", \"positive\": 1663, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 12831, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.01436573299040515, \"deceased_daily\": \"\", \"deceased\": 47, \"positive_100k\": 0.6660198337466559, \"positive_daily\": \"\", \"positive\": 2179, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 12832, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.01650531024429528, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 0.8335181673369116, \"positive_daily\": \"\", \"positive\": 2727, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 12833, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.01925619528501116, \"deceased_daily\": \"\", \"deceased\": 63, \"positive_100k\": 1.0694829730516515, \"positive_daily\": \"\", \"positive\": 3499, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 12834, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.025980580940094426, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 1.4157888342884397, \"positive_daily\": \"\", \"positive\": 4632, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 12835, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.03301062048859056, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 1.962603649604074, \"positive_daily\": \"\", \"positive\": 6421, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 12836, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.03606715942271932, \"deceased_daily\": \"\", \"deceased\": 118, \"positive_100k\": 2.3789042524324104, \"positive_daily\": \"\", \"positive\": 7783, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 12837, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06113077868257511, \"deceased_daily\": \"\", \"deceased\": 200, \"positive_100k\": 4.201824072746801, \"positive_daily\": \"\", \"positive\": 13747, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 12838, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.07457954999274163, \"deceased_daily\": \"\", \"deceased\": 244, \"positive_100k\": 5.890867487746351, \"positive_daily\": \"\", \"positive\": 19273, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 12839, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.09383574527775279, \"deceased_daily\": \"\", \"deceased\": 307, \"positive_100k\": 7.824739671369614, \"positive_daily\": \"\", \"positive\": 25600, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 12840, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.12745767355316912, \"deceased_daily\": \"\", \"deceased\": 417, \"positive_100k\": 10.170938957206848, \"positive_daily\": \"\", \"positive\": 33276, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 12841, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.17024921863097167, \"deceased_daily\": \"\", \"deceased\": 557, \"positive_100k\": 13.400783648900703, \"positive_daily\": \"\", \"positive\": 43843, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 12842, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.21579164874949014, \"deceased_daily\": \"\", \"deceased\": 706, \"positive_100k\": 16.424617616434283, \"positive_daily\": \"\", \"positive\": 53736, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 12843, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.2879259675949288, \"deceased_daily\": \"\", \"deceased\": 942, \"positive_100k\": 20.10530180091213, \"positive_daily\": \"\", \"positive\": 65778, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 12844, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.36953555713616654, \"deceased_daily\": \"\", \"deceased\": 1209, \"positive_100k\": 25.624799808161836, \"positive_daily\": \"\", \"positive\": 83836, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 12845, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.4832388054857563, \"deceased_daily\": \"\", \"deceased\": 1581, \"positive_100k\": 31.07185784267269, \"positive_daily\": \"\", \"positive\": 101657, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 12846, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.6192547880544859, \"deceased_daily\": \"\", \"deceased\": 2026, \"positive_100k\": 37.12625016339493, \"positive_daily\": \"\", \"positive\": 121465, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 12847, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.754048155049564, \"deceased_daily\": \"\", \"deceased\": 2467, \"positive_100k\": 43.06938446691488, \"positive_daily\": \"\", \"positive\": 140909, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 12848, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.9102372945835434, \"deceased_daily\": \"\", \"deceased\": 2978, \"positive_100k\": 49.46427522489906, \"positive_daily\": \"\", \"positive\": 161831, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 12849, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.183797529188067, \"deceased_daily\": \"\", \"deceased\": 3873, \"positive_100k\": 57.515504431287624, \"positive_daily\": \"\", \"positive\": 188172, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 12850, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.453995570965049, \"deceased_daily\": \"\", \"deceased\": 4757, \"positive_100k\": 65.21798254529209, \"positive_daily\": \"\", \"positive\": 213372, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 12851, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.8113049723647006, \"deceased_daily\": \"\", \"deceased\": 5926, \"positive_100k\": 74.50680436610938, \"positive_daily\": \"\", \"positive\": 243762, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 12852, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.166169142617049, \"deceased_daily\": \"\", \"deceased\": 7087, \"positive_100k\": 84.23393387008072, \"positive_daily\": \"\", \"positive\": 275586, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 12853, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.5696322819220447, \"deceased_daily\": \"\", \"deceased\": 8407, \"positive_100k\": 94.40212194224685, \"positive_daily\": \"\", \"positive\": 308853, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 12854, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.94008480073845, \"deceased_daily\": \"\", \"deceased\": 9619, \"positive_100k\": 103.02736916046479, \"positive_daily\": \"\", \"positive\": 337072, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 12855, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.2958659326710373, \"deceased_daily\": \"\", \"deceased\": 10783, \"positive_100k\": 112.07319613601885, \"positive_daily\": \"\", \"positive\": 366667, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 12856, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.91053591232433, \"deceased_daily\": \"\", \"deceased\": 12794, \"positive_100k\": 121.4989509010851, \"positive_daily\": \"\", \"positive\": 397505, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 35}, {\"index\": 12857, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.491583963702206, \"deceased_daily\": \"\", \"deceased\": 14695, \"positive_100k\": 131.1414142765811, \"positive_daily\": \"\", \"positive\": 429052, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 36}, {\"index\": 12858, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.056738012622613, \"deceased_daily\": \"\", \"deceased\": 16544, \"positive_100k\": 141.45050879361057, \"positive_daily\": \"\", \"positive\": 462780, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 37}, {\"index\": 12859, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 5.680883262971705, \"deceased_daily\": \"\", \"deceased\": 18586, \"positive_100k\": 151.76785596576215, \"positive_daily\": \"\", \"positive\": 496535, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 38}, {\"index\": 12860, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 6.25428996701426, \"deceased_daily\": \"\", \"deceased\": 20462, \"positive_100k\": 160.89498687696403, \"positive_daily\": \"\", \"positive\": 526396, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 39}, {\"index\": 12861, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 6.730193079058107, \"deceased_daily\": \"\", \"deceased\": 22019, \"positive_100k\": 169.73358051278416, \"positive_daily\": \"\", \"positive\": 555313, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 40}, {\"index\": 12862, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 7.191424804218136, \"deceased_daily\": \"\", \"deceased\": 23528, \"positive_100k\": 177.46845793949038, \"positive_daily\": \"\", \"positive\": 580619, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 41}, {\"index\": 12863, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 7.895345720747988, \"deceased_daily\": \"\", \"deceased\": 25831, \"positive_100k\": 185.7367014102021, \"positive_daily\": \"\", \"positive\": 607670, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 42}, {\"index\": 12864, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 8.6576465309197, \"deceased_daily\": \"\", \"deceased\": 28325, \"positive_100k\": 194.50285507328337, \"positive_daily\": \"\", \"positive\": 636350, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 43}, {\"index\": 12865, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 10.060903555578212, \"deceased_daily\": \"\", \"deceased\": 32916, \"positive_100k\": 204.05209401128843, \"positive_daily\": \"\", \"positive\": 667592, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 44}, {\"index\": 12866, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 11.239810622471673, \"deceased_daily\": \"\", \"deceased\": 36773, \"positive_100k\": 213.86786314434949, \"positive_daily\": \"\", \"positive\": 699706, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 45}, {\"index\": 12867, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.817802134915421, \"deceased_daily\": \"\", \"deceased\": 38664, \"positive_100k\": 223.79886379522725, \"positive_daily\": \"\", \"positive\": 732197, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 46}, {\"index\": 12868, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.428192960060933, \"deceased_daily\": \"\", \"deceased\": 40661, \"positive_100k\": 232.01759133520605, \"positive_daily\": \"\", \"positive\": 759086, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 47}, {\"index\": 12869, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.866194989321583, \"deceased_daily\": \"\", \"deceased\": 42094, \"positive_100k\": 239.73229560494704, \"positive_daily\": \"\", \"positive\": 784326, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 48}]}}, {\"mode\": \"vega-lite\"});\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"vconcat\": [{\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"United States\", \"transform\": [{\"filter\": \"datum['country_label'] == 'United States'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Spain\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Spain'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Italy\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"France\", \"transform\": [{\"filter\": \"datum['country_label'] == 'France'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Germany\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Germany'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"United Kingdom\", \"transform\": [{\"filter\": \"datum['country_label'] == 'United Kingdom'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Turkey\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Turkey'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Belgium\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Belgium'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Canada\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Canada'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Netherlands\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Netherlands'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Switzerland\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Switzerland'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Portugal\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Portugal'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Peru\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Peru'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Ireland\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Ireland'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Sweden\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Sweden'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Austria\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Austria'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Israel\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Israel'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Chile\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Chile'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Ecuador\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Ecuador'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Singapore\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Singapore'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Denmark\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Denmark'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"United Arab Emirates\", \"transform\": [{\"filter\": \"datum['country_label'] == 'United Arab Emirates'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Norway\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Norway'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Belarus\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Belarus'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Serbia\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Serbia'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Qatar\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Qatar'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Panama\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Panama'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Finland\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Finland'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Luxembourg\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Luxembourg'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Moldova\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Moldova'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Kuwait\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Kuwait'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Bahrain\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Bahrain'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Estonia\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Estonia'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}, {\"hconcat\": [{\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Slovenia\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Slovenia'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Djibouti\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Djibouti'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}, {\"layer\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"country_label\", \"title\": \"Country\"}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"country_label\"}, {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\"}], \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\", \"title\": \"Days\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}}, \"height\": 150, \"title\": \"Cyprus\", \"transform\": [{\"filter\": \"datum['country_label'] == 'Cyprus'\"}], \"width\": 250}, {\"layer\": [{\"mark\": {\"type\": \"line\", \"opacity\": 0.3}, \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}], \"width\": 250}, {\"mark\": \"text\", \"encoding\": {\"color\": {\"value\": \"steelblue\"}, \"text\": {\"type\": \"nominal\", \"field\": \"country_label\"}, \"x\": {\"type\": \"quantitative\", \"field\": \"sinceDay0\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"log\"}}}, \"height\": 150, \"transform\": [{\"filter\": \"datum['country_label'] == 'Italy'\"}, {\"filter\": \"datum['sinceDay0'] == 57\"}], \"width\": 250}]}]}]}], \"data\": {\"name\": \"data-4547cc1cc22a19a3cd05a8ce9e9ca941\"}, \"title\": \"Growth of cases per 100k population from case 100, compared to Italy (log scale)\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-4547cc1cc22a19a3cd05a8ce9e9ca941\": [{\"index\": 774, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.175534814650374, \"positive_daily\": \"\", \"positive\": 104, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 775, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4807217376846056, \"positive_daily\": \"\", \"positive\": 131, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 776, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.057185925638154, \"positive_daily\": \"\", \"positive\": 182, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 777, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.780591965423, \"positive_daily\": \"\", \"positive\": 246, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 778, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.41357225023474, \"positive_daily\": \"\", \"positive\": 302, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 779, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.696822563305658, \"positive_daily\": \"\", \"positive\": 504, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 780, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 7.403608688423027, \"positive_daily\": \"\", \"positive\": 655, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 781, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.01130321937163821, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.720768659608861, \"positive_daily\": \"\", \"positive\": 860, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 782, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.03390965811491463, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.506677320327698, \"positive_daily\": \"\", \"positive\": 1018, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 783, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.03390965811491463, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.055888203022096, \"positive_daily\": \"\", \"positive\": 1332, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 784, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04521287748655284, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.605099085716496, \"positive_daily\": \"\", \"positive\": 1646, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 785, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06781931622982926, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 22.753380595107718, \"positive_daily\": \"\", \"positive\": 2013, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 786, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.06781931622982926, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 26.992087859472047, \"positive_daily\": \"\", \"positive\": 2388, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 787, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.09042575497310568, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 31.807259311789924, \"positive_daily\": \"\", \"positive\": 2814, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 788, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.18085150994621135, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 40.48813178920807, \"positive_daily\": \"\", \"positive\": 3582, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 789, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.23736760680440244, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 50.57060346870936, \"positive_daily\": \"\", \"positive\": 4474, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 790, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.3164901424058699, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 59.71490794036467, \"positive_daily\": \"\", \"positive\": 5283, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 791, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.3390965811491463, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 63.16238984871432, \"positive_daily\": \"\", \"positive\": 5588, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 792, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.5538577492102723, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 78.0939426386484, \"positive_daily\": \"\", \"positive\": 6909, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 793, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.6555867235550162, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 86.54875072863378, \"positive_daily\": \"\", \"positive\": 7657, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 794, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.7686189172713983, \"deceased_daily\": \"\", \"deceased\": 68, \"positive_100k\": 93.48892742281964, \"positive_daily\": \"\", \"positive\": 8271, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 795, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9720768659608862, \"deceased_daily\": \"\", \"deceased\": 86, \"positive_100k\": 99.33269183795659, \"positive_daily\": \"\", \"positive\": 8788, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 796, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.2207476921369267, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 108.7143639164163, \"positive_daily\": \"\", \"positive\": 9618, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 797, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.4468120795696908, \"deceased_daily\": \"\", \"deceased\": 128, \"positive_100k\": 115.06677320327698, \"positive_daily\": \"\", \"positive\": 10180, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 798, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.6502700282591787, \"deceased_daily\": \"\", \"deceased\": 146, \"positive_100k\": 121.06878268961687, \"positive_daily\": \"\", \"positive\": 10711, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 799, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.7859086607188372, \"deceased_daily\": \"\", \"deceased\": 158, \"positive_100k\": 125.79352838696164, \"positive_daily\": \"\", \"positive\": 11129, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 800, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.8989408544352195, \"deceased_daily\": \"\", \"deceased\": 168, \"positive_100k\": 130.25830003875876, \"positive_daily\": \"\", \"positive\": 11524, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 801, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.102398803124707, \"deceased_daily\": \"\", \"deceased\": 186, \"positive_100k\": 133.16322741726978, \"positive_daily\": \"\", \"positive\": 11781, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 802, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.305856751814195, \"deceased_daily\": \"\", \"deceased\": 204, \"positive_100k\": 136.21509664761209, \"positive_daily\": \"\", \"positive\": 12051, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 803, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.4867082617604064, \"deceased_daily\": \"\", \"deceased\": 220, \"positive_100k\": 138.99568861303507, \"positive_daily\": \"\", \"positive\": 12297, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 804, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.7466823073080855, \"deceased_daily\": \"\", \"deceased\": 243, \"positive_100k\": 142.86138963813534, \"positive_daily\": \"\", \"positive\": 12639, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 805, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.0857788884572317, \"deceased_daily\": \"\", \"deceased\": 273, \"positive_100k\": 146.2862651077417, \"positive_daily\": \"\", \"positive\": 12942, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 806, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.334449714633272, \"deceased_daily\": \"\", \"deceased\": 295, \"positive_100k\": 149.69983735797646, \"positive_daily\": \"\", \"positive\": 13244, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 807, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 3.605726979552589, \"deceased_daily\": \"\", \"deceased\": 319, \"positive_100k\": 153.21513858255594, \"positive_daily\": \"\", \"positive\": 13555, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 808, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.8091849282420767, \"deceased_daily\": \"\", \"deceased\": 337, \"positive_100k\": 156.05224664483714, \"positive_daily\": \"\", \"positive\": 13806, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 809, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 3.956126780073374, \"deceased_daily\": \"\", \"deceased\": 350, \"positive_100k\": 157.62339413749484, \"positive_daily\": \"\", \"positive\": 13945, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 810, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.159584728762861, \"deceased_daily\": \"\", \"deceased\": 368, \"positive_100k\": 158.70850319717212, \"positive_daily\": \"\", \"positive\": 14041, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 811, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 4.3404362387090725, \"deceased_daily\": \"\", \"deceased\": 384, \"positive_100k\": 160.79959878092518, \"positive_daily\": \"\", \"positive\": 14226, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 812, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.4421652130538165, \"deceased_daily\": \"\", \"deceased\": 393, \"positive_100k\": 162.0429529118054, \"positive_daily\": \"\", \"positive\": 14336, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 813, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.634319942371667, \"deceased_daily\": \"\", \"deceased\": 410, \"positive_100k\": 163.62540362383473, \"positive_daily\": \"\", \"positive\": 14476, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 814, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 4.871687549176069, \"deceased_daily\": \"\", \"deceased\": 431, \"positive_100k\": 164.97048672905967, \"positive_daily\": \"\", \"positive\": 14595, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 815, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.007326181635727, \"deceased_daily\": \"\", \"deceased\": 443, \"positive_100k\": 165.8295314013042, \"positive_daily\": \"\", \"positive\": 14671, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 816, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.109055155980471, \"deceased_daily\": \"\", \"deceased\": 452, \"positive_100k\": 166.71118251229197, \"positive_daily\": \"\", \"positive\": 14749, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 817, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.312513104669959, \"deceased_daily\": \"\", \"deceased\": 470, \"positive_100k\": 167.23113060338733, \"positive_daily\": \"\", \"positive\": 14795, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 818, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Austria\", \"country\": \"AUT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 5.549880711474361, \"deceased_daily\": \"\", \"deceased\": 491, \"positive_100k\": 168.1127817143751, \"positive_daily\": \"\", \"positive\": 14873, \"region_iso\": \"AUT\", \"region_label\": \"Austria\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.58549439, \"Longitude\": 14.1264761, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 958, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.00887387149166, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 959, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 960, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 961, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.424821863098854, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 962, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.380577391029533, \"positive_daily\": \"\", \"positive\": 210, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 963, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.63544553181105, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 964, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.63544553181105, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 965, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.527484024546352, \"positive_daily\": \"\", \"positive\": 228, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 966, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 16.311561010016955, \"positive_daily\": \"\", \"positive\": 256, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 967, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 17.713335784315287, \"positive_daily\": \"\", \"positive\": 278, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 968, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 18.15935503068294, \"positive_daily\": \"\", \"positive\": 285, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 969, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.06371703519537873, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 19.433695734590515, \"positive_daily\": \"\", \"positive\": 305, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 970, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.12743407039075746, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 21.281489755256494, \"positive_daily\": \"\", \"positive\": 334, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 971, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.12743407039075746, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 24.02132226865778, \"positive_daily\": \"\", \"positive\": 377, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 972, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1911511055861362, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 24.97707779658846, \"positive_daily\": \"\", \"positive\": 392, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 973, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 26.697437746863688, \"positive_daily\": \"\", \"positive\": 419, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 974, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 29.182402119483463, \"positive_daily\": \"\", \"positive\": 458, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 975, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 29.69213840104649, \"positive_daily\": \"\", \"positive\": 466, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 976, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 30.329308753000277, \"positive_daily\": \"\", \"positive\": 476, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 977, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 31.79480056249399, \"positive_daily\": \"\", \"positive\": 499, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 32.81427312562005, \"positive_daily\": \"\", \"positive\": 515, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 36.12755895577974, \"positive_daily\": \"\", \"positive\": 567, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 980, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 36.2549930261705, \"positive_daily\": \"\", \"positive\": 569, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 981, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 40.97005363062852, \"positive_daily\": \"\", \"positive\": 643, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 982, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 42.81784765129451, \"positive_daily\": \"\", \"positive\": 672, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 983, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 43.837320214420565, \"positive_daily\": \"\", \"positive\": 688, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 984, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 44.60192463676511, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 985, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.25486814078151493, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 48.17007860770632, \"positive_daily\": \"\", \"positive\": 756, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 986, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 51.674515543452145, \"positive_daily\": \"\", \"positive\": 811, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 987, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 52.43911996579669, \"positive_daily\": \"\", \"positive\": 823, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 988, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.3185851759768936, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 56.51701021830094, \"positive_daily\": \"\", \"positive\": 887, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 989, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 58.93825755572533, \"positive_daily\": \"\", \"positive\": 925, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 990, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 66.26571660319388, \"positive_daily\": \"\", \"positive\": 1040, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 991, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 72.38255198195024, \"positive_daily\": \"\", \"positive\": 1136, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 992, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.3823022111722724, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 86.71888490091045, \"positive_daily\": \"\", \"positive\": 1361, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 993, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 97.3596297785387, \"positive_daily\": \"\", \"positive\": 1528, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 994, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 106.47116581147787, \"positive_daily\": \"\", \"positive\": 1671, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 995, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 108.31895983214385, \"positive_daily\": \"\", \"positive\": 1700, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 996, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 110.867641239959, \"positive_daily\": \"\", \"positive\": 1740, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 997, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 112.9703034014065, \"positive_daily\": \"\", \"positive\": 1773, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 39}, {\"index\": 998, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 119.8517432025074, \"positive_daily\": \"\", \"positive\": 1881, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 40}, {\"index\": 999, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 121.50838611758724, \"positive_daily\": \"\", \"positive\": 1907, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 41}, {\"index\": 1000, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Bahrain\", \"country\": \"BHR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.4460192463676511, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 125.71371044048225, \"positive_daily\": \"\", \"positive\": 1973, \"region_iso\": \"BHR\", \"region_label\": \"Bahrain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 26.04205135, \"Longitude\": 50.54196932, \"Geo Region\": \"Asia\", \"sinceDay0\": 42}, {\"index\": 1251, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6024650973613517, \"positive_daily\": \"\", \"positive\": 152, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 1252, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.010542533535272049, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.6024650973613517, \"positive_daily\": \"\", \"positive\": 152, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 1253, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.021085067070544097, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.718432966249344, \"positive_daily\": \"\", \"positive\": 163, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 1254, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.042170134141088195, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 3.2049301947227034, \"positive_daily\": \"\", \"positive\": 304, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 1255, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.042170134141088195, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 3.7004292708804893, \"positive_daily\": \"\", \"positive\": 351, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 1256, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.05271266767636024, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 4.638714755519702, \"positive_daily\": \"\", \"positive\": 440, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 1257, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.08434026828217639, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 5.924903846822891, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 1258, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 7.379773474690435, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 1259, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 9.077121373869234, \"positive_daily\": \"\", \"positive\": 861, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 1260, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.13705293595853665, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 11.238340748600004, \"positive_daily\": \"\", \"positive\": 1066, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 1261, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.16868053656435278, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 15.666204833414264, \"positive_daily\": \"\", \"positive\": 1486, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 1262, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.20030813717016896, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 20.88475893337393, \"positive_daily\": \"\", \"positive\": 1981, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 1263, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.24247827131125715, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 23.46767964951558, \"positive_daily\": \"\", \"positive\": 2226, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 1264, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.2741058719170733, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 27.178651453931344, \"positive_daily\": \"\", \"positive\": 2578, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 1265, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.3057334725228894, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 30.773655389459112, \"positive_daily\": \"\", \"positive\": 2919, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 1266, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.3479036066639776, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 34.59005252922759, \"positive_daily\": \"\", \"positive\": 3281, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 1267, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.3795312072697938, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 39.302565019494196, \"positive_daily\": \"\", \"positive\": 3728, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 1268, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.42170134141088195, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 44.32081098228369, \"positive_daily\": \"\", \"positive\": 4204, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 1269, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.44278640848142603, \"deceased_daily\": \"\", \"deceased\": 42, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 1270, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.47441400908724224, \"deceased_daily\": \"\", \"deceased\": 45, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 1271, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.49549907615778627, \"deceased_daily\": \"\", \"deceased\": 47, \"positive_100k\": 50.38276776506512, \"positive_daily\": \"\", \"positive\": 4779, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 1272, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.5376692102988745, \"deceased_daily\": \"\", \"deceased\": 51, \"positive_100k\": 66.03843006494412, \"positive_daily\": \"\", \"positive\": 6264, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 1273, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belarus\", \"country\": \"BLR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.5798393444399628, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 70.87745295763398, \"positive_daily\": \"\", \"positive\": 6723, \"region_iso\": \"BLR\", \"region_label\": \"Belarus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.53131377, \"Longitude\": 28.03209307, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 1318, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9542930404546707, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 1319, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4795919618058655, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 1320, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.750996404503983, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 1321, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.09244070338226, \"positive_daily\": \"\", \"positive\": 239, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 1322, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3375802000128174, \"positive_daily\": \"\", \"positive\": 267, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 1323, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.7490643550712535, \"positive_daily\": \"\", \"positive\": 314, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 1324, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.7490643550712535, \"positive_daily\": \"\", \"positive\": 314, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 1325, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.026264946067559743, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 4.894034950588632, \"positive_daily\": \"\", \"positive\": 559, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 1326, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.03501992809007966, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 6.0321826135162215, \"positive_daily\": \"\", \"positive\": 689, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 1327, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.03501992809007966, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.756914071952645, \"positive_daily\": \"\", \"positive\": 886, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 1328, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.043774910112599576, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 9.26277097982607, \"positive_daily\": \"\", \"positive\": 1058, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 1329, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.08754982022519915, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 10.882442653992253, \"positive_daily\": \"\", \"positive\": 1243, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 1330, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.12256974831527881, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 13.009903285464592, \"positive_daily\": \"\", \"positive\": 1486, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 1331, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.1838546224729182, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 15.715192730423247, \"positive_daily\": \"\", \"positive\": 1795, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 1332, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.32393433483323686, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 19.759994424827447, \"positive_daily\": \"\", \"positive\": 2257, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 1333, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.5865837955088343, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 24.64527439339356, \"positive_daily\": \"\", \"positive\": 2815, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 1334, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.6566236516889936, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 29.77569385859023, \"positive_daily\": \"\", \"positive\": 3401, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 1335, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.7704384179817525, \"deceased_daily\": \"\", \"deceased\": 88, \"positive_100k\": 32.76989771029204, \"positive_daily\": \"\", \"positive\": 3743, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 1336, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.0681078067474294, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 37.37501825413752, \"positive_daily\": \"\", \"positive\": 4269, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 1337, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.558386800008545, \"deceased_daily\": \"\", \"deceased\": 178, \"positive_100k\": 43.22334624518082, \"positive_daily\": \"\", \"positive\": 4937, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 1338, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.9260960449543811, \"deceased_daily\": \"\", \"deceased\": 220, \"positive_100k\": 54.58731291041167, \"positive_daily\": \"\", \"positive\": 6235, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 1339, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.530189804508255, \"deceased_daily\": \"\", \"deceased\": 289, \"positive_100k\": 63.771289052035065, \"positive_daily\": \"\", \"positive\": 7284, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 1340, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.09050865394953, \"deceased_daily\": \"\", \"deceased\": 353, \"positive_100k\": 79.9680057936969, \"positive_daily\": \"\", \"positive\": 9134, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 1341, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.773397251706083, \"deceased_daily\": \"\", \"deceased\": 431, \"positive_100k\": 94.86898519602579, \"positive_daily\": \"\", \"positive\": 10836, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 1342, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.491305777552716, \"deceased_daily\": \"\", \"deceased\": 513, \"positive_100k\": 104.17553108596448, \"positive_daily\": \"\", \"positive\": 11899, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 1343, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.17226232587654, \"deceased_daily\": \"\", \"deceased\": 705, \"positive_100k\": 111.84489533769191, \"positive_daily\": \"\", \"positive\": 12775, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 1344, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 7.249125114646489, \"deceased_daily\": \"\", \"deceased\": 828, \"positive_100k\": 122.2545689624681, \"positive_daily\": \"\", \"positive\": 13964, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 1345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 8.851286824767634, \"deceased_daily\": \"\", \"deceased\": 1011, \"positive_100k\": 134.37146408163565, \"positive_daily\": \"\", \"positive\": 15348, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 1346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 10.006944451740264, \"deceased_daily\": \"\", \"deceased\": 1143, \"positive_100k\": 146.821048517659, \"positive_daily\": \"\", \"positive\": 16770, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 1347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.232641934893051, \"deceased_daily\": \"\", \"deceased\": 1283, \"positive_100k\": 161.36307365706455, \"positive_daily\": \"\", \"positive\": 18431, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 1348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 12.668458986586316, \"deceased_daily\": \"\", \"deceased\": 1447, \"positive_100k\": 172.39435100543963, \"positive_daily\": \"\", \"positive\": 19691, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 1349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 14.288130660752502, \"deceased_daily\": \"\", \"deceased\": 1632, \"positive_100k\": 182.2261958167295, \"positive_daily\": \"\", \"positive\": 20814, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 1350, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 17.816388415828026, \"deceased_daily\": \"\", \"deceased\": 2035, \"positive_100k\": 194.308071007807, \"positive_daily\": \"\", \"positive\": 22194, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 1351, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 19.61115973044461, \"deceased_daily\": \"\", \"deceased\": 2240, \"positive_100k\": 204.89284427303357, \"positive_daily\": \"\", \"positive\": 23403, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 1352, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 22.088819642817747, \"deceased_daily\": \"\", \"deceased\": 2523, \"positive_100k\": 218.72571586861503, \"positive_daily\": \"\", \"positive\": 24983, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 1353, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 26.431290725987623, \"deceased_daily\": \"\", \"deceased\": 3019, \"positive_100k\": 233.46910559453858, \"positive_daily\": \"\", \"positive\": 26667, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 1354, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 29.294169847351633, \"deceased_daily\": \"\", \"deceased\": 3346, \"positive_100k\": 245.29708630696297, \"positive_daily\": \"\", \"positive\": 28018, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 1355, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 31.517935281071697, \"deceased_daily\": \"\", \"deceased\": 3600, \"positive_100k\": 259.5589520216479, \"positive_daily\": \"\", \"positive\": 29647, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 1356, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 34.170694833895226, \"deceased_daily\": \"\", \"deceased\": 3903, \"positive_100k\": 267.8061450868617, \"positive_daily\": \"\", \"positive\": 30589, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 1357, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 36.39446026761529, \"deceased_daily\": \"\", \"deceased\": 4157, \"positive_100k\": 272.44628555879723, \"positive_daily\": \"\", \"positive\": 31119, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 1358, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 38.87212017998842, \"deceased_daily\": \"\", \"deceased\": 4440, \"positive_100k\": 293.9310114420611, \"positive_daily\": \"\", \"positive\": 33573, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 1359, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 42.52294768337923, \"deceased_daily\": \"\", \"deceased\": 4857, \"positive_100k\": 304.7521692218957, \"positive_daily\": \"\", \"positive\": 34809, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 1360, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 45.201972182270325, \"deceased_daily\": \"\", \"deceased\": 5163, \"positive_100k\": 316.3875403298247, \"positive_daily\": \"\", \"positive\": 36138, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 1361, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 47.740916968801095, \"deceased_daily\": \"\", \"deceased\": 5453, \"positive_100k\": 325.536496543358, \"positive_daily\": \"\", \"positive\": 37183, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 1362, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 49.75456283398068, \"deceased_daily\": \"\", \"deceased\": 5683, \"positive_100k\": 337.03178793892664, \"positive_daily\": \"\", \"positive\": 38496, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 1363, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 51.02403522724607, \"deceased_daily\": \"\", \"deceased\": 5828, \"positive_100k\": 350.05044620641377, \"positive_daily\": \"\", \"positive\": 39983, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 1364, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Belgium\", \"country\": \"BEL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 52.51238217107446, \"deceased_daily\": \"\", \"deceased\": 5998, \"positive_100k\": 358.56904371432563, \"positive_daily\": \"\", \"positive\": 40956, \"region_iso\": \"BEL\", \"region_label\": \"Belgium\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 50.63981576, \"Longitude\": 4.64065114, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 2506, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.2914283160818564, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 2507, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.31571400908867775, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 2508, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.5207931944796137, \"positive_daily\": \"\", \"positive\": 193, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 2509, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.53428524615007, \"positive_daily\": \"\", \"positive\": 198, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 2510, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.002698410334091263, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.6799994041909982, \"positive_daily\": \"\", \"positive\": 252, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 2511, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.010793641336365052, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 1.1198402886478742, \"positive_daily\": \"\", \"positive\": 415, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 2512, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.013492051670456313, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.2898401396956236, \"positive_daily\": \"\", \"positive\": 478, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 2513, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.021587282672730104, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 1.7728555894979598, \"positive_daily\": \"\", \"positive\": 657, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 2514, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.024285693006821367, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 2.1587282672730104, \"positive_daily\": \"\", \"positive\": 800, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 2515, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.032380924009095154, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 2.544600945048061, \"positive_daily\": \"\", \"positive\": 943, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 2516, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.051269796347733994, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 3.4458699966345425, \"positive_daily\": \"\", \"positive\": 1277, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 2517, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.05666661701591652, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 3.9639647807800653, \"positive_daily\": \"\", \"positive\": 1469, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 2518, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.06746025835228157, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 5.634280777582557, \"positive_daily\": \"\", \"positive\": 2088, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 2519, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.07015866868637284, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 7.528564832114624, \"positive_daily\": \"\", \"positive\": 2790, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 2520, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0809523100227379, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 8.772531996130695, \"positive_daily\": \"\", \"positive\": 3251, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 2521, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.10253959269546799, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 10.906974570396883, \"positive_daily\": \"\", \"positive\": 4042, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 2522, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.1457141580409282, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 12.633957184215292, \"positive_daily\": \"\", \"positive\": 4682, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 2523, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.16460303037956703, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 15.04633602289288, \"positive_daily\": \"\", \"positive\": 5576, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 2524, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.17269826138184083, \"deceased_daily\": \"\", \"deceased\": 64, \"positive_100k\": 16.94601689809313, \"positive_daily\": \"\", \"positive\": 6280, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 2525, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.21587282672730101, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 19.962839651607162, \"positive_daily\": \"\", \"positive\": 7398, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 2526, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.27253944374321754, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 23.0093449187962, \"positive_daily\": \"\", \"positive\": 8527, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 2527, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.2941267264159476, \"deceased_daily\": \"\", \"deceased\": 109, \"positive_100k\": 25.796802793912473, \"positive_daily\": \"\", \"positive\": 9560, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 2528, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.3750790364386855, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 30.44886220988581, \"positive_daily\": \"\", \"positive\": 11284, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 2529, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.483015449802336, \"deceased_daily\": \"\", \"deceased\": 179, \"positive_100k\": 33.56012932509304, \"positive_daily\": \"\", \"positive\": 12437, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 2530, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.5882534528318952, \"deceased_daily\": \"\", \"deceased\": 218, \"positive_100k\": 35.019969315836406, \"positive_daily\": \"\", \"positive\": 12978, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 2531, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.6988882765296371, \"deceased_daily\": \"\", \"deceased\": 259, \"positive_100k\": 42.51615322394194, \"positive_daily\": \"\", \"positive\": 15756, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 2532, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.9147611032569382, \"deceased_daily\": \"\", \"deceased\": 339, \"positive_100k\": 44.69377036355358, \"positive_daily\": \"\", \"positive\": 16563, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 2533, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.0119038752842235, \"deceased_daily\": \"\", \"deceased\": 375, \"positive_100k\": 48.22598949087905, \"positive_daily\": \"\", \"positive\": 17872, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 2534, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.0982530059751439, \"deceased_daily\": \"\", \"deceased\": 407, \"positive_100k\": 51.65027220484087, \"positive_daily\": \"\", \"positive\": 19141, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 2535, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.357300398047905, \"deceased_daily\": \"\", \"deceased\": 503, \"positive_100k\": 55.73296704032095, \"positive_daily\": \"\", \"positive\": 20654, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 2536, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.5030145560888335, \"deceased_daily\": \"\", \"deceased\": 557, \"positive_100k\": 59.52423355971917, \"positive_daily\": \"\", \"positive\": 22059, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 2537, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.764760358495686, \"deceased_daily\": \"\", \"deceased\": 654, \"positive_100k\": 62.91613534967188, \"positive_daily\": \"\", \"positive\": 23316, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 2538, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.9266649785411616, \"deceased_daily\": \"\", \"deceased\": 714, \"positive_100k\": 65.5659742977495, \"positive_daily\": \"\", \"positive\": 24298, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 2539, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.1020616502570935, \"deceased_daily\": \"\", \"deceased\": 779, \"positive_100k\": 69.29247896912953, \"positive_daily\": \"\", \"positive\": 25679, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 2540, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.4258708903480453, \"deceased_daily\": \"\", \"deceased\": 899, \"positive_100k\": 72.9488249718232, \"positive_daily\": \"\", \"positive\": 27034, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 2541, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.71460079609581, \"deceased_daily\": \"\", \"deceased\": 1006, \"positive_100k\": 76.11675870404635, \"positive_daily\": \"\", \"positive\": 28208, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 35}, {\"index\": 2542, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 3.3919017899527177, \"deceased_daily\": \"\", \"deceased\": 1257, \"positive_100k\": 83.13262557268362, \"positive_daily\": \"\", \"positive\": 30808, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 36}, {\"index\": 2543, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.6536475923595697, \"deceased_daily\": \"\", \"deceased\": 1354, \"positive_100k\": 88.5429382925366, \"positive_daily\": \"\", \"positive\": 32813, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 37}, {\"index\": 2544, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.775076057393677, \"deceased_daily\": \"\", \"deceased\": 1399, \"positive_100k\": 92.70388702770533, \"positive_daily\": \"\", \"positive\": 34355, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 38}, {\"index\": 2545, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 4.217615352184644, \"deceased_daily\": \"\", \"deceased\": 1563, \"positive_100k\": 96.14975702433988, \"positive_daily\": \"\", \"positive\": 35632, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 39}, {\"index\": 2546, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.654757826307429, \"deceased_daily\": \"\", \"deceased\": 1725, \"positive_100k\": 101.61403795087469, \"positive_daily\": \"\", \"positive\": 37657, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 40}, {\"index\": 2547, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Canada\", \"country\": \"CAN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 5.1485669174461295, \"deceased_daily\": \"\", \"deceased\": 1908, \"positive_100k\": 106.32006557352986, \"positive_daily\": \"\", \"positive\": 39401, \"region_iso\": \"CAN\", \"region_label\": \"Canada\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 61.36206324, \"Longitude\": -98.30777028, \"Geo Region\": \"Americas\", \"sinceDay0\": 41}, {\"index\": 2693, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8275865014768415, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 2694, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0731928180441621, \"positive_daily\": \"\", \"positive\": 201, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 2695, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2707457248483114, \"positive_daily\": \"\", \"positive\": 238, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 2696, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2707457248483114, \"positive_daily\": \"\", \"positive\": 238, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 2697, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.317242204135156, \"positive_daily\": \"\", \"positive\": 434, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 2698, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.867186782535896, \"positive_daily\": \"\", \"positive\": 537, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 2699, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.005339267751463493, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.3744172189249277, \"positive_daily\": \"\", \"positive\": 632, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 2700, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.010678535502926986, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.983093742591766, \"positive_daily\": \"\", \"positive\": 746, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 2701, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.010678535502926986, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.922804866849341, \"positive_daily\": \"\", \"positive\": 922, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 2702, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.016017803254390478, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 6.097443772171309, \"positive_daily\": \"\", \"positive\": 1142, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 2703, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.021357071005853972, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 6.973083683411322, \"positive_daily\": \"\", \"positive\": 1306, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 2704, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.026696338757317466, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 8.596221079856225, \"positive_daily\": \"\", \"positive\": 1610, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 2705, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.032035606508780956, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 10.192662137543808, \"positive_daily\": \"\", \"positive\": 1909, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 2706, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03737487426024445, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 11.420693720380411, \"positive_daily\": \"\", \"positive\": 2139, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 2707, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.042714142011707944, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 13.075866723334094, \"positive_daily\": \"\", \"positive\": 2449, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 2708, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.06407121301756191, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 14.618915103507046, \"positive_daily\": \"\", \"positive\": 2738, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 2709, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.08542828402341589, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 16.18332055468585, \"positive_daily\": \"\", \"positive\": 3031, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 2710, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.09610681952634288, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 18.17486742598173, \"positive_daily\": \"\", \"positive\": 3404, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 2711, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.11746389053219686, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 19.952843587219075, \"positive_daily\": \"\", \"positive\": 3737, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 2712, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.1441602292895143, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 22.216693113839593, \"positive_daily\": \"\", \"positive\": 4161, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 2713, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.18153510354975877, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 23.871866116793278, \"positive_daily\": \"\", \"positive\": 4471, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 2714, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.19755290680414928, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 25.70857422329672, \"positive_daily\": \"\", \"positive\": 4815, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 2715, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.22958851331293023, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 27.315693816487233, \"positive_daily\": \"\", \"positive\": 5116, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 2716, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.25628485207024765, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 29.611578949616533, \"positive_daily\": \"\", \"positive\": 5546, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 2717, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.3043382618334191, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 31.886107011739984, \"positive_daily\": \"\", \"positive\": 5972, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 2718, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.34705240384512703, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 34.710579652264165, \"positive_daily\": \"\", \"positive\": 6501, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 2719, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.38976654585683507, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 36.98510771438762, \"positive_daily\": \"\", \"positive\": 6927, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 2720, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.42714142011707945, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 38.51213829130618, \"positive_daily\": \"\", \"positive\": 7213, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 2721, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.4378199556200065, \"deceased_daily\": \"\", \"deceased\": 82, \"positive_100k\": 40.17798982976279, \"positive_daily\": \"\", \"positive\": 7525, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 2722, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.49121263313464136, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 42.27098278833648, \"positive_daily\": \"\", \"positive\": 7917, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 2723, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.5018911686375683, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 44.17176210785748, \"positive_daily\": \"\", \"positive\": 8273, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 2724, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.5606231139036668, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 47.022931087138986, \"positive_daily\": \"\", \"positive\": 8807, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 2725, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.6193550591697652, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 49.39890523654024, \"positive_daily\": \"\", \"positive\": 9252, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 2726, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.6727477366844001, \"deceased_daily\": \"\", \"deceased\": 126, \"positive_100k\": 51.95107522173979, \"positive_daily\": \"\", \"positive\": 9730, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 2727, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.7101226109446446, \"deceased_daily\": \"\", \"deceased\": 133, \"positive_100k\": 53.86253307676372, \"positive_daily\": \"\", \"positive\": 10088, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 2728, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.7421582174534256, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 56.099686264626925, \"positive_daily\": \"\", \"positive\": 10507, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 35}, {\"index\": 2729, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Chile\", \"country\": \"CHL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.7848723594651335, \"deceased_daily\": \"\", \"deceased\": 147, \"positive_100k\": 57.83494828385256, \"positive_daily\": \"\", \"positive\": 10832, \"region_iso\": \"CHL\", \"region_label\": \"Chile\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -37.73070989, \"Longitude\": -71.38256213, \"Geo Region\": \"Americas\", \"sinceDay0\": 36}, {\"index\": 3246, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.08408554863718347, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.753923641913282, \"positive_daily\": \"\", \"positive\": 116, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 3247, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 10.426608031010751, \"positive_daily\": \"\", \"positive\": 124, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 3248, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.099292420108219, \"positive_daily\": \"\", \"positive\": 132, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 3249, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.2522566459115504, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 12.276490101028786, \"positive_daily\": \"\", \"positive\": 146, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 3250, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 13.621858879223723, \"positive_daily\": \"\", \"positive\": 162, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 3251, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 15.051313206055841, \"positive_daily\": \"\", \"positive\": 179, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 3252, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.4204277431859173, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 17.994307408357262, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 3253, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5885988404602842, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 19.339676186552197, \"positive_daily\": \"\", \"positive\": 230, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 3254, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.6726843890974677, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 22.03041374294207, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 3255, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 26.907375563898707, \"positive_daily\": \"\", \"positive\": 320, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 3256, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 29.93445531483731, \"positive_daily\": \"\", \"positive\": 356, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 3257, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 33.297877260324654, \"positive_daily\": \"\", \"positive\": 396, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 3258, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 35.82044371944016, \"positive_daily\": \"\", \"positive\": 426, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 3259, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 37.50215469218383, \"positive_daily\": \"\", \"positive\": 446, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 3260, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 39.09978011629031, \"positive_daily\": \"\", \"positive\": 465, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 3261, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 41.53826102676863, \"positive_daily\": \"\", \"positive\": 494, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 3262, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7567699377346512, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 44.22899858315851, \"positive_daily\": \"\", \"positive\": 526, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 3263, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 47.42424943137148, \"positive_daily\": \"\", \"positive\": 564, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 3264, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 50.030901439124165, \"positive_daily\": \"\", \"positive\": 595, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 3265, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8408554863718346, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 51.79669796050502, \"positive_daily\": \"\", \"positive\": 616, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 3266, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.9249410350090181, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 53.226152287337136, \"positive_daily\": \"\", \"positive\": 633, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 3267, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 55.664633197815455, \"positive_daily\": \"\", \"positive\": 662, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 3268, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 58.43945630284251, \"positive_daily\": \"\", \"positive\": 695, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 3269, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 60.12116727558618, \"positive_daily\": \"\", \"positive\": 715, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 3270, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 61.80287824832985, \"positive_daily\": \"\", \"positive\": 735, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 3271, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 63.06416147788761, \"positive_daily\": \"\", \"positive\": 750, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 3272, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 63.98910251289662, \"positive_daily\": \"\", \"positive\": 761, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 3273, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 64.49361580471972, \"positive_daily\": \"\", \"positive\": 767, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 3274, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 64.91404354790565, \"positive_daily\": \"\", \"positive\": 772, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 3275, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Cyprus\", \"country\": \"CYP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.0090265836462016, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 65.92307013155184, \"positive_daily\": \"\", \"positive\": 784, \"region_iso\": \"CYP\", \"region_label\": \"Cyprus\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 34.91667211, \"Longitude\": 33.0060022, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 3324, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.553729349096137, \"positive_daily\": \"\", \"positive\": 264, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 3325, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.658544814388956, \"positive_daily\": \"\", \"positive\": 444, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 3326, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.6426174560315, \"positive_daily\": \"\", \"positive\": 617, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 3327, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.868175744974597, \"positive_daily\": \"\", \"positive\": 804, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 3328, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.017248974807182335, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.420142938804432, \"positive_daily\": \"\", \"positive\": 836, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 3329, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.03449794961436467, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 15.092852956284544, \"positive_daily\": \"\", \"positive\": 875, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 3330, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05174692442154701, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.09329349510112, \"positive_daily\": \"\", \"positive\": 933, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 3331, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06899589922872934, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 17.680199177361892, \"positive_daily\": \"\", \"positive\": 1025, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 3332, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.06899589922872934, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 19.249855884815485, \"positive_daily\": \"\", \"positive\": 1116, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 3333, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.10349384884309402, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 21.12999413879836, \"positive_daily\": \"\", \"positive\": 1225, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 3334, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.155240773264641, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 23.06187931720278, \"positive_daily\": \"\", \"positive\": 1337, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 3335, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.22423667249337034, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 24.493544226198917, \"positive_daily\": \"\", \"positive\": 1420, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 3336, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.22423667249337034, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 26.114947858074053, \"positive_daily\": \"\", \"positive\": 1514, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 3337, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.4139753953723761, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 27.11538839689063, \"positive_daily\": \"\", \"positive\": 1572, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 3338, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.5519671938298347, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 29.633738718739252, \"positive_daily\": \"\", \"positive\": 1718, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 3339, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.5864651434441994, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 32.11759109097351, \"positive_daily\": \"\", \"positive\": 1862, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 3340, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.7072079670944758, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 34.894676034929866, \"positive_daily\": \"\", \"positive\": 2023, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 3341, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.8969466899734814, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 37.94774457580114, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 3342, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.121183362466852, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 40.811074393793405, \"positive_daily\": \"\", \"positive\": 2366, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 3343, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.241926186117128, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 44.2263714056155, \"positive_daily\": \"\", \"positive\": 2564, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 3344, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.3281710601530399, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 47.52092559378733, \"positive_daily\": \"\", \"positive\": 2755, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 3345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.5524077326464103, \"deceased_daily\": \"\", \"deceased\": 90, \"positive_100k\": 52.41963443902712, \"positive_daily\": \"\", \"positive\": 3039, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 3346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.7938933799469627, \"deceased_daily\": \"\", \"deceased\": 104, \"positive_100k\": 56.74912711562988, \"positive_daily\": \"\", \"positive\": 3290, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 3347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.121623901283427, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 61.63058698606249, \"positive_daily\": \"\", \"positive\": 3573, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 3348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.3976074981983446, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 68.06445458914149, \"positive_daily\": \"\", \"positive\": 3946, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 3349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.777084943956356, \"deceased_daily\": \"\", \"deceased\": 161, \"positive_100k\": 73.63587345186139, \"positive_daily\": \"\", \"positive\": 4269, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 3350, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.0875664904856377, \"deceased_daily\": \"\", \"deceased\": 179, \"positive_100k\": 78.67257409555863, \"positive_daily\": \"\", \"positive\": 4561, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 3351, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.2255582889430965, \"deceased_daily\": \"\", \"deceased\": 187, \"positive_100k\": 84.08875218501389, \"positive_daily\": \"\", \"positive\": 4875, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 3352, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.501541885858014, \"deceased_daily\": \"\", \"deceased\": 203, \"positive_100k\": 90.83310133462217, \"positive_daily\": \"\", \"positive\": 5266, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 3353, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.7602765079657487, \"deceased_daily\": \"\", \"deceased\": 218, \"positive_100k\": 96.54251199579953, \"positive_daily\": \"\", \"positive\": 5597, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 3354, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 4.088007029302213, \"deceased_daily\": \"\", \"deceased\": 237, \"positive_100k\": 100.56152312587301, \"positive_daily\": \"\", \"positive\": 5830, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 3355, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.260496777374036, \"deceased_daily\": \"\", \"deceased\": 247, \"positive_100k\": 103.73533449039456, \"positive_daily\": \"\", \"positive\": 6014, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 3356, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.484733449867408, \"deceased_daily\": \"\", \"deceased\": 260, \"positive_100k\": 106.78840303126583, \"positive_daily\": \"\", \"positive\": 6191, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 3357, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.708970122360777, \"deceased_daily\": \"\", \"deceased\": 273, \"positive_100k\": 109.8587205469443, \"positive_daily\": \"\", \"positive\": 6369, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 3358, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.915957820046965, \"deceased_daily\": \"\", \"deceased\": 285, \"positive_100k\": 112.34257291917855, \"positive_daily\": \"\", \"positive\": 6513, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 3359, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.157443467347519, \"deceased_daily\": \"\", \"deceased\": 299, \"positive_100k\": 115.67162505696474, \"positive_daily\": \"\", \"positive\": 6706, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 3360, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.3299332154193415, \"deceased_daily\": \"\", \"deceased\": 309, \"positive_100k\": 118.60395077418573, \"positive_daily\": \"\", \"positive\": 6876, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 3361, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 5.53692091310553, \"deceased_daily\": \"\", \"deceased\": 321, \"positive_100k\": 122.01924778600785, \"positive_daily\": \"\", \"positive\": 7074, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 3362, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.795655535213265, \"deceased_daily\": \"\", \"deceased\": 336, \"positive_100k\": 125.3655488986012, \"positive_daily\": \"\", \"positive\": 7268, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 3363, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.9681452832850885, \"deceased_daily\": \"\", \"deceased\": 346, \"positive_100k\": 128.28062564101504, \"positive_daily\": \"\", \"positive\": 7437, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 3364, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.123386056549729, \"deceased_daily\": \"\", \"deceased\": 355, \"positive_100k\": 130.7472290384421, \"positive_daily\": \"\", \"positive\": 7580, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 3365, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 6.27862682981437, \"deceased_daily\": \"\", \"deceased\": 364, \"positive_100k\": 133.006844738183, \"positive_daily\": \"\", \"positive\": 7711, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 3366, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Denmark\", \"country\": \"DNK\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 6.382120678657464, \"deceased_daily\": \"\", \"deceased\": 370, \"positive_100k\": 136.11166020347582, \"positive_daily\": \"\", \"positive\": 7891, \"region_iso\": \"DNK\", \"region_label\": \"Denmark\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 55.98125296, \"Longitude\": 10.02800992, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 3444, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.078338130396695, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 0}, {\"index\": 3445, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.078338130396695, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 1}, {\"index\": 3446, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.10428398615108664, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 15.642597922662995, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 2}, {\"index\": 3447, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 19.5011054102532, \"positive_daily\": \"\", \"positive\": 187, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 3}, {\"index\": 3448, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 22.316773036332542, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 4}, {\"index\": 3449, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 31.07662787302382, \"positive_daily\": \"\", \"positive\": 298, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 5}, {\"index\": 3450, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 37.85508697284445, \"positive_daily\": \"\", \"positive\": 363, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 6}, {\"index\": 3451, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 45.36353397572269, \"positive_daily\": \"\", \"positive\": 435, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 7}, {\"index\": 3452, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 61.631835815292206, \"positive_daily\": \"\", \"positive\": 591, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 8}, {\"index\": 3453, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 76.33587786259542, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 9}, {\"index\": 3454, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 76.33587786259542, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 10}, {\"index\": 3455, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 88.2242522838193, \"positive_daily\": \"\", \"positive\": 846, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 11}, {\"index\": 3456, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 88.2242522838193, \"positive_daily\": \"\", \"positive\": 846, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 12}, {\"index\": 3457, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Djibouti\", \"country\": \"DJI\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.20856797230217328, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 98.54836691277687, \"positive_daily\": \"\", \"positive\": 945, \"region_iso\": \"DJI\", \"region_label\": \"Djibouti\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 11.74871806, \"Longitude\": 42.5606754, \"Geo Region\": \"Africa\", \"sinceDay0\": 13}, {\"index\": 3605, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.011706615589922406, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.6497171652406936, \"positive_daily\": \"\", \"positive\": 111, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 3606, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.01755992338488361, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.1648082511972795, \"positive_daily\": \"\", \"positive\": 199, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 3607, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.029266538974806015, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.1481639607507614, \"positive_daily\": \"\", \"positive\": 367, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 3608, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.04097315456472843, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 2.961773744250369, \"positive_daily\": \"\", \"positive\": 506, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 3609, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.08194630912945686, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 4.618259850224389, \"positive_daily\": \"\", \"positive\": 789, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 3610, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.10535954030930166, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 5.74209494685694, \"positive_daily\": \"\", \"positive\": 981, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 3611, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.15803931046395248, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 6.333279034148022, \"positive_daily\": \"\", \"positive\": 1082, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 3612, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.1638926182589137, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 6.865930043489492, \"positive_daily\": \"\", \"positive\": 1173, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 3613, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.19901246502868092, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 8.212190836330569, \"positive_daily\": \"\", \"positive\": 1403, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 3614, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.2107190806186033, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 9.33602593296312, \"positive_daily\": \"\", \"positive\": 1595, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 3615, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.28095877415813775, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 10.670580110214274, \"positive_daily\": \"\", \"positive\": 1823, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 3616, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.3394918521077498, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 11.261764197505356, \"positive_daily\": \"\", \"positive\": 1924, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 3617, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.3511984676976722, \"deceased_daily\": \"\", \"deceased\": 60, \"positive_100k\": 11.48418989371388, \"positive_daily\": \"\", \"positive\": 1962, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 3618, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.4389980846220902, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 13.111409460713096, \"positive_daily\": \"\", \"positive\": 2240, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 3619, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.544357624931392, \"deceased_daily\": \"\", \"deceased\": 93, \"positive_100k\": 16.08488982055339, \"positive_daily\": \"\", \"positive\": 2748, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 3620, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.7023969353953444, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 18.514012555462287, \"positive_daily\": \"\", \"positive\": 3163, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 3621, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.8487296302693744, \"deceased_daily\": \"\", \"deceased\": 145, \"positive_100k\": 19.713940653429333, \"positive_daily\": \"\", \"positive\": 3368, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 3622, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.0067689407333271, \"deceased_daily\": \"\", \"deceased\": 172, \"positive_100k\": 20.281711509540568, \"positive_daily\": \"\", \"positive\": 3465, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 3623, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.0535954030930166, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 21.34116022042855, \"positive_daily\": \"\", \"positive\": 3646, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 3624, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.1179817888375898, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 21.932344307719628, \"positive_daily\": \"\", \"positive\": 3747, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 3625, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.1179817888375898, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 21.932344307719628, \"positive_daily\": \"\", \"positive\": 3747, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 3626, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.4165004863806112, \"deceased_daily\": \"\", \"deceased\": 242, \"positive_100k\": 26.047219687577353, \"positive_daily\": \"\", \"positive\": 4450, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 3627, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.5920997202294473, \"deceased_daily\": \"\", \"deceased\": 272, \"positive_100k\": 29.061673201982376, \"positive_daily\": \"\", \"positive\": 4965, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 3628, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.7384324151034776, \"deceased_daily\": \"\", \"deceased\": 297, \"positive_100k\": 41.91553711971718, \"positive_daily\": \"\", \"positive\": 7161, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 3629, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.8437919554127793, \"deceased_daily\": \"\", \"deceased\": 315, \"positive_100k\": 42.47745466803345, \"positive_daily\": \"\", \"positive\": 7257, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 3630, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.9491514957220806, \"deceased_daily\": \"\", \"deceased\": 333, \"positive_100k\": 43.70079599718034, \"positive_daily\": \"\", \"positive\": 7466, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 3631, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.0779242672112272, \"deceased_daily\": \"\", \"deceased\": 355, \"positive_100k\": 44.0695543882629, \"positive_daily\": \"\", \"positive\": 7529, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 3632, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.1598705763406842, \"deceased_daily\": \"\", \"deceased\": 369, \"positive_100k\": 44.50269916509003, \"positive_daily\": \"\", \"positive\": 7603, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 3633, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.2710834244449467, \"deceased_daily\": \"\", \"deceased\": 388, \"positive_100k\": 45.995292652805134, \"positive_daily\": \"\", \"positive\": 7858, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 3634, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.358883041369365, \"deceased_daily\": \"\", \"deceased\": 403, \"positive_100k\": 48.1434566135559, \"positive_daily\": \"\", \"positive\": 8225, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 3635, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.4642425816786666, \"deceased_daily\": \"\", \"deceased\": 421, \"positive_100k\": 49.460450867422175, \"positive_daily\": \"\", \"positive\": 8450, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 3636, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.669108354502309, \"deceased_daily\": \"\", \"deceased\": 456, \"positive_100k\": 52.80854292613997, \"positive_daily\": \"\", \"positive\": 9022, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 3637, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.77446789481161, \"deceased_daily\": \"\", \"deceased\": 474, \"positive_100k\": 55.41911820269267, \"positive_daily\": \"\", \"positive\": 9468, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 3638, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.96762705204533, \"deceased_daily\": \"\", \"deceased\": 507, \"positive_100k\": 59.28230134736707, \"positive_daily\": \"\", \"positive\": 10128, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 3639, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ecuador\", \"country\": \"ECU\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.0437200533798254, \"deceased_daily\": \"\", \"deceased\": 520, \"positive_100k\": 60.86269445200659, \"positive_daily\": \"\", \"positive\": 10398, \"region_iso\": \"ECU\", \"region_label\": \"Ecuador\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -1.42381612, \"Longitude\": -78.75201922, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 3874, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.706290635665205, \"positive_daily\": \"\", \"positive\": 115, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 3875, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.945875640858697, \"positive_daily\": \"\", \"positive\": 171, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 3876, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.519909394011888, \"positive_daily\": \"\", \"positive\": 205, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 3877, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.034046895866705, \"positive_daily\": \"\", \"positive\": 225, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 3878, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.53237377392716, \"positive_daily\": \"\", \"positive\": 258, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 3879, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 20.213735649761826, \"positive_daily\": \"\", \"positive\": 267, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 3880, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 21.42504565124568, \"positive_daily\": \"\", \"positive\": 283, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 3881, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 23.166303778378722, \"positive_daily\": \"\", \"positive\": 306, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 3882, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 24.680441280233538, \"positive_daily\": \"\", \"positive\": 326, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 3883, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 26.648820032644803, \"positive_daily\": \"\", \"positive\": 352, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 3884, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 27.9358369092214, \"positive_daily\": \"\", \"positive\": 369, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 3885, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 30.585577537467334, \"positive_daily\": \"\", \"positive\": 404, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 3886, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 40.73029879989462, \"positive_daily\": \"\", \"positive\": 538, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 3887, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 43.53145317832603, \"positive_daily\": \"\", \"positive\": 575, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 3888, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.07570687509274092, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 48.83093443481789, \"positive_daily\": \"\", \"positive\": 645, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 3889, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.22712062527822274, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 51.404968187971086, \"positive_daily\": \"\", \"positive\": 679, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 3890, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.22712062527822274, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 54.13041569130976, \"positive_daily\": \"\", \"positive\": 715, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 3891, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.3028275003709637, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 56.401621944091985, \"positive_daily\": \"\", \"positive\": 745, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 3892, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.3785343754637046, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 58.97565569724517, \"positive_daily\": \"\", \"positive\": 779, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 3893, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8327756260201501, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 64.95649882957171, \"positive_daily\": \"\", \"positive\": 858, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 3894, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.908482501112891, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 72.75430696412403, \"positive_daily\": \"\", \"positive\": 961, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 3895, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9841893762056321, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 78.65944322135782, \"positive_daily\": \"\", \"positive\": 1039, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 3896, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.135603126391114, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 83.05044197673679, \"positive_daily\": \"\", \"positive\": 1097, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 3897, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4384306267620774, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 83.88321760275694, \"positive_daily\": \"\", \"positive\": 1108, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 3898, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.5898443769475592, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 86.98719948155932, \"positive_daily\": \"\", \"positive\": 1149, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 3899, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 89.712646984898, \"positive_daily\": \"\", \"positive\": 1185, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 3900, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 91.37819823693829, \"positive_daily\": \"\", \"positive\": 1207, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 3901, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 95.23924886666808, \"positive_daily\": \"\", \"positive\": 1258, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 3902, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.816965002225782, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 98.72176512093415, \"positive_daily\": \"\", \"positive\": 1304, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 3903, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.892671877318523, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 99.10029949639788, \"positive_daily\": \"\", \"positive\": 1309, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 3904, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.119792502596746, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 100.84155762353092, \"positive_daily\": \"\", \"positive\": 1332, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 3905, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.3469131278749686, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 103.94553950233329, \"positive_daily\": \"\", \"positive\": 1373, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 3906, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.649740628245932, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 105.98962512983731, \"positive_daily\": \"\", \"positive\": 1400, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 3907, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.7254475033386734, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 108.56365888299048, \"positive_daily\": \"\", \"positive\": 1434, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 3908, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.876861253524155, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 110.456330760309, \"positive_daily\": \"\", \"positive\": 1459, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 3909, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.876861253524155, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 114.46879514022427, \"positive_daily\": \"\", \"positive\": 1512, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 3910, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.028275003709637, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 115.68010514170814, \"positive_daily\": \"\", \"positive\": 1528, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 3911, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.028275003709637, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 116.21005326735731, \"positive_daily\": \"\", \"positive\": 1535, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 3912, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Estonia\", \"country\": \"EST\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.2553956289878596, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 117.49707014393391, \"positive_daily\": \"\", \"positive\": 1552, \"region_iso\": \"EST\", \"region_label\": \"Estonia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 58.67192972, \"Longitude\": 25.54248537, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 4146, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.8089633113146855, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 4147, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.077527387392285, \"positive_daily\": \"\", \"positive\": 225, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 4148, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.421851922327633, \"positive_daily\": \"\", \"positive\": 244, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 4149, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.019889272478502, \"positive_daily\": \"\", \"positive\": 277, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 4150, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.817272406012994, \"positive_daily\": \"\", \"positive\": 321, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 4151, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.08910756517248, \"positive_daily\": \"\", \"positive\": 336, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 4152, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.248937577586285, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 4153, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.15505477478457, \"positive_daily\": \"\", \"positive\": 450, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 4154, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.477985882694067, \"positive_daily\": \"\", \"positive\": 523, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 4155, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 11.344587308922536, \"positive_daily\": \"\", \"positive\": 626, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 4156, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.685640760776, \"positive_daily\": \"\", \"positive\": 700, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 4157, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.018122343943965714, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 14.352896403620845, \"positive_daily\": \"\", \"positive\": 792, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 4158, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.054367031831897145, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.947662670689827, \"positive_daily\": \"\", \"positive\": 880, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 4159, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09061171971982857, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 17.36120549831915, \"positive_daily\": \"\", \"positive\": 958, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 4160, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.12685640760775999, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 18.865360045668307, \"positive_daily\": \"\", \"positive\": 1041, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 4161, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.1631010954956914, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 21.148775382607987, \"positive_daily\": \"\", \"positive\": 1167, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 4162, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.19934578338362285, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 22.471706490517484, \"positive_daily\": \"\", \"positive\": 1240, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 4163, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.23559047127155425, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 24.50140901224164, \"positive_daily\": \"\", \"positive\": 1352, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 4164, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.3080798470474171, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 25.697483712543377, \"positive_daily\": \"\", \"positive\": 1418, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 4165, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.3080798470474171, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 26.204909342974418, \"positive_daily\": \"\", \"positive\": 1446, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 4166, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.34432453493534854, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 27.509718106939953, \"positive_daily\": \"\", \"positive\": 1518, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 4167, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.36244687887931426, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 29.267585469504624, \"positive_daily\": \"\", \"positive\": 1615, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 4168, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.4530585985991428, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 34.10625130254347, \"positive_daily\": \"\", \"positive\": 1882, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 4169, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.5074256304310399, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 34.92175678002193, \"positive_daily\": \"\", \"positive\": 1927, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 4170, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.4893032864870742, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 39.43422042206939, \"positive_daily\": \"\", \"positive\": 2176, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 4171, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.6161596940948342, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 41.826369822672866, \"positive_daily\": \"\", \"positive\": 2308, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 4172, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7248937577586285, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 45.07026938864273, \"positive_daily\": \"\", \"positive\": 2487, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 4173, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.76113844564656, \"deceased_daily\": \"\", \"deceased\": 42, \"positive_100k\": 47.208705974030686, \"positive_daily\": \"\", \"positive\": 2605, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 4174, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8698725093103543, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 50.18077038084106, \"positive_daily\": \"\", \"positive\": 2769, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 4175, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8879948532543199, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 52.64540915722039, \"positive_daily\": \"\", \"positive\": 2905, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 4176, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.0148512608620799, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 53.89585088935404, \"positive_daily\": \"\", \"positive\": 2974, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 4177, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.069218292693977, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 55.52686184431095, \"positive_daily\": \"\", \"positive\": 3064, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 4178, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.1598300124138057, \"deceased_daily\": \"\", \"deceased\": 64, \"positive_100k\": 57.28472920687562, \"positive_daily\": \"\", \"positive\": 3161, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 4179, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.3048087639655312, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 58.66202734661701, \"positive_daily\": \"\", \"positive\": 3237, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 4180, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.3591757957974284, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 61.05417674722049, \"positive_daily\": \"\", \"positive\": 3369, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 4181, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.4860322034051885, \"deceased_daily\": \"\", \"deceased\": 82, \"positive_100k\": 63.22885802049637, \"positive_daily\": \"\", \"positive\": 3489, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 4182, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.631010954956914, \"deceased_daily\": \"\", \"deceased\": 90, \"positive_100k\": 66.7083480577378, \"positive_daily\": \"\", \"positive\": 3681, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 4183, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.703500330732777, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 68.55682714002229, \"positive_daily\": \"\", \"positive\": 3783, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 4184, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.7759897065086399, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 70.09722637525938, \"positive_daily\": \"\", \"positive\": 3868, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 4185, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Finland\", \"country\": \"FIN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.5552504960991658, \"deceased_daily\": \"\", \"deceased\": 141, \"positive_100k\": 72.74308859107838, \"positive_daily\": \"\", \"positive\": 4014, \"region_iso\": \"FIN\", \"region_label\": \"Finland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 64.49884603, \"Longitude\": 26.2746656, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 4224, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.14928215288271898, \"positive_daily\": \"\", \"positive\": 100, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 4225, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.00298564305765438, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.19406679874753469, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 4226, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.00447846458648157, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.2851289120059933, \"positive_daily\": \"\", \"positive\": 191, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 4227, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.00597128611530876, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.30453559188074675, \"positive_daily\": \"\", \"positive\": 204, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 4228, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.00597128611530876, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.4299326003022307, \"positive_daily\": \"\", \"positive\": 288, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 4229, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.00895692917296314, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 0.5672721809543322, \"positive_daily\": \"\", \"positive\": 380, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 4230, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.013435393759444709, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 0.9792909229106365, \"positive_daily\": \"\", \"positive\": 656, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 4231, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.01642103681709909, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 1.431615846145275, \"positive_daily\": \"\", \"positive\": 959, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 4232, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.028363609047716606, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 1.6958452567476878, \"positive_daily\": \"\", \"positive\": 1136, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 4233, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.028363609047716606, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 1.8197494436403443, \"positive_daily\": \"\", \"positive\": 1219, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 4234, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.04926311045129727, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 2.6781218227159784, \"positive_daily\": \"\", \"positive\": 1794, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 4235, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.07165543338370511, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 3.4230397656007465, \"positive_daily\": \"\", \"positive\": 2293, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 4236, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.07165543338370511, \"deceased_daily\": \"\", \"deceased\": 48, \"positive_100k\": 3.4230397656007465, \"positive_daily\": \"\", \"positive\": 2293, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 4237, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.117932900777348, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 5.495076047612886, \"positive_daily\": \"\", \"positive\": 3681, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 4238, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.13584675912327426, \"deceased_daily\": \"\", \"deceased\": 91, \"positive_100k\": 6.711725593607046, \"positive_daily\": \"\", \"positive\": 4496, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 4239, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.13584675912327426, \"deceased_daily\": \"\", \"deceased\": 91, \"positive_100k\": 6.7654671686448244, \"positive_daily\": \"\", \"positive\": 4532, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 4240, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 9.97652627715211, \"positive_daily\": \"\", \"positive\": 6683, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 4241, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 11.51711809490177, \"positive_daily\": \"\", \"positive\": 7715, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 4242, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.2224304077952513, \"deceased_daily\": \"\", \"deceased\": 149, \"positive_100k\": 13.62050362901928, \"positive_daily\": \"\", \"positive\": 9124, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 4243, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.36424845303383435, \"deceased_daily\": \"\", \"deceased\": 244, \"positive_100k\": 16.376252171234274, \"positive_daily\": \"\", \"positive\": 10970, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 4244, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6732625095010626, \"deceased_daily\": \"\", \"deceased\": 451, \"positive_100k\": 19.045417064777286, \"positive_daily\": \"\", \"positive\": 12758, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 4245, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.8404585207297078, \"deceased_daily\": \"\", \"deceased\": 563, \"positive_100k\": 21.590677771427647, \"positive_daily\": \"\", \"positive\": 14463, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 4246, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.0091473534871804, \"deceased_daily\": \"\", \"deceased\": 676, \"positive_100k\": 24.247900092740043, \"positive_daily\": \"\", \"positive\": 16243, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 4247, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.2868121578490377, \"deceased_daily\": \"\", \"deceased\": 862, \"positive_100k\": 30.04004762458954, \"positive_daily\": \"\", \"positive\": 20123, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 4248, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.645089324767563, \"deceased_daily\": \"\", \"deceased\": 1102, \"positive_100k\": 33.77060862512869, \"positive_daily\": \"\", \"positive\": 22622, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 4249, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.989931097926644, \"deceased_daily\": \"\", \"deceased\": 1333, \"positive_100k\": 38.21623113797606, \"positive_daily\": \"\", \"positive\": 25600, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 4250, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.534810955948568, \"deceased_daily\": \"\", \"deceased\": 1698, \"positive_100k\": 44.11436899837229, \"positive_daily\": \"\", \"positive\": 29551, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 4251, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.981164593067898, \"deceased_daily\": \"\", \"deceased\": 1997, \"positive_100k\": 49.86322470588579, \"positive_daily\": \"\", \"positive\": 33402, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 4252, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.458867482292599, \"deceased_daily\": \"\", \"deceased\": 2317, \"positive_100k\": 56.88396435596007, \"positive_daily\": \"\", \"positive\": 38105, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 4253, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.8977570117677924, \"deceased_daily\": \"\", \"deceased\": 2611, \"positive_100k\": 60.769778795497245, \"positive_daily\": \"\", \"positive\": 40708, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 4254, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.5232492323463855, \"deceased_daily\": \"\", \"deceased\": 3030, \"positive_100k\": 67.43074845712417, \"positive_daily\": \"\", \"positive\": 45170, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 4255, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 5.272645639817635, \"deceased_daily\": \"\", \"deceased\": 3532, \"positive_100k\": 78.86128290335395, \"positive_daily\": \"\", \"positive\": 52827, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 4256, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 6.589314228243216, \"deceased_daily\": \"\", \"deceased\": 4414, \"positive_100k\": 86.20895046824138, \"positive_daily\": \"\", \"positive\": 57749, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 4257, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 8.05825061260917, \"deceased_daily\": \"\", \"deceased\": 5398, \"positive_100k\": 89.46330140108465, \"positive_daily\": \"\", \"positive\": 59929, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 4258, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 9.733196367953278, \"deceased_daily\": \"\", \"deceased\": 6520, \"positive_100k\": 97.33494932259043, \"positive_daily\": \"\", \"positive\": 65202, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 4259, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.306630259337135, \"deceased_daily\": \"\", \"deceased\": 7574, \"positive_100k\": 103.7510962534897, \"positive_daily\": \"\", \"positive\": 69500, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 4260, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 12.081404632798447, \"deceased_daily\": \"\", \"deceased\": 8093, \"positive_100k\": 106.60537101660728, \"positive_daily\": \"\", \"positive\": 71412, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 4261, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 13.324924966311496, \"deceased_daily\": \"\", \"deceased\": 8926, \"positive_100k\": 112.47365244642697, \"positive_daily\": \"\", \"positive\": 75343, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 4262, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 15.440253072659623, \"deceased_daily\": \"\", \"deceased\": 10343, \"positive_100k\": 118.17623068654682, \"positive_daily\": \"\", \"positive\": 79163, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 4263, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 16.25234798434162, \"deceased_daily\": \"\", \"deceased\": 10887, \"positive_100k\": 123.98927771979992, \"positive_daily\": \"\", \"positive\": 83057, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 4264, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 18.254221654498878, \"deceased_daily\": \"\", \"deceased\": 12228, \"positive_100k\": 130.42184568751628, \"positive_daily\": \"\", \"positive\": 87366, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 4265, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 19.727636503451315, \"deceased_daily\": \"\", \"deceased\": 13215, \"positive_100k\": 136.94846141154875, \"positive_daily\": \"\", \"positive\": 91738, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 4266, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 20.677070995785407, \"deceased_daily\": \"\", \"deceased\": 13851, \"positive_100k\": 141.61352868913372, \"positive_daily\": \"\", \"positive\": 94863, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 4267, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 21.51454387345746, \"deceased_daily\": \"\", \"deceased\": 14412, \"positive_100k\": 181.69429391661492, \"positive_daily\": \"\", \"positive\": 121712, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 4268, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 22.371423431004267, \"deceased_daily\": \"\", \"deceased\": 14986, \"positive_100k\": 187.19086278575665, \"positive_daily\": \"\", \"positive\": 125394, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 4269, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 23.508953435970586, \"deceased_daily\": \"\", \"deceased\": 15748, \"positive_100k\": 196.0985288482685, \"positive_daily\": \"\", \"positive\": 131361, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 4270, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 25.65861643748174, \"deceased_daily\": \"\", \"deceased\": 17188, \"positive_100k\": 200.90690699262086, \"positive_daily\": \"\", \"positive\": 134582, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 4271, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 26.78271104868861, \"deceased_daily\": \"\", \"deceased\": 17941, \"positive_100k\": 219.58061149672017, \"positive_daily\": \"\", \"positive\": 147091, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 4272, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 27.92024105365493, \"deceased_daily\": \"\", \"deceased\": 18703, \"positive_100k\": 222.62447459399883, \"positive_daily\": \"\", \"positive\": 149130, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 48}, {\"index\": 4273, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 28.87863247516199, \"deceased_daily\": \"\", \"deceased\": 19345, \"positive_100k\": 222.6528382030465, \"positive_daily\": \"\", \"positive\": 149149, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 49}, {\"index\": 4274, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 29.474268265164035, \"deceased_daily\": \"\", \"deceased\": 19744, \"positive_100k\": 230.03931912768346, \"positive_daily\": \"\", \"positive\": 154097, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 50}, {\"index\": 4275, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 30.292334462961335, \"deceased_daily\": \"\", \"deceased\": 20292, \"positive_100k\": 233.5967128308787, \"positive_daily\": \"\", \"positive\": 156480, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 51}, {\"index\": 4276, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"France\", \"country\": \"FRA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 31.093979623941536, \"deceased_daily\": \"\", \"deceased\": 20829, \"positive_100k\": 237.80199107758486, \"positive_daily\": \"\", \"positive\": 159297, \"region_iso\": \"FRA\", \"region_label\": \"France\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.17344011, \"Longitude\": -2.76172945, \"Geo Region\": \"Europe\", \"sinceDay0\": 52}, {\"index\": 4498, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.15676264021182154, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 4499, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.19173276764368943, \"positive_daily\": \"\", \"positive\": 159, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 4500, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.23634982678090016, \"positive_daily\": \"\", \"positive\": 196, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 4501, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.31593701334997876, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 4502, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.5812276352469076, \"positive_daily\": \"\", \"positive\": 482, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 4503, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.8079305303224649, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 4504, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9634873040711186, \"positive_daily\": \"\", \"positive\": 799, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 4505, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.2541011216945723, \"positive_daily\": \"\", \"positive\": 1040, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 4506, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0024117329263357162, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.4180989606854009, \"positive_daily\": \"\", \"positive\": 1176, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 4507, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0024117329263357162, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.7569474368355689, \"positive_daily\": \"\", \"positive\": 1457, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 4508, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.003617599389503574, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.300793211724273, \"positive_daily\": \"\", \"positive\": 1908, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 4509, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.003617599389503574, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 2.5057905104628087, \"positive_daily\": \"\", \"positive\": 2078, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 4510, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.008441065242175007, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 4.431559252141878, \"positive_daily\": \"\", \"positive\": 3675, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 4511, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.010852798168510723, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 5.528897733624628, \"positive_daily\": \"\", \"positive\": 4585, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 4512, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.013264531094846438, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 6.987996154057737, \"positive_daily\": \"\", \"positive\": 5795, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 4513, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.020499729873853584, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 8.769060920156663, \"positive_daily\": \"\", \"positive\": 7272, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 4514, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.02894079511602859, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 11.162705849544862, \"positive_daily\": \"\", \"positive\": 9257, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 4515, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.03376426096870003, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 14.864715891470187, \"positive_daily\": \"\", \"positive\": 12327, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 4516, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.05305812437938575, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 18.473874215731584, \"positive_daily\": \"\", \"positive\": 15320, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 4517, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.08079305303224649, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 23.934037560955645, \"positive_daily\": \"\", \"positive\": 19848, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 4518, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.10129278290610007, \"deceased_daily\": \"\", \"deceased\": 84, \"positive_100k\": 26.78591174634763, \"positive_daily\": \"\", \"positive\": 22213, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 4519, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.11335144753777866, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 29.99351653837413, \"positive_daily\": \"\", \"positive\": 24873, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 4520, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.14832157496964654, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 35.037655953805285, \"positive_daily\": \"\", \"positive\": 29056, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 4521, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1893210347173537, \"deceased_daily\": \"\", \"deceased\": 157, \"positive_100k\": 39.776711154054965, \"positive_daily\": \"\", \"positive\": 32986, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 4522, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.24840849141257876, \"deceased_daily\": \"\", \"deceased\": 206, \"positive_100k\": 45.006554004813964, \"positive_daily\": \"\", \"positive\": 37323, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 4523, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.3219663456658181, \"deceased_daily\": \"\", \"deceased\": 267, \"positive_100k\": 52.98336065866935, \"positive_daily\": \"\", \"positive\": 43938, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 4524, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.41240633040340746, \"deceased_daily\": \"\", \"deceased\": 342, \"positive_100k\": 61.34363284781211, \"positive_daily\": \"\", \"positive\": 50871, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 4525, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.5221401785516825, \"deceased_daily\": \"\", \"deceased\": 433, \"positive_100k\": 69.57246559246957, \"positive_daily\": \"\", \"positive\": 57695, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 4526, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.6427268248684683, \"deceased_daily\": \"\", \"deceased\": 533, \"positive_100k\": 74.87827803040814, \"positive_daily\": \"\", \"positive\": 62095, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 4527, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.7777838687432684, \"deceased_daily\": \"\", \"deceased\": 645, \"positive_100k\": 80.65437838898218, \"positive_daily\": \"\", \"positive\": 66885, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 4528, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.93454650895509, \"deceased_daily\": \"\", \"deceased\": 775, \"positive_100k\": 86.59085898715755, \"positive_daily\": \"\", \"positive\": 71808, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 4529, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.1093971461144294, \"deceased_daily\": \"\", \"deceased\": 920, \"positive_100k\": 93.90323321980745, \"positive_daily\": \"\", \"positive\": 77872, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 4530, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.3348941747268188, \"deceased_daily\": \"\", \"deceased\": 1107, \"positive_100k\": 102.25024087785536, \"positive_daily\": \"\", \"positive\": 84794, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 4531, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.5374797405390188, \"deceased_daily\": \"\", \"deceased\": 1275, \"positive_100k\": 109.92558091591877, \"positive_daily\": \"\", \"positive\": 91159, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 4532, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.741271172814387, \"deceased_daily\": \"\", \"deceased\": 1444, \"positive_100k\": 115.87412017872582, \"positive_daily\": \"\", \"positive\": 96092, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 4533, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.9100924776578871, \"deceased_daily\": \"\", \"deceased\": 1584, \"positive_100k\": 120.73496789175545, \"positive_daily\": \"\", \"positive\": 100123, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 4534, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.182618298333823, \"deceased_daily\": \"\", \"deceased\": 1810, \"positive_100k\": 124.65523976351416, \"positive_daily\": \"\", \"positive\": 103374, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 4535, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.4310267897464017, \"deceased_daily\": \"\", \"deceased\": 2016, \"positive_100k\": 129.8272010240411, \"positive_daily\": \"\", \"positive\": 107663, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 4536, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.8325803219812986, \"deceased_daily\": \"\", \"deceased\": 2349, \"positive_100k\": 136.61984681106566, \"positive_daily\": \"\", \"positive\": 113296, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 4537, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.143693869478606, \"deceased_daily\": \"\", \"deceased\": 2607, \"positive_100k\": 142.5105044836406, \"positive_daily\": \"\", \"positive\": 118181, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 4538, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 3.336632503585463, \"deceased_daily\": \"\", \"deceased\": 2767, \"positive_100k\": 147.32191167168037, \"positive_daily\": \"\", \"positive\": 122171, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 4539, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.2992506432272597, \"deceased_daily\": \"\", \"deceased\": 2736, \"positive_100k\": 150.6223681813708, \"positive_daily\": \"\", \"positive\": 124908, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 4540, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 3.644128451693267, \"deceased_daily\": \"\", \"deceased\": 3022, \"positive_100k\": 154.1748507818633, \"positive_daily\": \"\", \"positive\": 127854, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 4541, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 3.8515374833581384, \"deceased_daily\": \"\", \"deceased\": 3194, \"positive_100k\": 156.84946259716963, \"positive_daily\": \"\", \"positive\": 130072, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 4542, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 3.9721241296749237, \"deceased_daily\": \"\", \"deceased\": 3294, \"positive_100k\": 158.40141273526666, \"positive_daily\": \"\", \"positive\": 131359, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 4543, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.5871160258905315, \"deceased_daily\": \"\", \"deceased\": 3804, \"positive_100k\": 162.49412351125838, \"positive_daily\": \"\", \"positive\": 134753, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 4544, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.886170908756161, \"deceased_daily\": \"\", \"deceased\": 4052, \"positive_100k\": 166.0454002452877, \"positive_daily\": \"\", \"positive\": 137698, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 4545, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.247930847706518, \"deceased_daily\": \"\", \"deceased\": 4352, \"positive_100k\": 170.50590029254562, \"positive_daily\": \"\", \"positive\": 141397, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 4546, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.376958559265479, \"deceased_daily\": \"\", \"deceased\": 4459, \"positive_100k\": 172.8513105634071, \"positive_daily\": \"\", \"positive\": 143342, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 48}, {\"index\": 4547, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.530103600087797, \"deceased_daily\": \"\", \"deceased\": 4586, \"positive_100k\": 175.0725165885623, \"positive_daily\": \"\", \"positive\": 145184, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 49}, {\"index\": 4548, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.862922743922126, \"deceased_daily\": \"\", \"deceased\": 4862, \"positive_100k\": 177.34075140578102, \"positive_daily\": \"\", \"positive\": 147065, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 50}, {\"index\": 4549, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Germany\", \"country\": \"DEU\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 6.069125909123829, \"deceased_daily\": \"\", \"deceased\": 5033, \"positive_100k\": 178.81914368962484, \"positive_daily\": \"\", \"positive\": 148291, \"region_iso\": \"DEU\", \"region_label\": \"Germany\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 51.10698181, \"Longitude\": 10.38578051, \"Geo Region\": \"Europe\", \"sinceDay0\": 51}, {\"index\": 5876, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.6578724740424757, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 5877, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.6578724740424757, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 5878, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.482018977621538, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 5879, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.594616757453272, \"positive_daily\": \"\", \"positive\": 223, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 5880, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04120732517895311, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 6.016269476127154, \"positive_daily\": \"\", \"positive\": 292, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 5881, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 11.47624006233844, \"positive_daily\": \"\", \"positive\": 557, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 5882, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 14.072301548612488, \"positive_daily\": \"\", \"positive\": 683, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 5883, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.061810987768429665, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.173875132739095, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 5884, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.08241465035790622, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.66691830606576, \"positive_daily\": \"\", \"positive\": 906, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 5885, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.12362197553685933, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 23.179120413161126, \"positive_daily\": \"\", \"positive\": 1125, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 5886, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.14422563812633588, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 27.382267581414343, \"positive_daily\": \"\", \"positive\": 1329, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 5887, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.185432963305289, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 32.22412828994133, \"positive_daily\": \"\", \"positive\": 1564, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 5888, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.39146958920005454, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 37.47806225025785, \"positive_daily\": \"\", \"positive\": 1819, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 5889, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.45328057696848423, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 43.700368352279774, \"positive_daily\": \"\", \"positive\": 2121, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 5890, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.741731853221156, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 49.75784515358589, \"positive_daily\": \"\", \"positive\": 2415, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 5891, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9477684791159215, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 53.87857767148119, \"positive_daily\": \"\", \"positive\": 2615, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 5892, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.112597779831734, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 59.95665813537678, \"positive_daily\": \"\", \"positive\": 2910, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 5893, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.4628600438528354, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 66.65284847695666, \"positive_daily\": \"\", \"positive\": 3235, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 5894, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.7513113201055073, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 71.0208249459257, \"positive_daily\": \"\", \"positive\": 3447, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 5895, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.0191589337687024, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 79.30349730689527, \"positive_daily\": \"\", \"positive\": 3849, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 5896, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.472439510737187, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 88.03945024483332, \"positive_daily\": \"\", \"positive\": 4273, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 5897, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.822701774758288, \"deceased_daily\": \"\", \"deceased\": 137, \"positive_100k\": 94.85926256195006, \"positive_daily\": \"\", \"positive\": 4604, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 5898, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.2553786891372956, \"deceased_daily\": \"\", \"deceased\": 158, \"positive_100k\": 102.89469097184592, \"positive_daily\": \"\", \"positive\": 4994, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 5899, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.5850372905689207, \"deceased_daily\": \"\", \"deceased\": 174, \"positive_100k\": 110.51804612995225, \"positive_daily\": \"\", \"positive\": 5364, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 5900, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 4.326769143790076, \"deceased_daily\": \"\", \"deceased\": 210, \"positive_100k\": 117.62630972332165, \"positive_daily\": \"\", \"positive\": 5709, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 5901, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.8418607085269905, \"deceased_daily\": \"\", \"deceased\": 235, \"positive_100k\": 125.14664656848059, \"positive_daily\": \"\", \"positive\": 6074, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 5902, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.418763261032334, \"deceased_daily\": \"\", \"deceased\": 263, \"positive_100k\": 135.4484778632189, \"positive_daily\": \"\", \"positive\": 6574, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 5903, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 5.913251163179772, \"deceased_daily\": \"\", \"deceased\": 287, \"positive_100k\": 166.66302668627586, \"positive_daily\": \"\", \"positive\": 8089, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 5904, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 6.593172028632497, \"deceased_daily\": \"\", \"deceased\": 320, \"positive_100k\": 183.9494995988467, \"positive_daily\": \"\", \"positive\": 8928, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 5905, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 6.88162330488517, \"deceased_daily\": \"\", \"deceased\": 334, \"positive_100k\": 198.92836230139613, \"positive_daily\": \"\", \"positive\": 9655, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 5906, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 7.520336845158943, \"deceased_daily\": \"\", \"deceased\": 365, \"positive_100k\": 219.36719559015688, \"positive_daily\": \"\", \"positive\": 10647, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 5907, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 8.365087011327482, \"deceased_daily\": \"\", \"deceased\": 406, \"positive_100k\": 236.5094428646014, \"positive_daily\": \"\", \"positive\": 11479, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 5908, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 9.14802618972759, \"deceased_daily\": \"\", \"deceased\": 444, \"positive_100k\": 258.51415451016237, \"positive_daily\": \"\", \"positive\": 12547, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 5909, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 10.013380018485606, \"deceased_daily\": \"\", \"deceased\": 486, \"positive_100k\": 273.43120622494337, \"positive_daily\": \"\", \"positive\": 13271, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 5910, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 10.919941172422574, \"deceased_daily\": \"\", \"deceased\": 530, \"positive_100k\": 288.03920300088225, \"positive_daily\": \"\", \"positive\": 13980, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 5911, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.764691338591113, \"deceased_daily\": \"\", \"deceased\": 571, \"positive_100k\": 304.068852495495, \"positive_daily\": \"\", \"positive\": 14758, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 5912, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.568234179580699, \"deceased_daily\": \"\", \"deceased\": 610, \"positive_100k\": 314.22645815210694, \"positive_daily\": \"\", \"positive\": 15251, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 5913, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 14.154716198970394, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 322.48852685048706, \"positive_daily\": \"\", \"positive\": 15652, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 5914, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Ireland\", \"country\": \"IRL\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 15.040673690317886, \"deceased_daily\": \"\", \"deceased\": 730, \"positive_100k\": 330.482747935204, \"positive_daily\": \"\", \"positive\": 16040, \"region_iso\": \"IRL\", \"region_label\": \"Ireland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 53.17544870000001, \"Longitude\": -8.13793569, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 5965, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1256444314369976, \"positive_daily\": \"\", \"positive\": 100, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 5966, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.418311983610617, \"positive_daily\": \"\", \"positive\": 126, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 5967, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.7447488687273462, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 5968, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3976226389608053, \"positive_daily\": \"\", \"positive\": 213, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 5969, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.453904860532655, \"positive_daily\": \"\", \"positive\": 218, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 5970, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.8141110785924943, \"positive_daily\": \"\", \"positive\": 250, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 5971, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.4219590715684727, \"positive_daily\": \"\", \"positive\": 304, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 5972, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.80650172223598, \"positive_daily\": \"\", \"positive\": 427, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 5973, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.954659042301717, \"positive_daily\": \"\", \"positive\": 529, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 5974, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 8.014588351831424, \"positive_daily\": \"\", \"positive\": 712, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 5975, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 9.93944032958869, \"positive_daily\": \"\", \"positive\": 883, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 5976, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.011256444314369977, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.055651860690245, \"positive_daily\": \"\", \"positive\": 1071, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 5977, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.03376933294310993, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 13.935478061190032, \"positive_daily\": \"\", \"positive\": 1238, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 5978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.05628222157184988, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 26.666516580742474, \"positive_daily\": \"\", \"positive\": 2369, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 5979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09005155451495982, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 30.313604538598344, \"positive_daily\": \"\", \"positive\": 2693, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 5980, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.13507733177243972, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 34.163308494112876, \"positive_daily\": \"\", \"positive\": 3035, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 5981, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.13507733177243972, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 40.73707197370495, \"positive_daily\": \"\", \"positive\": 3619, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 5982, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.16884666471554965, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 47.80611900312929, \"positive_daily\": \"\", \"positive\": 4247, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 5983, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.18010310902991963, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 52.84900605596704, \"positive_daily\": \"\", \"positive\": 4695, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 5984, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.22512888628739952, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 60.31202863639434, \"positive_daily\": \"\", \"positive\": 5358, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 5985, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.2926675521736194, \"deceased_daily\": \"\", \"deceased\": 26, \"positive_100k\": 68.5742587631419, \"positive_daily\": \"\", \"positive\": 6092, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 5986, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4052319953173192, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 77.18543866363494, \"positive_daily\": \"\", \"positive\": 6857, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 5987, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.45025777257479904, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 83.61286836714018, \"positive_daily\": \"\", \"positive\": 7428, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 5988, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.495283549832279, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 88.37434431211868, \"positive_daily\": \"\", \"positive\": 7851, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 5989, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.5515657714041289, \"deceased_daily\": \"\", \"deceased\": 49, \"positive_100k\": 94.8918255701389, \"positive_daily\": \"\", \"positive\": 8430, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 5990, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.6416173259190887, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 100.22738017515027, \"positive_daily\": \"\", \"positive\": 8904, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 5991, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.7316688804340484, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 104.09959701929354, \"positive_daily\": \"\", \"positive\": 9248, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 5992, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.8217204349490083, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 105.85560233233525, \"positive_daily\": \"\", \"positive\": 9404, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 5993, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.9680542110358179, \"deceased_daily\": \"\", \"deceased\": 86, \"positive_100k\": 112.20423692563993, \"positive_daily\": \"\", \"positive\": 9968, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 5994, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.0693622098651479, \"deceased_daily\": \"\", \"deceased\": 95, \"positive_100k\": 117.15707242396273, \"positive_daily\": \"\", \"positive\": 10408, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 5995, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.1369008757513677, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 120.92798126927666, \"positive_daily\": \"\", \"positive\": 10743, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 5996, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.1594137643801075, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 125.4530718836534, \"positive_daily\": \"\", \"positive\": 11145, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 5997, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.3057475404669174, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 130.41716382629053, \"positive_daily\": \"\", \"positive\": 11586, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 5998, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.3845426506675071, \"deceased_daily\": \"\", \"deceased\": 123, \"positive_100k\": 135.59512821090073, \"positive_daily\": \"\", \"positive\": 12046, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 5999, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.4633377608680969, \"deceased_daily\": \"\", \"deceased\": 130, \"positive_100k\": 140.7168103739391, \"positive_daily\": \"\", \"positive\": 12501, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 6000, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.5984150926405367, \"deceased_daily\": \"\", \"deceased\": 142, \"positive_100k\": 143.60971656273216, \"positive_daily\": \"\", \"positive\": 12758, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 6001, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.6997230914698664, \"deceased_daily\": \"\", \"deceased\": 151, \"positive_100k\": 146.13116008915105, \"positive_daily\": \"\", \"positive\": 12982, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 6002, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.8460568675566764, \"deceased_daily\": \"\", \"deceased\": 164, \"positive_100k\": 149.31673383011773, \"positive_daily\": \"\", \"positive\": 13265, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 6003, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.9361084220716358, \"deceased_daily\": \"\", \"deceased\": 172, \"positive_100k\": 151.86069024516536, \"positive_daily\": \"\", \"positive\": 13491, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 6004, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.9923906436434857, \"deceased_daily\": \"\", \"deceased\": 177, \"positive_100k\": 154.35962088295548, \"positive_daily\": \"\", \"positive\": 13713, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 39}, {\"index\": 6005, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Israel\", \"country\": \"ISR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.071185753844076, \"deceased_daily\": \"\", \"deceased\": 184, \"positive_100k\": 156.93734663094622, \"positive_daily\": \"\", \"positive\": 13942, \"region_iso\": \"ISR\", \"region_label\": \"Israel\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 31.46110101, \"Longitude\": 35.00444693, \"Geo Region\": \"Asia\", \"sinceDay0\": 40}, {\"index\": 6038, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-23T00:00:00\", \"deceased_100k\": 0.004964316246603601, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.25648967274118606, \"positive_daily\": \"\", \"positive\": 155, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 6039, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-24T00:00:00\", \"deceased_100k\": 0.011583404575408402, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 0.3789428068240749, \"positive_daily\": \"\", \"positive\": 229, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 6040, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.016547720822012002, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 0.5328366104687865, \"positive_daily\": \"\", \"positive\": 322, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 6041, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.019857264986414404, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 0.7496117532371437, \"positive_daily\": \"\", \"positive\": 453, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 6042, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.028131125397420405, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 1.0838757138417863, \"positive_daily\": \"\", \"positive\": 655, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 6043, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.03475021372622521, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.469437608994666, \"positive_daily\": \"\", \"positive\": 888, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 6044, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.04798839038383481, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 1.866582908722954, \"positive_daily\": \"\", \"positive\": 1128, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 6045, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.05626225079484081, \"deceased_daily\": \"\", \"deceased\": 34, \"positive_100k\": 2.803183907248833, \"positive_daily\": \"\", \"positive\": 1694, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 6046, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.08604814827446242, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 3.3691159593616438, \"positive_daily\": \"\", \"positive\": 2036, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 6047, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.13072699449389483, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 4.140239749667403, \"positive_daily\": \"\", \"positive\": 2502, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 6048, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.17706061279552843, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 5.111590961919508, \"positive_daily\": \"\", \"positive\": 3089, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 6049, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.24490626816577765, \"deceased_daily\": \"\", \"deceased\": 148, \"positive_100k\": 6.3841106931322305, \"positive_daily\": \"\", \"positive\": 3858, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 6050, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.32599010019363645, \"deceased_daily\": \"\", \"deceased\": 197, \"positive_100k\": 7.671523373084765, \"positive_daily\": \"\", \"positive\": 4636, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 6051, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.38556189515287964, \"deceased_daily\": \"\", \"deceased\": 233, \"positive_100k\": 9.735024159589662, \"positive_daily\": \"\", \"positive\": 5883, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 6052, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.6056465820856393, \"deceased_daily\": \"\", \"deceased\": 366, \"positive_100k\": 12.203944106233852, \"positive_daily\": \"\", \"positive\": 7375, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 6053, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.7661594740591559, \"deceased_daily\": \"\", \"deceased\": 463, \"positive_100k\": 15.17756953794941, \"positive_daily\": \"\", \"positive\": 9172, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 6054, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 1.0441611838689575, \"deceased_daily\": \"\", \"deceased\": 631, \"positive_100k\": 16.794281862259982, \"positive_daily\": \"\", \"positive\": 10149, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 6055, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 1.3684965119803927, \"deceased_daily\": \"\", \"deceased\": 827, \"positive_100k\": 20.621769688391357, \"positive_daily\": \"\", \"positive\": 12462, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 6056, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 1.3684965119803927, \"deceased_daily\": \"\", \"deceased\": 827, \"positive_100k\": 20.621769688391357, \"positive_daily\": \"\", \"positive\": 12462, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 6057, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 2.0949414560667194, \"deceased_daily\": \"\", \"deceased\": 1266, \"positive_100k\": 29.223274971673195, \"positive_daily\": \"\", \"positive\": 17660, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 6058, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 2.3845265704519294, \"deceased_daily\": \"\", \"deceased\": 1441, \"positive_100k\": 35.010012943130796, \"positive_daily\": \"\", \"positive\": 21157, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 6059, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 2.9934826967019714, \"deceased_daily\": \"\", \"deceased\": 1809, \"positive_100k\": 40.95064471823311, \"positive_daily\": \"\", \"positive\": 24747, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 6060, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 3.5709981533901907, \"deceased_daily\": \"\", \"deceased\": 2158, \"positive_100k\": 46.300522859989584, \"positive_daily\": \"\", \"positive\": 27980, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 6061, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 4.141894521749604, \"deceased_daily\": \"\", \"deceased\": 2503, \"positive_100k\": 52.13524922183102, \"positive_daily\": \"\", \"positive\": 31506, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 6062, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 4.927911260795175, \"deceased_daily\": \"\", \"deceased\": 2978, \"positive_100k\": 59.096875371651464, \"positive_daily\": \"\", \"positive\": 35713, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 6063, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 5.634498939895087, \"deceased_daily\": \"\", \"deceased\": 3405, \"positive_100k\": 67.90357239312625, \"positive_daily\": \"\", \"positive\": 41035, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 6064, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 6.67204103543524, \"deceased_daily\": \"\", \"deceased\": 4032, \"positive_100k\": 77.80903807718265, \"positive_daily\": \"\", \"positive\": 47021, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 6065, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 7.984275296620791, \"deceased_daily\": \"\", \"deceased\": 4825, \"positive_100k\": 88.65937862017591, \"positive_daily\": \"\", \"positive\": 53578, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 6066, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 9.061531922133772, \"deceased_daily\": \"\", \"deceased\": 5476, \"positive_100k\": 97.85991139721459, \"positive_daily\": \"\", \"positive\": 59138, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 6067, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 10.056049943536696, \"deceased_daily\": \"\", \"deceased\": 6077, \"positive_100k\": 105.78461489887613, \"positive_daily\": \"\", \"positive\": 63927, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 6068, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 11.285545600612187, \"deceased_daily\": \"\", \"deceased\": 6820, \"positive_100k\": 114.47051355835023, \"positive_daily\": \"\", \"positive\": 69176, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 6069, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 12.415754932755606, \"deceased_daily\": \"\", \"deceased\": 7503, \"positive_100k\": 123.09187610661849, \"positive_daily\": \"\", \"positive\": 74386, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 6070, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 13.593952655282862, \"deceased_daily\": \"\", \"deceased\": 8215, \"positive_100k\": 133.35642733251254, \"positive_daily\": \"\", \"positive\": 80589, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 6071, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 15.114688198825764, \"deceased_daily\": \"\", \"deceased\": 9134, \"positive_100k\": 143.13447556623942, \"positive_daily\": \"\", \"positive\": 86498, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 6072, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 16.585780579902632, \"deceased_daily\": \"\", \"deceased\": 10023, \"positive_100k\": 153.02008398530938, \"positive_daily\": \"\", \"positive\": 92472, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 6073, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 17.83678827404674, \"deceased_daily\": \"\", \"deceased\": 10779, \"positive_100k\": 161.65302993815305, \"positive_daily\": \"\", \"positive\": 97689, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 6074, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 19.180463204794112, \"deceased_daily\": \"\", \"deceased\": 11591, \"positive_100k\": 168.3548568710679, \"positive_daily\": \"\", \"positive\": 101739, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 6075, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 20.565507437596516, \"deceased_daily\": \"\", \"deceased\": 12428, \"positive_100k\": 175.0616481202294, \"positive_daily\": \"\", \"positive\": 105792, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 6076, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 21.76852674135679, \"deceased_daily\": \"\", \"deceased\": 13155, \"positive_100k\": 182.97476821731553, \"positive_daily\": \"\", \"positive\": 110574, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 6077, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 23.026153523829702, \"deceased_daily\": \"\", \"deceased\": 13915, \"positive_100k\": 190.69924429703073, \"positive_daily\": \"\", \"positive\": 115242, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 6078, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 24.293708938795824, \"deceased_daily\": \"\", \"deceased\": 14681, \"positive_100k\": 198.28637429392325, \"positive_daily\": \"\", \"positive\": 119827, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 6079, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 25.42060872677484, \"deceased_daily\": \"\", \"deceased\": 15362, \"positive_100k\": 206.2375541489, \"positive_daily\": \"\", \"positive\": 124632, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 6080, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 26.289364069930468, \"deceased_daily\": \"\", \"deceased\": 15887, \"positive_100k\": 213.37955045568037, \"positive_daily\": \"\", \"positive\": 128948, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 6081, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 27.341799114210435, \"deceased_daily\": \"\", \"deceased\": 16523, \"positive_100k\": 219.3350751795225, \"positive_daily\": \"\", \"positive\": 132547, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 6082, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 28.341281451859956, \"deceased_daily\": \"\", \"deceased\": 17127, \"positive_100k\": 224.36392753733196, \"positive_daily\": \"\", \"positive\": 135586, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 6083, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 29.23816792041301, \"deceased_daily\": \"\", \"deceased\": 17669, \"positive_100k\": 230.71163324465573, \"positive_daily\": \"\", \"positive\": 139422, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 6084, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 30.247578890555737, \"deceased_daily\": \"\", \"deceased\": 18279, \"positive_100k\": 237.6682950782296, \"positive_daily\": \"\", \"positive\": 143626, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 6085, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 31.190798977410424, \"deceased_daily\": \"\", \"deceased\": 18849, \"positive_100k\": 244.20629957500654, \"positive_daily\": \"\", \"positive\": 147577, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 6086, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 32.21510289629297, \"deceased_daily\": \"\", \"deceased\": 19468, \"positive_100k\": 251.97379972885895, \"positive_daily\": \"\", \"positive\": 152271, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 48}, {\"index\": 6087, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 32.928309663721684, \"deceased_daily\": \"\", \"deceased\": 19899, \"positive_100k\": 258.7451270892263, \"positive_daily\": \"\", \"positive\": 156363, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 49}, {\"index\": 6088, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 33.86491066224757, \"deceased_daily\": \"\", \"deceased\": 20465, \"positive_100k\": 263.96262346440665, \"positive_daily\": \"\", \"positive\": 159516, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 50}, {\"index\": 6089, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 34.86108345573268, \"deceased_daily\": \"\", \"deceased\": 21067, \"positive_100k\": 268.88060609270866, \"positive_daily\": \"\", \"positive\": 162488, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 51}, {\"index\": 6090, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 35.817541719244986, \"deceased_daily\": \"\", \"deceased\": 21645, \"positive_100k\": 273.29388323593923, \"positive_daily\": \"\", \"positive\": 165155, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 52}, {\"index\": 6091, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 36.68629706240061, \"deceased_daily\": \"\", \"deceased\": 22170, \"positive_100k\": 279.55885033915297, \"positive_daily\": \"\", \"positive\": 168941, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 53}, {\"index\": 6092, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 37.6377910096663, \"deceased_daily\": \"\", \"deceased\": 22745, \"positive_100k\": 285.3389692222818, \"positive_daily\": \"\", \"positive\": 172434, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 54}, {\"index\": 6093, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 38.435391153287284, \"deceased_daily\": \"\", \"deceased\": 23227, \"positive_100k\": 291.11577856124615, \"positive_daily\": \"\", \"positive\": 175925, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 55}, {\"index\": 6094, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 39.1519074648804, \"deceased_daily\": \"\", \"deceased\": 23660, \"positive_100k\": 296.1578690957132, \"positive_daily\": \"\", \"positive\": 178972, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 56}, {\"index\": 6095, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 39.90317399019975, \"deceased_daily\": \"\", \"deceased\": 24114, \"positive_100k\": 299.8910349131591, \"positive_daily\": \"\", \"positive\": 181228, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 57}, {\"index\": 6096, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Italy\", \"country\": \"ITA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 40.78682228209519, \"deceased_daily\": \"\", \"deceased\": 24648, \"positive_100k\": 304.4069079254862, \"positive_daily\": \"\", \"positive\": 183957, \"region_iso\": \"ITA\", \"region_label\": \"Italy\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.79662641, \"Longitude\": 12.07001339, \"Geo Region\": \"Europe\", \"sinceDay0\": 58}, {\"index\": 6695, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.513711206970521, \"positive_daily\": \"\", \"positive\": 104, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 6696, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.707073607506715, \"positive_daily\": \"\", \"positive\": 112, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 6697, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.9729469082439817, \"positive_daily\": \"\", \"positive\": 123, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 6698, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.1421390087131518, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 6699, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.4321826095174424, \"positive_daily\": \"\", \"positive\": 142, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 6700, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.5772044099195877, \"positive_daily\": \"\", \"positive\": 148, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 6701, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.8430777106568543, \"positive_daily\": \"\", \"positive\": 159, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 6702, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.253972811796267, \"positive_daily\": \"\", \"positive\": 176, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 6703, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.544016412600557, \"positive_daily\": \"\", \"positive\": 188, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 6704, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.568186712667582, \"positive_daily\": \"\", \"positive\": 189, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 6705, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.61652731280163, \"positive_daily\": \"\", \"positive\": 191, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 6706, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.713208513069727, \"positive_daily\": \"\", \"positive\": 195, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 6707, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.027422413941042, \"positive_daily\": \"\", \"positive\": 208, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 6708, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.438317515080454, \"positive_daily\": \"\", \"positive\": 225, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 6709, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.680020515750697, \"positive_daily\": \"\", \"positive\": 235, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 6710, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.163426517091181, \"positive_daily\": \"\", \"positive\": 255, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 6711, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.429299817828448, \"positive_daily\": \"\", \"positive\": 266, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 6712, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.985216719370006, \"positive_daily\": \"\", \"positive\": 289, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 6713, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.661985121246685, \"positive_daily\": \"\", \"positive\": 317, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 6714, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 8.266242622922292, \"positive_daily\": \"\", \"positive\": 342, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 6715, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 10.07901512794911, \"positive_daily\": \"\", \"positive\": 417, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 6716, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 11.577573732104613, \"positive_daily\": \"\", \"positive\": 479, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 6717, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.438686837265477, \"positive_daily\": \"\", \"positive\": 556, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 6718, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 16.073249544571123, \"positive_daily\": \"\", \"positive\": 665, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 6719, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 17.95853294979901, \"positive_daily\": \"\", \"positive\": 743, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 6720, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 20.665606557305725, \"positive_daily\": \"\", \"positive\": 855, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 6721, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 21.99497306099206, \"positive_daily\": \"\", \"positive\": 910, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 6722, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 24.00110796655507, \"positive_daily\": \"\", \"positive\": 993, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 6723, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 27.892526277345976, \"positive_daily\": \"\", \"positive\": 1154, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 6724, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.024170300067024243, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 29.826150282707914, \"positive_daily\": \"\", \"positive\": 1234, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 6725, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.048340600134048485, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 31.421390087131513, \"positive_daily\": \"\", \"positive\": 1300, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 6726, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.07251090020107272, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 32.75075659081785, \"positive_daily\": \"\", \"positive\": 1355, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 6727, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.07251090020107272, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 33.95927159416906, \"positive_daily\": \"\", \"positive\": 1405, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 6728, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.07251090020107272, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 36.83553730214494, \"positive_daily\": \"\", \"positive\": 1524, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 6729, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.12085150033512121, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 40.074357511126195, \"positive_daily\": \"\", \"positive\": 1658, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 6730, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.14502180040214543, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 42.322195417359445, \"positive_daily\": \"\", \"positive\": 1751, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 6731, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.1691921004691697, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 46.28612462835142, \"positive_daily\": \"\", \"positive\": 1915, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 6732, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.2175327006032182, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 48.21974863371336, \"positive_daily\": \"\", \"positive\": 1995, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 6733, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Kuwait\", \"country\": \"KWT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.26587330073726667, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 50.27422413941043, \"positive_daily\": \"\", \"positive\": 2080, \"region_iso\": \"KWT\", \"region_label\": \"Kuwait\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 29.33431262, \"Longitude\": 47.58700459, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 7426, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.16454729747518626, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 23.03662164652608, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 7427, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3290945949503725, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 33.40310138746281, \"positive_daily\": \"\", \"positive\": 203, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 7428, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.658189189900745, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 55.123344654187406, \"positive_daily\": \"\", \"positive\": 335, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 7429, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.658189189900745, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 79.64089197799015, \"positive_daily\": \"\", \"positive\": 484, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 7430, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 110.24668930837481, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 7431, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 131.30874338519862, \"positive_daily\": \"\", \"positive\": 798, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 7432, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 143.97888529078799, \"positive_daily\": \"\", \"positive\": 875, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 7433, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 180.8374799252297, \"positive_daily\": \"\", \"positive\": 1099, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 7434, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.31637837980149, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 219.34154753442328, \"positive_daily\": \"\", \"positive\": 1333, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 7435, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.4809256772766763, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 239.08722323144565, \"positive_daily\": \"\", \"positive\": 1453, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 7436, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.468209462127794, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 264.098412447674, \"positive_daily\": \"\", \"positive\": 1605, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 7437, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.9618513545533527, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 301.2861016770661, \"positive_daily\": \"\", \"positive\": 1831, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 7438, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.4554932469789117, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 320.8672300766132, \"positive_daily\": \"\", \"positive\": 1950, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 7439, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 3.6200405444540977, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 327.1200273806703, \"positive_daily\": \"\", \"positive\": 1988, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 7440, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 3.7845878419292847, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 358.38401390095567, \"positive_daily\": \"\", \"positive\": 2178, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 7441, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 4.771871626780402, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 381.585182844957, \"positive_daily\": \"\", \"positive\": 2319, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 7442, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.936418924255588, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 409.2291288207883, \"positive_daily\": \"\", \"positive\": 2487, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 7443, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 5.100966221730774, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 429.7975410051866, \"positive_daily\": \"\", \"positive\": 2612, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 7444, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 5.100966221730774, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 449.04957480978334, \"positive_daily\": \"\", \"positive\": 2729, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 7445, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 5.923702709106705, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 461.3906221204223, \"positive_daily\": \"\", \"positive\": 2804, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 7446, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 6.746439196482638, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 467.80796672195453, \"positive_daily\": \"\", \"positive\": 2843, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 7447, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 7.2400810889081955, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 488.70547350130323, \"positive_daily\": \"\", \"positive\": 2970, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 7448, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 7.569175683858569, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 499.2365005397151, \"positive_daily\": \"\", \"positive\": 3034, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 7449, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 8.556459468709686, \"deceased_daily\": \"\", \"deceased\": 52, \"positive_100k\": 512.5648316352052, \"positive_daily\": \"\", \"positive\": 3115, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 7450, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 8.885554063660058, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 530.3359397625254, \"positive_daily\": \"\", \"positive\": 3223, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 7451, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 10.201932443461548, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 538.0696627438591, \"positive_daily\": \"\", \"positive\": 3270, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 7452, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 10.860121633362294, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 539.8796830160861, \"positive_daily\": \"\", \"positive\": 3281, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 7453, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 541.6897032883132, \"positive_daily\": \"\", \"positive\": 3292, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 7454, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 11.02466893083748, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 544.157912750441, \"positive_daily\": \"\", \"positive\": 3307, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 7455, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 555.0180343838033, \"positive_daily\": \"\", \"positive\": 3373, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 7456, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 11.353763525787851, \"deceased_daily\": \"\", \"deceased\": 69, \"positive_100k\": 566.7008925045415, \"positive_daily\": \"\", \"positive\": 3444, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 7457, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 11.84740541821341, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 572.6245952136483, \"positive_daily\": \"\", \"positive\": 3480, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 7458, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.84740541821341, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 582.0037911697339, \"positive_daily\": \"\", \"positive\": 3537, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 7459, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.011952715688597, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 584.1429060369113, \"positive_daily\": \"\", \"positive\": 3550, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 7460, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.341047310638968, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 585.4592844167128, \"positive_daily\": \"\", \"positive\": 3558, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 7461, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Luxembourg\", \"country\": \"LUX\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 12.834689203064528, \"deceased_daily\": \"\", \"deceased\": 78, \"positive_100k\": 595.3321222652239, \"positive_daily\": \"\", \"positive\": 3618, \"region_iso\": \"LUX\", \"region_label\": \"Luxembourg\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 49.76725361, \"Longitude\": 6.07182201, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 7978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 22.128926850453954, \"positive_daily\": \"\", \"positive\": 107, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 7979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 22.74936405186855, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 7980, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 26.678799660827664, \"positive_daily\": \"\", \"positive\": 129, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 7981, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 27.712861663185326, \"positive_daily\": \"\", \"positive\": 134, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 7982, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 28.746923665542983, \"positive_daily\": \"\", \"positive\": 139, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 7983, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 30.81504767025831, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 7984, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 31.22867247120137, \"positive_daily\": \"\", \"positive\": 151, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 7985, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 32.262734473559036, \"positive_daily\": \"\", \"positive\": 156, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 7986, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 34.951295679688954, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 7987, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 38.88073128864807, \"positive_daily\": \"\", \"positive\": 188, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 7988, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 40.535230492420325, \"positive_daily\": \"\", \"positive\": 196, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 7989, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 41.776104895249524, \"positive_daily\": \"\", \"positive\": 202, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 7990, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 44.051041300436374, \"positive_daily\": \"\", \"positive\": 213, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 7991, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 46.94641490703783, \"positive_daily\": \"\", \"positive\": 227, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 7992, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 49.84178851363928, \"positive_daily\": \"\", \"positive\": 241, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 7993, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 60.59603333815896, \"positive_daily\": \"\", \"positive\": 293, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 7994, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.20681240047153227, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 61.836907740988146, \"positive_daily\": \"\", \"positive\": 299, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 7995, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.41362480094306453, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 69.69577895890637, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 7996, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.41362480094306453, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 72.38434016503629, \"positive_daily\": \"\", \"positive\": 350, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 7997, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 76.52058817446694, \"positive_daily\": \"\", \"positive\": 370, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 7998, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 78.1750873782392, \"positive_daily\": \"\", \"positive\": 378, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 7999, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 79.41596178106839, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 8000, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 81.27727338531218, \"positive_daily\": \"\", \"positive\": 393, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 8001, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 82.51814778814138, \"positive_daily\": \"\", \"positive\": 399, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 8002, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 85.2067089942713, \"positive_daily\": \"\", \"positive\": 412, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 8003, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 87.27483299898661, \"positive_daily\": \"\", \"positive\": 422, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 8004, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 88.10208260087275, \"positive_daily\": \"\", \"positive\": 426, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 8005, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 88.30889500134428, \"positive_daily\": \"\", \"positive\": 427, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 8006, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 89.1361446032304, \"positive_daily\": \"\", \"positive\": 431, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 8007, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Malta\", \"country\": \"MLT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.6204372014145968, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 91.61789340888879, \"positive_daily\": \"\", \"positive\": 443, \"region_iso\": \"MLT\", \"region_label\": \"Malta\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 35.92149632, \"Longitude\": 14.40523316, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 8342, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.0739874947932573, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 8343, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.525215016964745, \"positive_daily\": \"\", \"positive\": 125, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 8344, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.202056300221976, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 8345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.02820172013571796, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.991704464022078, \"positive_daily\": \"\", \"positive\": 177, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 8346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 5.612142307007874, \"positive_daily\": \"\", \"positive\": 199, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 8347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 6.514597351350848, \"positive_daily\": \"\", \"positive\": 231, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 8348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 7.417052395693823, \"positive_daily\": \"\", \"positive\": 263, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 8349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.05640344027143592, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 8.404112600443952, \"positive_daily\": \"\", \"positive\": 298, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 8350, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.11280688054287184, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 9.955207207908439, \"positive_daily\": \"\", \"positive\": 353, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 8351, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.14100860067858978, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 11.929327617408696, \"positive_daily\": \"\", \"positive\": 423, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 8352, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.16921032081430776, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 14.241868668537569, \"positive_daily\": \"\", \"positive\": 505, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 8353, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.22561376108574369, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 16.66721660020931, \"positive_daily\": \"\", \"positive\": 591, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 8354, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.3384206416286155, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 21.207693542059904, \"positive_daily\": \"\", \"positive\": 752, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 8355, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.4230258020357694, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 24.366286197260315, \"positive_daily\": \"\", \"positive\": 864, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 8356, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.5358326825786411, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 27.21465993096783, \"positive_daily\": \"\", \"positive\": 965, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 8357, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.6204378429857951, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 29.781016463318164, \"positive_daily\": \"\", \"positive\": 1056, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 8358, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.7614464436643849, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 33.10881943933288, \"positive_daily\": \"\", \"positive\": 1174, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 8359, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.8178498839358208, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 36.35201725494045, \"positive_daily\": \"\", \"positive\": 1289, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 8360, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.8178498839358208, \"deceased_daily\": \"\", \"deceased\": 29, \"positive_100k\": 40.554073555162425, \"positive_daily\": \"\", \"positive\": 1438, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 8361, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.8460516040715388, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 43.99468341172002, \"positive_daily\": \"\", \"positive\": 1560, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 8362, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.8742533242072567, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 46.87125886556325, \"positive_daily\": \"\", \"positive\": 1662, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 8363, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.9870602047501285, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 48.281344872349145, \"positive_daily\": \"\", \"positive\": 1712, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 8364, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.1280688054287182, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 54.54212674247852, \"positive_daily\": \"\", \"positive\": 1934, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 8365, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.297279126243026, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 57.7853245580861, \"positive_daily\": \"\", \"positive\": 2049, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 8366, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.5228928873287697, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 60.746505172336484, \"positive_daily\": \"\", \"positive\": 2154, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 8367, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.5792963276002054, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 63.84869438726546, \"positive_daily\": \"\", \"positive\": 2264, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 8368, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.6074980477359238, \"deceased_daily\": \"\", \"deceased\": 57, \"positive_100k\": 67.0636904827373, \"positive_daily\": \"\", \"positive\": 2378, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 8369, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.8895152490931033, \"deceased_daily\": \"\", \"deceased\": 67, \"positive_100k\": 69.71465217549479, \"positive_daily\": \"\", \"positive\": 2472, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 8370, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.974120409500257, \"deceased_daily\": \"\", \"deceased\": 70, \"positive_100k\": 71.85798290580935, \"positive_daily\": \"\", \"positive\": 2548, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 8371, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Moldova\", \"country\": \"MDA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.030523849771693, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 73.71929643476673, \"positive_daily\": \"\", \"positive\": 2614, \"region_iso\": \"MDA\", \"region_label\": \"Moldova\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 47.19498804, \"Longitude\": 28.45673372, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 8623, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 17.514401176196483, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 8624, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 19.763957290570342, \"positive_daily\": \"\", \"positive\": 123, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 8625, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 23.138291462131132, \"positive_daily\": \"\", \"positive\": 144, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 8626, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 27.958768850075117, \"positive_daily\": \"\", \"positive\": 174, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 8627, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 32.297198499224706, \"positive_daily\": \"\", \"positive\": 201, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 8628, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 34.386072034000435, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 8629, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 37.439041046364956, \"positive_daily\": \"\", \"positive\": 233, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 8630, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 38.724501683150024, \"positive_daily\": \"\", \"positive\": 241, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 8631, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 39.849279740336954, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 8632, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 40.492010058729484, \"positive_daily\": \"\", \"positive\": 252, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 8633, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 40.97405779752388, \"positive_daily\": \"\", \"positive\": 255, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 8634, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.32136515919626574, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 42.259518434308944, \"positive_daily\": \"\", \"positive\": 263, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 8635, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.4820477387943986, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 43.70566165069214, \"positive_daily\": \"\", \"positive\": 272, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 8636, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.4820477387943986, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 44.027026809888405, \"positive_daily\": \"\", \"positive\": 274, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 8637, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 45.4731700262716, \"positive_daily\": \"\", \"positive\": 283, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 8638, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 46.276582924262264, \"positive_daily\": \"\", \"positive\": 288, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 8639, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.6427303183925315, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 48.68682161823426, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 8640, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 48.68682161823426, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 8641, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 49.32955193662679, \"positive_daily\": \"\", \"positive\": 307, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 8642, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 49.49023451622492, \"positive_daily\": \"\", \"positive\": 308, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 8643, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 50.132964834617454, \"positive_daily\": \"\", \"positive\": 312, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 8644, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Montenegro\", \"country\": \"MNE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.8034128979906643, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 50.29364741421559, \"positive_daily\": \"\", \"positive\": 313, \"region_iso\": \"MNE\", \"region_label\": \"Montenegro\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 42.78890259, \"Longitude\": 19.23883939, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 9053, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.005803487977523323, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.7428464611229854, \"positive_daily\": \"\", \"positive\": 128, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 9054, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.005803487977523323, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.0910557397743847, \"positive_daily\": \"\", \"positive\": 188, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 9055, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.01741046393256997, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.5379243140436807, \"positive_daily\": \"\", \"positive\": 265, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 9056, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.01741046393256997, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 1.8629196407849868, \"positive_daily\": \"\", \"positive\": 321, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 9057, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.023213951910093292, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 2.216932407413909, \"positive_daily\": \"\", \"positive\": 382, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 9058, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.029017439887616615, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.9191544526942317, \"positive_daily\": \"\", \"positive\": 503, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 9059, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.029017439887616615, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 2.9191544526942317, \"positive_daily\": \"\", \"positive\": 503, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 9060, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.05803487977523323, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 4.677611309883798, \"positive_daily\": \"\", \"positive\": 806, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 9061, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.06964185573027988, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 5.582955434377437, \"positive_daily\": \"\", \"positive\": 962, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 9062, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.11606975955046646, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 6.604369318421543, \"positive_daily\": \"\", \"positive\": 1138, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 9063, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.13928371146055976, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 8.217738976173026, \"positive_daily\": \"\", \"positive\": 1416, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 9064, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.24954998303350293, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 9.929767929542406, \"positive_daily\": \"\", \"positive\": 1711, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 9065, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3366023026963527, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 11.943578257742999, \"positive_daily\": \"\", \"positive\": 2058, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 9066, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.4468685742692959, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 14.31720484055004, \"positive_daily\": \"\", \"positive\": 2467, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 9067, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6209732135949956, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 17.42787439650254, \"positive_daily\": \"\", \"positive\": 3003, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 9068, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.7950778529206952, \"deceased_daily\": \"\", \"deceased\": 137, \"positive_100k\": 21.124696238184896, \"positive_daily\": \"\", \"positive\": 3640, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 9069, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.044627835954198, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 24.473308801215857, \"positive_daily\": \"\", \"positive\": 4217, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 9070, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.2419464271899912, \"deceased_daily\": \"\", \"deceased\": 214, \"positive_100k\": 27.64781672492111, \"positive_daily\": \"\", \"positive\": 4764, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 9071, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.6075661697739605, \"deceased_daily\": \"\", \"deceased\": 277, \"positive_100k\": 32.38346291458014, \"positive_daily\": \"\", \"positive\": 5580, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 9072, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 2.071845207975826, \"deceased_daily\": \"\", \"deceased\": 357, \"positive_100k\": 37.36285559929515, \"positive_daily\": \"\", \"positive\": 6438, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 9073, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.5245172702226455, \"deceased_daily\": \"\", \"deceased\": 435, \"positive_100k\": 43.340448216144175, \"positive_daily\": \"\", \"positive\": 7468, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 9074, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 3.174507923705258, \"deceased_daily\": \"\", \"deceased\": 547, \"positive_100k\": 50.18276054164417, \"positive_daily\": \"\", \"positive\": 8647, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 9075, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.7142323056149267, \"deceased_daily\": \"\", \"deceased\": 640, \"positive_100k\": 56.98444845130151, \"positive_daily\": \"\", \"positive\": 9819, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 9076, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 4.4802927186480055, \"deceased_daily\": \"\", \"deceased\": 772, \"positive_100k\": 63.43212359432993, \"positive_daily\": \"\", \"positive\": 10930, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 9077, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 5.020017100557674, \"deceased_daily\": \"\", \"deceased\": 865, \"positive_100k\": 68.57981743039312, \"positive_daily\": \"\", \"positive\": 11817, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 9078, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.035627496624256, \"deceased_daily\": \"\", \"deceased\": 1040, \"positive_100k\": 73.51278221128793, \"positive_daily\": \"\", \"positive\": 12667, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 9079, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 6.819098373589905, \"deceased_daily\": \"\", \"deceased\": 1175, \"positive_100k\": 79.48457134015943, \"positive_daily\": \"\", \"positive\": 13696, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 9080, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 7.7824773778587755, \"deceased_daily\": \"\", \"deceased\": 1341, \"positive_100k\": 85.8219802116149, \"positive_daily\": \"\", \"positive\": 14788, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 9081, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 8.64719708650975, \"deceased_daily\": \"\", \"deceased\": 1490, \"positive_100k\": 91.8169832923965, \"positive_daily\": \"\", \"positive\": 15821, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 9082, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 9.610576090778624, \"deceased_daily\": \"\", \"deceased\": 1656, \"positive_100k\": 97.07494340003262, \"positive_daily\": \"\", \"positive\": 16727, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 9083, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 10.277977208193805, \"deceased_daily\": \"\", \"deceased\": 1771, \"positive_100k\": 104.19001966047624, \"positive_daily\": \"\", \"positive\": 17953, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 9084, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 10.875736469878708, \"deceased_daily\": \"\", \"deceased\": 1874, \"positive_100k\": 109.83681346260641, \"positive_daily\": \"\", \"positive\": 18926, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 9085, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 12.233752656619163, \"deceased_daily\": \"\", \"deceased\": 2108, \"positive_100k\": 114.38094454900717, \"positive_daily\": \"\", \"positive\": 19709, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 9086, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 13.086865389315093, \"deceased_daily\": \"\", \"deceased\": 2255, \"positive_100k\": 120.02773835113737, \"positive_daily\": \"\", \"positive\": 20682, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 9087, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 13.945781609988545, \"deceased_daily\": \"\", \"deceased\": 2403, \"positive_100k\": 127.11379717169336, \"positive_daily\": \"\", \"positive\": 21903, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 9088, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 14.624789703358775, \"deceased_daily\": \"\", \"deceased\": 2520, \"positive_100k\": 134.92529198943973, \"positive_daily\": \"\", \"positive\": 23249, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 9089, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 15.396653604369376, \"deceased_daily\": \"\", \"deceased\": 2653, \"positive_100k\": 142.59750309572559, \"positive_daily\": \"\", \"positive\": 24571, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 9090, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 15.942181474256568, \"deceased_daily\": \"\", \"deceased\": 2747, \"positive_100k\": 149.41660146931548, \"positive_daily\": \"\", \"positive\": 25746, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 9091, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 16.441281440323575, \"deceased_daily\": \"\", \"deceased\": 2833, \"positive_100k\": 155.01116387964797, \"positive_daily\": \"\", \"positive\": 26710, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 9092, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 17.14930697358142, \"deceased_daily\": \"\", \"deceased\": 2955, \"positive_100k\": 160.06019842009326, \"positive_daily\": \"\", \"positive\": 27580, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 9093, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 18.25196968931085, \"deceased_daily\": \"\", \"deceased\": 3145, \"positive_100k\": 164.3315655715504, \"positive_daily\": \"\", \"positive\": 28316, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 9094, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 19.308204501220096, \"deceased_daily\": \"\", \"deceased\": 3327, \"positive_100k\": 170.52388724356783, \"positive_daily\": \"\", \"positive\": 29383, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 9095, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 20.143906769983456, \"deceased_daily\": \"\", \"deceased\": 3471, \"positive_100k\": 177.69699838378665, \"positive_daily\": \"\", \"positive\": 30619, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 9096, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 20.96800206279177, \"deceased_daily\": \"\", \"deceased\": 3613, \"positive_100k\": 184.3535990940059, \"positive_daily\": \"\", \"positive\": 31766, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 9097, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 21.455495052903725, \"deceased_daily\": \"\", \"deceased\": 3697, \"positive_100k\": 190.57493820591088, \"positive_daily\": \"\", \"positive\": 32838, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 9098, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 21.84432874739779, \"deceased_daily\": \"\", \"deceased\": 3764, \"positive_100k\": 194.92755418905338, \"positive_daily\": \"\", \"positive\": 33588, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 9099, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Netherlands\", \"country\": \"NLD\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 22.80190426368914, \"deceased_daily\": \"\", \"deceased\": 3929, \"positive_100k\": 199.1582969246679, \"positive_daily\": \"\", \"positive\": 34317, \"region_iso\": \"NLD\", \"region_label\": \"Netherlands\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 52.1007899, \"Longitude\": 5.28144793, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 9508, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.0322388347293057, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 9509, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.766102858381555, \"positive_daily\": \"\", \"positive\": 147, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 9510, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.311796619558869, \"positive_daily\": \"\", \"positive\": 176, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 9511, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.8574903807361824, \"positive_daily\": \"\", \"positive\": 205, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 9512, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 7.5268104989974285, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 9513, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 11.252581696001156, \"positive_daily\": \"\", \"positive\": 598, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 9514, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 13.209552425740487, \"positive_daily\": \"\", \"positive\": 702, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 9515, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.7417581425036, \"positive_daily\": \"\", \"positive\": 996, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 9516, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 20.510558609767994, \"positive_daily\": \"\", \"positive\": 1090, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 9517, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 22.97558904818965, \"positive_daily\": \"\", \"positive\": 1221, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 9518, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 25.08309598790893, \"positive_daily\": \"\", \"positive\": 1333, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 9519, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.05645107874248072, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 27.529309400083097, \"positive_daily\": \"\", \"positive\": 1463, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 9520, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.11290215748496144, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 29.166390683615038, \"positive_daily\": \"\", \"positive\": 1550, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 9521, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 32.85452782812378, \"positive_daily\": \"\", \"positive\": 1746, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 9522, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 36.015788237702694, \"positive_daily\": \"\", \"positive\": 1914, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 9523, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 39.854461592191385, \"positive_daily\": \"\", \"positive\": 2118, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 9524, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.131719183732455, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 44.87860760027217, \"positive_daily\": \"\", \"positive\": 2385, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 9525, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.18817026247493573, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 49.319425794680654, \"positive_daily\": \"\", \"positive\": 2621, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 9526, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.22580431496992287, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 53.87314614657409, \"positive_daily\": \"\", \"positive\": 2863, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 9527, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.26343836746491, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 58.03170894727017, \"positive_daily\": \"\", \"positive\": 3084, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 9528, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.26343836746491, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 63.39456142780585, \"positive_daily\": \"\", \"positive\": 3369, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 9529, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.3575234987023779, \"deceased_daily\": \"\", \"deceased\": 19, \"positive_100k\": 70.65793355933836, \"positive_daily\": \"\", \"positive\": 3755, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 9530, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.43279160369235214, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 75.5503603836867, \"positive_daily\": \"\", \"positive\": 4015, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 9531, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.4704256561873393, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 80.61214044426247, \"positive_daily\": \"\", \"positive\": 4284, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 9532, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.6021448399197943, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 83.64168167010892, \"positive_daily\": \"\", \"positive\": 4445, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 9533, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7338640236522493, \"deceased_daily\": \"\", \"deceased\": 39, \"positive_100k\": 87.32981881461767, \"positive_daily\": \"\", \"positive\": 4641, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 9534, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.8279491548897172, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 91.50719864156125, \"positive_daily\": \"\", \"positive\": 4863, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 9535, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.9408513123746786, \"deceased_daily\": \"\", \"deceased\": 50, \"positive_100k\": 96.8512340958494, \"positive_daily\": \"\", \"positive\": 5147, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 9536, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.1102045486021208, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 101.04743094904047, \"positive_daily\": \"\", \"positive\": 5370, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 9537, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.1666556273446014, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 104.43449567358932, \"positive_daily\": \"\", \"positive\": 5550, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 9538, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.3360088635720435, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 107.01242826949594, \"positive_daily\": \"\", \"positive\": 5687, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 9539, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4300939948095115, \"deceased_daily\": \"\", \"deceased\": 76, \"positive_100k\": 110.3618589415498, \"positive_daily\": \"\", \"positive\": 5865, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 9540, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.6747153360269278, \"deceased_daily\": \"\", \"deceased\": 89, \"positive_100k\": 114.52042174224589, \"positive_daily\": \"\", \"positive\": 6086, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 9541, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.9005196509968507, \"deceased_daily\": \"\", \"deceased\": 101, \"positive_100k\": 114.52042174224589, \"positive_daily\": \"\", \"positive\": 6086, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 9542, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.0322388347293057, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 116.87255002318258, \"positive_daily\": \"\", \"positive\": 6211, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 9543, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.126323965966774, \"deceased_daily\": \"\", \"deceased\": 113, \"positive_100k\": 118.8107037266744, \"positive_daily\": \"\", \"positive\": 6314, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 9544, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.239226123451735, \"deceased_daily\": \"\", \"deceased\": 119, \"positive_100k\": 120.59832122018629, \"positive_daily\": \"\", \"positive\": 6409, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 9545, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.408579359679177, \"deceased_daily\": \"\", \"deceased\": 128, \"positive_100k\": 122.78109626489555, \"positive_daily\": \"\", \"positive\": 6525, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 9546, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.5214815171641387, \"deceased_daily\": \"\", \"deceased\": 134, \"positive_100k\": 124.24882431220006, \"positive_daily\": \"\", \"positive\": 6603, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 9547, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.6155666484016065, \"deceased_daily\": \"\", \"deceased\": 139, \"positive_100k\": 124.62516483714994, \"positive_daily\": \"\", \"positive\": 6623, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 9548, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.822553937124036, \"deceased_daily\": \"\", \"deceased\": 150, \"positive_100k\": 126.82675690810667, \"positive_daily\": \"\", \"positive\": 6740, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 9549, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.860187989619023, \"deceased_daily\": \"\", \"deceased\": 152, \"positive_100k\": 129.76221300271567, \"positive_daily\": \"\", \"positive\": 6896, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 9550, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.029541225846465, \"deceased_daily\": \"\", \"deceased\": 161, \"positive_100k\": 130.53371107886292, \"positive_daily\": \"\", \"positive\": 6937, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 9551, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.0859923045889457, \"deceased_daily\": \"\", \"deceased\": 164, \"positive_100k\": 132.39659667736478, \"positive_daily\": \"\", \"positive\": 7036, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 9552, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.1048093308364395, \"deceased_daily\": \"\", \"deceased\": 165, \"positive_100k\": 133.1869117797595, \"positive_daily\": \"\", \"positive\": 7078, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 9553, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.4058817507963366, \"deceased_daily\": \"\", \"deceased\": 181, \"positive_100k\": 134.65463982706402, \"positive_daily\": \"\", \"positive\": 7156, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 9554, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Norway\", \"country\": \"NOR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.4246987770438304, \"deceased_daily\": \"\", \"deceased\": 182, \"positive_100k\": 135.31323574572627, \"positive_daily\": \"\", \"positive\": 7191, \"region_iso\": \"NOR\", \"region_label\": \"Norway\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 68.75015572, \"Longitude\": 15.34834656, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 9794, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.6096077137131055, \"positive_daily\": \"\", \"positive\": 109, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 9795, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.2799656585201418, \"positive_daily\": \"\", \"positive\": 137, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 9796, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.02394135517167987, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.788271034335973, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 9797, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0718240655150396, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 7.493644168735798, \"positive_daily\": \"\", \"positive\": 313, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 9798, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.1436481310300792, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 8.259767534229553, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 9799, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.1436481310300792, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 8.259767534229553, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 9800, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.19153084137343895, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 10.606020341054181, \"positive_daily\": \"\", \"positive\": 443, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 9801, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.19153084137343895, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 13.359276185797366, \"positive_daily\": \"\", \"positive\": 558, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 9802, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.21547219654511882, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 16.136473385712232, \"positive_daily\": \"\", \"positive\": 674, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 9803, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.3351789724035181, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 18.817905164940377, \"positive_daily\": \"\", \"positive\": 786, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 9804, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.40700303791855774, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 21.57116100968356, \"positive_daily\": \"\", \"positive\": 901, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 9805, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5745925241203168, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 23.67800026479139, \"positive_daily\": \"\", \"positive\": 989, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 9806, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.718240655150396, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 28.274740457753925, \"positive_daily\": \"\", \"positive\": 1181, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 9807, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.718240655150396, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 28.274740457753925, \"positive_daily\": \"\", \"positive\": 1181, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 9808, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.7661233654937558, \"deceased_daily\": \"\", \"deceased\": 32, \"positive_100k\": 31.530764761102386, \"positive_daily\": \"\", \"positive\": 1317, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 9809, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.885830141352155, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 35.313498878227804, \"positive_daily\": \"\", \"positive\": 1475, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 9810, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.9815955620388745, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 40.053887202220416, \"positive_daily\": \"\", \"positive\": 1673, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 9811, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.1013023378972737, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 43.11838066419544, \"positive_daily\": \"\", \"positive\": 1801, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 9812, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.2928331792707128, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 47.59541408129957, \"positive_daily\": \"\", \"positive\": 1988, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 9813, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.3167745344423927, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 50.27684586052772, \"positive_daily\": \"\", \"positive\": 2100, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 9814, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.4125399551291122, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 53.84410778110802, \"positive_daily\": \"\", \"positive\": 2249, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 9815, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.5083053758158316, \"deceased_daily\": \"\", \"deceased\": 63, \"positive_100k\": 60.5237458740067, \"positive_daily\": \"\", \"positive\": 2528, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 9816, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.580129441330871, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 65.88660943246299, \"positive_daily\": \"\", \"positive\": 2752, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 9817, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.77166028270431, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 71.20159028057593, \"positive_daily\": \"\", \"positive\": 2974, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 9818, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.8913670585627094, \"deceased_daily\": \"\", \"deceased\": 79, \"positive_100k\": 77.42634262521268, \"positive_daily\": \"\", \"positive\": 3234, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 9819, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.0828978999361487, \"deceased_daily\": \"\", \"deceased\": 87, \"positive_100k\": 81.40060758371155, \"positive_daily\": \"\", \"positive\": 3400, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 9820, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.2504873861379076, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 83.1243851560725, \"positive_daily\": \"\", \"positive\": 3472, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 9821, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.2744287413095874, \"deceased_daily\": \"\", \"deceased\": 95, \"positive_100k\": 85.56640338358385, \"positive_daily\": \"\", \"positive\": 3574, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 9822, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.465959582683026, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 89.80402324897119, \"positive_daily\": \"\", \"positive\": 3751, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 9823, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.6096077137131055, \"deceased_daily\": \"\", \"deceased\": 109, \"positive_100k\": 96.14848236946635, \"positive_daily\": \"\", \"positive\": 4016, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 9824, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.7771971999148644, \"deceased_daily\": \"\", \"deceased\": 116, \"positive_100k\": 100.79310527277225, \"positive_daily\": \"\", \"positive\": 4210, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 9825, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.872962620601584, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 102.30141064858807, \"positive_daily\": \"\", \"positive\": 4273, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 9826, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.016610751631663, \"deceased_daily\": \"\", \"deceased\": 126, \"positive_100k\": 106.94603355189396, \"positive_daily\": \"\", \"positive\": 4467, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 9827, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Panama\", \"country\": \"PAN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.256024303348462, \"deceased_daily\": \"\", \"deceased\": 136, \"positive_100k\": 111.51883238968482, \"positive_daily\": \"\", \"positive\": 4658, \"region_iso\": \"PAN\", \"region_label\": \"Panama\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 8.51750797, \"Longitude\": -80.11915156, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 10065, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.36574779982379085, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 10066, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.45327718781580917, \"positive_daily\": \"\", \"positive\": 145, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 10067, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.7314955996475817, \"positive_daily\": \"\", \"positive\": 234, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 10068, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.009378148713430534, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.7314955996475817, \"positive_daily\": \"\", \"positive\": 234, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 10069, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 0.9940837636236367, \"positive_daily\": \"\", \"positive\": 318, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 10070, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.1347559943250947, \"positive_daily\": \"\", \"positive\": 363, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 10071, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.01563024785571756, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 1.2347895806016869, \"positive_daily\": \"\", \"positive\": 395, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 10072, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.02188234699800458, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 1.3004366215957006, \"positive_daily\": \"\", \"positive\": 416, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 10073, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.028134446140291605, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 1.5005037941488855, \"positive_daily\": \"\", \"positive\": 480, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 10074, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.028134446140291605, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 1.8131087512632367, \"positive_daily\": \"\", \"positive\": 580, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 10075, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.034386545282578625, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 1.9850414776761298, \"positive_daily\": \"\", \"positive\": 635, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 10076, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.050016793138296184, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 2.097579262237296, \"positive_daily\": \"\", \"positive\": 671, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 10077, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.05626889228058321, \"deceased_daily\": \"\", \"deceased\": 18, \"positive_100k\": 2.663394234614272, \"positive_daily\": \"\", \"positive\": 852, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 10078, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.07502518970744428, \"deceased_daily\": \"\", \"deceased\": 24, \"positive_100k\": 2.969747092586336, \"positive_daily\": \"\", \"positive\": 950, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 10079, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.09378148713430534, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 3.3292427932678392, \"positive_daily\": \"\", \"positive\": 1065, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 10080, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.11878988370345343, \"deceased_daily\": \"\", \"deceased\": 38, \"positive_100k\": 4.135763582622865, \"positive_daily\": \"\", \"positive\": 1323, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 10081, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.17193272641289314, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 4.420234093596925, \"positive_daily\": \"\", \"positive\": 1414, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 10082, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.1906890238397542, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 4.9860490659739005, \"positive_daily\": \"\", \"positive\": 1595, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 10083, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.22820161869347635, \"deceased_daily\": \"\", \"deceased\": 73, \"positive_100k\": 5.458082551216571, \"positive_daily\": \"\", \"positive\": 1746, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 10084, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.25946211440491146, \"deceased_daily\": \"\", \"deceased\": 83, \"positive_100k\": 7.130519071778349, \"positive_daily\": \"\", \"positive\": 2281, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 10085, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.28759656054520305, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 8.005812951698532, \"positive_daily\": \"\", \"positive\": 2561, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 10086, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.3344873041123557, \"deceased_daily\": \"\", \"deceased\": 107, \"positive_100k\": 9.234350433157932, \"positive_daily\": \"\", \"positive\": 2954, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 10087, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.3782519981083649, \"deceased_daily\": \"\", \"deceased\": 121, \"positive_100k\": 13.573307237905126, \"positive_daily\": \"\", \"positive\": 4342, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 10088, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.4313948408178046, \"deceased_daily\": \"\", \"deceased\": 138, \"positive_100k\": 16.430516545930296, \"positive_daily\": \"\", \"positive\": 5256, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 10089, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.5283023775232535, \"deceased_daily\": \"\", \"deceased\": 169, \"positive_100k\": 18.434314321033288, \"positive_daily\": \"\", \"positive\": 5897, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 10090, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.5658149723769755, \"deceased_daily\": \"\", \"deceased\": 181, \"positive_100k\": 21.407187463190766, \"positive_daily\": \"\", \"positive\": 6848, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 10091, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.6033275672306977, \"deceased_daily\": \"\", \"deceased\": 193, \"positive_100k\": 23.504766725428063, \"positive_daily\": \"\", \"positive\": 7519, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 10092, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.6752267073669984, \"deceased_daily\": \"\", \"deceased\": 216, \"positive_100k\": 30.585269004068117, \"positive_daily\": \"\", \"positive\": 9784, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 10093, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.7189914013630075, \"deceased_daily\": \"\", \"deceased\": 230, \"positive_100k\": 32.207688731491594, \"positive_daily\": \"\", \"positive\": 10303, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 10094, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.7940165910704519, \"deceased_daily\": \"\", \"deceased\": 254, \"positive_100k\": 35.871418828871796, \"positive_daily\": \"\", \"positive\": 11475, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 10095, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.8565375824933221, \"deceased_daily\": \"\", \"deceased\": 274, \"positive_100k\": 39.047485193153605, \"positive_daily\": \"\", \"positive\": 12491, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 10096, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.9378148713430534, \"deceased_daily\": \"\", \"deceased\": 300, \"positive_100k\": 42.16728266515483, \"positive_daily\": \"\", \"positive\": 13489, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 10097, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.087865250757942, \"deceased_daily\": \"\", \"deceased\": 348, \"positive_100k\": 45.07763481588943, \"positive_daily\": \"\", \"positive\": 14420, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 10098, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.2504198284574044, \"deceased_daily\": \"\", \"deceased\": 400, \"positive_100k\": 48.8539026978308, \"positive_daily\": \"\", \"positive\": 15628, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 10099, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.3910920591588627, \"deceased_daily\": \"\", \"deceased\": 445, \"positive_100k\": 51.03275924891783, \"positive_daily\": \"\", \"positive\": 16325, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 10100, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Peru\", \"country\": \"PER\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.5130079924334596, \"deceased_daily\": \"\", \"deceased\": 484, \"positive_100k\": 55.75934620048682, \"positive_daily\": \"\", \"positive\": 17837, \"region_iso\": \"PER\", \"region_label\": \"Peru\", \"tested_100k\": null, \"tested\": null, \"Latitude\": -9.15280381, \"Longitude\": -74.38242685, \"Geo Region\": \"Americas\", \"sinceDay0\": 35}, {\"index\": 10334, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.0893074552785798, \"positive_daily\": \"\", \"positive\": 112, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 10335, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.6436871423399995, \"positive_daily\": \"\", \"positive\": 169, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 10336, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.382860058421893, \"positive_daily\": \"\", \"positive\": 245, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 10337, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.2192925687250886, \"positive_daily\": \"\", \"positive\": 331, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 10338, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.009725959422130176, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.357229821114319, \"positive_daily\": \"\", \"positive\": 448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 10339, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.01945191884426035, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.357229821114319, \"positive_daily\": \"\", \"positive\": 448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 10340, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.02917787826639053, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 7.634878146372188, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 10341, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.05835575653278106, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 9.92047861057278, \"positive_daily\": \"\", \"positive\": 1020, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 10342, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.11671151306556211, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 12.449228060326627, \"positive_daily\": \"\", \"positive\": 1280, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 10343, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.13616343190982247, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 15.561535075408282, \"positive_daily\": \"\", \"positive\": 1600, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 10344, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.22369706670899403, \"deceased_daily\": \"\", \"deceased\": 23, \"positive_100k\": 20.035476409588163, \"positive_daily\": \"\", \"positive\": 2060, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 10345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.3209566609302958, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 22.972716155071474, \"positive_daily\": \"\", \"positive\": 2362, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 10346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.4182162551515976, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 29.129248469279876, \"positive_daily\": \"\", \"positive\": 2995, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 10347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.5835575653278106, \"deceased_daily\": \"\", \"deceased\": 60, \"positive_100k\": 34.46880019202934, \"positive_daily\": \"\", \"positive\": 3544, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 10348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.7391729160818933, \"deceased_daily\": \"\", \"deceased\": 76, \"positive_100k\": 41.510394813651594, \"positive_daily\": \"\", \"positive\": 4268, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 10349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.9725959422130176, \"deceased_daily\": \"\", \"deceased\": 100, \"positive_100k\": 50.283210212413, \"positive_daily\": \"\", \"positive\": 5170, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 10350, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.157389171233491, \"deceased_daily\": \"\", \"deceased\": 119, \"positive_100k\": 57.98617007474011, \"positive_daily\": \"\", \"positive\": 5962, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 10351, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.3616343190982245, \"deceased_daily\": \"\", \"deceased\": 140, \"positive_100k\": 62.323947977010164, \"positive_daily\": \"\", \"positive\": 6408, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 10352, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.5561535075408284, \"deceased_daily\": \"\", \"deceased\": 160, \"positive_100k\": 72.3903159789149, \"positive_daily\": \"\", \"positive\": 7443, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 10353, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.8187544119383428, \"deceased_daily\": \"\", \"deceased\": 187, \"positive_100k\": 80.24889119199608, \"positive_daily\": \"\", \"positive\": 8251, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 10354, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.032725519225207, \"deceased_daily\": \"\", \"deceased\": 209, \"positive_100k\": 87.86431741952401, \"positive_daily\": \"\", \"positive\": 9034, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 10355, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.3925860178440232, \"deceased_daily\": \"\", \"deceased\": 246, \"positive_100k\": 96.15083484717893, \"positive_daily\": \"\", \"positive\": 9886, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 10356, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.5871052062866267, \"deceased_daily\": \"\", \"deceased\": 266, \"positive_100k\": 102.35599695849797, \"positive_daily\": \"\", \"positive\": 10524, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 10357, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.8691580295284016, \"deceased_daily\": \"\", \"deceased\": 295, \"positive_100k\": 109.68937036278412, \"positive_daily\": \"\", \"positive\": 11278, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 10358, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.0247733802824848, \"deceased_daily\": \"\", \"deceased\": 311, \"positive_100k\": 114.08550402158696, \"positive_daily\": \"\", \"positive\": 11730, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 10359, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.3554560006349106, \"deceased_daily\": \"\", \"deceased\": 345, \"positive_100k\": 121.01038713014366, \"positive_daily\": \"\", \"positive\": 12442, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 10360, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.695864580409467, \"deceased_daily\": \"\", \"deceased\": 380, \"positive_100k\": 127.80883276621263, \"positive_daily\": \"\", \"positive\": 13141, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 10361, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.9779174036512424, \"deceased_daily\": \"\", \"deceased\": 409, \"positive_100k\": 135.73548969524873, \"positive_daily\": \"\", \"positive\": 13956, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 10362, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.230792348626626, \"deceased_daily\": \"\", \"deceased\": 435, \"positive_100k\": 150.48004417919807, \"positive_daily\": \"\", \"positive\": 15472, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 10363, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.571200928401183, \"deceased_daily\": \"\", \"deceased\": 470, \"positive_100k\": 155.48891328159513, \"positive_daily\": \"\", \"positive\": 15987, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 10364, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.9018835487536085, \"deceased_daily\": \"\", \"deceased\": 504, \"positive_100k\": 161.30503701602896, \"positive_daily\": \"\", \"positive\": 16585, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 10365, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 5.203388290839644, \"deceased_daily\": \"\", \"deceased\": 535, \"positive_100k\": 164.69939685435241, \"positive_daily\": \"\", \"positive\": 16934, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 10366, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.51461899234781, \"deceased_daily\": \"\", \"deceased\": 567, \"positive_100k\": 169.69853999732732, \"positive_daily\": \"\", \"positive\": 17448, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 10367, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.825849693855975, \"deceased_daily\": \"\", \"deceased\": 599, \"positive_100k\": 175.952331905757, \"positive_daily\": \"\", \"positive\": 18091, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 10368, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 6.11762847651988, \"deceased_daily\": \"\", \"deceased\": 629, \"positive_100k\": 183.24680147235463, \"positive_daily\": \"\", \"positive\": 18841, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 10369, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 6.389955340339526, \"deceased_daily\": \"\", \"deceased\": 657, \"positive_100k\": 185.0072001277602, \"positive_daily\": \"\", \"positive\": 19022, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 10370, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 6.681734123003431, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 191.45551122463252, \"positive_daily\": \"\", \"positive\": 19685, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 10371, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.944335027400945, \"deceased_daily\": \"\", \"deceased\": 714, \"positive_100k\": 196.52273608356234, \"positive_daily\": \"\", \"positive\": 20206, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 10372, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 7.148580175265679, \"deceased_daily\": \"\", \"deceased\": 735, \"positive_100k\": 202.91269142390186, \"positive_daily\": \"\", \"positive\": 20863, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 10373, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Portugal\", \"country\": \"PRT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 7.411181079663193, \"deceased_daily\": \"\", \"deceased\": 762, \"positive_100k\": 207.93128648572105, \"positive_daily\": \"\", \"positive\": 21379, \"region_iso\": \"PRT\", \"region_label\": \"Portugal\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.59550671, \"Longitude\": -8.50104361, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 10423, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 9.418778672002537, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 10424, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 9.418778672002537, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 10425, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 11.503851813132869, \"positive_daily\": \"\", \"positive\": 320, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 10426, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 12.114993940705553, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 10427, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 14.415764303332127, \"positive_daily\": \"\", \"positive\": 401, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 10428, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.781846706141655, \"positive_daily\": \"\", \"positive\": 439, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 10429, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 15.781846706141655, \"positive_daily\": \"\", \"positive\": 439, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 10430, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.249190686050177, \"positive_daily\": \"\", \"positive\": 452, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 10431, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.536786981378498, \"positive_daily\": \"\", \"positive\": 460, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 10432, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 16.8962823505389, \"positive_daily\": \"\", \"positive\": 470, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 10433, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.291727256615342, \"positive_daily\": \"\", \"positive\": 481, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 10434, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 17.759071236523866, \"positive_daily\": \"\", \"positive\": 494, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 10435, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.010717994936147, \"positive_daily\": \"\", \"positive\": 501, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 10436, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 18.909456417837152, \"positive_daily\": \"\", \"positive\": 526, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 10437, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.304901323913597, \"positive_daily\": \"\", \"positive\": 537, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 10438, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 19.73629576690608, \"positive_daily\": \"\", \"positive\": 549, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 10439, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 20.203639746814602, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 10440, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 21.210226780463728, \"positive_daily\": \"\", \"positive\": 590, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 10441, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 22.792006404769495, \"positive_daily\": \"\", \"positive\": 634, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 10442, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.03594953691604021, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 24.91302908281587, \"positive_daily\": \"\", \"positive\": 693, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 10443, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.07189907383208043, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 28.07658833142741, \"positive_daily\": \"\", \"positive\": 781, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 10444, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.07189907383208043, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 30.017863324893582, \"positive_daily\": \"\", \"positive\": 835, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 10445, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 34.116110533322164, \"positive_daily\": \"\", \"positive\": 949, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 10446, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 38.64575218474323, \"positive_daily\": \"\", \"positive\": 1075, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 10447, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.10784861074812065, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 47.633136413753284, \"positive_daily\": \"\", \"positive\": 1325, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 10448, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.14379814766416085, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 57.66305721332851, \"positive_daily\": \"\", \"positive\": 1604, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 10449, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.14379814766416085, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 65.85955163018568, \"positive_daily\": \"\", \"positive\": 1832, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 10450, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 73.94819743629472, \"positive_daily\": \"\", \"positive\": 2057, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 10451, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 79.44847658444888, \"positive_daily\": \"\", \"positive\": 2210, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 10452, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 85.41609971251155, \"positive_daily\": \"\", \"positive\": 2376, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 10453, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 90.30523673309303, \"positive_daily\": \"\", \"positive\": 2512, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 10454, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.2156972214962413, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 98.0703367069577, \"positive_daily\": \"\", \"positive\": 2728, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 10455, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 107.0936704728838, \"positive_daily\": \"\", \"positive\": 2979, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 10456, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 116.15295377572595, \"positive_daily\": \"\", \"positive\": 3231, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 10457, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 123.23501254818585, \"positive_daily\": \"\", \"positive\": 3428, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 10458, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 133.40873149542523, \"positive_daily\": \"\", \"positive\": 3711, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 10459, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 147.500949966513, \"positive_daily\": \"\", \"positive\": 4103, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 10460, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.2516467584122815, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 167.63269063949554, \"positive_daily\": \"\", \"positive\": 4663, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 10461, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.2875962953283217, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 180.0352808755294, \"positive_daily\": \"\", \"positive\": 5008, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 10462, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.2875962953283217, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 195.85307711858707, \"positive_daily\": \"\", \"positive\": 5448, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 39}, {\"index\": 10463, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.32354583224436195, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 216.2364645499819, \"positive_daily\": \"\", \"positive\": 6015, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 40}, {\"index\": 10464, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Qatar\", \"country\": \"QAT\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.32354583224436195, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 234.85832467249074, \"positive_daily\": \"\", \"positive\": 6533, \"region_iso\": \"QAT\", \"region_label\": \"Qatar\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 25.30601188, \"Longitude\": 51.18479632, \"Geo Region\": \"Asia\", \"sinceDay0\": 41}, {\"index\": 11068, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4752042513381391, \"positive_daily\": \"\", \"positive\": 103, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 11069, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.9335201352490172, \"positive_daily\": \"\", \"positive\": 135, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 11070, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.4491255046487552, \"positive_daily\": \"\", \"positive\": 171, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 11071, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.028644742744429887, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.1795664446317176, \"positive_daily\": \"\", \"positive\": 222, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 11072, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.042967114116644826, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 3.566270471681521, \"positive_daily\": \"\", \"positive\": 249, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 11073, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.042967114116644826, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 4.339678525781128, \"positive_daily\": \"\", \"positive\": 303, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 11074, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.05728948548885977, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 5.499790606930538, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 11075, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.499790606930538, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 11076, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.014322371372214943, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 6.54532371710223, \"positive_daily\": \"\", \"positive\": 457, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 11077, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.14322371372214945, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 9.438442734289648, \"positive_daily\": \"\", \"positive\": 659, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 11078, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.18619082783879426, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 10.612877186811273, \"positive_daily\": \"\", \"positive\": 741, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 11079, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.2291579419554391, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 11.24306152718873, \"positive_daily\": \"\", \"positive\": 785, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 11080, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.2291579419554391, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 12.890134234993448, \"positive_daily\": \"\", \"positive\": 900, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 11081, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.40102639842201837, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 15.18171365454784, \"positive_daily\": \"\", \"positive\": 1060, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 11082, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4439935125386632, \"deceased_daily\": \"\", \"deceased\": 31, \"positive_100k\": 16.7714968768637, \"positive_daily\": \"\", \"positive\": 1171, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 11083, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.5585724835163828, \"deceased_daily\": \"\", \"deceased\": 39, \"positive_100k\": 21.139820145389255, \"positive_daily\": \"\", \"positive\": 1476, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 11084, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.6301843403774575, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 23.259531108477066, \"positive_daily\": \"\", \"positive\": 1624, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 11085, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.7304409399829621, \"deceased_daily\": \"\", \"deceased\": 51, \"positive_100k\": 27.32708457818611, \"positive_daily\": \"\", \"positive\": 1908, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 11086, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.8306975395884667, \"deceased_daily\": \"\", \"deceased\": 58, \"positive_100k\": 31.509217018872878, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 11087, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.8736646537051116, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 35.04684274780997, \"positive_daily\": \"\", \"positive\": 2447, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 11088, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.9309541391939714, \"deceased_daily\": \"\", \"deceased\": 65, \"positive_100k\": 38.18344207832504, \"positive_daily\": \"\", \"positive\": 2666, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 11089, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.9452765105661862, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 41.062238724140244, \"positive_daily\": \"\", \"positive\": 2867, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 11090, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.0168883674272609, \"deceased_daily\": \"\", \"deceased\": 71, \"positive_100k\": 44.470963110727396, \"positive_daily\": \"\", \"positive\": 3105, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 11091, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.0598554815439059, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 48.40961523808651, \"positive_daily\": \"\", \"positive\": 3380, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 11092, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.1457897097771956, \"deceased_daily\": \"\", \"deceased\": 80, \"positive_100k\": 51.990208081140246, \"positive_daily\": \"\", \"positive\": 3630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 11093, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.2174015666382703, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 58.06289354295939, \"positive_daily\": \"\", \"positive\": 4054, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 11094, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.3463029089882046, \"deceased_daily\": \"\", \"deceased\": 94, \"positive_100k\": 63.94938817693972, \"positive_daily\": \"\", \"positive\": 4465, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 11095, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.4179147658492794, \"deceased_daily\": \"\", \"deceased\": 99, \"positive_100k\": 69.79291569680342, \"positive_daily\": \"\", \"positive\": 4873, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 11096, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.4752042513381391, \"deceased_daily\": \"\", \"deceased\": 103, \"positive_100k\": 76.16637095743907, \"positive_daily\": \"\", \"positive\": 5318, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 11097, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.5754608509436439, \"deceased_daily\": \"\", \"deceased\": 110, \"positive_100k\": 81.49429310790303, \"positive_daily\": \"\", \"positive\": 5690, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 11098, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.6757174505491483, \"deceased_daily\": \"\", \"deceased\": 117, \"positive_100k\": 85.84829400505637, \"positive_daily\": \"\", \"positive\": 5994, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 11099, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.7473293074102232, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 90.48874232965402, \"positive_daily\": \"\", \"positive\": 6318, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 11100, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.790296421526868, \"deceased_daily\": \"\", \"deceased\": 125, \"positive_100k\": 94.95732219778507, \"positive_daily\": \"\", \"positive\": 6630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 11101, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Serbia\", \"country\": \"SRB\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 1.790296421526868, \"deceased_daily\": \"\", \"deceased\": 125, \"positive_100k\": 94.95732219778507, \"positive_daily\": \"\", \"positive\": 6630, \"region_iso\": \"SRB\", \"region_label\": \"Serbia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 44.2215032, \"Longitude\": 20.78958334, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 11322, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.8089352890643122, \"positive_daily\": \"\", \"positive\": 102, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 11323, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.879873927851148, \"positive_daily\": \"\", \"positive\": 106, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 11324, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.915343247244566, \"positive_daily\": \"\", \"positive\": 108, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 11325, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9508125666379839, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 11326, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9508125666379839, \"positive_daily\": \"\", \"positive\": 110, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 11327, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.0749551845149465, \"positive_daily\": \"\", \"positive\": 117, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 11328, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.3055057605721627, \"positive_daily\": \"\", \"positive\": 130, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 11329, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.4473830381458344, \"positive_daily\": \"\", \"positive\": 138, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 11330, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6601989545063414, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 11331, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.6601989545063414, \"positive_daily\": \"\", \"positive\": 150, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 11332, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.837545551473431, \"positive_daily\": \"\", \"positive\": 160, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 11333, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.156769426014192, \"positive_daily\": \"\", \"positive\": 178, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 11334, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.156769426014192, \"positive_daily\": \"\", \"positive\": 178, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 11335, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.5469319393417886, \"positive_daily\": \"\", \"positive\": 200, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 11336, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.759747855702296, \"positive_daily\": \"\", \"positive\": 212, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 11337, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.008033091456221, \"positive_daily\": \"\", \"positive\": 226, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 11338, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.309522306300273, \"positive_daily\": \"\", \"positive\": 243, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 11339, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 4.717419479324579, \"positive_daily\": \"\", \"positive\": 266, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 11340, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 5.550948485069899, \"positive_daily\": \"\", \"positive\": 313, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 11341, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.118457595364586, \"positive_daily\": \"\", \"positive\": 345, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 11342, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.827843983232944, \"positive_daily\": \"\", \"positive\": 385, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 11343, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 7.661372988978264, \"positive_daily\": \"\", \"positive\": 432, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 11344, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 8.069270162002569, \"positive_daily\": \"\", \"positive\": 455, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 11345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.026941785624853, \"positive_daily\": \"\", \"positive\": 509, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 11346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.89594011076359, \"positive_daily\": \"\", \"positive\": 558, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 11347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 11.190570268623343, \"positive_daily\": \"\", \"positive\": 631, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 11348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 12.112772572852208, \"positive_daily\": \"\", \"positive\": 683, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 11349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 12.981770897990945, \"positive_daily\": \"\", \"positive\": 732, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 11350, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.03546931939341789, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 14.223197076760572, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 11351, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 14.968052784022348, \"positive_daily\": \"\", \"positive\": 844, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 11352, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 15.58876587340716, \"positive_daily\": \"\", \"positive\": 879, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 11353, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 16.42229487915248, \"positive_daily\": \"\", \"positive\": 926, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 11354, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.053203979090126835, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 17.734659696708945, \"positive_daily\": \"\", \"positive\": 1000, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 11355, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.07093863878683578, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 18.603658021847682, \"positive_daily\": \"\", \"positive\": 1049, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 11356, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.08867329848354472, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 19.756410902133762, \"positive_daily\": \"\", \"positive\": 1114, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 11357, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 21.086510379386937, \"positive_daily\": \"\", \"positive\": 1189, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 35}, {\"index\": 11358, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 23.21466954299201, \"positive_daily\": \"\", \"positive\": 1309, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 36}, {\"index\": 11359, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 24.385157082974796, \"positive_daily\": \"\", \"positive\": 1375, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 37}, {\"index\": 11360, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 26.265031010825947, \"positive_daily\": \"\", \"positive\": 1481, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 38}, {\"index\": 11361, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 28.783352687758615, \"positive_daily\": \"\", \"positive\": 1623, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 39}, {\"index\": 11362, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.10640795818025367, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 33.87320002071409, \"positive_daily\": \"\", \"positive\": 1910, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 40}, {\"index\": 11363, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.1241426178769626, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 37.384662640662455, \"positive_daily\": \"\", \"positive\": 2108, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 41}, {\"index\": 11364, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.14187727757367155, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 40.77198264273386, \"positive_daily\": \"\", \"positive\": 2299, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 42}, {\"index\": 11365, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.14187727757367155, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 44.90415835206704, \"positive_daily\": \"\", \"positive\": 2532, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 43}, {\"index\": 11366, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.1596119372703805, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 51.749736994996695, \"positive_daily\": \"\", \"positive\": 2918, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 44}, {\"index\": 11367, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 57.673113333697486, \"positive_daily\": \"\", \"positive\": 3252, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 45}, {\"index\": 11368, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 65.60050621812638, \"positive_daily\": \"\", \"positive\": 3699, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 46}, {\"index\": 11369, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.17734659696708943, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 78.5113384773305, \"positive_daily\": \"\", \"positive\": 4427, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 47}, {\"index\": 11370, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 89.56003146838017, \"positive_daily\": \"\", \"positive\": 5050, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 48}, {\"index\": 11371, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 106.26608090268, \"positive_daily\": \"\", \"positive\": 5992, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 49}, {\"index\": 11372, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 116.83593808191851, \"positive_daily\": \"\", \"positive\": 6588, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 50}, {\"index\": 11373, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 142.12556280942547, \"positive_daily\": \"\", \"positive\": 8014, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 51}, {\"index\": 11374, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Singapore\", \"country\": \"SGP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.19508125666379836, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 161.8287697324691, \"positive_daily\": \"\", \"positive\": 9125, \"region_iso\": \"SGP\", \"region_label\": \"Singapore\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 1.35876087, \"Longitude\": 103.81725592, \"Geo Region\": \"Asia\", \"sinceDay0\": 52}, {\"index\": 11426, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 6.820252958828889, \"positive_daily\": \"\", \"positive\": 141, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 11427, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 8.755076493248433, \"positive_daily\": \"\", \"positive\": 181, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 11428, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 10.593158850946999, \"positive_daily\": \"\", \"positive\": 219, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 11429, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 12.23775885520361, \"positive_daily\": \"\", \"positive\": 253, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 11430, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.30191179913436, \"positive_daily\": \"\", \"positive\": 275, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 11431, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.30191179913436, \"positive_daily\": \"\", \"positive\": 275, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 11432, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 13.833988271099733, \"positive_daily\": \"\", \"positive\": 286, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 11433, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 16.494370630926607, \"positive_daily\": \"\", \"positive\": 341, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 11434, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.04837058836048858, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 18.525935342067125, \"positive_daily\": \"\", \"positive\": 383, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 11435, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.09674117672097717, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 20.025423581242272, \"positive_daily\": \"\", \"positive\": 414, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 11436, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.14511176508146575, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 21.379800055335952, \"positive_daily\": \"\", \"positive\": 442, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 11437, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.19348235344195433, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 23.21788241303452, \"positive_daily\": \"\", \"positive\": 480, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 11438, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.24185294180244293, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 25.53967065433797, \"positive_daily\": \"\", \"positive\": 528, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 11439, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.2902235301629315, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 27.184270658594585, \"positive_daily\": \"\", \"positive\": 562, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 11440, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.43533529524439724, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 30.570211843828787, \"positive_daily\": \"\", \"positive\": 632, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 11441, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.43533529524439724, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 33.08548243857419, \"positive_daily\": \"\", \"positive\": 684, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 11442, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.5320764719653743, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 35.310529503156665, \"positive_daily\": \"\", \"positive\": 730, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 11443, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.5320764719653743, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 36.56816480052937, \"positive_daily\": \"\", \"positive\": 756, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 11444, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7255588254073287, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 38.79321186511184, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 11445, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.7255588254073287, \"deceased_daily\": \"\", \"deceased\": 15, \"positive_100k\": 40.679664811170895, \"positive_daily\": \"\", \"positive\": 841, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 11446, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.8223000021283059, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 43.388417759358255, \"positive_daily\": \"\", \"positive\": 897, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 11447, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.9674117672097717, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 45.17812952869633, \"positive_daily\": \"\", \"positive\": 934, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 11448, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.0641529439307487, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 47.25806482819735, \"positive_daily\": \"\", \"positive\": 977, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 11449, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.3543764740936803, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 48.225476595407116, \"positive_daily\": \"\", \"positive\": 997, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 11450, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.4511176508146575, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 49.38637071605884, \"positive_daily\": \"\", \"positive\": 1021, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 11451, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.741341180977589, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 51.2244530737574, \"positive_daily\": \"\", \"positive\": 1059, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 11452, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.9348235344195435, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 52.77231190129304, \"positive_daily\": \"\", \"positive\": 1091, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 11453, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.0799352995010087, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 54.36854131718917, \"positive_daily\": \"\", \"positive\": 1124, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 11454, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.1766764762219863, \"deceased_daily\": \"\", \"deceased\": 45, \"positive_100k\": 56.10988249816675, \"positive_daily\": \"\", \"positive\": 1160, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 11455, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.4185294180244292, \"deceased_daily\": \"\", \"deceased\": 50, \"positive_100k\": 57.46425897226044, \"positive_daily\": \"\", \"positive\": 1188, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 11456, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.5636411831058945, \"deceased_daily\": \"\", \"deceased\": 53, \"positive_100k\": 58.28655897438874, \"positive_daily\": \"\", \"positive\": 1205, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 11457, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.660382359826872, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 58.625153092912164, \"positive_daily\": \"\", \"positive\": 1212, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 11458, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.7087529481873607, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 59.012117799796066, \"positive_daily\": \"\", \"positive\": 1220, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 11459, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.9506058899898036, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 60.36649427388976, \"positive_daily\": \"\", \"positive\": 1248, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 11460, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.9506058899898036, \"deceased_daily\": \"\", \"deceased\": 61, \"positive_100k\": 61.33390604109952, \"positive_daily\": \"\", \"positive\": 1268, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 11461, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.1924588317922464, \"deceased_daily\": \"\", \"deceased\": 66, \"positive_100k\": 63.07524722207711, \"positive_daily\": \"\", \"positive\": 1304, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 11462, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.3859411852342007, \"deceased_daily\": \"\", \"deceased\": 70, \"positive_100k\": 63.70406487076347, \"positive_daily\": \"\", \"positive\": 1317, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 11463, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.579423538676155, \"deceased_daily\": \"\", \"deceased\": 74, \"positive_100k\": 64.33288251944981, \"positive_daily\": \"\", \"positive\": 1330, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 11464, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.724535303757621, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 64.57473546125225, \"positive_daily\": \"\", \"positive\": 1335, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 11465, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Slovenia\", \"country\": \"SVN\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.724535303757621, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 65.01007075649665, \"positive_daily\": \"\", \"positive\": 1344, \"region_iso\": \"SVN\", \"region_label\": \"Slovenia\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.11554772, \"Longitude\": 14.80444238, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 11688, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.25682870610404146, \"positive_daily\": \"\", \"positive\": 120, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 11689, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.002140239217533679, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.353139470893057, \"positive_daily\": \"\", \"positive\": 165, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 11690, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.004280478435067358, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.4751331062924767, \"positive_daily\": \"\", \"positive\": 222, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 11691, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.006420717652601036, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.5543219573412228, \"positive_daily\": \"\", \"positive\": 259, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 11692, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.010701196087668393, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 0.8560956870134715, \"positive_daily\": \"\", \"positive\": 400, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 11693, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.021402392175336786, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 1.0701196087668394, \"positive_daily\": \"\", \"positive\": 500, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 11694, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.03638406669807254, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 1.4403809934001657, \"positive_daily\": \"\", \"positive\": 673, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 11695, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.059926698090943004, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 2.296476680413637, \"positive_daily\": \"\", \"positive\": 1073, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 11696, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.07490837261367876, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 3.6277054737195855, \"positive_daily\": \"\", \"positive\": 1695, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 11697, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.11557291774681865, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 4.873324698324186, \"positive_daily\": \"\", \"positive\": 2277, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 11698, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.11771315696435233, \"deceased_daily\": \"\", \"deceased\": 55, \"positive_100k\": 4.873324698324186, \"positive_daily\": \"\", \"positive\": 2277, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 11699, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.28465181593197925, \"deceased_daily\": \"\", \"deceased\": 133, \"positive_100k\": 11.197731586136207, \"positive_daily\": \"\", \"positive\": 5232, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 11700, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.4173466474190673, \"deceased_daily\": \"\", \"deceased\": 195, \"positive_100k\": 13.67826883925774, \"positive_daily\": \"\", \"positive\": 6391, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 11701, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.6185291338672331, \"deceased_daily\": \"\", \"deceased\": 289, \"positive_100k\": 16.689585418327628, \"positive_daily\": \"\", \"positive\": 7798, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 11702, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.7319618123965181, \"deceased_daily\": \"\", \"deceased\": 342, \"positive_100k\": 21.278258300719834, \"positive_daily\": \"\", \"positive\": 9942, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 11703, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 1.1407475029454508, \"deceased_daily\": \"\", \"deceased\": 533, \"positive_100k\": 25.14353032758566, \"positive_daily\": \"\", \"positive\": 11748, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 11704, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.3333690325234817, \"deceased_daily\": \"\", \"deceased\": 623, \"positive_100k\": 29.770727515893466, \"positive_daily\": \"\", \"positive\": 13910, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 11705, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.7763985505529534, \"deceased_daily\": \"\", \"deceased\": 830, \"positive_100k\": 38.44511706455747, \"positive_daily\": \"\", \"positive\": 17963, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 11706, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 2.232269503887627, \"deceased_daily\": \"\", \"deceased\": 1043, \"positive_100k\": 43.68228242986238, \"positive_daily\": \"\", \"positive\": 20410, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 11707, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.942828924108808, \"deceased_daily\": \"\", \"deceased\": 1375, \"positive_100k\": 54.30642990569957, \"positive_daily\": \"\", \"positive\": 25374, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 11708, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 3.792503893469678, \"deceased_daily\": \"\", \"deceased\": 1772, \"positive_100k\": 61.570401810008875, \"positive_daily\": \"\", \"positive\": 28768, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 11709, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 4.946092831720331, \"deceased_daily\": \"\", \"deceased\": 2311, \"positive_100k\": 75.19944514726333, \"positive_daily\": \"\", \"positive\": 35136, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 11710, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 6.00979172283457, \"deceased_daily\": \"\", \"deceased\": 2808, \"positive_100k\": 85.36344119133078, \"positive_daily\": \"\", \"positive\": 39885, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 11711, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 7.805452426345326, \"deceased_daily\": \"\", \"deceased\": 3647, \"positive_100k\": 105.97394485618011, \"positive_daily\": \"\", \"positive\": 49515, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 11712, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 9.342144184534508, \"deceased_daily\": \"\", \"deceased\": 4365, \"positive_100k\": 123.67586342440116, \"positive_daily\": \"\", \"positive\": 57786, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 11713, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 10.99654909968804, \"deceased_daily\": \"\", \"deceased\": 5138, \"positive_100k\": 140.6543811370958, \"positive_daily\": \"\", \"positive\": 65719, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 11714, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 12.802910999286466, \"deceased_daily\": \"\", \"deceased\": 5982, \"positive_100k\": 156.74041909607897, \"positive_daily\": \"\", \"positive\": 73235, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 11715, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 14.560047396881616, \"deceased_daily\": \"\", \"deceased\": 6803, \"positive_100k\": 171.454563716623, \"positive_daily\": \"\", \"positive\": 80110, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 11716, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 16.514085802489863, \"deceased_daily\": \"\", \"deceased\": 7716, \"positive_100k\": 188.24688061739224, \"positive_daily\": \"\", \"positive\": 87956, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 11717, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 18.114984737205056, \"deceased_daily\": \"\", \"deceased\": 8464, \"positive_100k\": 205.29816646348303, \"positive_daily\": \"\", \"positive\": 95923, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 11718, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 20.09042553498864, \"deceased_daily\": \"\", \"deceased\": 9387, \"positive_100k\": 222.83742685117156, \"positive_daily\": \"\", \"positive\": 104118, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 11719, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 22.147195423038507, \"deceased_daily\": \"\", \"deceased\": 10348, \"positive_100k\": 239.84590791291168, \"positive_daily\": \"\", \"positive\": 112065, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 11720, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 23.966398757942134, \"deceased_daily\": \"\", \"deceased\": 11198, \"positive_100k\": 255.11437449079696, \"positive_daily\": \"\", \"positive\": 119199, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 11721, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 25.569437931874862, \"deceased_daily\": \"\", \"deceased\": 11947, \"positive_100k\": 270.02970159778914, \"positive_daily\": \"\", \"positive\": 126168, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 11722, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 27.05476394884323, \"deceased_daily\": \"\", \"deceased\": 12641, \"positive_100k\": 281.75393203143864, \"positive_daily\": \"\", \"positive\": 131646, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 11723, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 28.552931401116805, \"deceased_daily\": \"\", \"deceased\": 13341, \"positive_100k\": 292.5171950564155, \"positive_daily\": \"\", \"positive\": 136675, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 11724, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 30.05965981026052, \"deceased_daily\": \"\", \"deceased\": 14045, \"positive_100k\": 303.7898350151654, \"positive_daily\": \"\", \"positive\": 141942, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 11725, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 31.658418505758174, \"deceased_daily\": \"\", \"deceased\": 14792, \"positive_100k\": 317.2262568228419, \"positive_daily\": \"\", \"positive\": 148220, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 11726, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 33.06027519324273, \"deceased_daily\": \"\", \"deceased\": 15447, \"positive_100k\": 327.9317333889453, \"positive_daily\": \"\", \"positive\": 153222, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 11727, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 34.41718685715908, \"deceased_daily\": \"\", \"deceased\": 16081, \"positive_100k\": 338.7420816767079, \"positive_daily\": \"\", \"positive\": 158273, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 11728, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 35.540812446364264, \"deceased_daily\": \"\", \"deceased\": 16606, \"positive_100k\": 348.916778916863, \"positive_daily\": \"\", \"positive\": 163027, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 11729, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 36.83137669453708, \"deceased_daily\": \"\", \"deceased\": 17209, \"positive_100k\": 357.05824890036115, \"positive_daily\": \"\", \"positive\": 166831, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 11730, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 38.002087546527996, \"deceased_daily\": \"\", \"deceased\": 17756, \"positive_100k\": 364.05255066326123, \"positive_daily\": \"\", \"positive\": 170099, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 11731, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 38.6441593117881, \"deceased_daily\": \"\", \"deceased\": 18056, \"positive_100k\": 369.2790148324784, \"positive_daily\": \"\", \"positive\": 172541, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 11732, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 40.03959528162006, \"deceased_daily\": \"\", \"deceased\": 18708, \"positive_100k\": 380.2006555595528, \"positive_daily\": \"\", \"positive\": 177644, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 11733, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 41.33872048666301, \"deceased_daily\": \"\", \"deceased\": 19315, \"positive_100k\": 395.8329628044188, \"positive_daily\": \"\", \"positive\": 184948, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 11734, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 42.80906482910864, \"deceased_daily\": \"\", \"deceased\": 20002, \"positive_100k\": 408.4411120349097, \"positive_daily\": \"\", \"positive\": 190839, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 11735, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 42.896814637027525, \"deceased_daily\": \"\", \"deceased\": 20043, \"positive_100k\": 410.33950422086207, \"positive_daily\": \"\", \"positive\": 191726, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 11736, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 43.77431271621633, \"deceased_daily\": \"\", \"deceased\": 20453, \"positive_100k\": 425.20988630428604, \"positive_daily\": \"\", \"positive\": 198674, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 48}, {\"index\": 11737, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 44.62826816401226, \"deceased_daily\": \"\", \"deceased\": 20852, \"positive_100k\": 428.4972937424178, \"positive_daily\": \"\", \"positive\": 200210, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 49}, {\"index\": 11738, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Spain\", \"country\": \"ESP\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 45.54857102755175, \"deceased_daily\": \"\", \"deceased\": 21282, \"positive_100k\": 436.98976295759144, \"positive_daily\": \"\", \"positive\": 204178, \"region_iso\": \"ESP\", \"region_label\": \"Spain\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 40.24448698, \"Longitude\": -3.64755047, \"Geo Region\": \"Europe\", \"sinceDay0\": 50}, {\"index\": 12056, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 0.9918321152292875, \"positive_daily\": \"\", \"positive\": 101, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 12057, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.5810393123952007, \"positive_daily\": \"\", \"positive\": 161, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 12058, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.9934843504113402, \"positive_daily\": \"\", \"positive\": 203, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 12059, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 2.4353897482857754, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 12060, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 3.486142583231654, \"positive_daily\": \"\", \"positive\": 355, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 12061, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 4.910059976382612, \"positive_daily\": \"\", \"positive\": 500, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 12062, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 5.882251851706369, \"positive_daily\": \"\", \"positive\": 599, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 12063, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.009820119952765223, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 7.993577641550891, \"positive_daily\": \"\", \"positive\": 814, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 12064, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.019640239905530446, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 9.437135274607378, \"positive_daily\": \"\", \"positive\": 961, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 12065, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.02946035985829567, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 10.036162591726058, \"positive_daily\": \"\", \"positive\": 1022, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 12066, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.05892071971659134, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 10.831592307900042, \"positive_daily\": \"\", \"positive\": 1103, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 12067, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06874083966935657, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 11.685942743790616, \"positive_daily\": \"\", \"positive\": 1190, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 12068, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.09820119952765223, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 12.559933419586718, \"positive_daily\": \"\", \"positive\": 1279, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 12069, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.10802131948041746, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 14.131152612029156, \"positive_daily\": \"\", \"positive\": 1439, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 12070, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.15712191924424357, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 16.0951766025822, \"positive_daily\": \"\", \"positive\": 1639, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 12071, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.19640239905530446, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 17.31287147672509, \"positive_daily\": \"\", \"positive\": 1763, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 12072, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.20622251900806968, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 18.99211198864794, \"positive_daily\": \"\", \"positive\": 1934, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 12073, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.2455029988191306, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 20.091965423357646, \"positive_daily\": \"\", \"positive\": 2046, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 12074, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.35352431829954806, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 22.4487942120213, \"positive_daily\": \"\", \"positive\": 2286, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 12075, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.6088474370714438, \"deceased_daily\": \"\", \"deceased\": 62, \"positive_100k\": 24.805623000684953, \"positive_daily\": \"\", \"positive\": 2526, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 12076, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.7561492363629222, \"deceased_daily\": \"\", \"deceased\": 77, \"positive_100k\": 27.889140665853233, \"positive_daily\": \"\", \"positive\": 2840, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 12077, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.0311125950403486, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 30.137948135036467, \"positive_daily\": \"\", \"positive\": 3069, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 12078, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.0311125950403486, \"deceased_daily\": \"\", \"deceased\": 105, \"positive_100k\": 33.84995347718172, \"positive_daily\": \"\", \"positive\": 3447, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 12079, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.0802131948041747, \"deceased_daily\": \"\", \"deceased\": 110, \"positive_100k\": 36.334443825231325, \"positive_daily\": \"\", \"positive\": 3700, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 12080, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.4337375131037227, \"deceased_daily\": \"\", \"deceased\": 146, \"positive_100k\": 39.55544316973832, \"positive_daily\": \"\", \"positive\": 4028, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 12081, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.76762159149774, \"deceased_daily\": \"\", \"deceased\": 180, \"positive_100k\": 43.55223199051376, \"positive_daily\": \"\", \"positive\": 4435, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 12082, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.347008668710888, \"deceased_daily\": \"\", \"deceased\": 239, \"positive_100k\": 48.58013340632956, \"positive_daily\": \"\", \"positive\": 4947, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 12083, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 3.024596945451689, \"deceased_daily\": \"\", \"deceased\": 308, \"positive_100k\": 54.67842789699676, \"positive_daily\": \"\", \"positive\": 5568, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 12084, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 3.5156029430899496, \"deceased_daily\": \"\", \"deceased\": 358, \"positive_100k\": 60.20715543040359, \"positive_daily\": \"\", \"positive\": 6131, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 12085, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 3.6629047423814285, \"deceased_daily\": \"\", \"deceased\": 373, \"positive_100k\": 63.27103285566633, \"positive_daily\": \"\", \"positive\": 6443, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 12086, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.9378681010588545, \"deceased_daily\": \"\", \"deceased\": 401, \"positive_100k\": 67.07141927738648, \"positive_daily\": \"\", \"positive\": 6830, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 12087, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 4.684197217469012, \"deceased_daily\": \"\", \"deceased\": 477, \"positive_100k\": 70.76378437962619, \"positive_daily\": \"\", \"positive\": 7206, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 12088, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 5.803690892084247, \"deceased_daily\": \"\", \"deceased\": 591, \"positive_100k\": 75.54618279662286, \"positive_daily\": \"\", \"positive\": 7693, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 12089, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 6.746422407549708, \"deceased_daily\": \"\", \"deceased\": 687, \"positive_100k\": 82.67558988233041, \"positive_daily\": \"\", \"positive\": 8419, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 12090, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 7.787355122542822, \"deceased_daily\": \"\", \"deceased\": 793, \"positive_100k\": 89.7657164882269, \"positive_daily\": \"\", \"positive\": 9141, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 12091, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 8.543504358905743, \"deceased_daily\": \"\", \"deceased\": 870, \"positive_100k\": 95.10786174253118, \"positive_daily\": \"\", \"positive\": 9685, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 12092, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 8.710446398102754, \"deceased_daily\": \"\", \"deceased\": 887, \"positive_100k\": 99.68403764051978, \"positive_daily\": \"\", \"positive\": 10151, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 12093, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 8.828287837535935, \"deceased_daily\": \"\", \"deceased\": 899, \"positive_100k\": 102.94431746483784, \"positive_daily\": \"\", \"positive\": 10483, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 12094, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 9.024690236591239, \"deceased_daily\": \"\", \"deceased\": 919, \"positive_100k\": 107.51067324287365, \"positive_daily\": \"\", \"positive\": 10948, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 12095, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 10.144183911206476, \"deceased_daily\": \"\", \"deceased\": 1033, \"positive_100k\": 112.39127285939797, \"positive_daily\": \"\", \"positive\": 11445, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 12096, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 11.813604303176563, \"deceased_daily\": \"\", \"deceased\": 1203, \"positive_100k\": 117.12457067663082, \"positive_daily\": \"\", \"positive\": 11927, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 12097, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 13.090219897036041, \"deceased_daily\": \"\", \"deceased\": 1333, \"positive_100k\": 123.1443042076759, \"positive_daily\": \"\", \"positive\": 12540, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 12098, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 13.748167933871311, \"deceased_daily\": \"\", \"deceased\": 1400, \"positive_100k\": 129.7827052957452, \"positive_daily\": \"\", \"positive\": 13216, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 12099, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 14.838201248628254, \"deceased_daily\": \"\", \"deceased\": 1511, \"positive_100k\": 135.7336979871209, \"positive_daily\": \"\", \"positive\": 13822, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 12100, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 15.122984727258443, \"deceased_daily\": \"\", \"deceased\": 1540, \"positive_100k\": 141.26242552052773, \"positive_daily\": \"\", \"positive\": 14385, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 12101, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 15.515789525369053, \"deceased_daily\": \"\", \"deceased\": 1580, \"positive_100k\": 145.1119125420117, \"positive_daily\": \"\", \"positive\": 14777, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 12102, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Sweden\", \"country\": \"SWE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 17.33251171663062, \"deceased_daily\": \"\", \"deceased\": 1765, \"positive_100k\": 150.46387791626876, \"positive_daily\": \"\", \"positive\": 15322, \"region_iso\": \"SWE\", \"region_label\": \"Sweden\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 62.77966519, \"Longitude\": 16.74558049, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 12146, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 1.3385712958884843, \"positive_daily\": \"\", \"positive\": 114, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 12147, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 2.5127566431590846, \"positive_daily\": \"\", \"positive\": 214, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 12148, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.011741853472706003, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 3.1468167306852086, \"positive_daily\": \"\", \"positive\": 268, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 12149, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.023483706945412006, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.957004620301923, \"positive_daily\": \"\", \"positive\": 337, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 12150, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.023483706945412006, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.391453198792045, \"positive_daily\": \"\", \"positive\": 374, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 12151, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.03522556041811801, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 5.765250055098647, \"positive_daily\": \"\", \"positive\": 491, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 12152, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.04696741389082401, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.655688464204314, \"positive_daily\": \"\", \"positive\": 652, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 12153, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.04696741389082401, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 7.655688464204314, \"positive_daily\": \"\", \"positive\": 652, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 12154, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.12916038819976602, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 13.373971105412135, \"positive_daily\": \"\", \"positive\": 1139, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 12155, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.15264409514517804, \"deceased_daily\": \"\", \"deceased\": 13, \"positive_100k\": 15.957178869407457, \"positive_daily\": \"\", \"positive\": 1359, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 12156, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.16438594861788405, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 25.832077639953205, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 12157, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.16438594861788405, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 25.832077639953205, \"positive_daily\": \"\", \"positive\": 2200, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 12158, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.3170300437630621, \"deceased_daily\": \"\", \"deceased\": 27, \"positive_100k\": 31.703004376306207, \"positive_daily\": \"\", \"positive\": 2700, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 12159, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3287718972357681, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 35.554332315353776, \"positive_daily\": \"\", \"positive\": 3028, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 12160, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.4814159923809461, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 47.84805290127696, \"positive_daily\": \"\", \"positive\": 4075, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 12161, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.6340600875261242, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 62.161372284505575, \"positive_daily\": \"\", \"positive\": 5294, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 12162, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.8806390104529502, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 77.20268658304197, \"positive_daily\": \"\", \"positive\": 6575, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 12163, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.1507016403251884, \"deceased_daily\": \"\", \"deceased\": 98, \"positive_100k\": 87.75861285500467, \"positive_daily\": \"\", \"positive\": 7474, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 12164, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.4090224167247203, \"deceased_daily\": \"\", \"deceased\": 120, \"positive_100k\": 103.2696012924493, \"positive_daily\": \"\", \"positive\": 8795, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 12165, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.4325061236701324, \"deceased_daily\": \"\", \"deceased\": 122, \"positive_100k\": 115.9742867499172, \"positive_daily\": \"\", \"positive\": 9877, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 12166, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.7965035813240187, \"deceased_daily\": \"\", \"deceased\": 153, \"positive_100k\": 127.9509772920773, \"positive_daily\": \"\", \"positive\": 10897, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 12167, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 2.2426940132868465, \"deceased_daily\": \"\", \"deceased\": 191, \"positive_100k\": 138.6830313661306, \"positive_daily\": \"\", \"positive\": 11811, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 12168, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 2.712368152195087, \"deceased_daily\": \"\", \"deceased\": 231, \"positive_100k\": 151.79868169514322, \"positive_daily\": \"\", \"positive\": 12928, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 12169, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.0998493167943852, \"deceased_daily\": \"\", \"deceased\": 264, \"positive_100k\": 165.2783294818097, \"positive_daily\": \"\", \"positive\": 14076, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 12170, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.522556041811801, \"deceased_daily\": \"\", \"deceased\": 300, \"positive_100k\": 174.11994514675732, \"positive_daily\": \"\", \"positive\": 14829, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 12171, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 4.215325396701455, \"deceased_daily\": \"\", \"deceased\": 359, \"positive_100k\": 186.95379099242498, \"positive_daily\": \"\", \"positive\": 15922, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 12172, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 5.084222553681699, \"deceased_daily\": \"\", \"deceased\": 433, \"positive_100k\": 194.97347691428317, \"positive_daily\": \"\", \"positive\": 16605, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 12173, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 5.73002449468053, \"deceased_daily\": \"\", \"deceased\": 488, \"positive_100k\": 208.62925250304025, \"positive_daily\": \"\", \"positive\": 17768, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 12174, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 6.293633461370417, \"deceased_daily\": \"\", \"deceased\": 536, \"positive_100k\": 221.0638753306359, \"positive_daily\": \"\", \"positive\": 18827, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 12175, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 6.939435402369248, \"deceased_daily\": \"\", \"deceased\": 591, \"positive_100k\": 230.2107791858739, \"positive_daily\": \"\", \"positive\": 19606, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 12176, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 7.820074412822198, \"deceased_daily\": \"\", \"deceased\": 666, \"positive_100k\": 240.76670545783657, \"positive_daily\": \"\", \"positive\": 20505, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 12177, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 8.395425232984792, \"deceased_daily\": \"\", \"deceased\": 715, \"positive_100k\": 247.75310827409666, \"positive_daily\": \"\", \"positive\": 21100, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 12178, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 8.982517906620092, \"deceased_daily\": \"\", \"deceased\": 765, \"positive_100k\": 254.2933206583939, \"positive_daily\": \"\", \"positive\": 21657, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 12179, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 9.640061701091629, \"deceased_daily\": \"\", \"deceased\": 821, \"positive_100k\": 261.29146532812666, \"positive_daily\": \"\", \"positive\": 22253, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 12180, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 10.508958858071873, \"deceased_daily\": \"\", \"deceased\": 895, \"positive_100k\": 273.3503488445957, \"positive_daily\": \"\", \"positive\": 23280, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 12181, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 11.131277092125291, \"deceased_daily\": \"\", \"deceased\": 948, \"positive_100k\": 282.40331787205207, \"positive_daily\": \"\", \"positive\": 24051, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 12182, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 11.765337179651416, \"deceased_daily\": \"\", \"deceased\": 1002, \"positive_100k\": 288.27424460840507, \"positive_daily\": \"\", \"positive\": 24551, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 12183, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 12.16456019772342, \"deceased_daily\": \"\", \"deceased\": 1036, \"positive_100k\": 294.8027151392296, \"positive_daily\": \"\", \"positive\": 25107, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 12184, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 12.98648994081284, \"deceased_daily\": \"\", \"deceased\": 1106, \"positive_100k\": 298.41920600882304, \"positive_daily\": \"\", \"positive\": 25415, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 12185, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 13.36222925193943, \"deceased_daily\": \"\", \"deceased\": 1138, \"positive_100k\": 301.6247320068718, \"positive_daily\": \"\", \"positive\": 25688, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 12186, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 13.784935976956847, \"deceased_daily\": \"\", \"deceased\": 1174, \"positive_100k\": 304.5367116681029, \"positive_daily\": \"\", \"positive\": 25936, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 12187, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 14.548156452682736, \"deceased_daily\": \"\", \"deceased\": 1239, \"positive_100k\": 309.2334530571853, \"positive_daily\": \"\", \"positive\": 26336, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 12188, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 15.04131429853639, \"deceased_daily\": \"\", \"deceased\": 1281, \"positive_100k\": 313.8832270323769, \"positive_daily\": \"\", \"positive\": 26732, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 12189, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 15.581439558280866, \"deceased_daily\": \"\", \"deceased\": 1327, \"positive_100k\": 317.9459083339331, \"positive_daily\": \"\", \"positive\": 27078, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 12190, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 16.062855550661812, \"deceased_daily\": \"\", \"deceased\": 1368, \"positive_100k\": 321.7737525660353, \"positive_daily\": \"\", \"positive\": 27404, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 12191, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 16.356401887479464, \"deceased_daily\": \"\", \"deceased\": 1393, \"positive_100k\": 325.7190153328645, \"positive_daily\": \"\", \"positive\": 27740, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 12192, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 16.77910861249688, \"deceased_daily\": \"\", \"deceased\": 1429, \"positive_100k\": 328.11435344129654, \"positive_daily\": \"\", \"positive\": 27944, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 12193, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 17.35445943265947, \"deceased_daily\": \"\", \"deceased\": 1478, \"positive_100k\": 329.51163400454857, \"positive_daily\": \"\", \"positive\": 28063, \"region_iso\": \"CHE\", \"region_label\": \"Switzerland\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 46.79785878, \"Longitude\": 8.20867471, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 12888, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.003644327087394025, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.2332369335932176, \"positive_daily\": \"\", \"positive\": 192, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 12889, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.0048591027831920335, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.436104474791485, \"positive_daily\": \"\", \"positive\": 359, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 12890, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.010932981262182074, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 0.8138997161846656, \"positive_daily\": \"\", \"positive\": 670, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 12891, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.03644327087394025, \"deceased_daily\": \"\", \"deceased\": 30, \"positive_100k\": 1.5014627600063382, \"positive_daily\": \"\", \"positive\": 1236, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 12892, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.04494670074452631, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 1.8573920388751548, \"positive_daily\": \"\", \"positive\": 1529, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 12893, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.05345013061511236, \"deceased_daily\": \"\", \"deceased\": 44, \"positive_100k\": 2.2740601025338716, \"positive_daily\": \"\", \"positive\": 1872, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 12894, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.07167176605208249, \"deceased_daily\": \"\", \"deceased\": 59, \"positive_100k\": 2.9555492678765543, \"positive_daily\": \"\", \"positive\": 2433, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 12895, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.09110817718485062, \"deceased_daily\": \"\", \"deceased\": 75, \"positive_100k\": 4.408421000050972, \"positive_daily\": \"\", \"positive\": 3629, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 12896, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.11175936401341675, \"deceased_daily\": \"\", \"deceased\": 92, \"positive_100k\": 6.921791914657051, \"positive_daily\": \"\", \"positive\": 5698, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 12897, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.1311957751461849, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 8.991769700296857, \"positive_daily\": \"\", \"positive\": 7402, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 12898, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.15913561614953908, \"deceased_daily\": \"\", \"deceased\": 131, \"positive_100k\": 11.196587588170242, \"positive_daily\": \"\", \"positive\": 9217, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 12899, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.2040823168940654, \"deceased_daily\": \"\", \"deceased\": 168, \"positive_100k\": 13.152376458405035, \"positive_daily\": \"\", \"positive\": 10827, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 12900, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.25996199890077376, \"deceased_daily\": \"\", \"deceased\": 214, \"positive_100k\": 16.43712993984285, \"positive_daily\": \"\", \"positive\": 13531, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 12901, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.33649286773604825, \"deceased_daily\": \"\", \"deceased\": 277, \"positive_100k\": 19.046468134416973, \"positive_daily\": \"\", \"positive\": 15679, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 12902, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.4324601477040909, \"deceased_daily\": \"\", \"deceased\": 356, \"positive_100k\": 22.02995724329688, \"positive_daily\": \"\", \"positive\": 18135, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 12903, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.5162796707141535, \"deceased_daily\": \"\", \"deceased\": 425, \"positive_100k\": 25.41432233179013, \"positive_daily\": \"\", \"positive\": 20921, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 12904, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.6086026235948021, \"deceased_daily\": \"\", \"deceased\": 501, \"positive_100k\": 29.074441503229533, \"positive_daily\": \"\", \"positive\": 23934, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 12905, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.6972812493880568, \"deceased_daily\": \"\", \"deceased\": 574, \"positive_100k\": 32.88276330955629, \"positive_daily\": \"\", \"positive\": 27069, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 12906, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.7883894265729073, \"deceased_daily\": \"\", \"deceased\": 649, \"positive_100k\": 36.70687719992842, \"positive_daily\": \"\", \"positive\": 30217, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 12907, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.880712379453556, \"deceased_daily\": \"\", \"deceased\": 725, \"positive_100k\": 41.43478420797427, \"positive_daily\": \"\", \"positive\": 34109, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 12908, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.9863978649879828, \"deceased_daily\": \"\", \"deceased\": 812, \"positive_100k\": 46.436015747574665, \"positive_daily\": \"\", \"positive\": 38226, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 12909, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.1030163317845916, \"deceased_daily\": \"\", \"deceased\": 908, \"positive_100k\": 51.363145969731384, \"positive_daily\": \"\", \"positive\": 42282, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 12910, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.2220643499727963, \"deceased_daily\": \"\", \"deceased\": 1006, \"positive_100k\": 57.12968619768453, \"positive_daily\": \"\", \"positive\": 47029, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 12911, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.337468041073607, \"deceased_daily\": \"\", \"deceased\": 1101, \"positive_100k\": 63.371203722694695, \"positive_daily\": \"\", \"positive\": 52167, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 12912, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.455301283566014, \"deceased_daily\": \"\", \"deceased\": 1198, \"positive_100k\": 69.18876452987136, \"positive_daily\": \"\", \"positive\": 56956, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 12913, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.5743493017542187, \"deceased_daily\": \"\", \"deceased\": 1296, \"positive_100k\": 74.16084145277262, \"positive_daily\": \"\", \"positive\": 61049, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 12914, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.7043303012046056, \"deceased_daily\": \"\", \"deceased\": 1403, \"positive_100k\": 79.09526032910412, \"positive_daily\": \"\", \"positive\": 65111, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 12915, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.8440295062213767, \"deceased_daily\": \"\", \"deceased\": 1518, \"positive_100k\": 84.29571508281539, \"positive_daily\": \"\", \"positive\": 69392, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 12916, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.9958764681961276, \"deceased_daily\": \"\", \"deceased\": 1643, \"positive_100k\": 90.12785319834163, \"positive_daily\": \"\", \"positive\": 74193, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 12917, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 2.148938205866677, \"deceased_daily\": \"\", \"deceased\": 1769, \"positive_100k\": 95.41577180215036, \"positive_daily\": \"\", \"positive\": 78546, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 12918, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 2.295926065058236, \"deceased_daily\": \"\", \"deceased\": 1890, \"positive_100k\": 100.01126825935422, \"positive_daily\": \"\", \"positive\": 82329, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 12919, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.4502025784245824, \"deceased_daily\": \"\", \"deceased\": 2017, \"positive_100k\": 104.8424312015429, \"positive_daily\": \"\", \"positive\": 86306, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 12920, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.5996199890077376, \"deceased_daily\": \"\", \"deceased\": 2140, \"positive_100k\": 110.52029280370279, \"positive_daily\": \"\", \"positive\": 90980, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 12921, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Turkey\", \"country\": \"TUR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 2.744178296807701, \"deceased_daily\": \"\", \"deceased\": 2259, \"positive_100k\": 116.12162353702742, \"positive_daily\": \"\", \"positive\": 95591, \"region_iso\": \"TUR\", \"region_label\": \"Turkey\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 39.0616029, \"Longitude\": 35.16895346, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 13251, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.1732995644566653, \"positive_daily\": \"\", \"positive\": 113, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 0}, {\"index\": 13252, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0, \"positive_100k\": 1.4536454780879038, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 1}, {\"index\": 13253, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.4536454780879038, \"positive_daily\": \"\", \"positive\": 140, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 2}, {\"index\": 13254, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.588626843910352, \"positive_daily\": \"\", \"positive\": 153, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 3}, {\"index\": 13255, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 1.588626843910352, \"positive_daily\": \"\", \"positive\": 153, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 4}, {\"index\": 13256, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.05587003329575, \"positive_daily\": \"\", \"positive\": 198, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 5}, {\"index\": 13257, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 2.5750291326128583, \"positive_daily\": \"\", \"positive\": 248, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 6}, {\"index\": 13258, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.4575996014519426, \"positive_daily\": \"\", \"positive\": 333, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 7}, {\"index\": 13259, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 3.4575996014519426, \"positive_daily\": \"\", \"positive\": 333, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 8}, {\"index\": 13260, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.205188704468578, \"positive_daily\": \"\", \"positive\": 405, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 9}, {\"index\": 13261, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.020766363972684342, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 4.859329169608136, \"positive_daily\": \"\", \"positive\": 468, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 10}, {\"index\": 13262, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.03114954595902651, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 5.918413732215037, \"positive_daily\": \"\", \"positive\": 570, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 11}, {\"index\": 13263, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.05191590993171085, \"deceased_daily\": \"\", \"deceased\": 5, \"positive_100k\": 6.344124193655066, \"positive_daily\": \"\", \"positive\": 611, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 12}, {\"index\": 13264, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.06229909191805302, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 6.894432838931201, \"positive_daily\": \"\", \"positive\": 664, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 13}, {\"index\": 13265, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.08306545589073737, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 8.451910136882526, \"positive_daily\": \"\", \"positive\": 814, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 14}, {\"index\": 13266, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.08306545589073737, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 10.632378354014383, \"positive_daily\": \"\", \"positive\": 1024, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 15}, {\"index\": 13267, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 0.09344863787707952, \"deceased_daily\": \"\", \"deceased\": 9, \"positive_100k\": 13.124342030736502, \"positive_daily\": \"\", \"positive\": 1264, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 16}, {\"index\": 13268, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.1038318198634217, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 15.626688889444965, \"positive_daily\": \"\", \"positive\": 1505, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 17}, {\"index\": 13269, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.1038318198634217, \"deceased_daily\": \"\", \"deceased\": 10, \"positive_100k\": 18.679344393429563, \"positive_daily\": \"\", \"positive\": 1799, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 18}, {\"index\": 13270, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.11421500184976387, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 21.555485803646345, \"positive_daily\": \"\", \"positive\": 2076, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 19}, {\"index\": 13271, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.12459818383610605, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 24.49392630578118, \"positive_daily\": \"\", \"positive\": 2359, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 20}, {\"index\": 13272, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.12459818383610605, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 27.60888090168383, \"positive_daily\": \"\", \"positive\": 2659, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 21}, {\"index\": 13273, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.14536454780879038, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 31.045714139163085, \"positive_daily\": \"\", \"positive\": 2990, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 22}, {\"index\": 13274, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.16613091178147474, \"deceased_daily\": \"\", \"deceased\": 16, \"positive_100k\": 34.887491474109694, \"positive_daily\": \"\", \"positive\": 3360, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 23}, {\"index\": 13275, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.2076636397268434, \"deceased_daily\": \"\", \"deceased\": 20, \"positive_100k\": 38.79156790097435, \"positive_daily\": \"\", \"positive\": 3736, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 24}, {\"index\": 13276, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.22843000369952773, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 42.80985932968876, \"positive_daily\": \"\", \"positive\": 4123, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 25}, {\"index\": 13277, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 0.25957954965855423, \"deceased_daily\": \"\", \"deceased\": 25, \"positive_100k\": 46.942365760252954, \"positive_daily\": \"\", \"positive\": 4521, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 26}, {\"index\": 13278, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.29072909561758076, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 51.22023673862592, \"positive_daily\": \"\", \"positive\": 4933, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 27}, {\"index\": 13279, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.3426450055492916, \"deceased_daily\": \"\", \"deceased\": 33, \"positive_100k\": 55.70577135672574, \"positive_daily\": \"\", \"positive\": 5365, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 28}, {\"index\": 13280, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.36341136952197595, \"deceased_daily\": \"\", \"deceased\": 35, \"positive_100k\": 60.48203507044314, \"positive_daily\": \"\", \"positive\": 5825, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 29}, {\"index\": 13281, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.3841777334946603, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 65.43481287792837, \"positive_daily\": \"\", \"positive\": 6302, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 30}, {\"index\": 13282, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 0.3841777334946603, \"deceased_daily\": \"\", \"deceased\": 37, \"positive_100k\": 65.43481287792837, \"positive_daily\": \"\", \"positive\": 6302, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 31}, {\"index\": 13283, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 0.42571046144002894, \"deceased_daily\": \"\", \"deceased\": 41, \"positive_100k\": 70.40835704938625, \"positive_daily\": \"\", \"positive\": 6781, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 32}, {\"index\": 13284, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.44647682541271333, \"deceased_daily\": \"\", \"deceased\": 43, \"positive_100k\": 75.43381713077586, \"positive_daily\": \"\", \"positive\": 7265, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 33}, {\"index\": 13285, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Arab Emirates\", \"country\": \"ARE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.4776263713717398, \"deceased_daily\": \"\", \"deceased\": 46, \"positive_100k\": 80.52157630408352, \"positive_daily\": \"\", \"positive\": 7755, \"region_iso\": \"ARE\", \"region_label\": \"United Arab Emirates\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 23.90528188, \"Longitude\": 54.3001671, \"Geo Region\": \"Asia\", \"sinceDay0\": 34}, {\"index\": 13329, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0015040083853881914, \"deceased_daily\": \"\", \"deceased\": 1, \"positive_100k\": 0.17446497270503022, \"positive_daily\": \"\", \"positive\": 116, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 0}, {\"index\": 13330, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.003008016770776383, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.2466573752036634, \"positive_daily\": \"\", \"positive\": 164, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 1}, {\"index\": 13331, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.003008016770776383, \"deceased_daily\": \"\", \"deceased\": 2, \"positive_100k\": 0.31132973577535566, \"positive_daily\": \"\", \"positive\": 207, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 2}, {\"index\": 13332, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0045120251561645746, \"deceased_daily\": \"\", \"deceased\": 3, \"positive_100k\": 0.41209829759636446, \"positive_daily\": \"\", \"positive\": 274, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 3}, {\"index\": 13333, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.006016033541552766, \"deceased_daily\": \"\", \"deceased\": 4, \"positive_100k\": 0.4842907000949977, \"positive_daily\": \"\", \"positive\": 322, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 4}, {\"index\": 13334, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.009024050312329149, \"deceased_daily\": \"\", \"deceased\": 6, \"positive_100k\": 0.5775392199890655, \"positive_daily\": \"\", \"positive\": 384, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 5}, {\"index\": 13335, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 0.6903398488931799, \"positive_daily\": \"\", \"positive\": 459, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 6}, {\"index\": 13336, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 0.6903398488931799, \"positive_daily\": \"\", \"positive\": 459, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 7}, {\"index\": 13337, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.012032067083105532, \"deceased_daily\": \"\", \"deceased\": 8, \"positive_100k\": 1.2062147250813295, \"positive_daily\": \"\", \"positive\": 802, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 8}, {\"index\": 13338, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.031584176093152026, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.7205855928840912, \"positive_daily\": \"\", \"positive\": 1144, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 9}, {\"index\": 13339, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.031584176093152026, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 1.7220896012694793, \"positive_daily\": \"\", \"positive\": 1145, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 10}, {\"index\": 13340, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.08422446958173874, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 2.332717005737085, \"positive_daily\": \"\", \"positive\": 1551, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 11}, {\"index\": 13341, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.08422446958173874, \"deceased_daily\": \"\", \"deceased\": 56, \"positive_100k\": 2.9478564353608556, \"positive_daily\": \"\", \"positive\": 1960, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 12}, {\"index\": 13342, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.10828860374794978, \"deceased_daily\": \"\", \"deceased\": 72, \"positive_100k\": 3.9735901541956022, \"positive_daily\": \"\", \"positive\": 2642, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 13}, {\"index\": 13343, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.20755315718357045, \"deceased_daily\": \"\", \"deceased\": 138, \"positive_100k\": 4.084886774714328, \"positive_daily\": \"\", \"positive\": 2716, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 14}, {\"index\": 13344, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.2677134925990981, \"deceased_daily\": \"\", \"deceased\": 178, \"positive_100k\": 6.037089658948201, \"positive_daily\": \"\", \"positive\": 4014, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 15}, {\"index\": 13345, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.35193796218083684, \"deceased_daily\": \"\", \"deceased\": 234, \"positive_100k\": 7.6208104887619665, \"positive_daily\": \"\", \"positive\": 5067, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 16}, {\"index\": 13346, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.42413036467947, \"deceased_daily\": \"\", \"deceased\": 282, \"positive_100k\": 8.640528174055161, \"positive_daily\": \"\", \"positive\": 5745, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 17}, {\"index\": 13347, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.5053468174904324, \"deceased_daily\": \"\", \"deceased\": 336, \"positive_100k\": 10.115960400120976, \"positive_daily\": \"\", \"positive\": 6726, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 18}, {\"index\": 13348, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.636195547019205, \"deceased_daily\": \"\", \"deceased\": 423, \"positive_100k\": 12.278724458309197, \"positive_daily\": \"\", \"positive\": 8164, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 19}, {\"index\": 13349, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.7008679075908973, \"deceased_daily\": \"\", \"deceased\": 466, \"positive_100k\": 14.498640835142165, \"positive_daily\": \"\", \"positive\": 9640, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 20}, {\"index\": 13350, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.8723248635251512, \"deceased_daily\": \"\", \"deceased\": 580, \"positive_100k\": 17.76534704820532, \"positive_daily\": \"\", \"positive\": 11812, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 21}, {\"index\": 13351, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.1445503812804139, \"deceased_daily\": \"\", \"deceased\": 761, \"positive_100k\": 22.176603642548883, \"positive_daily\": \"\", \"positive\": 14745, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 22}, {\"index\": 13352, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.5355925614813435, \"deceased_daily\": \"\", \"deceased\": 1021, \"positive_100k\": 26.037393167840374, \"positive_daily\": \"\", \"positive\": 17312, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 23}, {\"index\": 13353, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.851434322412864, \"deceased_daily\": \"\", \"deceased\": 1231, \"positive_100k\": 29.74928586297843, \"positive_daily\": \"\", \"positive\": 19780, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 24}, {\"index\": 13354, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 2.1221558317827385, \"deceased_daily\": \"\", \"deceased\": 1411, \"positive_100k\": 33.76950027712107, \"positive_daily\": \"\", \"positive\": 22453, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 25}, {\"index\": 13355, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 2.6966870350010277, \"deceased_daily\": \"\", \"deceased\": 1793, \"positive_100k\": 38.32363766807651, \"positive_daily\": \"\", \"positive\": 25481, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 26}, {\"index\": 13356, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 3.5449477643599674, \"deceased_daily\": \"\", \"deceased\": 2357, \"positive_100k\": 44.91721042961834, \"positive_daily\": \"\", \"positive\": 29865, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 27}, {\"index\": 13357, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.4007285356458485, \"deceased_daily\": \"\", \"deceased\": 2926, \"positive_100k\": 51.396478553870665, \"positive_daily\": \"\", \"positive\": 34173, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 28}, {\"index\": 13358, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 5.43097427963676, \"deceased_daily\": \"\", \"deceased\": 3611, \"positive_100k\": 58.18858042228374, \"positive_daily\": \"\", \"positive\": 38689, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 29}, {\"index\": 13359, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 6.497316224876987, \"deceased_daily\": \"\", \"deceased\": 4320, \"positive_100k\": 63.88576418613421, \"positive_daily\": \"\", \"positive\": 42477, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 30}, {\"index\": 13360, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 7.434313448973831, \"deceased_daily\": \"\", \"deceased\": 4943, \"positive_100k\": 72.84815015466245, \"positive_daily\": \"\", \"positive\": 48436, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 31}, {\"index\": 13361, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 8.099085155315413, \"deceased_daily\": \"\", \"deceased\": 5385, \"positive_100k\": 78.62805437970927, \"positive_daily\": \"\", \"positive\": 52279, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 32}, {\"index\": 13362, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 9.28123574623053, \"deceased_daily\": \"\", \"deceased\": 6171, \"positive_100k\": 84.14776515408393, \"positive_daily\": \"\", \"positive\": 55949, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 33}, {\"index\": 13363, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 10.69500362849543, \"deceased_daily\": \"\", \"deceased\": 7111, \"positive_100k\": 92.45741148335368, \"positive_daily\": \"\", \"positive\": 61474, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 34}, {\"index\": 13364, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 12.021539024407815, \"deceased_daily\": \"\", \"deceased\": 7993, \"positive_100k\": 99.07204036229095, \"positive_daily\": \"\", \"positive\": 65872, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 35}, {\"index\": 13365, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 13.496971250473631, \"deceased_daily\": \"\", \"deceased\": 8974, \"positive_100k\": 112.20654559188604, \"positive_daily\": \"\", \"positive\": 74605, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 36}, {\"index\": 13366, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 14.877650948259992, \"deceased_daily\": \"\", \"deceased\": 9892, \"positive_100k\": 120.13116577449642, \"positive_daily\": \"\", \"positive\": 79874, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 37}, {\"index\": 13367, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 15.986105128291088, \"deceased_daily\": \"\", \"deceased\": 10629, \"positive_100k\": 128.15053848538625, \"positive_daily\": \"\", \"positive\": 85206, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 38}, {\"index\": 13368, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 17.06598314899981, \"deceased_daily\": \"\", \"deceased\": 11347, \"positive_100k\": 134.71403107922032, \"positive_daily\": \"\", \"positive\": 89570, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 39}, {\"index\": 13369, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 18.242117706373374, \"deceased_daily\": \"\", \"deceased\": 12129, \"positive_100k\": 142.64767531214304, \"positive_daily\": \"\", \"positive\": 94845, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 40}, {\"index\": 13370, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 19.39268412119534, \"deceased_daily\": \"\", \"deceased\": 12894, \"positive_100k\": 149.62326620357345, \"positive_daily\": \"\", \"positive\": 99483, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 41}, {\"index\": 13371, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 20.693651374556126, \"deceased_daily\": \"\", \"deceased\": 13759, \"positive_100k\": 156.6349532962532, \"positive_daily\": \"\", \"positive\": 104145, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 42}, {\"index\": 13372, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 21.969050485365315, \"deceased_daily\": \"\", \"deceased\": 14607, \"positive_100k\": 165.09349645567642, \"positive_daily\": \"\", \"positive\": 109769, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 43}, {\"index\": 13373, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 23.309121956746193, \"deceased_daily\": \"\", \"deceased\": 15498, \"positive_100k\": 173.43322295265392, \"positive_daily\": \"\", \"positive\": 115314, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 44}, {\"index\": 13374, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 24.207014962822942, \"deceased_daily\": \"\", \"deceased\": 16095, \"positive_100k\": 182.24370407425795, \"positive_daily\": \"\", \"positive\": 121172, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 45}, {\"index\": 13375, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 24.89133877817457, \"deceased_daily\": \"\", \"deceased\": 16550, \"positive_100k\": 189.28847935141624, \"positive_daily\": \"\", \"positive\": 125856, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 46}, {\"index\": 13376, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United Kingdom\", \"country\": \"GBR\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 26.13665772127599, \"deceased_daily\": \"\", \"deceased\": 17378, \"positive_100k\": 195.77977954275167, \"positive_daily\": \"\", \"positive\": 130172, \"region_iso\": \"GBR\", \"region_label\": \"United Kingdom\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 54.12387156, \"Longitude\": -2.86563164, \"Geo Region\": \"Europe\", \"sinceDay0\": 47}, {\"index\": 12963, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0021395772538901287, \"deceased_daily\": \"\", \"deceased\": 7, \"positive_100k\": 0.03606715942271932, \"positive_daily\": \"\", \"positive\": 118, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 0}, {\"index\": 12964, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0033621928275416315, \"deceased_daily\": \"\", \"deceased\": 11, \"positive_100k\": 0.04554243011851846, \"positive_daily\": \"\", \"positive\": 149, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 1}, {\"index\": 12965, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0036678467209545064, \"deceased_daily\": \"\", \"deceased\": 12, \"positive_100k\": 0.066326894870594, \"positive_daily\": \"\", \"positive\": 217, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 2}, {\"index\": 12966, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.004279154507780257, \"deceased_daily\": \"\", \"deceased\": 14, \"positive_100k\": 0.0800813200741734, \"positive_daily\": \"\", \"positive\": 262, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 3}, {\"index\": 12967, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.005196116188018885, \"deceased_daily\": \"\", \"deceased\": 17, \"positive_100k\": 0.12287286515197599, \"positive_daily\": \"\", \"positive\": 402, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 4}, {\"index\": 12968, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.006418731761670387, \"deceased_daily\": \"\", \"deceased\": 21, \"positive_100k\": 0.15832871678786953, \"positive_daily\": \"\", \"positive\": 518, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 5}, {\"index\": 12969, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.006724385655083263, \"deceased_daily\": \"\", \"deceased\": 22, \"positive_100k\": 0.17819621985970646, \"positive_daily\": \"\", \"positive\": 583, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 6}, {\"index\": 12970, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.008558309015560515, \"deceased_daily\": \"\", \"deceased\": 28, \"positive_100k\": 0.2931220837829477, \"positive_daily\": \"\", \"positive\": 959, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 7}, {\"index\": 12971, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.01100354016286352, \"deceased_daily\": \"\", \"deceased\": 36, \"positive_100k\": 0.3915426374618936, \"positive_daily\": \"\", \"positive\": 1281, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 8}, {\"index\": 12972, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.012226155736515023, \"deceased_daily\": \"\", \"deceased\": 40, \"positive_100k\": 0.508302424745612, \"positive_daily\": \"\", \"positive\": 1663, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 9}, {\"index\": 12973, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.01436573299040515, \"deceased_daily\": \"\", \"deceased\": 47, \"positive_100k\": 0.6660198337466559, \"positive_daily\": \"\", \"positive\": 2179, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 10}, {\"index\": 12974, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.01650531024429528, \"deceased_daily\": \"\", \"deceased\": 54, \"positive_100k\": 0.8335181673369116, \"positive_daily\": \"\", \"positive\": 2727, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 11}, {\"index\": 12975, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.01925619528501116, \"deceased_daily\": \"\", \"deceased\": 63, \"positive_100k\": 1.0694829730516515, \"positive_daily\": \"\", \"positive\": 3499, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 12}, {\"index\": 12976, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.025980580940094426, \"deceased_daily\": \"\", \"deceased\": 85, \"positive_100k\": 1.4157888342884397, \"positive_daily\": \"\", \"positive\": 4632, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 13}, {\"index\": 12977, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.03301062048859056, \"deceased_daily\": \"\", \"deceased\": 108, \"positive_100k\": 1.962603649604074, \"positive_daily\": \"\", \"positive\": 6421, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 14}, {\"index\": 12978, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.03606715942271932, \"deceased_daily\": \"\", \"deceased\": 118, \"positive_100k\": 2.3789042524324104, \"positive_daily\": \"\", \"positive\": 7783, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 15}, {\"index\": 12979, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.06113077868257511, \"deceased_daily\": \"\", \"deceased\": 200, \"positive_100k\": 4.201824072746801, \"positive_daily\": \"\", \"positive\": 13747, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 16}, {\"index\": 12980, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.07457954999274163, \"deceased_daily\": \"\", \"deceased\": 244, \"positive_100k\": 5.890867487746351, \"positive_daily\": \"\", \"positive\": 19273, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 17}, {\"index\": 12981, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.09383574527775279, \"deceased_daily\": \"\", \"deceased\": 307, \"positive_100k\": 7.824739671369614, \"positive_daily\": \"\", \"positive\": 25600, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 18}, {\"index\": 12982, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.12745767355316912, \"deceased_daily\": \"\", \"deceased\": 417, \"positive_100k\": 10.170938957206848, \"positive_daily\": \"\", \"positive\": 33276, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 19}, {\"index\": 12983, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.17024921863097167, \"deceased_daily\": \"\", \"deceased\": 557, \"positive_100k\": 13.400783648900703, \"positive_daily\": \"\", \"positive\": 43843, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 20}, {\"index\": 12984, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.21579164874949014, \"deceased_daily\": \"\", \"deceased\": 706, \"positive_100k\": 16.424617616434283, \"positive_daily\": \"\", \"positive\": 53736, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 21}, {\"index\": 12985, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.2879259675949288, \"deceased_daily\": \"\", \"deceased\": 942, \"positive_100k\": 20.10530180091213, \"positive_daily\": \"\", \"positive\": 65778, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 22}, {\"index\": 12986, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.36953555713616654, \"deceased_daily\": \"\", \"deceased\": 1209, \"positive_100k\": 25.624799808161836, \"positive_daily\": \"\", \"positive\": 83836, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 23}, {\"index\": 12987, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.4832388054857563, \"deceased_daily\": \"\", \"deceased\": 1581, \"positive_100k\": 31.07185784267269, \"positive_daily\": \"\", \"positive\": 101657, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 24}, {\"index\": 12988, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.6192547880544859, \"deceased_daily\": \"\", \"deceased\": 2026, \"positive_100k\": 37.12625016339493, \"positive_daily\": \"\", \"positive\": 121465, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 25}, {\"index\": 12989, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.754048155049564, \"deceased_daily\": \"\", \"deceased\": 2467, \"positive_100k\": 43.06938446691488, \"positive_daily\": \"\", \"positive\": 140909, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 26}, {\"index\": 12990, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.9102372945835434, \"deceased_daily\": \"\", \"deceased\": 2978, \"positive_100k\": 49.46427522489906, \"positive_daily\": \"\", \"positive\": 161831, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 27}, {\"index\": 12991, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.183797529188067, \"deceased_daily\": \"\", \"deceased\": 3873, \"positive_100k\": 57.515504431287624, \"positive_daily\": \"\", \"positive\": 188172, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 28}, {\"index\": 12992, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.453995570965049, \"deceased_daily\": \"\", \"deceased\": 4757, \"positive_100k\": 65.21798254529209, \"positive_daily\": \"\", \"positive\": 213372, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 29}, {\"index\": 12993, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.8113049723647006, \"deceased_daily\": \"\", \"deceased\": 5926, \"positive_100k\": 74.50680436610938, \"positive_daily\": \"\", \"positive\": 243762, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 30}, {\"index\": 12994, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.166169142617049, \"deceased_daily\": \"\", \"deceased\": 7087, \"positive_100k\": 84.23393387008072, \"positive_daily\": \"\", \"positive\": 275586, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 31}, {\"index\": 12995, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.5696322819220447, \"deceased_daily\": \"\", \"deceased\": 8407, \"positive_100k\": 94.40212194224685, \"positive_daily\": \"\", \"positive\": 308853, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 32}, {\"index\": 12996, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.94008480073845, \"deceased_daily\": \"\", \"deceased\": 9619, \"positive_100k\": 103.02736916046479, \"positive_daily\": \"\", \"positive\": 337072, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 33}, {\"index\": 12997, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.2958659326710373, \"deceased_daily\": \"\", \"deceased\": 10783, \"positive_100k\": 112.07319613601885, \"positive_daily\": \"\", \"positive\": 366667, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 34}, {\"index\": 12998, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.91053591232433, \"deceased_daily\": \"\", \"deceased\": 12794, \"positive_100k\": 121.4989509010851, \"positive_daily\": \"\", \"positive\": 397505, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 35}, {\"index\": 12999, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.491583963702206, \"deceased_daily\": \"\", \"deceased\": 14695, \"positive_100k\": 131.1414142765811, \"positive_daily\": \"\", \"positive\": 429052, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 36}, {\"index\": 13000, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.056738012622613, \"deceased_daily\": \"\", \"deceased\": 16544, \"positive_100k\": 141.45050879361057, \"positive_daily\": \"\", \"positive\": 462780, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 37}, {\"index\": 13001, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 5.680883262971705, \"deceased_daily\": \"\", \"deceased\": 18586, \"positive_100k\": 151.76785596576215, \"positive_daily\": \"\", \"positive\": 496535, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 38}, {\"index\": 13002, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 6.25428996701426, \"deceased_daily\": \"\", \"deceased\": 20462, \"positive_100k\": 160.89498687696403, \"positive_daily\": \"\", \"positive\": 526396, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 39}, {\"index\": 13003, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 6.730193079058107, \"deceased_daily\": \"\", \"deceased\": 22019, \"positive_100k\": 169.73358051278416, \"positive_daily\": \"\", \"positive\": 555313, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 40}, {\"index\": 13004, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 7.191424804218136, \"deceased_daily\": \"\", \"deceased\": 23528, \"positive_100k\": 177.46845793949038, \"positive_daily\": \"\", \"positive\": 580619, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 41}, {\"index\": 13005, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 7.895345720747988, \"deceased_daily\": \"\", \"deceased\": 25831, \"positive_100k\": 185.7367014102021, \"positive_daily\": \"\", \"positive\": 607670, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 42}, {\"index\": 13006, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 8.6576465309197, \"deceased_daily\": \"\", \"deceased\": 28325, \"positive_100k\": 194.50285507328337, \"positive_daily\": \"\", \"positive\": 636350, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 43}, {\"index\": 13007, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 10.060903555578212, \"deceased_daily\": \"\", \"deceased\": 32916, \"positive_100k\": 204.05209401128843, \"positive_daily\": \"\", \"positive\": 667592, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 44}, {\"index\": 13008, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 11.239810622471673, \"deceased_daily\": \"\", \"deceased\": 36773, \"positive_100k\": 213.86786314434949, \"positive_daily\": \"\", \"positive\": 699706, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 45}, {\"index\": 13009, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 11.817802134915421, \"deceased_daily\": \"\", \"deceased\": 38664, \"positive_100k\": 223.79886379522725, \"positive_daily\": \"\", \"positive\": 732197, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 46}, {\"index\": 13010, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 12.428192960060933, \"deceased_daily\": \"\", \"deceased\": 40661, \"positive_100k\": 232.01759133520605, \"positive_daily\": \"\", \"positive\": 759086, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 47}, {\"index\": 13011, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.866194989321583, \"deceased_daily\": \"\", \"deceased\": 42094, \"positive_100k\": 239.73229560494704, \"positive_daily\": \"\", \"positive\": 784326, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 48}, {\"index\": 13012, \"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"United States\", \"country\": \"USA\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 13.707048850100405, \"deceased_daily\": \"\", \"deceased\": 44845, \"positive_100k\": 251.7933982390191, \"positive_daily\": \"\", \"positive\": 823786, \"region_iso\": \"USA\", \"region_label\": \"United States\", \"tested_100k\": null, \"tested\": null, \"Latitude\": 45.6795472, \"Longitude\": -112.4616737, \"Geo Region\": \"Americas\", \"sinceDay0\": 49}]}}, {\"mode\": \"vega-lite\"});\n", "</script>" ], "text/plain": [ @@ -942,21 +942,21 @@ "version": "3.7.3" }, "papermill": { - "duration": 7.028818, - "end_time": "2020-04-21T22:12:50.101061", + "duration": 6.790708, + "end_time": "2020-04-22T07:32:31.956107", "environment_variables": {}, "exception": null, - "input_path": "/tmp/copq19iw/notebooks/Dashboard.ipynb", + "input_path": "/tmp/zu9b4exj/notebooks/Dashboard.ipynb", "output_path": "runs/Dashboard.run.ipynb", "parameters": { - "PAPERMILL_INPUT_PATH": "/tmp/copq19iw/notebooks/Dashboard.ipynb", + "PAPERMILL_INPUT_PATH": "/tmp/zu9b4exj/notebooks/Dashboard.ipynb", "PAPERMILL_OUTPUT_PATH": "runs/Dashboard.run.ipynb", - "atlas_path": "/tmp/copq19iw/data/atlas", - "geodata_path": "/tmp/copq19iw/data/geodata/geo_data.csv", - "rates_folder": "/tmp/copq19iw/data/covid-19_rates", - "ts_folder": "/tmp/copq19iw/data/covid-19_jhu-csse" + "atlas_path": "/tmp/zu9b4exj/data/atlas", + "geodata_path": "/tmp/zu9b4exj/data/geodata/geo_data.csv", + "rates_folder": "/tmp/zu9b4exj/data/covid-19_rates", + "ts_folder": "/tmp/zu9b4exj/data/covid-19_jhu-csse" }, - "start_time": "2020-04-21T22:12:43.072243", + "start_time": "2020-04-22T07:32:25.165399", "version": "1.1.0" } }, diff --git a/runs/covidtracking.run.ipynb b/runs/covidtracking.run.ipynb index bc638f92e..b02df050b 100644 --- a/runs/covidtracking.run.ipynb +++ b/runs/covidtracking.run.ipynb @@ -5,10 +5,10 @@ "execution_count": 1, "metadata": { "papermill": { - "duration": 0.52768, - "end_time": "2020-04-21T22:13:00.130638", + "duration": 0.512345, + "end_time": "2020-04-22T07:32:34.462018", "exception": false, - "start_time": "2020-04-21T22:12:59.602958", + "start_time": "2020-04-22T07:32:33.949673", "status": "completed" }, "tags": [] @@ -29,10 +29,10 @@ "execution_count": 2, "metadata": { "papermill": { - "duration": 0.024514, - "end_time": "2020-04-21T22:13:00.171735", + "duration": 0.029241, + "end_time": "2020-04-22T07:32:34.512422", "exception": false, - "start_time": "2020-04-21T22:13:00.147221", + "start_time": "2020-04-22T07:32:34.483181", "status": "completed" }, "tags": [] @@ -53,10 +53,10 @@ "execution_count": 3, "metadata": { "papermill": { - "duration": 0.02212, - "end_time": "2020-04-21T22:13:00.206938", + "duration": 0.027844, + "end_time": "2020-04-22T07:32:34.552208", "exception": false, - "start_time": "2020-04-21T22:13:00.184818", + "start_time": "2020-04-22T07:32:34.524364", "status": "completed" }, "tags": [ @@ -74,10 +74,10 @@ "execution_count": 4, "metadata": { "papermill": { - "duration": 0.023076, - "end_time": "2020-04-21T22:13:00.242580", + "duration": 0.028541, + "end_time": "2020-04-22T07:32:34.605086", "exception": false, - "start_time": "2020-04-21T22:13:00.219504", + "start_time": "2020-04-22T07:32:34.576545", "status": "completed" }, "tags": [ @@ -87,8 +87,8 @@ "outputs": [], "source": [ "# Parameters\n", - "data_path = \"/tmp/umwlsg3p/data/covidtracking\"\n", - "atlas_path = \"/tmp/umwlsg3p/data/atlas\"\n" + "data_path = \"/tmp/vubbl1be/data/covidtracking\"\n", + "atlas_path = \"/tmp/vubbl1be/data/atlas\"\n" ] }, { @@ -96,10 +96,10 @@ "execution_count": 5, "metadata": { "papermill": { - "duration": 0.24206, - "end_time": "2020-04-21T22:13:00.497544", + "duration": 0.206317, + "end_time": "2020-04-22T07:32:34.830104", "exception": false, - "start_time": "2020-04-21T22:13:00.255484", + "start_time": "2020-04-22T07:32:34.623787", "status": "completed" }, "tags": [] @@ -119,10 +119,10 @@ "execution_count": 6, "metadata": { "papermill": { - "duration": 0.123695, - "end_time": "2020-04-21T22:13:00.638030", + "duration": 0.124504, + "end_time": "2020-04-22T07:32:34.975484", "exception": false, - "start_time": "2020-04-21T22:13:00.514335", + "start_time": "2020-04-22T07:32:34.850980", "status": "completed" }, "tags": [] @@ -151,10 +151,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.012871, - "end_time": "2020-04-21T22:13:00.668428", + "duration": 0.011186, + "end_time": "2020-04-22T07:32:35.001577", "exception": false, - "start_time": "2020-04-21T22:13:00.655557", + "start_time": "2020-04-22T07:32:34.990391", "status": "completed" }, "tags": [] @@ -169,10 +169,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.0112, - "end_time": "2020-04-21T22:13:00.691000", + "duration": 0.009001, + "end_time": "2020-04-22T07:32:35.019598", "exception": false, - "start_time": "2020-04-21T22:13:00.679800", + "start_time": "2020-04-22T07:32:35.010597", "status": "completed" }, "tags": [] @@ -186,10 +186,10 @@ "execution_count": 7, "metadata": { "papermill": { - "duration": 0.642213, - "end_time": "2020-04-21T22:13:01.344396", + "duration": 0.60841, + "end_time": "2020-04-22T07:32:35.637139", "exception": false, - "start_time": "2020-04-21T22:13:00.702183", + "start_time": "2020-04-22T07:32:35.028729", "status": "completed" }, "tags": [] @@ -199,10 +199,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-8c2e9fb05a2a470898e63c4f75f1a04b\"></div>\n", + "<div id=\"altair-viz-e69706d38fab4737a7580d52c67ac278\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-8c2e9fb05a2a470898e63c4f75f1a04b\");\n", + " const outputDiv = document.getElementById(\"altair-viz-e69706d38fab4737a7580d52c67ac278\");\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", @@ -391,10 +391,10 @@ "execution_count": 8, "metadata": { "papermill": { - "duration": 0.682428, - "end_time": "2020-04-21T22:13:02.055636", + "duration": 0.611287, + "end_time": "2020-04-22T07:32:36.272193", "exception": false, - "start_time": "2020-04-21T22:13:01.373208", + "start_time": "2020-04-22T07:32:35.660906", "status": "completed" }, "tags": [] @@ -404,10 +404,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-071a3279a6954df2a397fad5a3cfe193\"></div>\n", + "<div id=\"altair-viz-88685f8959524d5987e0bf0451b80ba6\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-071a3279a6954df2a397fad5a3cfe193\");\n", + " const outputDiv = document.getElementById(\"altair-viz-88685f8959524d5987e0bf0451b80ba6\");\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", @@ -593,10 +593,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.04366, - "end_time": "2020-04-21T22:13:02.142936", + "duration": 0.044476, + "end_time": "2020-04-22T07:32:36.361376", "exception": false, - "start_time": "2020-04-21T22:13:02.099276", + "start_time": "2020-04-22T07:32:36.316900", "status": "completed" }, "tags": [] @@ -612,10 +612,10 @@ "execution_count": 9, "metadata": { "papermill": { - "duration": 0.117486, - "end_time": "2020-04-21T22:13:02.303057", + "duration": 0.125609, + "end_time": "2020-04-22T07:32:36.530687", "exception": false, - "start_time": "2020-04-21T22:13:02.185571", + "start_time": "2020-04-22T07:32:36.405078", "status": "completed" }, "tags": [] @@ -625,10 +625,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-d8762b0d21d744e4a3074c88b93b842f\"></div>\n", + "<div id=\"altair-viz-798ae1ff59e1470487522aa3b777b152\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-d8762b0d21d744e4a3074c88b93b842f\");\n", + " const outputDiv = document.getElementById(\"altair-viz-798ae1ff59e1470487522aa3b777b152\");\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", @@ -727,10 +727,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.045316, - "end_time": "2020-04-21T22:13:02.398267", + "duration": 0.045136, + "end_time": "2020-04-22T07:32:36.629293", "exception": false, - "start_time": "2020-04-21T22:13:02.352951", + "start_time": "2020-04-22T07:32:36.584157", "status": "completed" }, "tags": [] @@ -744,10 +744,10 @@ "execution_count": 10, "metadata": { "papermill": { - "duration": 0.063581, - "end_time": "2020-04-21T22:13:02.506935", + "duration": 0.070626, + "end_time": "2020-04-22T07:32:36.745050", "exception": false, - "start_time": "2020-04-21T22:13:02.443354", + "start_time": "2020-04-22T07:32:36.674424", "status": "completed" }, "tags": [] @@ -774,10 +774,10 @@ "execution_count": 11, "metadata": { "papermill": { - "duration": 0.118624, - "end_time": "2020-04-21T22:13:02.676106", + "duration": 0.120999, + "end_time": "2020-04-22T07:32:36.923238", "exception": false, - "start_time": "2020-04-21T22:13:02.557482", + "start_time": "2020-04-22T07:32:36.802239", "status": "completed" }, "tags": [] @@ -787,10 +787,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-98abce52c9ab4ea592d927f1fa6aa637\"></div>\n", + "<div id=\"altair-viz-3d27195cd71140f8b1024725d067c65d\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-98abce52c9ab4ea592d927f1fa6aa637\");\n", + " const outputDiv = document.getElementById(\"altair-viz-3d27195cd71140f8b1024725d067c65d\");\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", @@ -873,10 +873,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.046531, - "end_time": "2020-04-21T22:13:02.780365", + "duration": 0.046887, + "end_time": "2020-04-22T07:32:37.026132", "exception": false, - "start_time": "2020-04-21T22:13:02.733834", + "start_time": "2020-04-22T07:32:36.979245", "status": "completed" }, "tags": [] @@ -892,10 +892,10 @@ "execution_count": 12, "metadata": { "papermill": { - "duration": 0.271299, - "end_time": "2020-04-21T22:13:03.099731", + "duration": 0.238746, + "end_time": "2020-04-22T07:32:37.311840", "exception": false, - "start_time": "2020-04-21T22:13:02.828432", + "start_time": "2020-04-22T07:32:37.073094", "status": "completed" }, "tags": [] @@ -905,10 +905,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-5eb76dffd66c4cc2aaa56ac7076ef798\"></div>\n", + "<div id=\"altair-viz-8fe21adcea4442e38f315e70201dcc5e\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-5eb76dffd66c4cc2aaa56ac7076ef798\");\n", + " const outputDiv = document.getElementById(\"altair-viz-8fe21adcea4442e38f315e70201dcc5e\");\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", @@ -1005,10 +1005,10 @@ "execution_count": null, "metadata": { "papermill": { - "duration": 0.04867, - "end_time": "2020-04-21T22:13:03.201003", + "duration": 0.05451, + "end_time": "2020-04-22T07:32:37.420296", "exception": false, - "start_time": "2020-04-21T22:13:03.152333", + "start_time": "2020-04-22T07:32:37.365786", "status": "completed" }, "tags": [] @@ -1037,17 +1037,17 @@ "version": "3.7.3" }, "papermill": { - "duration": 4.795927, - "end_time": "2020-04-21T22:13:03.561762", + "duration": 4.780819, + "end_time": "2020-04-22T07:32:37.890672", "environment_variables": {}, "exception": null, - "input_path": "/tmp/umwlsg3p/notebooks/covidtracking.ipynb", + "input_path": "/tmp/vubbl1be/notebooks/covidtracking.ipynb", "output_path": "runs/covidtracking.run.ipynb", "parameters": { - "atlas_path": "/tmp/umwlsg3p/data/atlas", - "data_path": "/tmp/umwlsg3p/data/covidtracking" + "atlas_path": "/tmp/vubbl1be/data/atlas", + "data_path": "/tmp/vubbl1be/data/covidtracking" }, - "start_time": "2020-04-21T22:12:58.765835", + "start_time": "2020-04-22T07:32:33.109853", "version": "1.1.0" } }, diff --git a/runs/openzh-covid-19.run.ipynb b/runs/openzh-covid-19.run.ipynb index a587dabf5..080c6a3bc 100644 --- a/runs/openzh-covid-19.run.ipynb +++ b/runs/openzh-covid-19.run.ipynb @@ -8,10 +8,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.044248, - "end_time": "2020-04-21T22:13:05.531696", + "duration": 0.051197, + "end_time": "2020-04-22T07:32:20.759099", "exception": false, - "start_time": "2020-04-21T22:13:05.487448", + "start_time": "2020-04-22T07:32:20.707902", "status": "completed" }, "tags": [] @@ -30,10 +30,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.494274, - "end_time": "2020-04-21T22:13:06.038941", + "duration": 0.548064, + "end_time": "2020-04-22T07:32:21.324908", "exception": false, - "start_time": "2020-04-21T22:13:05.544667", + "start_time": "2020-04-22T07:32:20.776844", "status": "completed" }, "tags": [] @@ -58,10 +58,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.03732, - "end_time": "2020-04-21T22:13:06.090199", + "duration": 0.048271, + "end_time": "2020-04-22T07:32:21.381594", "exception": false, - "start_time": "2020-04-21T22:13:06.052879", + "start_time": "2020-04-22T07:32:21.333323", "status": "completed" }, "tags": [ @@ -83,10 +83,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.037756, - "end_time": "2020-04-21T22:13:06.139500", + "duration": 0.054692, + "end_time": "2020-04-22T07:32:21.455602", "exception": false, - "start_time": "2020-04-21T22:13:06.101744", + "start_time": "2020-04-22T07:32:21.400910", "status": "completed" }, "tags": [ @@ -97,9 +97,9 @@ "source": [ "# Parameters\n", "save_figures = True\n", - "data_path = \"/tmp/6bc545f8/data/openzh-covid-19\"\n", + "data_path = \"/tmp/aaed77gl/data/openzh-covid-19\"\n", "figures_path = \"figures\"\n", - "atlas_path = \"/tmp/6bc545f8/data/atlas\"\n" + "atlas_path = \"/tmp/aaed77gl/data/atlas\"\n" ] }, { @@ -110,10 +110,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.043432, - "end_time": "2020-04-21T22:13:06.193503", + "duration": 0.049538, + "end_time": "2020-04-22T07:32:21.522682", "exception": false, - "start_time": "2020-04-21T22:13:06.150071", + "start_time": "2020-04-22T07:32:21.473144", "status": "completed" }, "tags": [] @@ -134,10 +134,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.008789, - "end_time": "2020-04-21T22:13:06.216406", + "duration": 0.009973, + "end_time": "2020-04-22T07:32:21.551169", "exception": false, - "start_time": "2020-04-21T22:13:06.207617", + "start_time": "2020-04-22T07:32:21.541196", "status": "completed" }, "tags": [] @@ -158,10 +158,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.768049, - "end_time": "2020-04-21T22:13:06.993188", + "duration": 1.04189, + "end_time": "2020-04-22T07:32:22.601301", "exception": false, - "start_time": "2020-04-21T22:13:06.225139", + "start_time": "2020-04-22T07:32:21.559411", "status": "completed" }, "tags": [] @@ -178,10 +178,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.009252, - "end_time": "2020-04-21T22:13:07.015491", + "duration": 0.008985, + "end_time": "2020-04-22T07:32:22.630070", "exception": false, - "start_time": "2020-04-21T22:13:07.006239", + "start_time": "2020-04-22T07:32:22.621085", "status": "completed" }, "tags": [] @@ -198,10 +198,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.300679, - "end_time": "2020-04-21T22:13:07.325030", + "duration": 0.314459, + "end_time": "2020-04-22T07:32:22.952367", "exception": false, - "start_time": "2020-04-21T22:13:07.024351", + "start_time": "2020-04-22T07:32:22.637908", "status": "completed" }, "tags": [] @@ -211,10 +211,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-0f32a015791647698d38eead8b5cf82c\"></div>\n", + "<div id=\"altair-viz-ef16ffa10ea241c68e02436340736831\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-0f32a015791647698d38eead8b5cf82c\");\n", + " const outputDiv = document.getElementById(\"altair-viz-ef16ffa10ea241c68e02436340736831\");\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", @@ -255,7 +255,7 @@ " .catch(showError)\n", " .then(() => displayChart(vegaEmbed));\n", " }\n", - " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}, \"title\": {\"anchor\": \"middle\"}}, \"hconcat\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"canton\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector001\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"canton\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"positive\", \"title\": \"Cases\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Cases\"}}, \"selection\": {\"selector001\": {\"type\": \"multi\", \"fields\": [\"canton\"], \"bind\": \"legend\"}}}, {\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"canton\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector002\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"canton\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Cases per 100k population\"}}, \"selection\": {\"selector002\": {\"type\": \"multi\", \"fields\": [\"canton\"], \"bind\": \"legend\"}}}], \"data\": {\"name\": \"data-521cb62a9739a599e93d07ad1d9c48e2\"}, \"title\": \"Covid-19 cases in Switzerland by Canton\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-521cb62a9739a599e93d07ad1d9c48e2\": [{\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.2907357067058191, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.2907357067058191, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5814714134116382, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.8722071201174572, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.8722071201174572, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.1629428268232764, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.4536785335290954, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.7444142402349143, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.0351499469407335, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.4888284804698286, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.942507013998925, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.396185547528019, \"positive_daily\": \"\", \"positive\": 22.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 8.722071201174574, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 15.408992455408411, \"positive_daily\": \"\", \"positive\": 53.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.2907357067058191, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 22.09591370964225, \"positive_daily\": \"\", \"positive\": 76.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.2907357067058191, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 28.49209925717027, \"positive_daily\": \"\", \"positive\": 98.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.5814714134116382, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 33.72534197787501, \"positive_daily\": \"\", \"positive\": 116.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.8722071201174572, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 50.297277260106696, \"positive_daily\": \"\", \"positive\": 173.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.8722071201174572, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 65.41553400880929, \"positive_daily\": \"\", \"positive\": 225.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.1629428268232764, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 90.41880478550974, \"positive_daily\": \"\", \"positive\": 311.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.7444142402349143, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 100.59455452021339, \"positive_daily\": \"\", \"positive\": 346.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.0351499469407335, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 125.88856100361967, \"positive_daily\": \"\", \"positive\": 433.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 2.9073570670581907, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 142.46049628585135, \"positive_daily\": \"\", \"positive\": 490.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 3.4888284804698286, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 153.21771743396664, \"positive_daily\": \"\", \"positive\": 527.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.7795641871756476, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 176.18583826372634, \"positive_daily\": \"\", \"positive\": 606.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 4.070299893881467, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 189.26894506548823, \"positive_daily\": \"\", \"positive\": 651.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 4.361035600587287, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 207.87603029466064, \"positive_daily\": \"\", \"positive\": 715.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 5.8147141341163815, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 234.91445101830183, \"positive_daily\": \"\", \"positive\": 808.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 6.1054498408222, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 262.2436074486488, \"positive_daily\": \"\", \"positive\": 902.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 6.1054498408222, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 280.26922126440957, \"positive_daily\": \"\", \"positive\": 964.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 7.559128374351295, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 290.7357067058191, \"positive_daily\": \"\", \"positive\": 1000.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 10.175749734703668, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 315.4482417758137, \"positive_daily\": \"\", \"positive\": 1085.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 10.757221148115306, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 332.89238417816284, \"positive_daily\": \"\", \"positive\": 1145.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 11.629428268232763, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 354.11609076768764, \"positive_daily\": \"\", \"positive\": 1218.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 13.08310680176186, \"deceased_daily\": \"\", \"deceased\": 45.0, \"positive_100k\": 370.10655463650767, \"positive_daily\": \"\", \"positive\": 1273.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 14.827521041996773, \"deceased_daily\": \"\", \"deceased\": 51.0, \"positive_100k\": 383.48039714497537, \"positive_daily\": \"\", \"positive\": 1319.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 15.408992455408411, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 394.23761829309063, \"positive_daily\": \"\", \"positive\": 1356.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 16.281199575525868, \"deceased_daily\": \"\", \"deceased\": 56.0, \"positive_100k\": 407.02998938814676, \"positive_daily\": \"\", \"positive\": 1400.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 17.734878109054964, \"deceased_daily\": \"\", \"deceased\": 61.0, \"positive_100k\": 417.4964748295562, \"positive_daily\": \"\", \"positive\": 1436.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 19.7700280559957, \"deceased_daily\": \"\", \"deceased\": 68.0, \"positive_100k\": 431.4517887514355, \"positive_daily\": \"\", \"positive\": 1484.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 21.223706589524795, \"deceased_daily\": \"\", \"deceased\": 73.0, \"positive_100k\": 443.37195272637405, \"positive_daily\": \"\", \"positive\": 1525.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 21.805178002936433, \"deceased_daily\": \"\", \"deceased\": 75.0, \"positive_100k\": 455.0013809946069, \"positive_daily\": \"\", \"positive\": 1565.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 23.840327949877164, \"deceased_daily\": \"\", \"deceased\": 82.0, \"positive_100k\": 462.851245075664, \"positive_daily\": \"\", \"positive\": 1592.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 25.003270776700443, \"deceased_daily\": \"\", \"deceased\": 86.0, \"positive_100k\": 469.82890203660367, \"positive_daily\": \"\", \"positive\": 1616.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 25.584742190112078, \"deceased_daily\": \"\", \"deceased\": 88.0, \"positive_100k\": 477.38803041095497, \"positive_daily\": \"\", \"positive\": 1642.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 26.16621360352372, \"deceased_daily\": \"\", \"deceased\": 90.0, \"positive_100k\": 483.7842159584829, \"positive_daily\": \"\", \"positive\": 1664.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 27.329156430346995, \"deceased_daily\": \"\", \"deceased\": 94.0, \"positive_100k\": 489.0174586791877, \"positive_daily\": \"\", \"positive\": 1682.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 27.329156430346995, \"deceased_daily\": \"\", \"deceased\": 94.0, \"positive_100k\": 496.28585134683317, \"positive_daily\": \"\", \"positive\": 1707.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 27.91062784375863, \"deceased_daily\": \"\", \"deceased\": 96.0, \"positive_100k\": 502.97277260106705, \"positive_daily\": \"\", \"positive\": 1730.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 28.201363550464453, \"deceased_daily\": \"\", \"deceased\": 97.0, \"positive_100k\": 507.3338082016543, \"positive_daily\": \"\", \"positive\": 1745.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 29.945777790699363, \"deceased_daily\": \"\", \"deceased\": 103.0, \"positive_100k\": 510.2411652687125, \"positive_daily\": \"\", \"positive\": 1755.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 31.399456324228456, \"deceased_daily\": \"\", \"deceased\": 108.0, \"positive_100k\": 514.8929365760056, \"positive_daily\": \"\", \"positive\": 1771.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 32.562399151051736, \"deceased_daily\": \"\", \"deceased\": 112.0, \"positive_100k\": 516.0558794028289, \"positive_daily\": \"\", \"positive\": 1775.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.5040856139006649, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 58.473931212477126, \"positive_daily\": \"\", \"positive\": 116.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.5040856139006649, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 73.0924140155964, \"positive_daily\": \"\", \"positive\": 145.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.5122568417019946, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 107.37023576084161, \"positive_daily\": \"\", \"positive\": 213.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.5122568417019946, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 120.4764617222589, \"positive_daily\": \"\", \"positive\": 239.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 3.024513683403989, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 134.08677329757685, \"positive_daily\": \"\", \"positive\": 266.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.024513683403989, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 139.12762943658353, \"positive_daily\": \"\", \"positive\": 276.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 3.024513683403989, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 162.3155676760141, \"positive_daily\": \"\", \"positive\": 322.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 4.536770525105983, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 188.023933984948, \"positive_daily\": \"\", \"positive\": 373.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 4.536770525105983, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 206.17101608537192, \"positive_daily\": \"\", \"positive\": 409.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 6.049027366807978, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 250.53055010863045, \"positive_daily\": \"\", \"positive\": 497.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 9.577626664112634, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 258.59591993104107, \"positive_daily\": \"\", \"positive\": 513.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 10.585797891913963, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 262.62860484224643, \"positive_daily\": \"\", \"positive\": 521.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 11.593969119715293, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 286.82471430947834, \"positive_daily\": \"\", \"positive\": 569.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 13.610311575317953, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 301.4431971125976, \"positive_daily\": \"\", \"positive\": 598.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 15.122568417019947, \"deceased_daily\": \"\", \"deceased\": 30.0, \"positive_100k\": 325.6393065798295, \"positive_daily\": \"\", \"positive\": 646.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 15.62665403092061, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 331.18424833273684, \"positive_daily\": \"\", \"positive\": 657.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 17.138910872622606, \"deceased_daily\": \"\", \"deceased\": 34.0, \"positive_100k\": 336.7291900856442, \"positive_daily\": \"\", \"positive\": 668.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 342.77821745245217, \"positive_daily\": \"\", \"positive\": 680.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 354.87627218606804, \"positive_daily\": \"\", \"positive\": 704.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 360.42121393897537, \"positive_daily\": \"\", \"positive\": 715.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 366.974326919684, \"positive_daily\": \"\", \"positive\": 728.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 368.9906693752867, \"positive_daily\": \"\", \"positive\": 732.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 370.50292621698867, \"positive_daily\": \"\", \"positive\": 735.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 18.6511677143246, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 373.023354286492, \"positive_daily\": \"\", \"positive\": 740.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 19.155253328225267, \"deceased_daily\": \"\", \"deceased\": 38.0, \"positive_100k\": 376.047867969896, \"positive_daily\": \"\", \"positive\": 746.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 19.65933894212593, \"deceased_daily\": \"\", \"deceased\": 39.0, \"positive_100k\": 379.0723816533, \"positive_daily\": \"\", \"positive\": 752.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 20.163424556026595, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 387.6418370896113, \"positive_daily\": \"\", \"positive\": 769.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 20.163424556026595, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 392.1786076147173, \"positive_daily\": \"\", \"positive\": 778.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.09662050461024736, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.19324100922049472, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.38648201844098945, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5797230276614843, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.6425485783742055, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.285097156748411, \"positive_daily\": \"\", \"positive\": 34.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.09662050461024736, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 11.884322067060427, \"positive_daily\": \"\", \"positive\": 123.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.09662050461024736, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 18.647757389777745, \"positive_daily\": \"\", \"positive\": 193.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.09662050461024736, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 27.24698230008976, \"positive_daily\": \"\", \"positive\": 282.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.19324100922049472, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 36.42593023806326, \"positive_daily\": \"\", \"positive\": 377.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.28986151383074216, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 40.3873709270834, \"positive_daily\": \"\", \"positive\": 418.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.48310252305123685, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 45.41163716681627, \"positive_daily\": \"\", \"positive\": 470.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.5797230276614843, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 51.4021084526516, \"positive_daily\": \"\", \"positive\": 532.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.5797230276614843, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 60.29119487679437, \"positive_daily\": \"\", \"positive\": 624.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.6763435322717316, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 63.76953304276327, \"positive_daily\": \"\", \"positive\": 660.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.7729640368819789, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 69.37352231015761, \"positive_daily\": \"\", \"positive\": 718.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.8695845414922264, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 74.10792703605973, \"positive_daily\": \"\", \"positive\": 767.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9662050461024737, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 77.10316267897741, \"positive_daily\": \"\", \"positive\": 798.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.256066559933216, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 79.80853680806433, \"positive_daily\": \"\", \"positive\": 826.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.5459280737639578, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 82.70715194637175, \"positive_daily\": \"\", \"positive\": 856.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.9324100922049474, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 87.82803869071486, \"positive_daily\": \"\", \"positive\": 909.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.2222716060356897, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 96.91036612407812, \"positive_daily\": \"\", \"positive\": 1003.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.512133119866432, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 103.67380144679544, \"positive_daily\": \"\", \"positive\": 1073.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.7053741290869264, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 106.86227809893359, \"positive_daily\": \"\", \"positive\": 1106.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.7053741290869264, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 109.85751374185126, \"positive_daily\": \"\", \"positive\": 1137.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.995235642917669, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 113.33585190782017, \"positive_daily\": \"\", \"positive\": 1173.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.1884766521381636, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 118.64997966138378, \"positive_daily\": \"\", \"positive\": 1228.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.5749586705791527, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 124.25396892877814, \"positive_daily\": \"\", \"positive\": 1286.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.6715791751894002, \"deceased_daily\": \"\", \"deceased\": 38.0, \"positive_100k\": 128.98837365468023, \"positive_daily\": \"\", \"positive\": 1335.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.058061193630389, \"deceased_daily\": \"\", \"deceased\": 42.0, \"positive_100k\": 132.85319383909015, \"positive_daily\": \"\", \"positive\": 1375.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.2513022028508844, \"deceased_daily\": \"\", \"deceased\": 44.0, \"positive_100k\": 137.10449604194102, \"positive_daily\": \"\", \"positive\": 1419.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.734404725902121, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 139.23014714336648, \"positive_daily\": \"\", \"positive\": 1441.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.734404725902121, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 140.67945471252017, \"positive_daily\": \"\", \"positive\": 1456.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 4.734404725902121, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 142.03214177706366, \"positive_daily\": \"\", \"positive\": 1470.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.120886744343111, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 143.86793136465835, \"positive_daily\": \"\", \"positive\": 1489.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 5.314127753563606, \"deceased_daily\": \"\", \"deceased\": 55.0, \"positive_100k\": 146.38006448452478, \"positive_daily\": \"\", \"positive\": 1515.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 6.473573808886574, \"deceased_daily\": \"\", \"deceased\": 67.0, \"positive_100k\": 150.0516436597142, \"positive_daily\": \"\", \"positive\": 1553.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 6.666814818107069, \"deceased_daily\": \"\", \"deceased\": 69.0, \"positive_100k\": 153.24012031185234, \"positive_daily\": \"\", \"positive\": 1586.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.666814818107069, \"deceased_daily\": \"\", \"deceased\": 69.0, \"positive_100k\": 154.49618687178557, \"positive_daily\": \"\", \"positive\": 1599.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 7.053296836548059, \"deceased_daily\": \"\", \"deceased\": 73.0, \"positive_100k\": 155.84887393632903, \"positive_daily\": \"\", \"positive\": 1613.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 7.439778854989048, \"deceased_daily\": \"\", \"deceased\": 77.0, \"positive_100k\": 156.71845847782126, \"positive_daily\": \"\", \"positive\": 1622.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.387736141220191, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 24.775472282440383, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 30.96934035305048, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 37.16320842366058, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 49.550944564880766, \"positive_daily\": \"\", \"positive\": 8.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 55.74481263549086, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 68.13254877671105, \"positive_daily\": \"\", \"positive\": 11.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 74.32641684732116, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 80.52028491793125, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 86.71415298854134, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 86.71415298854134, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 123.87736141220192, \"positive_daily\": \"\", \"positive\": 20.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 123.87736141220192, \"positive_daily\": \"\", \"positive\": 20.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 130.07122948281202, \"positive_daily\": \"\", \"positive\": 21.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 130.07122948281202, \"positive_daily\": \"\", \"positive\": 21.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 130.07122948281202, \"positive_daily\": \"\", \"positive\": 21.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 142.4589656240322, \"positive_daily\": \"\", \"positive\": 23.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.34706315161106716, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.082378909666403, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.082378909666403, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.205947274166007, \"positive_daily\": \"\", \"positive\": 15.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.34706315161106716, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 6.594199880610277, \"positive_daily\": \"\", \"positive\": 19.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.34706315161106716, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 6.941263032221343, \"positive_daily\": \"\", \"positive\": 20.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.34706315161106716, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 7.635389335443477, \"positive_daily\": \"\", \"positive\": 22.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 9.023641941887746, \"positive_daily\": \"\", \"positive\": 26.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 9.023641941887746, \"positive_daily\": \"\", \"positive\": 26.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 14.576652367664822, \"positive_daily\": \"\", \"positive\": 42.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 16.311968125720156, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 18.741410186997626, \"positive_daily\": \"\", \"positive\": 54.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 26.376799522441107, \"positive_daily\": \"\", \"positive\": 76.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 30.888620493384977, \"positive_daily\": \"\", \"positive\": 89.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 40.25932558688379, \"positive_daily\": \"\", \"positive\": 116.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 46.506462315883, \"positive_daily\": \"\", \"positive\": 134.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.0411894548332015, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 63.859619896436364, \"positive_daily\": \"\", \"positive\": 184.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.0411894548332015, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 97.87180875432094, \"positive_daily\": \"\", \"positive\": 282.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.0411894548332015, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 100.30125081559841, \"positive_daily\": \"\", \"positive\": 289.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.0411894548332015, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 104.81307178654227, \"positive_daily\": \"\", \"positive\": 302.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.3882526064442686, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 106.20132439298655, \"positive_daily\": \"\", \"positive\": 306.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.7353157580553358, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 118.3485346993739, \"positive_daily\": \"\", \"positive\": 341.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.7353157580553358, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 146.46064997987034, \"positive_daily\": \"\", \"positive\": 422.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.7353157580553358, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 161.7314286507573, \"positive_daily\": \"\", \"positive\": 466.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.082378909666403, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 174.2257021087557, \"positive_daily\": \"\", \"positive\": 502.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 2.082378909666403, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 177.3492704732553, \"positive_daily\": \"\", \"positive\": 511.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 2.42944206127747, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 187.06703871836518, \"positive_daily\": \"\", \"positive\": 539.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 3.4706315161106716, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 194.7024280538087, \"positive_daily\": \"\", \"positive\": 561.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 3.8176946677217387, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 204.0731331473075, \"positive_daily\": \"\", \"positive\": 588.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.164757819332806, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 211.708522482751, \"positive_daily\": \"\", \"positive\": 610.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 4.85888412255494, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 216.91446975691696, \"positive_daily\": \"\", \"positive\": 625.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 6.594199880610277, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 227.67342745686003, \"positive_daily\": \"\", \"positive\": 656.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 6.594199880610277, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 232.53231157941502, \"positive_daily\": \"\", \"positive\": 670.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 6.594199880610277, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 236.6970693987478, \"positive_daily\": \"\", \"positive\": 682.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 6.594199880610277, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 239.47357461163634, \"positive_daily\": \"\", \"positive\": 690.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 7.288326183832411, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 240.8618272180806, \"positive_daily\": \"\", \"positive\": 694.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 7.288326183832411, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 246.76190079546876, \"positive_daily\": \"\", \"positive\": 711.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 7.635389335443477, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 250.57959546319046, \"positive_daily\": \"\", \"positive\": 722.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 7.635389335443477, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 255.43847958574545, \"positive_daily\": \"\", \"positive\": 736.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 7.9824524870545455, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 256.8267321921897, \"positive_daily\": \"\", \"positive\": 740.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 8.329515638665612, \"deceased_daily\": \"\", \"deceased\": 24.0, \"positive_100k\": 259.9503005566893, \"positive_daily\": \"\", \"positive\": 749.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 262.03267946635566, \"positive_daily\": \"\", \"positive\": 755.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 266.5445004372996, \"positive_daily\": \"\", \"positive\": 768.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 271.05632140824343, \"positive_daily\": \"\", \"positive\": 781.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 275.5681423791873, \"positive_daily\": \"\", \"positive\": 794.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 276.9563949856316, \"positive_daily\": \"\", \"positive\": 798.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 278.69171074368694, \"positive_daily\": \"\", \"positive\": 803.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 279.73290019852016, \"positive_daily\": \"\", \"positive\": 806.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 9.023641941887746, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 280.7740896533533, \"positive_daily\": \"\", \"positive\": 809.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.36604024978586647, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 15.73973074079226, \"positive_daily\": \"\", \"positive\": 43.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 24.158656485867187, \"positive_daily\": \"\", \"positive\": 66.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 34.77382372965731, \"positive_daily\": \"\", \"positive\": 95.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 38.06818597773011, \"positive_daily\": \"\", \"positive\": 104.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 47.219192222376776, \"positive_daily\": \"\", \"positive\": 129.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 51.61167521980717, \"positive_daily\": \"\", \"positive\": 141.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 57.46831921638103, \"positive_daily\": \"\", \"positive\": 157.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 63.3249632129549, \"positive_daily\": \"\", \"positive\": 173.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.7320804995717329, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 69.54764745931462, \"positive_daily\": \"\", \"positive\": 190.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7320804995717329, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 71.74388895802983, \"positive_daily\": \"\", \"positive\": 196.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 79.06469395374715, \"positive_daily\": \"\", \"positive\": 216.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 83.09113670139168, \"positive_daily\": \"\", \"positive\": 227.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 86.75153919925035, \"positive_daily\": \"\", \"positive\": 237.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 91.51006244646662, \"positive_daily\": \"\", \"positive\": 250.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 94.43838444475355, \"positive_daily\": \"\", \"positive\": 258.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 95.53650519411114, \"positive_daily\": \"\", \"positive\": 261.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 96.63462594346875, \"positive_daily\": \"\", \"positive\": 264.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 101.02710894089914, \"positive_daily\": \"\", \"positive\": 276.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.8302012489293324, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 103.22335043961434, \"positive_daily\": \"\", \"positive\": 282.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.8302012489293324, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 107.61583343704474, \"positive_daily\": \"\", \"positive\": 294.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.1962414987151986, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 112.00831643447513, \"positive_daily\": \"\", \"positive\": 306.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.562281748501065, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 115.30267868254792, \"positive_daily\": \"\", \"positive\": 315.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.562281748501065, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 117.49892018126313, \"positive_daily\": \"\", \"positive\": 321.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.9283219982869317, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 118.96308118040659, \"positive_daily\": \"\", \"positive\": 325.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.9283219982869317, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 120.42724217955006, \"positive_daily\": \"\", \"positive\": 329.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.9283219982869317, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 125.55180567655219, \"positive_daily\": \"\", \"positive\": 343.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.294362248072798, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 128.11408742505324, \"positive_daily\": \"\", \"positive\": 350.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.660402497858665, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 129.21220817441085, \"positive_daily\": \"\", \"positive\": 353.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 4.026442747644531, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 129.94428867398258, \"positive_daily\": \"\", \"positive\": 355.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.026442747644531, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 129.94428867398258, \"positive_daily\": \"\", \"positive\": 355.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 4.026442747644531, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 131.40844967312606, \"positive_daily\": \"\", \"positive\": 359.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.19696787650902012, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.39393575301804024, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.954518147635302, \"positive_daily\": \"\", \"positive\": 15.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.257490195923948, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.015040467050229, \"positive_daily\": \"\", \"positive\": 61.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 16.742269503266712, \"positive_daily\": \"\", \"positive\": 85.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 19.302851897883972, \"positive_daily\": \"\", \"positive\": 98.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.19696787650902012, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 44.90867584405659, \"positive_daily\": \"\", \"positive\": 228.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.19696787650902012, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 44.90867584405659, \"positive_daily\": \"\", \"positive\": 228.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.39393575301804024, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 60.27217021176016, \"positive_daily\": \"\", \"positive\": 306.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.9848393825451006, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 66.77211013655783, \"positive_daily\": \"\", \"positive\": 339.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9848393825451006, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 71.89327492579235, \"positive_daily\": \"\", \"positive\": 365.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.9848393825451006, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 76.62050396200884, \"positive_daily\": \"\", \"positive\": 389.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.378775135563141, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 81.54470087473435, \"positive_daily\": \"\", \"positive\": 414.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.378775135563141, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 81.54470087473435, \"positive_daily\": \"\", \"positive\": 414.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.575743012072161, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 94.54458072432966, \"positive_daily\": \"\", \"positive\": 480.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.575743012072161, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 94.54458072432966, \"positive_daily\": \"\", \"positive\": 480.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.7727108885811813, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 99.27180976054615, \"positive_daily\": \"\", \"positive\": 504.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.7727108885811813, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 101.43845640214538, \"positive_daily\": \"\", \"positive\": 515.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.1666466415992214, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 104.7869103027987, \"positive_daily\": \"\", \"positive\": 532.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.5605823946172617, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 109.71110721552422, \"positive_daily\": \"\", \"positive\": 557.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.954518147635302, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 113.84743262221366, \"positive_daily\": \"\", \"positive\": 578.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.151486024144322, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 118.96859741144816, \"positive_daily\": \"\", \"positive\": 604.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 3.3484539006533423, \"deceased_daily\": \"\", \"deceased\": 17.0, \"positive_100k\": 124.48369795370073, \"positive_daily\": \"\", \"positive\": 632.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.5454217771623626, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 126.25640884228191, \"positive_daily\": \"\", \"positive\": 641.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.136325406689423, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 127.83215185435408, \"positive_daily\": \"\", \"positive\": 649.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.136325406689423, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 129.40789486642623, \"positive_daily\": \"\", \"positive\": 657.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 4.136325406689423, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 130.7866700019894, \"positive_daily\": \"\", \"positive\": 664.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.530261159707464, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 133.1502845200976, \"positive_daily\": \"\", \"positive\": 676.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.924196912725503, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 133.9381560261337, \"positive_daily\": \"\", \"positive\": 680.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.318132665743544, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 134.52905965566075, \"positive_daily\": \"\", \"positive\": 683.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.318132665743544, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 137.68054567980508, \"positive_daily\": \"\", \"positive\": 699.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.318132665743544, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 138.8623529388592, \"positive_daily\": \"\", \"positive\": 705.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.318132665743544, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 140.04416019791333, \"positive_daily\": \"\", \"positive\": 711.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 5.712068418761584, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 141.42293533347646, \"positive_daily\": \"\", \"positive\": 718.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5654509471303365, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.523607577042692, \"positive_daily\": \"\", \"positive\": 8.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.089058524173027, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 7.350862312694374, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 10.178117048346055, \"positive_daily\": \"\", \"positive\": 18.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 13.570822731128075, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 15.267175572519085, \"positive_daily\": \"\", \"positive\": 27.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 17.52897936104043, \"positive_daily\": \"\", \"positive\": 31.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 20.921685043822446, \"positive_daily\": \"\", \"positive\": 37.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 26.010743567995476, \"positive_daily\": \"\", \"positive\": 46.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 33.36160588068985, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 38.45066440486288, \"positive_daily\": \"\", \"positive\": 68.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 41.84337008764489, \"positive_daily\": \"\", \"positive\": 74.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 52.58693808312129, \"positive_daily\": \"\", \"positive\": 93.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.5654509471303365, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 64.46140797285835, \"positive_daily\": \"\", \"positive\": 114.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.130901894260673, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 82.55583828102911, \"positive_daily\": \"\", \"positive\": 146.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.6963528413910094, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 98.95391574780888, \"positive_daily\": \"\", \"positive\": 175.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.6963528413910094, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 106.8702290076336, \"positive_daily\": \"\", \"positive\": 189.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.261803788521346, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 113.09018942606728, \"positive_daily\": \"\", \"positive\": 200.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 2.261803788521346, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 122.13740458015268, \"positive_daily\": \"\", \"positive\": 216.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 2.827254735651682, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 139.66638394119312, \"positive_daily\": \"\", \"positive\": 247.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.392705682782019, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 149.84450098953914, \"positive_daily\": \"\", \"positive\": 265.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 5.089058524173027, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 158.3262651964942, \"positive_daily\": \"\", \"positive\": 280.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 6.785411365564038, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 169.0698331919706, \"positive_daily\": \"\", \"positive\": 299.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 7.350862312694374, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 178.68249929318634, \"positive_daily\": \"\", \"positive\": 316.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 8.481764206955047, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 190.55696918292338, \"positive_daily\": \"\", \"positive\": 337.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 10.178117048346055, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 195.6460277070964, \"positive_daily\": \"\", \"positive\": 346.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 11.874469889737066, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 213.7404580152672, \"positive_daily\": \"\", \"positive\": 378.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 13.005371783997738, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 227.31128074639523, \"positive_daily\": \"\", \"positive\": 402.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 14.13627367825841, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 237.4893977947413, \"positive_daily\": \"\", \"positive\": 420.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 15.832626519649422, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 243.14390726604466, \"positive_daily\": \"\", \"positive\": 430.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 16.398077466779757, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 251.0602205258694, \"positive_daily\": \"\", \"positive\": 444.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 17.52897936104043, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 255.5838281029121, \"positive_daily\": \"\", \"positive\": 452.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 17.52897936104043, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 262.3692394684761, \"positive_daily\": \"\", \"positive\": 464.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 19.22533220243144, \"deceased_daily\": \"\", \"deceased\": 34.0, \"positive_100k\": 275.9400621996042, \"positive_daily\": \"\", \"positive\": 488.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 20.35623409669211, \"deceased_daily\": \"\", \"deceased\": 36.0, \"positive_100k\": 290.0763358778626, \"positive_daily\": \"\", \"positive\": 513.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 22.052586938083124, \"deceased_daily\": \"\", \"deceased\": 39.0, \"positive_100k\": 292.90359061351427, \"positive_daily\": \"\", \"positive\": 518.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 22.618037885213457, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 310.99802092168505, \"positive_daily\": \"\", \"positive\": 550.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 22.618037885213457, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 322.30703986429177, \"positive_daily\": \"\", \"positive\": 570.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 23.74893977947413, \"deceased_daily\": \"\", \"deceased\": 42.0, \"positive_100k\": 327.3960983884648, \"positive_daily\": \"\", \"positive\": 579.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 26.010743567995476, \"deceased_daily\": \"\", \"deceased\": 46.0, \"positive_100k\": 333.05060785976815, \"positive_daily\": \"\", \"positive\": 589.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 26.576194515125813, \"deceased_daily\": \"\", \"deceased\": 47.0, \"positive_100k\": 336.4433135425502, \"positive_daily\": \"\", \"positive\": 595.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 27.14164546225615, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 342.6632739609839, \"positive_daily\": \"\", \"positive\": 606.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 27.14164546225615, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 347.7523324851569, \"positive_daily\": \"\", \"positive\": 615.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 27.14164546225615, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 353.97229290359064, \"positive_daily\": \"\", \"positive\": 626.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 28.27254735651682, \"deceased_daily\": \"\", \"deceased\": 50.0, \"positive_100k\": 359.62680237489394, \"positive_daily\": \"\", \"positive\": 636.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 28.27254735651682, \"deceased_daily\": \"\", \"deceased\": 50.0, \"positive_100k\": 360.75770426915466, \"positive_daily\": \"\", \"positive\": 638.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 28.27254735651682, \"deceased_daily\": \"\", \"deceased\": 50.0, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 31.665253039298843, \"deceased_daily\": \"\", \"deceased\": 56.0, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 15.87080674973203, \"positive_daily\": \"\", \"positive\": 65.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 22.463295707313026, \"positive_daily\": \"\", \"positive\": 92.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.24416625768818503, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 26.61412208801217, \"positive_daily\": \"\", \"positive\": 109.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.24416625768818503, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 31.98577975715224, \"positive_daily\": \"\", \"positive\": 131.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.24416625768818503, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 38.08993619935686, \"positive_daily\": \"\", \"positive\": 156.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.48833251537637007, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 50.05408282607794, \"positive_daily\": \"\", \"positive\": 205.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.48833251537637007, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 55.669906752906186, \"positive_daily\": \"\", \"positive\": 228.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.7324987730645551, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 61.77406319511082, \"positive_daily\": \"\", \"positive\": 253.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.7324987730645551, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 70.0757159565091, \"positive_daily\": \"\", \"positive\": 287.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.9766650307527401, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 77.40070368715466, \"positive_daily\": \"\", \"positive\": 317.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.2208312884409254, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 82.77236135629472, \"positive_daily\": \"\", \"positive\": 339.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.4649975461291103, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 85.70235644855295, \"positive_daily\": \"\", \"positive\": 351.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 91.56234663306938, \"positive_daily\": \"\", \"positive\": 375.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 97.9106693329622, \"positive_daily\": \"\", \"positive\": 401.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 103.03816074441409, \"positive_daily\": \"\", \"positive\": 422.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 109.63064970199508, \"positive_daily\": \"\", \"positive\": 449.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 114.51397485575878, \"positive_daily\": \"\", \"positive\": 469.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 116.71147117495245, \"positive_daily\": \"\", \"positive\": 478.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 121.35063007102796, \"positive_daily\": \"\", \"positive\": 497.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 124.28062516328619, \"positive_daily\": \"\", \"positive\": 509.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 128.67561780167352, \"positive_daily\": \"\", \"positive\": 527.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 132.3381116669963, \"positive_daily\": \"\", \"positive\": 542.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 136.73310430538362, \"positive_daily\": \"\", \"positive\": 560.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.4416625768818507, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 138.6864343668891, \"positive_daily\": \"\", \"positive\": 568.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.4416625768818507, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 140.63976442839459, \"positive_daily\": \"\", \"positive\": 576.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.4416625768818507, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 141.61642945914733, \"positive_daily\": \"\", \"positive\": 580.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.685828834570035, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 143.81392577834097, \"positive_daily\": \"\", \"positive\": 589.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.9299950922582205, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 145.5230895821583, \"positive_daily\": \"\", \"positive\": 596.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 3.1741613499464054, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 146.25558835522284, \"positive_daily\": \"\", \"positive\": 599.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.4183276076345908, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 148.20891841672832, \"positive_daily\": \"\", \"positive\": 607.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.6624938653227757, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 152.11557853973926, \"positive_daily\": \"\", \"positive\": 623.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.6624938653227757, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 152.84807731280384, \"positive_daily\": \"\", \"positive\": 626.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.6624938653227757, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 154.55724111662113, \"positive_daily\": \"\", \"positive\": 633.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.6624938653227757, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 156.998903693503, \"positive_daily\": \"\", \"positive\": 643.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": 120.65760964439379, \"tested\": 235.0, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.5403099103539633, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.5403099103539633, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.107493094277236, \"positive_daily\": \"\", \"positive\": 8.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 7.701549551769816, \"positive_daily\": \"\", \"positive\": 15.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 10.782169372477743, \"positive_daily\": \"\", \"positive\": 21.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.322479282831706, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 14.376225829970323, \"positive_daily\": \"\", \"positive\": 28.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 16.943409013893596, \"positive_daily\": \"\", \"positive\": 33.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 25.158395202448066, \"positive_daily\": \"\", \"positive\": 49.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.5134366367846545, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 37.48087448527977, \"positive_daily\": \"\", \"positive\": 73.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.5134366367846545, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 47.2361705841882, \"positive_daily\": \"\", \"positive\": 92.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.5134366367846545, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 51.34366367846545, \"positive_daily\": \"\", \"positive\": 100.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 73.93487569699023, \"positive_daily\": \"\", \"positive\": 144.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 84.71704506946797, \"positive_daily\": \"\", \"positive\": 165.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 93.4454678948071, \"positive_daily\": \"\", \"positive\": 182.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 113.98293336619327, \"positive_daily\": \"\", \"positive\": 222.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 139.654765205426, \"positive_daily\": \"\", \"positive\": 272.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.567183183923272, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 153.51755439861168, \"positive_daily\": \"\", \"positive\": 299.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 2.567183183923272, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 183.81031596890628, \"positive_daily\": \"\", \"positive\": 358.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 2.567183183923272, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 193.05217543103007, \"positive_daily\": \"\", \"positive\": 376.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 2.567183183923272, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 212.56276762884693, \"positive_daily\": \"\", \"positive\": 414.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 4.107493094277236, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 239.26147274164893, \"positive_daily\": \"\", \"positive\": 466.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 6.161239641415853, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 259.2855015762505, \"positive_daily\": \"\", \"positive\": 505.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 6.674676278200507, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 274.17516404300545, \"positive_daily\": \"\", \"positive\": 534.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 6.674676278200507, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 294.19919287760695, \"positive_daily\": \"\", \"positive\": 573.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 7.701549551769816, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 312.6829118018545, \"positive_daily\": \"\", \"positive\": 609.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 7.701549551769816, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 318.8441514432704, \"positive_daily\": \"\", \"positive\": 621.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 8.214986188554471, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 337.3278703675179, \"positive_daily\": \"\", \"positive\": 657.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 9.241859462123779, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 354.7847160181962, \"positive_daily\": \"\", \"positive\": 691.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 9.755296098908433, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 368.6475052113819, \"positive_daily\": \"\", \"positive\": 718.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 10.782169372477743, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 389.18497068276804, \"positive_daily\": \"\", \"positive\": 758.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 12.322479282831706, \"deceased_daily\": \"\", \"deceased\": 24.0, \"positive_100k\": 395.8596469609685, \"positive_daily\": \"\", \"positive\": 771.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 13.349352556401014, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 407.6686896070156, \"positive_daily\": \"\", \"positive\": 794.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 13.349352556401014, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 412.2896193380775, \"positive_daily\": \"\", \"positive\": 803.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 14.376225829970323, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 417.423985705924, \"positive_daily\": \"\", \"positive\": 813.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 15.916535740324287, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 428.20615507840176, \"positive_daily\": \"\", \"positive\": 834.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 16.943409013893596, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 434.3673947198176, \"positive_daily\": \"\", \"positive\": 846.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 16.943409013893596, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 441.0420709980181, \"positive_daily\": \"\", \"positive\": 859.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 16.943409013893596, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 444.63612745551075, \"positive_daily\": \"\", \"positive\": 866.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 16.943409013893596, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 452.8511136440652, \"positive_daily\": \"\", \"positive\": 882.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 17.45684565067825, \"deceased_daily\": \"\", \"deceased\": 34.0, \"positive_100k\": 458.4989166486964, \"positive_daily\": \"\", \"positive\": 893.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 17.45684565067825, \"deceased_daily\": \"\", \"deceased\": 34.0, \"positive_100k\": 461.5795364694043, \"positive_daily\": \"\", \"positive\": 899.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 18.483718924247558, \"deceased_daily\": \"\", \"deceased\": 36.0, \"positive_100k\": 466.7139028372508, \"positive_daily\": \"\", \"positive\": 909.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 18.997155561032216, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 470.8213959315281, \"positive_daily\": \"\", \"positive\": 917.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 18.997155561032216, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 473.90201575223597, \"positive_daily\": \"\", \"positive\": 923.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 20.537465471386177, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 476.98263557294393, \"positive_daily\": \"\", \"positive\": 929.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 20.537465471386177, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 478.52294548329786, \"positive_daily\": \"\", \"positive\": 932.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 21.564338744955485, \"deceased_daily\": \"\", \"deceased\": 42.0, \"positive_100k\": 479.0363821200826, \"positive_daily\": \"\", \"positive\": 933.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 22.591212018524793, \"deceased_daily\": \"\", \"deceased\": 44.0, \"positive_100k\": 479.0363821200826, \"positive_daily\": \"\", \"positive\": 933.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.14744760817862393, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.29489521635724786, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.8846856490717436, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.0321332572503674, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3270284736076154, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.7693712981434873, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.064266514500735, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.506609339036607, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.654056947215231, \"positive_daily\": \"\", \"positive\": 18.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.9810854208228466, \"positive_daily\": \"\", \"positive\": 27.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.718323461715966, \"positive_daily\": \"\", \"positive\": 32.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 7.667275625288444, \"positive_daily\": \"\", \"positive\": 52.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.878989747967804, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 14.892208426041018, \"positive_daily\": \"\", \"positive\": 101.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 17.398817765077624, \"positive_daily\": \"\", \"positive\": 118.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.14744760817862393, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 24.771198174008823, \"positive_daily\": \"\", \"positive\": 168.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.14744760817862393, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 34.20784509744075, \"positive_daily\": \"\", \"positive\": 232.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.14744760817862393, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 35.534873571048365, \"positive_daily\": \"\", \"positive\": 241.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.29489521635724786, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 39.22106377551396, \"positive_daily\": \"\", \"positive\": 266.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.29489521635724786, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 47.03578700898103, \"positive_daily\": \"\", \"positive\": 319.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.29489521635724786, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 51.45921525433975, \"positive_daily\": \"\", \"positive\": 349.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.4423428245358718, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 53.670929377019114, \"positive_daily\": \"\", \"positive\": 364.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.1795808654289914, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 70.9222995339181, \"positive_daily\": \"\", \"positive\": 481.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.6219236899648632, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 73.57635648113335, \"positive_daily\": \"\", \"positive\": 499.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.6219236899648632, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 80.94873689006454, \"positive_daily\": \"\", \"positive\": 549.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.7693712981434873, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 87.28898404174537, \"positive_daily\": \"\", \"positive\": 592.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.7693712981434873, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 92.30220271981858, \"positive_daily\": \"\", \"positive\": 626.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.916818906322111, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 107.1944111458596, \"positive_daily\": \"\", \"positive\": 727.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.359161730857983, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 112.06018221575418, \"positive_daily\": \"\", \"positive\": 760.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.359161730857983, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 116.18871524475567, \"positive_daily\": \"\", \"positive\": 788.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.506609339036607, \"deceased_daily\": \"\", \"deceased\": 17.0, \"positive_100k\": 121.20193392282886, \"positive_daily\": \"\", \"positive\": 822.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.654056947215231, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 125.33046695183035, \"positive_daily\": \"\", \"positive\": 850.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.654056947215231, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 129.4589999808318, \"positive_daily\": \"\", \"positive\": 878.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.654056947215231, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 132.55539975258293, \"positive_daily\": \"\", \"positive\": 899.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.8015045553938545, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 133.5875330098333, \"positive_daily\": \"\", \"positive\": 906.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.8015045553938545, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 134.47221865890504, \"positive_daily\": \"\", \"positive\": 912.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 3.2438473799297265, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 136.9788279979416, \"positive_daily\": \"\", \"positive\": 929.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 3.39129498810835, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 139.04309451244237, \"positive_daily\": \"\", \"positive\": 943.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.5387425962869745, \"deceased_daily\": \"\", \"deceased\": 24.0, \"positive_100k\": 141.549703851479, \"positive_daily\": \"\", \"positive\": 960.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.686190204465598, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 145.53078927230183, \"positive_daily\": \"\", \"positive\": 987.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.686190204465598, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 147.8899510031598, \"positive_daily\": \"\", \"positive\": 1003.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.12853302900147, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 149.21697947676742, \"positive_daily\": \"\", \"positive\": 1012.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 4.275980637180094, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 149.95421751766054, \"positive_daily\": \"\", \"positive\": 1017.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6282788301448183, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 0.6282788301448183, \"tested\": 1.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.8848364904344548, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 1.8848364904344548, \"tested\": 3.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.7696729808689096, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 3.7696729808689096, \"tested\": 6.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.654509471303364, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 6.282788301448183, \"tested\": 10.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 7.539345961737819, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 6.282788301448183, \"tested\": 10.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 8.167624791882638, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 62.19960418433701, \"positive_daily\": \"\", \"positive\": 99.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.6282788301448183, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 62.19960418433701, \"positive_daily\": \"\", \"positive\": 99.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.6282788301448183, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 74.76518078723338, \"positive_daily\": \"\", \"positive\": 119.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.2565576602896367, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 76.65001727766783, \"positive_daily\": \"\", \"positive\": 122.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.2565576602896367, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 80.41969025853675, \"positive_daily\": \"\", \"positive\": 128.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.2565576602896367, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 84.81764206955046, \"positive_daily\": \"\", \"positive\": 135.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 2.5131153205792733, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 88.58731505041938, \"positive_daily\": \"\", \"positive\": 141.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.5131153205792733, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 91.72870920114346, \"positive_daily\": \"\", \"positive\": 146.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.5131153205792733, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 97.38321867244683, \"positive_daily\": \"\", \"positive\": 155.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.5131153205792733, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 103.0377281437502, \"positive_daily\": \"\", \"positive\": 164.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 3.1413941507240914, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 105.55084346432946, \"positive_daily\": \"\", \"positive\": 168.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.1413941507240914, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 106.8074011246191, \"positive_daily\": \"\", \"positive\": 170.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.7696729808689096, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 111.83363176577765, \"positive_daily\": \"\", \"positive\": 178.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 4.397951811013728, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 116.23158357679138, \"positive_daily\": \"\", \"positive\": 185.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.397951811013728, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 123.14265070838438, \"positive_daily\": \"\", \"positive\": 196.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.654509471303364, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 133.8233908208463, \"positive_daily\": \"\", \"positive\": 213.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 6.282788301448183, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 135.07994848113592, \"positive_daily\": \"\", \"positive\": 215.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 6.282788301448183, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 156.44142870605975, \"positive_daily\": \"\", \"positive\": 249.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 6.911067131593001, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 157.6979863663494, \"positive_daily\": \"\", \"positive\": 251.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 7.539345961737819, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 157.6979863663494, \"positive_daily\": \"\", \"positive\": 251.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 8.167624791882638, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 162.0959381773631, \"positive_daily\": \"\", \"positive\": 258.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 8.167624791882638, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 163.98077466779756, \"positive_daily\": \"\", \"positive\": 261.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 8.795903622027456, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 166.49388998837682, \"positive_daily\": \"\", \"positive\": 265.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 8.795903622027456, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 167.12216881852166, \"positive_daily\": \"\", \"positive\": 266.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 8.795903622027456, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 167.12216881852166, \"positive_daily\": \"\", \"positive\": 266.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 9.424182452172275, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 168.3787264788113, \"positive_daily\": \"\", \"positive\": 268.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 9.424182452172275, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 170.8918417993906, \"positive_daily\": \"\", \"positive\": 272.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 10.052461282317093, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 173.40495711996985, \"positive_daily\": \"\", \"positive\": 276.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.6426362939668615, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": 15.85581776380117, \"tested\": 6.0, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 66.06590734917152, \"positive_daily\": \"\", \"positive\": 25.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 66.06590734917152, \"positive_daily\": \"\", \"positive\": 25.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 71.35117993710526, \"positive_daily\": \"\", \"positive\": 27.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 79.27908881900584, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 97.77754287677386, \"positive_daily\": \"\", \"positive\": 37.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 121.56126952247563, \"positive_daily\": \"\", \"positive\": 46.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 121.56126952247563, \"positive_daily\": \"\", \"positive\": 46.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 126.84654211040936, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 134.77445099230994, \"positive_daily\": \"\", \"positive\": 51.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 147.98763246214423, \"positive_daily\": \"\", \"positive\": 56.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 158.55817763801167, \"positive_daily\": \"\", \"positive\": 60.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 158.55817763801167, \"positive_daily\": \"\", \"positive\": 60.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 161.20081393197853, \"positive_daily\": \"\", \"positive\": 61.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 163.84345022594542, \"positive_daily\": \"\", \"positive\": 62.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 169.12872281387914, \"positive_daily\": \"\", \"positive\": 64.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 169.12872281387914, \"positive_daily\": \"\", \"positive\": 64.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 171.771359107846, \"positive_daily\": \"\", \"positive\": 65.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 174.41399540181283, \"positive_daily\": \"\", \"positive\": 66.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 177.0566316957797, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 177.0566316957797, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 14.414991591254905, \"tested\": 72.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.200208216545207, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 35.63706254504685, \"tested\": 178.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.200208216545207, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 65.26787859373748, \"tested\": 326.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.6006246496356211, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 106.71097941859534, \"tested\": 533.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.0010410827260352, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 134.74012973492432, \"tested\": 673.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.401457515816449, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 156.5628253383519, \"tested\": 782.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.401457515816449, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 174.1811483943301, \"tested\": 870.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.8018739489068631, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 195.80363578121248, \"tested\": 978.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.8018739489068631, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 217.2259149515496, \"tested\": 1085.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 2.602706815087691, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 230.43965724353328, \"tested\": 1151.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 3.6037478978137263, \"positive_daily\": \"\", \"positive\": 18.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 250.26027068150879, \"tested\": 1250.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 6.00624649635621, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 265.6763033554897, \"tested\": 1327.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 7.808120445263074, \"positive_daily\": \"\", \"positive\": 39.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 280.0912949467446, \"tested\": 1399.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 9.609994394169938, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 302.714823416353, \"tested\": 1512.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.200208216545207, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 15.41603267398094, \"positive_daily\": \"\", \"positive\": 77.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 345.3591735404821, \"tested\": 1725.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.200208216545207, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 17.61832305597822, \"positive_daily\": \"\", \"positive\": 88.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 395.61143589332903, \"tested\": 1976.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.200208216545207, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 23.824777768879635, \"positive_daily\": \"\", \"positive\": 119.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 470.48930888123647, \"tested\": 2350.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.200208216545207, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 37.238728277408505, \"positive_daily\": \"\", \"positive\": 186.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 565.5882117402099, \"tested\": 2825.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.200208216545207, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 58.86121566429086, \"positive_daily\": \"\", \"positive\": 294.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 695.5233442780492, \"tested\": 3474.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.6006246496356211, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 78.68182910226635, \"positive_daily\": \"\", \"positive\": 393.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 783.8151677744855, \"tested\": 3915.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.6006246496356211, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 96.50036037478978, \"positive_daily\": \"\", \"positive\": 482.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 874.5094898694643, \"tested\": 4368.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.800832866180828, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 122.32722030912149, \"positive_daily\": \"\", \"positive\": 611.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 995.4352526627692, \"tested\": 4972.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.0010410827260352, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 156.7630335548971, \"positive_daily\": \"\", \"positive\": 783.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1131.9772563466006, \"tested\": 5654.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.2012492992712422, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 201.40946584447826, \"positive_daily\": \"\", \"positive\": 1006.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1247.69760550973, \"tested\": 6232.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.601665732361656, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 226.63570112917432, \"positive_daily\": \"\", \"positive\": 1132.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1329.1823496436293, \"tested\": 6639.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.601665732361656, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 252.46256106350603, \"positive_daily\": \"\", \"positive\": 1261.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1402.8589733322656, \"tested\": 7007.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.8018739489068631, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 281.8931688956515, \"positive_daily\": \"\", \"positive\": 1408.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1451.9099863858412, \"tested\": 7252.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 2.602706815087691, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 311.5239849443421, \"positive_daily\": \"\", \"positive\": 1556.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1531.3926483542884, \"tested\": 7649.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 2.802915031632898, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 332.1454312484984, \"positive_daily\": \"\", \"positive\": 1659.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1601.2653159285655, \"tested\": 7998.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 4.204372547449347, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 356.3706254504685, \"positive_daily\": \"\", \"positive\": 1780.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1687.5550572595498, \"tested\": 8429.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 4.6047889805397615, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 401.8178906062305, \"positive_daily\": \"\", \"positive\": 2007.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1790.6622887803314, \"tested\": 8944.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 6.00624649635621, \"deceased_daily\": \"\", \"deceased\": 30.0, \"positive_100k\": 439.2568271001842, \"positive_daily\": \"\", \"positive\": 2194.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1888.964523104028, \"tested\": 9435.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 7.407704012172659, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 479.09826219268035, \"positive_daily\": \"\", \"positive\": 2393.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2011.0915351966044, \"tested\": 10045.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 8.80916152798911, \"deceased_daily\": \"\", \"deceased\": 44.0, \"positive_100k\": 501.12116601265313, \"positive_daily\": \"\", \"positive\": 2503.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2073.756706975254, \"tested\": 10358.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 10.611035476895973, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 542.9646832706014, \"positive_daily\": \"\", \"positive\": 2712.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2206.2945463281812, \"tested\": 11020.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 12.212701209257627, \"deceased_daily\": \"\", \"deceased\": 61.0, \"positive_100k\": 589.4129895090895, \"positive_daily\": \"\", \"positive\": 2944.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2358.4527909025387, \"tested\": 11780.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 13.814366941619284, \"deceased_daily\": \"\", \"deceased\": 69.0, \"positive_100k\": 621.2460959397773, \"positive_daily\": \"\", \"positive\": 3103.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2478.3775126131177, \"tested\": 12379.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 15.41603267398094, \"deceased_daily\": \"\", \"deceased\": 77.0, \"positive_100k\": 663.490029630816, \"positive_daily\": \"\", \"positive\": 3314.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2658.965323936894, \"tested\": 13281.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 16.21686554016177, \"deceased_daily\": \"\", \"deceased\": 81.0, \"positive_100k\": 701.5295907744054, \"positive_daily\": \"\", \"positive\": 3504.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2817.330023224153, \"tested\": 14072.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 18.81957235524946, \"deceased_daily\": \"\", \"deceased\": 94.0, \"positive_100k\": 727.1562424921918, \"positive_daily\": \"\", \"positive\": 3632.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2935.4528709858255, \"tested\": 14662.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 20.22102987106591, \"deceased_daily\": \"\", \"deceased\": 101.0, \"positive_100k\": 740.5701930007207, \"positive_daily\": \"\", \"positive\": 3699.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2997.117001681749, \"tested\": 14970.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 22.423320253063185, \"deceased_daily\": \"\", \"deceased\": 112.0, \"positive_100k\": 764.995595419236, \"positive_daily\": \"\", \"positive\": 3821.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3123.848802754865, \"tested\": 15603.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 24.62561063506046, \"deceased_daily\": \"\", \"deceased\": 123.0, \"positive_100k\": 797.2291182830143, \"positive_daily\": \"\", \"positive\": 3982.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3282.2135020421238, \"tested\": 16394.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 27.228317450148154, \"deceased_daily\": \"\", \"deceased\": 136.0, \"positive_100k\": 823.8568110835268, \"positive_daily\": \"\", \"positive\": 4115.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3449.1871546408265, \"tested\": 17228.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 29.030191399055017, \"deceased_daily\": \"\", \"deceased\": 145.0, \"positive_100k\": 842.6763834387764, \"positive_daily\": \"\", \"positive\": 4209.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3557.099383358693, \"tested\": 17767.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 30.83206534796188, \"deceased_daily\": \"\", \"deceased\": 154.0, \"positive_100k\": 851.0851285336751, \"positive_daily\": \"\", \"positive\": 4251.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3643.989749339313, \"tested\": 18201.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 32.233522863778326, \"deceased_daily\": \"\", \"deceased\": 161.0, \"positive_100k\": 860.8953311443901, \"positive_daily\": \"\", \"positive\": 4300.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3717.0657483783134, \"tested\": 18566.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 33.43477216304957, \"deceased_daily\": \"\", \"deceased\": 167.0, \"positive_100k\": 865.2999119083846, \"positive_daily\": \"\", \"positive\": 4322.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3752.1021862737243, \"tested\": 18741.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 34.03539681268519, \"deceased_daily\": \"\", \"deceased\": 170.0, \"positive_100k\": 875.3103227356452, \"positive_daily\": \"\", \"positive\": 4372.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3814.5671498358292, \"tested\": 19053.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 34.836229678866026, \"deceased_daily\": \"\", \"deceased\": 174.0, \"positive_100k\": 885.7211499959959, \"positive_daily\": \"\", \"positive\": 4424.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3923.2802114198767, \"tested\": 19596.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 35.63706254504685, \"deceased_daily\": \"\", \"deceased\": 178.0, \"positive_100k\": 898.7346840714342, \"positive_daily\": \"\", \"positive\": 4489.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4021.5824457435733, \"tested\": 20087.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 36.83831184431809, \"deceased_daily\": \"\", \"deceased\": 184.0, \"positive_100k\": 911.5480099303276, \"positive_daily\": \"\", \"positive\": 4553.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4158.7250740770405, \"tested\": 20772.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 38.03956114358933, \"deceased_daily\": \"\", \"deceased\": 190.0, \"positive_100k\": 923.5605029230401, \"positive_daily\": \"\", \"positive\": 4613.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4252.022102987106, \"tested\": 21238.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 38.64018579322495, \"deceased_daily\": \"\", \"deceased\": 193.0, \"positive_100k\": 933.1704973172098, \"positive_daily\": \"\", \"positive\": 4661.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4330.503723872828, \"tested\": 21630.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 40.041643309041405, \"deceased_daily\": \"\", \"deceased\": 200.0, \"positive_100k\": 935.172579482662, \"positive_daily\": \"\", \"positive\": 4671.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4389.3649395371185, \"tested\": 21924.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 40.24185152558661, \"deceased_daily\": \"\", \"deceased\": 201.0, \"positive_100k\": 934.9723712661167, \"positive_daily\": \"\", \"positive\": 4670.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4414.39096660527, \"tested\": 22049.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.7884134755631242, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.365240426689373, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 10.249375182320616, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 10.249375182320616, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 18.921923413514985, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 37.84384682702997, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 48.8816354849137, \"positive_daily\": \"\", \"positive\": 62.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 56.76577024054495, \"positive_daily\": \"\", \"positive\": 72.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 63.07307804504995, \"positive_daily\": \"\", \"positive\": 80.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 68.59197237399181, \"positive_daily\": \"\", \"positive\": 87.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 74.11086670293369, \"positive_daily\": \"\", \"positive\": 94.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 79.62976103187556, \"positive_daily\": \"\", \"positive\": 101.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 79.62976103187556, \"positive_daily\": \"\", \"positive\": 101.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 88.30230926306993, \"positive_daily\": \"\", \"positive\": 112.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 89.87913621419618, \"positive_daily\": \"\", \"positive\": 114.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 98.55168444539053, \"positive_daily\": \"\", \"positive\": 125.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 103.2821652987693, \"positive_daily\": \"\", \"positive\": 131.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.5768269511262485, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 108.80105962771115, \"positive_daily\": \"\", \"positive\": 138.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.5768269511262485, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 115.10836743221616, \"positive_daily\": \"\", \"positive\": 146.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.5768269511262485, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 115.10836743221616, \"positive_daily\": \"\", \"positive\": 146.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.365240426689373, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 119.83884828559489, \"positive_daily\": \"\", \"positive\": 152.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.365240426689373, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 123.78091566341052, \"positive_daily\": \"\", \"positive\": 157.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.365240426689373, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 127.72298304122614, \"positive_daily\": \"\", \"positive\": 162.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.365240426689373, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 130.08822346791553, \"positive_daily\": \"\", \"positive\": 165.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.365240426689373, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 132.45346389460488, \"positive_daily\": \"\", \"positive\": 168.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.153653902252497, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 132.45346389460488, \"positive_daily\": \"\", \"positive\": 168.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 3.9420673778156217, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 132.45346389460488, \"positive_daily\": \"\", \"positive\": 168.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 3.9420673778156217, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 134.03029084573114, \"positive_daily\": \"\", \"positive\": 170.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 3.9420673778156217, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 134.81870432129426, \"positive_daily\": \"\", \"positive\": 171.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 3.9420673778156217, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 134.81870432129426, \"positive_daily\": \"\", \"positive\": 171.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.730480853378746, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 134.81870432129426, \"positive_daily\": \"\", \"positive\": 171.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 4.730480853378746, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 135.60711779685738, \"positive_daily\": \"\", \"positive\": 172.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.518894328941871, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 137.18394474798362, \"positive_daily\": \"\", \"positive\": 174.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.518894328941871, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 137.97235822354676, \"positive_daily\": \"\", \"positive\": 175.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.518894328941871, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 137.97235822354676, \"positive_daily\": \"\", \"positive\": 175.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 6.307307804504994, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 138.76077169910988, \"positive_daily\": \"\", \"positive\": 176.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.254332184253753, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 57.83957615158596, \"positive_daily\": \"\", \"positive\": 25.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 64.78032528977629, \"positive_daily\": \"\", \"positive\": 28.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 76.34824052009347, \"positive_daily\": \"\", \"positive\": 33.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 83.28898965828378, \"positive_daily\": \"\", \"positive\": 36.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 90.2297387964741, \"positive_daily\": \"\", \"positive\": 39.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 97.17048793466441, \"positive_daily\": \"\", \"positive\": 42.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 101.79765402679129, \"positive_daily\": \"\", \"positive\": 44.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 111.05198621104505, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 124.93348448742566, \"positive_daily\": \"\", \"positive\": 54.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 127.24706753348913, \"positive_daily\": \"\", \"positive\": 55.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 136.50139971774288, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 145.75573190199663, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 161.9508132244407, \"positive_daily\": \"\", \"positive\": 70.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 161.9508132244407, \"positive_daily\": \"\", \"positive\": 70.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 175.83231150082133, \"positive_daily\": \"\", \"positive\": 76.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 182.77306063901165, \"positive_daily\": \"\", \"positive\": 79.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 185.08664368507507, \"positive_daily\": \"\", \"positive\": 80.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 185.08664368507507, \"positive_daily\": \"\", \"positive\": 80.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 198.96814196145573, \"positive_daily\": \"\", \"positive\": 86.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 201.28172500751916, \"positive_daily\": \"\", \"positive\": 87.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 215.16322328389978, \"positive_daily\": \"\", \"positive\": 93.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 222.1039724220901, \"positive_daily\": \"\", \"positive\": 96.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 231.35830460634384, \"positive_daily\": \"\", \"positive\": 100.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 238.29905374453415, \"positive_daily\": \"\", \"positive\": 103.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 240.61263679059758, \"positive_daily\": \"\", \"positive\": 104.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.3135830460634383, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 240.61263679059758, \"positive_daily\": \"\", \"positive\": 104.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.3135830460634383, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 242.92621983666103, \"positive_daily\": \"\", \"positive\": 105.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.627166092126877, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 245.23980288272446, \"positive_daily\": \"\", \"positive\": 106.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.627166092126877, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 245.23980288272446, \"positive_daily\": \"\", \"positive\": 106.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 4.627166092126877, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 247.5533859287879, \"positive_daily\": \"\", \"positive\": 107.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 6.9407491381903155, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 249.86696897485132, \"positive_daily\": \"\", \"positive\": 108.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.9407491381903155, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 249.86696897485132, \"positive_daily\": \"\", \"positive\": 108.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 6.9407491381903155, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 249.86696897485132, \"positive_daily\": \"\", \"positive\": 108.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.2830111251673303, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5660222503346606, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.1320445006693212, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.4150556258366518, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.094200253011946, \"positive_daily\": \"\", \"positive\": 18.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.735500632529867, \"positive_daily\": \"\", \"positive\": 45.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 16.41464525970516, \"positive_daily\": \"\", \"positive\": 58.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 19.244756511378462, \"positive_daily\": \"\", \"positive\": 68.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.2830111251673303, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 50.94200253011947, \"positive_daily\": \"\", \"positive\": 180.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 73.01687029317122, \"positive_daily\": \"\", \"positive\": 258.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.849033375501991, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 74.99794816934254, \"positive_daily\": \"\", \"positive\": 265.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 1.698066751003982, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 82.35623742369313, \"positive_daily\": \"\", \"positive\": 291.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 2.2640890013386423, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 93.39367130521902, \"positive_daily\": \"\", \"positive\": 330.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 2.8301112516733036, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 119.43069482061341, \"positive_daily\": \"\", \"positive\": 422.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 3.9621557523426247, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 144.6186849605058, \"positive_daily\": \"\", \"positive\": 511.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 4.245166877509955, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 180.56109785675676, \"positive_daily\": \"\", \"positive\": 638.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 6.226244753681267, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 236.0312783895535, \"positive_daily\": \"\", \"positive\": 834.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 7.9243115046852495, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 259.8042129036092, \"positive_daily\": \"\", \"positive\": 918.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 10.471411631191222, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 265.74744653212315, \"positive_daily\": \"\", \"positive\": 939.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 13.584534008031856, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 329.70796081993984, \"positive_daily\": \"\", \"positive\": 1165.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 14.999589633868506, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 342.726472577637, \"positive_daily\": \"\", \"positive\": 1211.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 16.98066751003982, \"deceased_daily\": \"\", \"deceased\": 60.0, \"positive_100k\": 383.19706347656523, \"positive_daily\": \"\", \"positive\": 1354.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 18.961745386211135, \"deceased_daily\": \"\", \"deceased\": 67.0, \"positive_100k\": 396.49858635942974, \"positive_daily\": \"\", \"positive\": 1401.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 21.508845512717105, \"deceased_daily\": \"\", \"deceased\": 76.0, \"positive_100k\": 477.72277928245364, \"positive_daily\": \"\", \"positive\": 1688.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 24.621967889557737, \"deceased_daily\": \"\", \"deceased\": 87.0, \"positive_100k\": 488.7602131639795, \"positive_daily\": \"\", \"positive\": 1727.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 26.32003464056172, \"deceased_daily\": \"\", \"deceased\": 93.0, \"positive_100k\": 519.8914369323858, \"positive_daily\": \"\", \"positive\": 1837.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 29.716168142569686, \"deceased_daily\": \"\", \"deceased\": 105.0, \"positive_100k\": 555.2678275783021, \"positive_daily\": \"\", \"positive\": 1962.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 33.96133502007964, \"deceased_daily\": \"\", \"deceased\": 120.0, \"positive_100k\": 591.7762627248877, \"positive_daily\": \"\", \"positive\": 2091.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 37.3574685220876, \"deceased_daily\": \"\", \"deceased\": 132.0, \"positive_100k\": 621.20941974229, \"positive_daily\": \"\", \"positive\": 2195.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 39.904568648593575, \"deceased_daily\": \"\", \"deceased\": 141.0, \"positive_100k\": 642.7182652550072, \"positive_daily\": \"\", \"positive\": 2271.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 43.8667244009362, \"deceased_daily\": \"\", \"deceased\": 155.0, \"positive_100k\": 672.7174445227441, \"positive_daily\": \"\", \"positive\": 2377.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 46.69683565260951, \"deceased_daily\": \"\", \"deceased\": 165.0, \"positive_100k\": 691.1131676586207, \"positive_daily\": \"\", \"positive\": 2442.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 50.09296915461747, \"deceased_daily\": \"\", \"deceased\": 177.0, \"positive_100k\": 709.7919019196645, \"positive_daily\": \"\", \"positive\": 2508.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 53.489102656625434, \"deceased_daily\": \"\", \"deceased\": 189.0, \"positive_100k\": 720.546324676023, \"positive_daily\": \"\", \"positive\": 2546.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 56.03620278313141, \"deceased_daily\": \"\", \"deceased\": 198.0, \"positive_100k\": 735.5459143098916, \"positive_daily\": \"\", \"positive\": 2599.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 59.715347410306705, \"deceased_daily\": \"\", \"deceased\": 211.0, \"positive_100k\": 752.5265818199314, \"positive_daily\": \"\", \"positive\": 2659.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 61.979436411645345, \"deceased_daily\": \"\", \"deceased\": 219.0, \"positive_100k\": 768.0921937041345, \"positive_daily\": \"\", \"positive\": 2714.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 64.24352541298398, \"deceased_daily\": \"\", \"deceased\": 227.0, \"positive_100k\": 785.6388834645089, \"positive_daily\": \"\", \"positive\": 2776.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 64.80954766331865, \"deceased_daily\": \"\", \"deceased\": 229.0, \"positive_100k\": 797.5253507215368, \"positive_daily\": \"\", \"positive\": 2818.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 69.0547145408286, \"deceased_daily\": \"\", \"deceased\": 244.0, \"positive_100k\": 811.9589181050708, \"positive_daily\": \"\", \"positive\": 2869.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 71.03579241699991, \"deceased_daily\": \"\", \"deceased\": 251.0, \"positive_100k\": 820.732262985258, \"positive_daily\": \"\", \"positive\": 2900.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 73.01687029317122, \"deceased_daily\": \"\", \"deceased\": 258.0, \"positive_100k\": 824.128396487266, \"positive_daily\": \"\", \"positive\": 2912.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 74.43192591900788, \"deceased_daily\": \"\", \"deceased\": 263.0, \"positive_100k\": 828.3735633647758, \"positive_daily\": \"\", \"positive\": 2927.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 76.12999267001186, \"deceased_daily\": \"\", \"deceased\": 269.0, \"positive_100k\": 835.7318526191265, \"positive_daily\": \"\", \"positive\": 2953.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 76.4130037951792, \"deceased_daily\": \"\", \"deceased\": 270.0, \"positive_100k\": 842.5241196231424, \"positive_daily\": \"\", \"positive\": 2977.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 78.3940816713505, \"deceased_daily\": \"\", \"deceased\": 277.0, \"positive_100k\": 847.335308750987, \"positive_daily\": \"\", \"positive\": 2994.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 79.52612617201983, \"deceased_daily\": \"\", \"deceased\": 281.0, \"positive_100k\": 858.0897315073456, \"positive_daily\": \"\", \"positive\": 3032.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 81.50720404819114, \"deceased_daily\": \"\", \"deceased\": 288.0, \"positive_100k\": 865.4480207616961, \"positive_daily\": \"\", \"positive\": 3058.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 82.35623742369313, \"deceased_daily\": \"\", \"deceased\": 291.0, \"positive_100k\": 867.4290986378675, \"positive_daily\": \"\", \"positive\": 3065.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.3137609267242732, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": 9.412827801728195, \"tested\": 30.0, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6275218534485464, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.2550437068970928, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.882565560345639, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.5100874137941855, \"positive_daily\": \"\", \"positive\": 8.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.451370193967005, \"positive_daily\": \"\", \"positive\": 11.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.020174827588371, \"positive_daily\": \"\", \"positive\": 16.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.90274038793401, \"positive_daily\": \"\", \"positive\": 22.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.099066875003922, \"positive_daily\": \"\", \"positive\": 29.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 11.295393362073833, \"positive_daily\": \"\", \"positive\": 36.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.550437068970925, \"positive_daily\": \"\", \"positive\": 40.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 14.119241702592294, \"positive_daily\": \"\", \"positive\": 45.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 18.51189467673212, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3137609267242732, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 26.983439698287494, \"positive_daily\": \"\", \"positive\": 86.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.3137609267242732, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 34.82746286639432, \"positive_daily\": \"\", \"positive\": 111.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.3137609267242732, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 45.49533437501961, \"positive_daily\": \"\", \"positive\": 145.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.6275218534485464, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 52.39807476295363, \"positive_daily\": \"\", \"positive\": 167.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.9412827801728195, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 63.37970719830318, \"positive_daily\": \"\", \"positive\": 202.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.2550437068970928, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 70.90996943968574, \"positive_daily\": \"\", \"positive\": 226.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.5688046336213657, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 80.00903631468967, \"positive_daily\": \"\", \"positive\": 255.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.882565560345639, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 91.93195153021203, \"positive_daily\": \"\", \"positive\": 293.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 3.451370193967005, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 96.95212635780041, \"positive_daily\": \"\", \"positive\": 309.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 4.7064139008640975, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 115.77778196125679, \"positive_daily\": \"\", \"positive\": 369.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 4.7064139008640975, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 132.093350150919, \"positive_daily\": \"\", \"positive\": 421.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 5.020174827588371, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 138.68232961212874, \"positive_daily\": \"\", \"positive\": 442.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 5.333935754312644, \"deceased_daily\": \"\", \"deceased\": 17.0, \"positive_100k\": 149.6639620474783, \"positive_daily\": \"\", \"positive\": 477.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.275218534485463, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 154.05661502161811, \"positive_daily\": \"\", \"positive\": 491.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 7.2165013146582835, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 164.7244865302434, \"positive_daily\": \"\", \"positive\": 525.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 8.157784094831102, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 172.56850969835025, \"positive_daily\": \"\", \"positive\": 550.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 9.72658872845247, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 184.4914249138726, \"positive_daily\": \"\", \"positive\": 588.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.609154288798107, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 200.1794712500863, \"positive_daily\": \"\", \"positive\": 638.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 12.550437068970925, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 209.90605997853874, \"positive_daily\": \"\", \"positive\": 669.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 12.864197995695198, \"deceased_daily\": \"\", \"deceased\": 41.0, \"positive_100k\": 216.1812785130242, \"positive_daily\": \"\", \"positive\": 689.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 13.80548077586802, \"deceased_daily\": \"\", \"deceased\": 44.0, \"positive_100k\": 228.73171558199516, \"positive_daily\": \"\", \"positive\": 729.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 14.119241702592294, \"deceased_daily\": \"\", \"deceased\": 45.0, \"positive_100k\": 237.20326060355052, \"positive_daily\": \"\", \"positive\": 756.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 14.433002629316567, \"deceased_daily\": \"\", \"deceased\": 46.0, \"positive_100k\": 246.6160884052787, \"positive_daily\": \"\", \"positive\": 786.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 15.374285409489385, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 249.75369767252144, \"positive_daily\": \"\", \"positive\": 796.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 16.629329116386476, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 261.67661288804385, \"positive_daily\": \"\", \"positive\": 834.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 16.94309004311075, \"deceased_daily\": \"\", \"deceased\": 54.0, \"positive_100k\": 265.4417440087351, \"positive_daily\": \"\", \"positive\": 846.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 17.256850969835025, \"deceased_daily\": \"\", \"deceased\": 55.0, \"positive_100k\": 269.5206360561507, \"positive_daily\": \"\", \"positive\": 859.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 17.88437282328357, \"deceased_daily\": \"\", \"deceased\": 57.0, \"positive_100k\": 275.7958545906361, \"positive_daily\": \"\", \"positive\": 879.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 19.76693838362921, \"deceased_daily\": \"\", \"deceased\": 63.0, \"positive_100k\": 279.24722478460313, \"positive_daily\": \"\", \"positive\": 890.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 20.394460237077755, \"deceased_daily\": \"\", \"deceased\": 65.0, \"positive_100k\": 284.58116053891575, \"positive_daily\": \"\", \"positive\": 907.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 21.021982090526304, \"deceased_daily\": \"\", \"deceased\": 67.0, \"positive_100k\": 291.797661853574, \"positive_daily\": \"\", \"positive\": 930.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 21.64950394397485, \"deceased_daily\": \"\", \"deceased\": 69.0, \"positive_100k\": 299.95544594840516, \"positive_daily\": \"\", \"positive\": 956.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 22.277025797423395, \"deceased_daily\": \"\", \"deceased\": 71.0, \"positive_100k\": 307.4857081897877, \"positive_daily\": \"\", \"positive\": 980.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 22.590786724147666, \"deceased_daily\": \"\", \"deceased\": 72.0, \"positive_100k\": 310.30955653030617, \"positive_daily\": \"\", \"positive\": 989.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 23.218308577596215, \"deceased_daily\": \"\", \"deceased\": 74.0, \"positive_100k\": 312.1921220906518, \"positive_daily\": \"\", \"positive\": 995.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.148904771550103, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": 88.97826904713678, \"tested\": 246.0, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 8.31910645562661, \"positive_daily\": \"\", \"positive\": 23.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": 99.82927746751932, \"tested\": 276.0, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 11.574408981741371, \"positive_daily\": \"\", \"positive\": 32.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 13.02121010445904, \"positive_daily\": \"\", \"positive\": 36.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 17.72331375329147, \"positive_daily\": \"\", \"positive\": 49.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 20.2552157180474, \"positive_daily\": \"\", \"positive\": 56.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 27.127521050956336, \"positive_daily\": \"\", \"positive\": 75.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 29.297722735032842, \"positive_daily\": \"\", \"positive\": 81.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.36170028067941784, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 31.46792441910935, \"positive_daily\": \"\", \"positive\": 87.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.36170028067941784, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 34.72322694522411, \"positive_daily\": \"\", \"positive\": 96.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.36170028067941784, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 39.78703087473596, \"positive_daily\": \"\", \"positive\": 110.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.7234005613588357, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 42.31893283949188, \"positive_daily\": \"\", \"positive\": 117.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.7234005613588357, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 48.467837611041986, \"positive_daily\": \"\", \"positive\": 134.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.7234005613588357, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 49.91463873375966, \"positive_daily\": \"\", \"positive\": 138.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.7234005613588357, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 53.53164154055384, \"positive_daily\": \"\", \"positive\": 148.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.0851008420382535, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 55.701843224630345, \"positive_daily\": \"\", \"positive\": 154.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.4468011227176714, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 60.04224659278335, \"positive_daily\": \"\", \"positive\": 166.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.4468011227176714, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 64.74435024161579, \"positive_daily\": \"\", \"positive\": 179.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.8085014033970888, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 71.61665557452473, \"positive_daily\": \"\", \"positive\": 198.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.8085014033970888, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 75.2336583813189, \"positive_daily\": \"\", \"positive\": 208.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.531901964755925, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 77.04215978471599, \"positive_daily\": \"\", \"positive\": 213.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.531901964755925, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 79.2123614687925, \"positive_daily\": \"\", \"positive\": 219.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 79.93576203015134, \"positive_daily\": \"\", \"positive\": 221.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 85.3612662403426, \"positive_daily\": \"\", \"positive\": 236.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 92.23357157325154, \"positive_daily\": \"\", \"positive\": 255.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 95.4888740993663, \"positive_daily\": \"\", \"positive\": 264.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 99.10587690616047, \"positive_daily\": \"\", \"positive\": 274.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 103.08457999363408, \"positive_daily\": \"\", \"positive\": 285.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 105.61648195839, \"positive_daily\": \"\", \"positive\": 292.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 3.6170028067941775, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 107.06328308110768, \"positive_daily\": \"\", \"positive\": 296.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 3.978703087473596, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 109.23348476518419, \"positive_daily\": \"\", \"positive\": 302.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 3.978703087473596, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 111.40368644926069, \"positive_daily\": \"\", \"positive\": 308.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 4.340403368153014, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 116.10579009809312, \"positive_daily\": \"\", \"positive\": 321.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 4.7021036488324315, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 120.0844931855667, \"positive_daily\": \"\", \"positive\": 332.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 4.7021036488324315, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 120.44619346624613, \"positive_daily\": \"\", \"positive\": 333.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.7021036488324315, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 121.16959402760496, \"positive_daily\": \"\", \"positive\": 335.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 4.7021036488324315, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 122.61639515032265, \"positive_daily\": \"\", \"positive\": 339.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.13149520568480072, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.13149520568480072, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.3944856170544022, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.4602332198968026, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.723223631266404, \"positive_daily\": \"\", \"positive\": 11.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.9204664397936052, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.0519616454784058, \"positive_daily\": \"\", \"positive\": 16.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.5779424682176089, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.9724280852720109, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.301166099484013, \"positive_daily\": \"\", \"positive\": 35.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.695651716538415, \"positive_daily\": \"\", \"positive\": 41.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.287380142120018, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.142098979071223, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.706255489924838, \"positive_daily\": \"\", \"positive\": 102.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.270412000778451, \"positive_daily\": \"\", \"positive\": 141.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 10.78260686615366, \"positive_daily\": \"\", \"positive\": 164.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 14.39872502248568, \"positive_daily\": \"\", \"positive\": 219.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.06574760284240036, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 16.502648313442492, \"positive_daily\": \"\", \"positive\": 251.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.06574760284240036, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 21.49946612946492, \"positive_daily\": \"\", \"positive\": 327.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06574760284240036, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 28.271469222232156, \"positive_daily\": \"\", \"positive\": 430.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.13149520568480072, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 37.410386017325806, \"positive_daily\": \"\", \"positive\": 569.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.1972428085272011, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 44.70836993283225, \"positive_daily\": \"\", \"positive\": 680.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.26299041136960144, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 46.81229322378906, \"positive_daily\": \"\", \"positive\": 712.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.32873801421200183, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 46.81229322378906, \"positive_daily\": \"\", \"positive\": 712.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.3944856170544022, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 46.81229322378906, \"positive_daily\": \"\", \"positive\": 712.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.3944856170544022, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 70.7444206584228, \"positive_daily\": \"\", \"positive\": 1076.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.5259808227392029, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 80.47506587909804, \"positive_daily\": \"\", \"positive\": 1224.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.6574760284240037, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 90.1399634969309, \"positive_daily\": \"\", \"positive\": 1371.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.8547188369512048, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 98.81864707212776, \"positive_daily\": \"\", \"positive\": 1503.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.9862140426360054, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 107.1685926331126, \"positive_daily\": \"\", \"positive\": 1630.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.2492044540056069, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 112.03391524345022, \"positive_daily\": \"\", \"positive\": 1704.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.446447262532808, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 114.13783853440704, \"positive_daily\": \"\", \"positive\": 1736.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.5779424682176089, \"deceased_daily\": \"\", \"deceased\": 24.0, \"positive_100k\": 122.42203649254948, \"positive_daily\": \"\", \"positive\": 1862.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.77518527674481, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 128.40506835120792, \"positive_daily\": \"\", \"positive\": 1953.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.366913702326413, \"deceased_daily\": \"\", \"deceased\": 36.0, \"positive_100k\": 140.83136528842158, \"positive_daily\": \"\", \"positive\": 2142.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.564156510853614, \"deceased_daily\": \"\", \"deceased\": 39.0, \"positive_100k\": 151.61397215457526, \"positive_daily\": \"\", \"positive\": 2306.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.695651716538415, \"deceased_daily\": \"\", \"deceased\": 41.0, \"positive_100k\": 160.0296653184025, \"positive_daily\": \"\", \"positive\": 2434.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 3.2216325392776177, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 162.1993362122017, \"positive_daily\": \"\", \"positive\": 2467.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.4846229506472195, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 164.17176429747371, \"positive_daily\": \"\", \"positive\": 2497.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.61611815633202, \"deceased_daily\": \"\", \"deceased\": 55.0, \"positive_100k\": 171.66699102150736, \"positive_daily\": \"\", \"positive\": 2611.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.7476133620168213, \"deceased_daily\": \"\", \"deceased\": 57.0, \"positive_100k\": 177.18978966026899, \"positive_daily\": \"\", \"positive\": 2695.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.207846581913623, \"deceased_daily\": \"\", \"deceased\": 64.0, \"positive_100k\": 183.435811930297, \"positive_daily\": \"\", \"positive\": 2790.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 4.273594184756024, \"deceased_daily\": \"\", \"deceased\": 65.0, \"positive_100k\": 189.81332940600984, \"positive_daily\": \"\", \"positive\": 2887.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.602332198968026, \"deceased_daily\": \"\", \"deceased\": 70.0, \"positive_100k\": 192.44323351970587, \"positive_daily\": \"\", \"positive\": 2927.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.9968178160224275, \"deceased_daily\": \"\", \"deceased\": 76.0, \"positive_100k\": 196.25659448456508, \"positive_daily\": \"\", \"positive\": 2985.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 5.128313021707228, \"deceased_daily\": \"\", \"deceased\": 78.0, \"positive_100k\": 197.3743037328859, \"positive_daily\": \"\", \"positive\": 3002.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 5.39130343307683, \"deceased_daily\": \"\", \"deceased\": 82.0, \"positive_100k\": 198.49201298120673, \"positive_daily\": \"\", \"positive\": 3019.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.654293844446432, \"deceased_daily\": \"\", \"deceased\": 86.0, \"positive_100k\": 201.58215031479952, \"positive_daily\": \"\", \"positive\": 3066.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.917284255816033, \"deceased_daily\": \"\", \"deceased\": 90.0, \"positive_100k\": 204.67228764839237, \"positive_daily\": \"\", \"positive\": 3113.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 6.180274667185635, \"deceased_daily\": \"\", \"deceased\": 94.0, \"positive_100k\": 206.97345374787633, \"positive_daily\": \"\", \"positive\": 3148.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 6.3775174757128354, \"deceased_daily\": \"\", \"deceased\": 97.0, \"positive_100k\": 208.48564861325158, \"positive_daily\": \"\", \"positive\": 3171.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 6.772003092767238, \"deceased_daily\": \"\", \"deceased\": 103.0, \"positive_100k\": 211.11555272694758, \"positive_daily\": \"\", \"positive\": 3211.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.772003092767238, \"deceased_daily\": \"\", \"deceased\": 103.0, \"positive_100k\": 212.8907380036924, \"positive_daily\": \"\", \"positive\": 3238.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 6.903498298452039, \"deceased_daily\": \"\", \"deceased\": 105.0, \"positive_100k\": 213.9426996491708, \"positive_daily\": \"\", \"positive\": 3254.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 6.903498298452039, \"deceased_daily\": \"\", \"deceased\": 105.0, \"positive_100k\": 215.65213732307322, \"positive_daily\": \"\", \"positive\": 3280.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3620452471431101, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3620452471431101, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3620452471431101, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3620452471431101, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3620452471431101, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.7240904942862203, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.7240904942862203, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.448180988572441, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.448180988572441, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.810226235715551, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.810226235715551, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.534316730001771, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.534316730001771, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.534316730001771, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 16.344542965717324, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 23.15476920143287, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 24.516814448575982, \"positive_daily\": \"\", \"positive\": 18.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 25.87885969571909, \"positive_daily\": \"\", \"positive\": 19.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 34.051131178577755, \"positive_daily\": \"\", \"positive\": 25.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 39.499312167150194, \"positive_daily\": \"\", \"positive\": 29.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 43.585447908579525, \"positive_daily\": \"\", \"positive\": 32.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 49.033628897151964, \"positive_daily\": \"\", \"positive\": 36.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 59.92999087429684, \"positive_daily\": \"\", \"positive\": 44.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 73.55044334572794, \"positive_daily\": \"\", \"positive\": 54.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 83.0847600757297, \"positive_daily\": \"\", \"positive\": 61.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 93.9811220528746, \"positive_daily\": \"\", \"positive\": 69.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 111.68771026573503, \"positive_daily\": \"\", \"positive\": 82.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 125.30816273716611, \"positive_daily\": \"\", \"positive\": 92.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 136.20452471431102, \"positive_daily\": \"\", \"positive\": 100.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 155.27315817431455, \"positive_daily\": \"\", \"positive\": 114.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 162.0833844100301, \"positive_daily\": \"\", \"positive\": 119.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 172.97974638717497, \"positive_daily\": \"\", \"positive\": 127.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 174.3417916343181, \"positive_daily\": \"\", \"positive\": 128.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 190.68633460003542, \"positive_daily\": \"\", \"positive\": 140.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 197.49656083575098, \"positive_daily\": \"\", \"positive\": 145.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 202.94474182432342, \"positive_daily\": \"\", \"positive\": 149.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 202.94474182432342, \"positive_daily\": \"\", \"positive\": 149.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 209.75496806003895, \"positive_daily\": \"\", \"positive\": 154.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 217.92723954289764, \"positive_daily\": \"\", \"positive\": 160.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 223.37542053147007, \"positive_daily\": \"\", \"positive\": 164.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 232.90973726147183, \"positive_daily\": \"\", \"positive\": 171.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.3620452471431101, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 236.99587300290116, \"positive_daily\": \"\", \"positive\": 174.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 243.8060992386167, \"positive_daily\": \"\", \"positive\": 179.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.7240904942862203, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 247.89223498004606, \"positive_daily\": \"\", \"positive\": 182.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 249.25428022718916, \"positive_daily\": \"\", \"positive\": 183.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 249.25428022718916, \"positive_daily\": \"\", \"positive\": 183.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 250.61632547433223, \"positive_daily\": \"\", \"positive\": 184.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 251.97837072147536, \"positive_daily\": \"\", \"positive\": 185.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 256.0645064629047, \"positive_daily\": \"\", \"positive\": 188.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 257.4265517100478, \"positive_daily\": \"\", \"positive\": 189.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 260.150642204334, \"positive_daily\": \"\", \"positive\": 191.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 261.5126874514772, \"positive_daily\": \"\", \"positive\": 192.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.7240904942862203, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 261.5126874514772, \"positive_daily\": \"\", \"positive\": 192.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.7240904942862203, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 264.2367779457633, \"positive_daily\": \"\", \"positive\": 194.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.1251337366810779, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 2.878075943664792, \"positive_daily\": \"\", \"positive\": 23.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.1251337366810779, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 3.754012100432337, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.1251337366810779, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 5.005349467243116, \"positive_daily\": \"\", \"positive\": 40.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.1251337366810779, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 6.381820570734973, \"positive_daily\": \"\", \"positive\": 51.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.1251337366810779, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 16.267385768540127, \"positive_daily\": \"\", \"positive\": 130.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.3754012100432337, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 25.026747336215582, \"positive_daily\": \"\", \"positive\": 200.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.3754012100432337, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 34.28664385061535, \"positive_daily\": \"\", \"positive\": 274.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.3754012100432337, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 36.53905111087475, \"positive_daily\": \"\", \"positive\": 292.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.5005349467243116, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 43.79680783837727, \"positive_daily\": \"\", \"positive\": 350.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.6256686834053895, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 50.80429709251763, \"positive_daily\": \"\", \"positive\": 406.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.8759361567675453, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 63.567938233987576, \"positive_daily\": \"\", \"positive\": 508.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 1.1262036301297011, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 76.08131190209536, \"positive_daily\": \"\", \"positive\": 608.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.5016048401729347, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 99.60645439813801, \"positive_daily\": \"\", \"positive\": 796.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.6267385768540128, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 151.66208885746641, \"positive_daily\": \"\", \"positive\": 1212.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 2.2524072602594023, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 179.19151092730357, \"positive_daily\": \"\", \"positive\": 1432.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.502674733621558, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 209.72414267748655, \"positive_daily\": \"\", \"positive\": 1676.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 2.627808470302636, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 222.98831876568082, \"positive_daily\": \"\", \"positive\": 1782.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 3.1283434170269477, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 227.99366823292394, \"positive_daily\": \"\", \"positive\": 1822.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.6288783637512587, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 270.5391387044904, \"positive_daily\": \"\", \"positive\": 2162.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 4.504814520518805, \"deceased_daily\": \"\", \"deceased\": 36.0, \"positive_100k\": 277.1712267485875, \"positive_daily\": \"\", \"positive\": 2215.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 5.881285624010661, \"deceased_daily\": \"\", \"deceased\": 47.0, \"positive_100k\": 316.8386212764893, \"positive_daily\": \"\", \"positive\": 2532.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 6.006419360691739, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 343.49210718955885, \"positive_daily\": \"\", \"positive\": 2745.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 6.882355517459285, \"deceased_daily\": \"\", \"deceased\": 55.0, \"positive_100k\": 367.39265089564475, \"positive_daily\": \"\", \"positive\": 2936.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 8.258826620951142, \"deceased_daily\": \"\", \"deceased\": 66.0, \"positive_100k\": 396.42367780565485, \"positive_daily\": \"\", \"positive\": 3168.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 9.635297724442998, \"deceased_daily\": \"\", \"deceased\": 77.0, \"positive_100k\": 409.4375864204869, \"positive_daily\": \"\", \"positive\": 3272.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 10.511233881210543, \"deceased_daily\": \"\", \"deceased\": 84.0, \"positive_100k\": 433.5883975999349, \"positive_daily\": \"\", \"positive\": 3465.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 11.512303774659168, \"deceased_daily\": \"\", \"deceased\": 92.0, \"positive_100k\": 455.3616677824425, \"positive_daily\": \"\", \"positive\": 3639.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 13.389309824875335, \"deceased_daily\": \"\", \"deceased\": 107.0, \"positive_100k\": 475.00766444137173, \"positive_daily\": \"\", \"positive\": 3796.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 15.391449611772583, \"deceased_daily\": \"\", \"deceased\": 123.0, \"positive_100k\": 489.89857910642, \"positive_daily\": \"\", \"positive\": 3915.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 17.268455661988753, \"deceased_daily\": \"\", \"deceased\": 138.0, \"positive_100k\": 504.9146275081493, \"positive_daily\": \"\", \"positive\": 4035.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 18.39465929211845, \"deceased_daily\": \"\", \"deceased\": 147.0, \"positive_100k\": 514.9253264426355, \"positive_daily\": \"\", \"positive\": 4115.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 20.021397868972464, \"deceased_daily\": \"\", \"deceased\": 160.0, \"positive_100k\": 519.9306759098787, \"positive_daily\": \"\", \"positive\": 4155.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 21.5230027091454, \"deceased_daily\": \"\", \"deceased\": 172.0, \"positive_100k\": 529.9413748443649, \"positive_daily\": \"\", \"positive\": 4235.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 23.14974128599941, \"deceased_daily\": \"\", \"deceased\": 185.0, \"positive_100k\": 539.9520737788512, \"positive_daily\": \"\", \"positive\": 4315.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 25.527282282939893, \"deceased_daily\": \"\", \"deceased\": 204.0, \"positive_100k\": 553.5916510770886, \"positive_daily\": \"\", \"positive\": 4424.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 28.02995701656145, \"deceased_daily\": \"\", \"deceased\": 224.0, \"positive_100k\": 566.1050247451964, \"positive_daily\": \"\", \"positive\": 4524.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 28.530491963285762, \"deceased_daily\": \"\", \"deceased\": 228.0, \"positive_100k\": 570.6098392657152, \"positive_daily\": \"\", \"positive\": 4560.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 29.15616064669115, \"deceased_daily\": \"\", \"deceased\": 233.0, \"positive_100k\": 581.7467418303312, \"positive_daily\": \"\", \"positive\": 4649.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 29.656695593415463, \"deceased_daily\": \"\", \"deceased\": 237.0, \"positive_100k\": 586.126422614169, \"positive_daily\": \"\", \"positive\": 4684.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 31.783969116993788, \"deceased_daily\": \"\", \"deceased\": 254.0, \"positive_100k\": 593.2590456049903, \"positive_daily\": \"\", \"positive\": 4741.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 33.28557395716672, \"deceased_daily\": \"\", \"deceased\": 266.0, \"positive_100k\": 599.8911336490875, \"positive_daily\": \"\", \"positive\": 4794.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 34.912312534020735, \"deceased_daily\": \"\", \"deceased\": 279.0, \"positive_100k\": 606.1478204831413, \"positive_daily\": \"\", \"positive\": 4844.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 36.413917374193666, \"deceased_daily\": \"\", \"deceased\": 291.0, \"positive_100k\": 610.6526350036602, \"positive_daily\": \"\", \"positive\": 4880.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 36.53905111087475, \"deceased_daily\": \"\", \"deceased\": 292.0, \"positive_100k\": 618.7863278879303, \"positive_daily\": \"\", \"positive\": 4945.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 37.28985353096122, \"deceased_daily\": \"\", \"deceased\": 298.0, \"positive_100k\": 621.4141363582329, \"positive_daily\": \"\", \"positive\": 4966.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 38.791458371134155, \"deceased_daily\": \"\", \"deceased\": 310.0, \"positive_100k\": 624.0419448285355, \"positive_daily\": \"\", \"positive\": 4987.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.489528723959048, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 13.723821809897618, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": 233.30497076825955, \"tested\": 85.0, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 19.21335053385667, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 19.21335053385667, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 32.93717234375429, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 60.38481596354953, \"positive_daily\": \"\", \"positive\": 22.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 68.6191090494881, \"positive_daily\": \"\", \"positive\": 25.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 104.30104575522192, \"positive_daily\": \"\", \"positive\": 38.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 109.79057447918095, \"positive_daily\": \"\", \"positive\": 40.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 131.74868937501716, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 137.2382180989762, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 145.4725111849148, \"positive_daily\": \"\", \"positive\": 53.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 156.45156863283287, \"positive_daily\": \"\", \"positive\": 57.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.744764361979524, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 161.94109735679191, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.744764361979524, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 164.68586171877146, \"positive_daily\": \"\", \"positive\": 60.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.744764361979524, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 170.17539044273047, \"positive_daily\": \"\", \"positive\": 62.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.744764361979524, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 181.15444789064858, \"positive_daily\": \"\", \"positive\": 66.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 5.489528723959048, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 183.8992122526281, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 5.489528723959048, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 183.8992122526281, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 5.489528723959048, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 186.64397661460765, \"positive_daily\": \"\", \"positive\": 68.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 197.62303406252573, \"positive_daily\": \"\", \"positive\": 72.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 197.62303406252573, \"positive_daily\": \"\", \"positive\": 72.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 203.11256278648477, \"positive_daily\": \"\", \"positive\": 74.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 205.85732714846432, \"positive_daily\": \"\", \"positive\": 75.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 211.34685587242333, \"positive_daily\": \"\", \"positive\": 77.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 24.750637328911218, \"positive_daily\": \"\", \"positive\": 10.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 42.076083459149075, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 76.72697571962478, \"positive_daily\": \"\", \"positive\": 31.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 81.67710318540702, \"positive_daily\": \"\", \"positive\": 33.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 99.00254931564487, \"positive_daily\": \"\", \"positive\": 40.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 106.42774051431824, \"positive_daily\": \"\", \"positive\": 43.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 108.90280424720937, \"positive_daily\": \"\", \"positive\": 44.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.475063732891122, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 116.32799544588272, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 2.475063732891122, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 123.7531866445561, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 131.17837784322947, \"positive_daily\": \"\", \"positive\": 53.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 138.60356904190283, \"positive_daily\": \"\", \"positive\": 56.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 143.55369650768506, \"positive_daily\": \"\", \"positive\": 58.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 146.0287602405762, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 155.92901517214068, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 155.92901517214068, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 158.4040789050318, \"positive_daily\": \"\", \"positive\": 64.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 165.82927010370517, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 225.23079969309208, \"positive_daily\": \"\", \"positive\": 91.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 227.70586342598324, \"positive_daily\": \"\", \"positive\": 92.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 259.8816919535678, \"positive_daily\": \"\", \"positive\": 105.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 259.8816919535678, \"positive_daily\": \"\", \"positive\": 105.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 7.425191198673366, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 262.35675568645894, \"positive_daily\": \"\", \"positive\": 106.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 7.425191198673366, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 267.30688315224114, \"positive_daily\": \"\", \"positive\": 108.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.375318664455609, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 282.1572655495879, \"positive_daily\": \"\", \"positive\": 114.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 14.850382397346731, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 284.632329282479, \"positive_daily\": \"\", \"positive\": 115.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 17.075044821992655, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 36.58938176141284, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 39.02867387884036, \"positive_daily\": \"\", \"positive\": 32.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 41.467965996267885, \"positive_daily\": \"\", \"positive\": 34.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 42.68761205498165, \"positive_daily\": \"\", \"positive\": 35.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 43.907258113695406, \"positive_daily\": \"\", \"positive\": 36.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 45.12690417240916, \"positive_daily\": \"\", \"positive\": 37.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 48.78584234855045, \"positive_daily\": \"\", \"positive\": 40.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 50.00548840726421, \"positive_daily\": \"\", \"positive\": 41.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 51.225134465977966, \"positive_daily\": \"\", \"positive\": 42.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 53.66442658340549, \"positive_daily\": \"\", \"positive\": 44.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 57.323364759546784, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 57.323364759546784, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 57.323364759546784, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 59.7626568769743, \"positive_daily\": \"\", \"positive\": 49.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 60.98230293568807, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 60.98230293568807, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 60.98230293568807, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 63.42159505311559, \"positive_daily\": \"\", \"positive\": 52.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 64.64124111182934, \"positive_daily\": \"\", \"positive\": 53.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 67.08053322925687, \"positive_daily\": \"\", \"positive\": 55.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 69.5198253466844, \"positive_daily\": \"\", \"positive\": 57.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 69.5198253466844, \"positive_daily\": \"\", \"positive\": 57.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 69.5198253466844, \"positive_daily\": \"\", \"positive\": 57.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 71.95911746411191, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 73.17876352282568, \"positive_daily\": \"\", \"positive\": 60.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 73.17876352282568, \"positive_daily\": \"\", \"positive\": 60.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 74.39840958153944, \"positive_daily\": \"\", \"positive\": 61.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 75.6180556402532, \"positive_daily\": \"\", \"positive\": 62.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 76.83770169896697, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.658938176141284, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 76.83770169896697, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.8104790527573595, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.620958105514719, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.052395263786797, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 19.915269580330953, \"positive_daily\": \"\", \"positive\": 11.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.8104790527573595, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.8104790527573595, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 54.31437158272079, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 59.745808740992864, \"positive_daily\": \"\", \"positive\": 33.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 61.55628779375023, \"positive_daily\": \"\", \"positive\": 34.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 76.0401202158091, \"positive_daily\": \"\", \"positive\": 42.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 79.66107832132381, \"positive_daily\": \"\", \"positive\": 44.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 81.47155737408119, \"positive_daily\": \"\", \"positive\": 45.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 86.90299453235326, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 90.52395263786798, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 105.00778505992685, \"positive_daily\": \"\", \"positive\": 58.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 110.43922221819895, \"positive_daily\": \"\", \"positive\": 61.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 115.87065937647101, \"positive_daily\": \"\", \"positive\": 64.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 117.68113842922838, \"positive_daily\": \"\", \"positive\": 65.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 119.49161748198573, \"positive_daily\": \"\", \"positive\": 66.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 121.30209653474309, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 124.92305464025782, \"positive_daily\": \"\", \"positive\": 69.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 124.92305464025782, \"positive_daily\": \"\", \"positive\": 69.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 130.3544917985299, \"positive_daily\": \"\", \"positive\": 72.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 133.9754499040446, \"positive_daily\": \"\", \"positive\": 74.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 139.40688706231668, \"positive_daily\": \"\", \"positive\": 77.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 139.40688706231668, \"positive_daily\": \"\", \"positive\": 77.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 141.21736611507404, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 143.0278451678314, \"positive_daily\": \"\", \"positive\": 79.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 143.0278451678314, \"positive_daily\": \"\", \"positive\": 79.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 143.0278451678314, \"positive_daily\": \"\", \"positive\": 79.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 148.4592823261035, \"positive_daily\": \"\", \"positive\": 82.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 155.70119853713294, \"positive_daily\": \"\", \"positive\": 86.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 155.70119853713294, \"positive_daily\": \"\", \"positive\": 86.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}]}}, {\"mode\": \"vega-lite\"});\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}, \"title\": {\"anchor\": \"middle\"}}, \"hconcat\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"canton\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector001\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"canton\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"positive\", \"title\": \"Cases\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Cases\"}}, \"selection\": {\"selector001\": {\"type\": \"multi\", \"fields\": [\"canton\"], \"bind\": \"legend\"}}}, {\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"canton\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector002\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"canton\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"title\": \"Cases/100k\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"positive_100k\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Cases per 100k population\"}}, \"selection\": {\"selector002\": {\"type\": \"multi\", \"fields\": [\"canton\"], \"bind\": \"legend\"}}}], \"data\": {\"name\": \"data-4f639eb90076cca47cb18c57e5f43d46\"}, \"title\": \"Covid-19 cases in Switzerland by Canton\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-4f639eb90076cca47cb18c57e5f43d46\": [{\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.2907357067058191, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.2907357067058191, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5814714134116382, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.8722071201174572, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.8722071201174572, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.1629428268232764, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.4536785335290954, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.7444142402349143, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.0351499469407335, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.4888284804698286, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.942507013998925, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.396185547528019, \"positive_daily\": \"\", \"positive\": 22.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 8.722071201174574, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 15.408992455408411, \"positive_daily\": \"\", \"positive\": 53.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.2907357067058191, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 22.09591370964225, \"positive_daily\": \"\", \"positive\": 76.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.2907357067058191, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 28.49209925717027, \"positive_daily\": \"\", \"positive\": 98.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.5814714134116382, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 33.72534197787501, \"positive_daily\": \"\", \"positive\": 116.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.8722071201174572, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 50.297277260106696, \"positive_daily\": \"\", \"positive\": 173.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.8722071201174572, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 65.41553400880929, \"positive_daily\": \"\", \"positive\": 225.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.1629428268232764, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 90.41880478550974, \"positive_daily\": \"\", \"positive\": 311.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.7444142402349143, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 100.59455452021339, \"positive_daily\": \"\", \"positive\": 346.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.0351499469407335, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 125.88856100361967, \"positive_daily\": \"\", \"positive\": 433.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 2.9073570670581907, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 142.46049628585135, \"positive_daily\": \"\", \"positive\": 490.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 3.4888284804698286, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 153.21771743396664, \"positive_daily\": \"\", \"positive\": 527.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.7795641871756476, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 176.18583826372634, \"positive_daily\": \"\", \"positive\": 606.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 4.070299893881467, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 189.26894506548823, \"positive_daily\": \"\", \"positive\": 651.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 4.361035600587287, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 207.87603029466064, \"positive_daily\": \"\", \"positive\": 715.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 5.8147141341163815, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 234.91445101830183, \"positive_daily\": \"\", \"positive\": 808.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 6.1054498408222, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 262.2436074486488, \"positive_daily\": \"\", \"positive\": 902.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 6.1054498408222, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 280.26922126440957, \"positive_daily\": \"\", \"positive\": 964.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 7.559128374351295, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 290.7357067058191, \"positive_daily\": \"\", \"positive\": 1000.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 10.175749734703668, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 315.4482417758137, \"positive_daily\": \"\", \"positive\": 1085.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 10.757221148115306, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 332.89238417816284, \"positive_daily\": \"\", \"positive\": 1145.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 11.629428268232763, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 354.11609076768764, \"positive_daily\": \"\", \"positive\": 1218.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 13.08310680176186, \"deceased_daily\": \"\", \"deceased\": 45.0, \"positive_100k\": 370.10655463650767, \"positive_daily\": \"\", \"positive\": 1273.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 14.827521041996773, \"deceased_daily\": \"\", \"deceased\": 51.0, \"positive_100k\": 383.48039714497537, \"positive_daily\": \"\", \"positive\": 1319.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 15.408992455408411, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 394.23761829309063, \"positive_daily\": \"\", \"positive\": 1356.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 16.281199575525868, \"deceased_daily\": \"\", \"deceased\": 56.0, \"positive_100k\": 407.02998938814676, \"positive_daily\": \"\", \"positive\": 1400.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 17.734878109054964, \"deceased_daily\": \"\", \"deceased\": 61.0, \"positive_100k\": 417.4964748295562, \"positive_daily\": \"\", \"positive\": 1436.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 19.7700280559957, \"deceased_daily\": \"\", \"deceased\": 68.0, \"positive_100k\": 431.4517887514355, \"positive_daily\": \"\", \"positive\": 1484.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 21.223706589524795, \"deceased_daily\": \"\", \"deceased\": 73.0, \"positive_100k\": 443.37195272637405, \"positive_daily\": \"\", \"positive\": 1525.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 21.805178002936433, \"deceased_daily\": \"\", \"deceased\": 75.0, \"positive_100k\": 455.0013809946069, \"positive_daily\": \"\", \"positive\": 1565.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 23.840327949877164, \"deceased_daily\": \"\", \"deceased\": 82.0, \"positive_100k\": 462.851245075664, \"positive_daily\": \"\", \"positive\": 1592.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 25.003270776700443, \"deceased_daily\": \"\", \"deceased\": 86.0, \"positive_100k\": 469.82890203660367, \"positive_daily\": \"\", \"positive\": 1616.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 25.584742190112078, \"deceased_daily\": \"\", \"deceased\": 88.0, \"positive_100k\": 477.38803041095497, \"positive_daily\": \"\", \"positive\": 1642.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 26.16621360352372, \"deceased_daily\": \"\", \"deceased\": 90.0, \"positive_100k\": 483.7842159584829, \"positive_daily\": \"\", \"positive\": 1664.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 27.329156430346995, \"deceased_daily\": \"\", \"deceased\": 94.0, \"positive_100k\": 489.0174586791877, \"positive_daily\": \"\", \"positive\": 1682.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 27.329156430346995, \"deceased_daily\": \"\", \"deceased\": 94.0, \"positive_100k\": 496.28585134683317, \"positive_daily\": \"\", \"positive\": 1707.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 27.91062784375863, \"deceased_daily\": \"\", \"deceased\": 96.0, \"positive_100k\": 502.97277260106705, \"positive_daily\": \"\", \"positive\": 1730.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 28.201363550464453, \"deceased_daily\": \"\", \"deceased\": 97.0, \"positive_100k\": 507.3338082016543, \"positive_daily\": \"\", \"positive\": 1745.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 29.945777790699363, \"deceased_daily\": \"\", \"deceased\": 103.0, \"positive_100k\": 510.2411652687125, \"positive_daily\": \"\", \"positive\": 1755.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 31.399456324228456, \"deceased_daily\": \"\", \"deceased\": 108.0, \"positive_100k\": 514.8929365760056, \"positive_daily\": \"\", \"positive\": 1771.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 32.562399151051736, \"deceased_daily\": \"\", \"deceased\": 112.0, \"positive_100k\": 516.0558794028289, \"positive_daily\": \"\", \"positive\": 1775.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.5040856139006649, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 58.473931212477126, \"positive_daily\": \"\", \"positive\": 116.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.5040856139006649, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 73.0924140155964, \"positive_daily\": \"\", \"positive\": 145.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.5122568417019946, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 107.37023576084161, \"positive_daily\": \"\", \"positive\": 213.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.5122568417019946, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 120.4764617222589, \"positive_daily\": \"\", \"positive\": 239.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 3.024513683403989, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 134.08677329757685, \"positive_daily\": \"\", \"positive\": 266.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.024513683403989, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 139.12762943658353, \"positive_daily\": \"\", \"positive\": 276.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 3.024513683403989, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 162.3155676760141, \"positive_daily\": \"\", \"positive\": 322.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 4.536770525105983, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 188.023933984948, \"positive_daily\": \"\", \"positive\": 373.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 4.536770525105983, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 206.17101608537192, \"positive_daily\": \"\", \"positive\": 409.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 6.049027366807978, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 250.53055010863045, \"positive_daily\": \"\", \"positive\": 497.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 9.577626664112634, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 258.59591993104107, \"positive_daily\": \"\", \"positive\": 513.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 10.585797891913963, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 262.62860484224643, \"positive_daily\": \"\", \"positive\": 521.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 11.593969119715293, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 286.82471430947834, \"positive_daily\": \"\", \"positive\": 569.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 13.610311575317953, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 301.4431971125976, \"positive_daily\": \"\", \"positive\": 598.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 15.122568417019947, \"deceased_daily\": \"\", \"deceased\": 30.0, \"positive_100k\": 325.6393065798295, \"positive_daily\": \"\", \"positive\": 646.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 15.62665403092061, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 331.18424833273684, \"positive_daily\": \"\", \"positive\": 657.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 17.138910872622606, \"deceased_daily\": \"\", \"deceased\": 34.0, \"positive_100k\": 336.7291900856442, \"positive_daily\": \"\", \"positive\": 668.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 342.77821745245217, \"positive_daily\": \"\", \"positive\": 680.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 354.87627218606804, \"positive_daily\": \"\", \"positive\": 704.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 360.42121393897537, \"positive_daily\": \"\", \"positive\": 715.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 366.974326919684, \"positive_daily\": \"\", \"positive\": 728.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 368.9906693752867, \"positive_daily\": \"\", \"positive\": 732.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 370.50292621698867, \"positive_daily\": \"\", \"positive\": 735.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 18.6511677143246, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 373.023354286492, \"positive_daily\": \"\", \"positive\": 740.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 19.155253328225267, \"deceased_daily\": \"\", \"deceased\": 38.0, \"positive_100k\": 376.047867969896, \"positive_daily\": \"\", \"positive\": 746.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 19.65933894212593, \"deceased_daily\": \"\", \"deceased\": 39.0, \"positive_100k\": 379.0723816533, \"positive_daily\": \"\", \"positive\": 752.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 20.163424556026595, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 387.6418370896113, \"positive_daily\": \"\", \"positive\": 769.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 20.163424556026595, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 392.1786076147173, \"positive_daily\": \"\", \"positive\": 778.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.09662050461024736, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.19324100922049472, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.38648201844098945, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5797230276614843, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.6425485783742055, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.285097156748411, \"positive_daily\": \"\", \"positive\": 34.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.09662050461024736, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 11.884322067060427, \"positive_daily\": \"\", \"positive\": 123.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.09662050461024736, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 18.647757389777745, \"positive_daily\": \"\", \"positive\": 193.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.09662050461024736, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 27.24698230008976, \"positive_daily\": \"\", \"positive\": 282.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.19324100922049472, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 36.42593023806326, \"positive_daily\": \"\", \"positive\": 377.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.28986151383074216, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 40.3873709270834, \"positive_daily\": \"\", \"positive\": 418.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.48310252305123685, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 45.41163716681627, \"positive_daily\": \"\", \"positive\": 470.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.5797230276614843, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 51.4021084526516, \"positive_daily\": \"\", \"positive\": 532.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.5797230276614843, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 60.29119487679437, \"positive_daily\": \"\", \"positive\": 624.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.6763435322717316, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 63.76953304276327, \"positive_daily\": \"\", \"positive\": 660.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.7729640368819789, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 69.37352231015761, \"positive_daily\": \"\", \"positive\": 718.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.8695845414922264, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 74.10792703605973, \"positive_daily\": \"\", \"positive\": 767.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9662050461024737, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 77.10316267897741, \"positive_daily\": \"\", \"positive\": 798.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.256066559933216, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 79.80853680806433, \"positive_daily\": \"\", \"positive\": 826.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.5459280737639578, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 82.70715194637175, \"positive_daily\": \"\", \"positive\": 856.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.9324100922049474, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 87.82803869071486, \"positive_daily\": \"\", \"positive\": 909.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.2222716060356897, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 96.91036612407812, \"positive_daily\": \"\", \"positive\": 1003.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.512133119866432, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 103.67380144679544, \"positive_daily\": \"\", \"positive\": 1073.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.7053741290869264, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 106.86227809893359, \"positive_daily\": \"\", \"positive\": 1106.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.7053741290869264, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 109.85751374185126, \"positive_daily\": \"\", \"positive\": 1137.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.995235642917669, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 113.33585190782017, \"positive_daily\": \"\", \"positive\": 1173.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.1884766521381636, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 118.64997966138378, \"positive_daily\": \"\", \"positive\": 1228.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.5749586705791527, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 124.25396892877814, \"positive_daily\": \"\", \"positive\": 1286.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.6715791751894002, \"deceased_daily\": \"\", \"deceased\": 38.0, \"positive_100k\": 128.98837365468023, \"positive_daily\": \"\", \"positive\": 1335.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.058061193630389, \"deceased_daily\": \"\", \"deceased\": 42.0, \"positive_100k\": 132.85319383909015, \"positive_daily\": \"\", \"positive\": 1375.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.2513022028508844, \"deceased_daily\": \"\", \"deceased\": 44.0, \"positive_100k\": 137.10449604194102, \"positive_daily\": \"\", \"positive\": 1419.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.734404725902121, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 139.23014714336648, \"positive_daily\": \"\", \"positive\": 1441.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.734404725902121, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 140.67945471252017, \"positive_daily\": \"\", \"positive\": 1456.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 4.734404725902121, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 142.03214177706366, \"positive_daily\": \"\", \"positive\": 1470.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.120886744343111, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 143.86793136465835, \"positive_daily\": \"\", \"positive\": 1489.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 5.314127753563606, \"deceased_daily\": \"\", \"deceased\": 55.0, \"positive_100k\": 146.38006448452478, \"positive_daily\": \"\", \"positive\": 1515.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 6.473573808886574, \"deceased_daily\": \"\", \"deceased\": 67.0, \"positive_100k\": 150.0516436597142, \"positive_daily\": \"\", \"positive\": 1553.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 6.666814818107069, \"deceased_daily\": \"\", \"deceased\": 69.0, \"positive_100k\": 153.24012031185234, \"positive_daily\": \"\", \"positive\": 1586.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.666814818107069, \"deceased_daily\": \"\", \"deceased\": 69.0, \"positive_100k\": 154.49618687178557, \"positive_daily\": \"\", \"positive\": 1599.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 7.053296836548059, \"deceased_daily\": \"\", \"deceased\": 73.0, \"positive_100k\": 155.84887393632903, \"positive_daily\": \"\", \"positive\": 1613.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 7.439778854989048, \"deceased_daily\": \"\", \"deceased\": 77.0, \"positive_100k\": 156.71845847782126, \"positive_daily\": \"\", \"positive\": 1622.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.387736141220191, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 24.775472282440383, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 30.96934035305048, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 37.16320842366058, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 49.550944564880766, \"positive_daily\": \"\", \"positive\": 8.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 55.74481263549086, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 68.13254877671105, \"positive_daily\": \"\", \"positive\": 11.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 74.32641684732116, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 80.52028491793125, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 86.71415298854134, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 86.71415298854134, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 123.87736141220192, \"positive_daily\": \"\", \"positive\": 20.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 123.87736141220192, \"positive_daily\": \"\", \"positive\": 20.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 130.07122948281202, \"positive_daily\": \"\", \"positive\": 21.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 130.07122948281202, \"positive_daily\": \"\", \"positive\": 21.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 130.07122948281202, \"positive_daily\": \"\", \"positive\": 21.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 142.4589656240322, \"positive_daily\": \"\", \"positive\": 23.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.34706315161106716, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.082378909666403, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.082378909666403, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.205947274166007, \"positive_daily\": \"\", \"positive\": 15.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.34706315161106716, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 6.594199880610277, \"positive_daily\": \"\", \"positive\": 19.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.34706315161106716, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 6.941263032221343, \"positive_daily\": \"\", \"positive\": 20.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.34706315161106716, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 7.635389335443477, \"positive_daily\": \"\", \"positive\": 22.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 9.023641941887746, \"positive_daily\": \"\", \"positive\": 26.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 9.023641941887746, \"positive_daily\": \"\", \"positive\": 26.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 14.576652367664822, \"positive_daily\": \"\", \"positive\": 42.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 16.311968125720156, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 18.741410186997626, \"positive_daily\": \"\", \"positive\": 54.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 26.376799522441107, \"positive_daily\": \"\", \"positive\": 76.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 30.888620493384977, \"positive_daily\": \"\", \"positive\": 89.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 40.25932558688379, \"positive_daily\": \"\", \"positive\": 116.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 46.506462315883, \"positive_daily\": \"\", \"positive\": 134.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.0411894548332015, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 63.859619896436364, \"positive_daily\": \"\", \"positive\": 184.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.0411894548332015, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 97.87180875432094, \"positive_daily\": \"\", \"positive\": 282.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.0411894548332015, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 100.30125081559841, \"positive_daily\": \"\", \"positive\": 289.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.0411894548332015, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 104.81307178654227, \"positive_daily\": \"\", \"positive\": 302.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.3882526064442686, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 106.20132439298655, \"positive_daily\": \"\", \"positive\": 306.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.7353157580553358, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 118.3485346993739, \"positive_daily\": \"\", \"positive\": 341.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.7353157580553358, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 146.46064997987034, \"positive_daily\": \"\", \"positive\": 422.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.7353157580553358, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 161.7314286507573, \"positive_daily\": \"\", \"positive\": 466.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.082378909666403, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 174.2257021087557, \"positive_daily\": \"\", \"positive\": 502.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 2.082378909666403, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 177.3492704732553, \"positive_daily\": \"\", \"positive\": 511.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 2.42944206127747, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 187.06703871836518, \"positive_daily\": \"\", \"positive\": 539.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 3.4706315161106716, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 194.7024280538087, \"positive_daily\": \"\", \"positive\": 561.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 3.8176946677217387, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 204.0731331473075, \"positive_daily\": \"\", \"positive\": 588.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.164757819332806, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 211.708522482751, \"positive_daily\": \"\", \"positive\": 610.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 4.85888412255494, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 216.91446975691696, \"positive_daily\": \"\", \"positive\": 625.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 6.594199880610277, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 227.67342745686003, \"positive_daily\": \"\", \"positive\": 656.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 6.594199880610277, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 232.53231157941502, \"positive_daily\": \"\", \"positive\": 670.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 6.594199880610277, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 236.6970693987478, \"positive_daily\": \"\", \"positive\": 682.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 6.594199880610277, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 239.47357461163634, \"positive_daily\": \"\", \"positive\": 690.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 7.288326183832411, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 240.8618272180806, \"positive_daily\": \"\", \"positive\": 694.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 7.288326183832411, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 246.76190079546876, \"positive_daily\": \"\", \"positive\": 711.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 7.635389335443477, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 250.57959546319046, \"positive_daily\": \"\", \"positive\": 722.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 7.635389335443477, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 255.43847958574545, \"positive_daily\": \"\", \"positive\": 736.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 7.9824524870545455, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 256.8267321921897, \"positive_daily\": \"\", \"positive\": 740.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 8.329515638665612, \"deceased_daily\": \"\", \"deceased\": 24.0, \"positive_100k\": 259.9503005566893, \"positive_daily\": \"\", \"positive\": 749.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 262.03267946635566, \"positive_daily\": \"\", \"positive\": 755.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 266.5445004372996, \"positive_daily\": \"\", \"positive\": 768.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 271.05632140824343, \"positive_daily\": \"\", \"positive\": 781.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 275.5681423791873, \"positive_daily\": \"\", \"positive\": 794.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 276.9563949856316, \"positive_daily\": \"\", \"positive\": 798.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 278.69171074368694, \"positive_daily\": \"\", \"positive\": 803.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 279.73290019852016, \"positive_daily\": \"\", \"positive\": 806.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 9.023641941887746, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 280.7740896533533, \"positive_daily\": \"\", \"positive\": 809.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.36604024978586647, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 15.73973074079226, \"positive_daily\": \"\", \"positive\": 43.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 24.158656485867187, \"positive_daily\": \"\", \"positive\": 66.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 34.77382372965731, \"positive_daily\": \"\", \"positive\": 95.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 38.06818597773011, \"positive_daily\": \"\", \"positive\": 104.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 47.219192222376776, \"positive_daily\": \"\", \"positive\": 129.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 51.61167521980717, \"positive_daily\": \"\", \"positive\": 141.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 57.46831921638103, \"positive_daily\": \"\", \"positive\": 157.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 63.3249632129549, \"positive_daily\": \"\", \"positive\": 173.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.7320804995717329, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 69.54764745931462, \"positive_daily\": \"\", \"positive\": 190.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7320804995717329, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 71.74388895802983, \"positive_daily\": \"\", \"positive\": 196.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 79.06469395374715, \"positive_daily\": \"\", \"positive\": 216.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 83.09113670139168, \"positive_daily\": \"\", \"positive\": 227.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 86.75153919925035, \"positive_daily\": \"\", \"positive\": 237.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 91.51006244646662, \"positive_daily\": \"\", \"positive\": 250.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 94.43838444475355, \"positive_daily\": \"\", \"positive\": 258.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 95.53650519411114, \"positive_daily\": \"\", \"positive\": 261.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 96.63462594346875, \"positive_daily\": \"\", \"positive\": 264.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 101.02710894089914, \"positive_daily\": \"\", \"positive\": 276.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.8302012489293324, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 103.22335043961434, \"positive_daily\": \"\", \"positive\": 282.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.8302012489293324, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 107.61583343704474, \"positive_daily\": \"\", \"positive\": 294.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.1962414987151986, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 112.00831643447513, \"positive_daily\": \"\", \"positive\": 306.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.562281748501065, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 115.30267868254792, \"positive_daily\": \"\", \"positive\": 315.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.562281748501065, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 117.49892018126313, \"positive_daily\": \"\", \"positive\": 321.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.9283219982869317, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 118.96308118040659, \"positive_daily\": \"\", \"positive\": 325.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.9283219982869317, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 120.42724217955006, \"positive_daily\": \"\", \"positive\": 329.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.9283219982869317, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 125.55180567655219, \"positive_daily\": \"\", \"positive\": 343.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.294362248072798, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 128.11408742505324, \"positive_daily\": \"\", \"positive\": 350.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.660402497858665, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 129.21220817441085, \"positive_daily\": \"\", \"positive\": 353.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 4.026442747644531, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 129.94428867398258, \"positive_daily\": \"\", \"positive\": 355.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.026442747644531, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 129.94428867398258, \"positive_daily\": \"\", \"positive\": 355.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 4.026442747644531, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 131.40844967312606, \"positive_daily\": \"\", \"positive\": 359.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.19696787650902012, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.39393575301804024, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.954518147635302, \"positive_daily\": \"\", \"positive\": 15.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.257490195923948, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.015040467050229, \"positive_daily\": \"\", \"positive\": 61.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 16.742269503266712, \"positive_daily\": \"\", \"positive\": 85.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 19.302851897883972, \"positive_daily\": \"\", \"positive\": 98.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.19696787650902012, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 44.90867584405659, \"positive_daily\": \"\", \"positive\": 228.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.19696787650902012, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 44.90867584405659, \"positive_daily\": \"\", \"positive\": 228.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.39393575301804024, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 60.27217021176016, \"positive_daily\": \"\", \"positive\": 306.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.9848393825451006, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 66.77211013655783, \"positive_daily\": \"\", \"positive\": 339.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9848393825451006, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 71.89327492579235, \"positive_daily\": \"\", \"positive\": 365.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.9848393825451006, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 76.62050396200884, \"positive_daily\": \"\", \"positive\": 389.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.378775135563141, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 81.54470087473435, \"positive_daily\": \"\", \"positive\": 414.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.378775135563141, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 81.54470087473435, \"positive_daily\": \"\", \"positive\": 414.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.575743012072161, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 94.54458072432966, \"positive_daily\": \"\", \"positive\": 480.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.575743012072161, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 94.54458072432966, \"positive_daily\": \"\", \"positive\": 480.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.7727108885811813, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 99.27180976054615, \"positive_daily\": \"\", \"positive\": 504.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.7727108885811813, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 101.43845640214538, \"positive_daily\": \"\", \"positive\": 515.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.1666466415992214, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 104.7869103027987, \"positive_daily\": \"\", \"positive\": 532.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.5605823946172617, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 109.71110721552422, \"positive_daily\": \"\", \"positive\": 557.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.954518147635302, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 113.84743262221366, \"positive_daily\": \"\", \"positive\": 578.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.151486024144322, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 118.96859741144816, \"positive_daily\": \"\", \"positive\": 604.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 3.3484539006533423, \"deceased_daily\": \"\", \"deceased\": 17.0, \"positive_100k\": 124.48369795370073, \"positive_daily\": \"\", \"positive\": 632.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.5454217771623626, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 126.25640884228191, \"positive_daily\": \"\", \"positive\": 641.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.136325406689423, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 127.83215185435408, \"positive_daily\": \"\", \"positive\": 649.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.136325406689423, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 129.40789486642623, \"positive_daily\": \"\", \"positive\": 657.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 4.136325406689423, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 130.7866700019894, \"positive_daily\": \"\", \"positive\": 664.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.530261159707464, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 133.1502845200976, \"positive_daily\": \"\", \"positive\": 676.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.924196912725503, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 133.9381560261337, \"positive_daily\": \"\", \"positive\": 680.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.318132665743544, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 134.52905965566075, \"positive_daily\": \"\", \"positive\": 683.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.318132665743544, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 137.68054567980508, \"positive_daily\": \"\", \"positive\": 699.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.318132665743544, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 138.8623529388592, \"positive_daily\": \"\", \"positive\": 705.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.318132665743544, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 140.04416019791333, \"positive_daily\": \"\", \"positive\": 711.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 5.712068418761584, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 141.42293533347646, \"positive_daily\": \"\", \"positive\": 718.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 5.712068418761584, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 142.60474259253058, \"positive_daily\": \"\", \"positive\": 724.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5654509471303365, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.523607577042692, \"positive_daily\": \"\", \"positive\": 8.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.089058524173027, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 7.350862312694374, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 10.178117048346055, \"positive_daily\": \"\", \"positive\": 18.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 13.570822731128075, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 15.267175572519085, \"positive_daily\": \"\", \"positive\": 27.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 17.52897936104043, \"positive_daily\": \"\", \"positive\": 31.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 20.921685043822446, \"positive_daily\": \"\", \"positive\": 37.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 26.010743567995476, \"positive_daily\": \"\", \"positive\": 46.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 33.36160588068985, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 38.45066440486288, \"positive_daily\": \"\", \"positive\": 68.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 41.84337008764489, \"positive_daily\": \"\", \"positive\": 74.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 52.58693808312129, \"positive_daily\": \"\", \"positive\": 93.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.5654509471303365, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 64.46140797285835, \"positive_daily\": \"\", \"positive\": 114.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.130901894260673, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 82.55583828102911, \"positive_daily\": \"\", \"positive\": 146.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.6963528413910094, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 98.95391574780888, \"positive_daily\": \"\", \"positive\": 175.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.6963528413910094, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 106.8702290076336, \"positive_daily\": \"\", \"positive\": 189.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.261803788521346, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 113.09018942606728, \"positive_daily\": \"\", \"positive\": 200.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 2.261803788521346, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 122.13740458015268, \"positive_daily\": \"\", \"positive\": 216.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 2.827254735651682, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 139.66638394119312, \"positive_daily\": \"\", \"positive\": 247.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.392705682782019, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 149.84450098953914, \"positive_daily\": \"\", \"positive\": 265.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 5.089058524173027, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 158.3262651964942, \"positive_daily\": \"\", \"positive\": 280.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 6.785411365564038, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 169.0698331919706, \"positive_daily\": \"\", \"positive\": 299.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 7.350862312694374, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 178.68249929318634, \"positive_daily\": \"\", \"positive\": 316.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 8.481764206955047, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 190.55696918292338, \"positive_daily\": \"\", \"positive\": 337.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 10.178117048346055, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 195.6460277070964, \"positive_daily\": \"\", \"positive\": 346.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 11.874469889737066, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 213.7404580152672, \"positive_daily\": \"\", \"positive\": 378.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 13.005371783997738, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 227.31128074639523, \"positive_daily\": \"\", \"positive\": 402.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 14.13627367825841, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 237.4893977947413, \"positive_daily\": \"\", \"positive\": 420.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 15.832626519649422, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 243.14390726604466, \"positive_daily\": \"\", \"positive\": 430.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 16.398077466779757, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 251.0602205258694, \"positive_daily\": \"\", \"positive\": 444.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 17.52897936104043, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 255.5838281029121, \"positive_daily\": \"\", \"positive\": 452.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 17.52897936104043, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 262.3692394684761, \"positive_daily\": \"\", \"positive\": 464.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 19.22533220243144, \"deceased_daily\": \"\", \"deceased\": 34.0, \"positive_100k\": 275.9400621996042, \"positive_daily\": \"\", \"positive\": 488.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 20.35623409669211, \"deceased_daily\": \"\", \"deceased\": 36.0, \"positive_100k\": 290.0763358778626, \"positive_daily\": \"\", \"positive\": 513.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 22.052586938083124, \"deceased_daily\": \"\", \"deceased\": 39.0, \"positive_100k\": 292.90359061351427, \"positive_daily\": \"\", \"positive\": 518.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 22.618037885213457, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 310.99802092168505, \"positive_daily\": \"\", \"positive\": 550.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 22.618037885213457, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 322.30703986429177, \"positive_daily\": \"\", \"positive\": 570.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 23.74893977947413, \"deceased_daily\": \"\", \"deceased\": 42.0, \"positive_100k\": 327.3960983884648, \"positive_daily\": \"\", \"positive\": 579.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 26.010743567995476, \"deceased_daily\": \"\", \"deceased\": 46.0, \"positive_100k\": 333.05060785976815, \"positive_daily\": \"\", \"positive\": 589.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 26.576194515125813, \"deceased_daily\": \"\", \"deceased\": 47.0, \"positive_100k\": 336.4433135425502, \"positive_daily\": \"\", \"positive\": 595.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 27.14164546225615, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 342.6632739609839, \"positive_daily\": \"\", \"positive\": 606.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 27.14164546225615, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 347.7523324851569, \"positive_daily\": \"\", \"positive\": 615.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 27.14164546225615, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 353.97229290359064, \"positive_daily\": \"\", \"positive\": 626.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 28.27254735651682, \"deceased_daily\": \"\", \"deceased\": 50.0, \"positive_100k\": 359.62680237489394, \"positive_daily\": \"\", \"positive\": 636.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 28.27254735651682, \"deceased_daily\": \"\", \"deceased\": 50.0, \"positive_100k\": 360.75770426915466, \"positive_daily\": \"\", \"positive\": 638.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 28.27254735651682, \"deceased_daily\": \"\", \"deceased\": 50.0, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 31.665253039298843, \"deceased_daily\": \"\", \"deceased\": 56.0, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 15.87080674973203, \"positive_daily\": \"\", \"positive\": 65.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 22.463295707313026, \"positive_daily\": \"\", \"positive\": 92.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.24416625768818503, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 26.61412208801217, \"positive_daily\": \"\", \"positive\": 109.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.24416625768818503, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 31.98577975715224, \"positive_daily\": \"\", \"positive\": 131.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.24416625768818503, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 38.08993619935686, \"positive_daily\": \"\", \"positive\": 156.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.48833251537637007, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 50.05408282607794, \"positive_daily\": \"\", \"positive\": 205.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.48833251537637007, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 55.669906752906186, \"positive_daily\": \"\", \"positive\": 228.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.7324987730645551, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 61.77406319511082, \"positive_daily\": \"\", \"positive\": 253.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.7324987730645551, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 70.0757159565091, \"positive_daily\": \"\", \"positive\": 287.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.9766650307527401, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 77.40070368715466, \"positive_daily\": \"\", \"positive\": 317.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.2208312884409254, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 82.77236135629472, \"positive_daily\": \"\", \"positive\": 339.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.4649975461291103, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 85.70235644855295, \"positive_daily\": \"\", \"positive\": 351.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 91.56234663306938, \"positive_daily\": \"\", \"positive\": 375.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 97.9106693329622, \"positive_daily\": \"\", \"positive\": 401.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 103.03816074441409, \"positive_daily\": \"\", \"positive\": 422.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 109.63064970199508, \"positive_daily\": \"\", \"positive\": 449.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 114.51397485575878, \"positive_daily\": \"\", \"positive\": 469.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 116.71147117495245, \"positive_daily\": \"\", \"positive\": 478.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 121.35063007102796, \"positive_daily\": \"\", \"positive\": 497.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 124.28062516328619, \"positive_daily\": \"\", \"positive\": 509.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 128.67561780167352, \"positive_daily\": \"\", \"positive\": 527.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 132.3381116669963, \"positive_daily\": \"\", \"positive\": 542.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 136.73310430538362, \"positive_daily\": \"\", \"positive\": 560.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.4416625768818507, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 138.6864343668891, \"positive_daily\": \"\", \"positive\": 568.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.4416625768818507, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 140.63976442839459, \"positive_daily\": \"\", \"positive\": 576.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.4416625768818507, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 141.61642945914733, \"positive_daily\": \"\", \"positive\": 580.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.685828834570035, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 143.81392577834097, \"positive_daily\": \"\", \"positive\": 589.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.9299950922582205, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 145.5230895821583, \"positive_daily\": \"\", \"positive\": 596.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 3.1741613499464054, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 146.25558835522284, \"positive_daily\": \"\", \"positive\": 599.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.4183276076345908, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 148.20891841672832, \"positive_daily\": \"\", \"positive\": 607.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.6624938653227757, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 152.11557853973926, \"positive_daily\": \"\", \"positive\": 623.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.6624938653227757, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 152.84807731280384, \"positive_daily\": \"\", \"positive\": 626.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.6624938653227757, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 154.55724111662113, \"positive_daily\": \"\", \"positive\": 633.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.6624938653227757, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 156.998903693503, \"positive_daily\": \"\", \"positive\": 643.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": 120.65760964439379, \"tested\": 235.0, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.5403099103539633, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.5403099103539633, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.107493094277236, \"positive_daily\": \"\", \"positive\": 8.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 7.701549551769816, \"positive_daily\": \"\", \"positive\": 15.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 10.782169372477743, \"positive_daily\": \"\", \"positive\": 21.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.322479282831706, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 14.376225829970323, \"positive_daily\": \"\", \"positive\": 28.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 16.943409013893596, \"positive_daily\": \"\", \"positive\": 33.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 25.158395202448066, \"positive_daily\": \"\", \"positive\": 49.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.5134366367846545, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 37.48087448527977, \"positive_daily\": \"\", \"positive\": 73.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.5134366367846545, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 47.2361705841882, \"positive_daily\": \"\", \"positive\": 92.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.5134366367846545, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 51.34366367846545, \"positive_daily\": \"\", \"positive\": 100.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 73.93487569699023, \"positive_daily\": \"\", \"positive\": 144.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 84.71704506946797, \"positive_daily\": \"\", \"positive\": 165.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 93.4454678948071, \"positive_daily\": \"\", \"positive\": 182.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 113.98293336619327, \"positive_daily\": \"\", \"positive\": 222.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 139.654765205426, \"positive_daily\": \"\", \"positive\": 272.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.567183183923272, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 153.51755439861168, \"positive_daily\": \"\", \"positive\": 299.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 2.567183183923272, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 183.81031596890628, \"positive_daily\": \"\", \"positive\": 358.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 2.567183183923272, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 193.05217543103007, \"positive_daily\": \"\", \"positive\": 376.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 2.567183183923272, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 212.56276762884693, \"positive_daily\": \"\", \"positive\": 414.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 4.107493094277236, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 239.26147274164893, \"positive_daily\": \"\", \"positive\": 466.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 6.161239641415853, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 259.2855015762505, \"positive_daily\": \"\", \"positive\": 505.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 6.674676278200507, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 274.17516404300545, \"positive_daily\": \"\", \"positive\": 534.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 6.674676278200507, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 294.19919287760695, \"positive_daily\": \"\", \"positive\": 573.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 7.701549551769816, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 312.6829118018545, \"positive_daily\": \"\", \"positive\": 609.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 7.701549551769816, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 318.8441514432704, \"positive_daily\": \"\", \"positive\": 621.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 8.214986188554471, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 337.3278703675179, \"positive_daily\": \"\", \"positive\": 657.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 9.241859462123779, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 354.7847160181962, \"positive_daily\": \"\", \"positive\": 691.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 9.755296098908433, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 368.6475052113819, \"positive_daily\": \"\", \"positive\": 718.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 10.782169372477743, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 389.18497068276804, \"positive_daily\": \"\", \"positive\": 758.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 12.322479282831706, \"deceased_daily\": \"\", \"deceased\": 24.0, \"positive_100k\": 395.8596469609685, \"positive_daily\": \"\", \"positive\": 771.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 13.349352556401014, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 407.6686896070156, \"positive_daily\": \"\", \"positive\": 794.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 13.349352556401014, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 412.2896193380775, \"positive_daily\": \"\", \"positive\": 803.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 14.376225829970323, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 417.423985705924, \"positive_daily\": \"\", \"positive\": 813.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 15.916535740324287, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 428.20615507840176, \"positive_daily\": \"\", \"positive\": 834.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 16.943409013893596, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 434.3673947198176, \"positive_daily\": \"\", \"positive\": 846.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 16.943409013893596, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 441.0420709980181, \"positive_daily\": \"\", \"positive\": 859.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 16.943409013893596, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 444.63612745551075, \"positive_daily\": \"\", \"positive\": 866.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 16.943409013893596, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 452.8511136440652, \"positive_daily\": \"\", \"positive\": 882.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 17.45684565067825, \"deceased_daily\": \"\", \"deceased\": 34.0, \"positive_100k\": 458.4989166486964, \"positive_daily\": \"\", \"positive\": 893.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 17.45684565067825, \"deceased_daily\": \"\", \"deceased\": 34.0, \"positive_100k\": 461.5795364694043, \"positive_daily\": \"\", \"positive\": 899.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 18.483718924247558, \"deceased_daily\": \"\", \"deceased\": 36.0, \"positive_100k\": 466.7139028372508, \"positive_daily\": \"\", \"positive\": 909.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 18.997155561032216, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 470.8213959315281, \"positive_daily\": \"\", \"positive\": 917.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 18.997155561032216, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 473.90201575223597, \"positive_daily\": \"\", \"positive\": 923.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 20.537465471386177, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 476.98263557294393, \"positive_daily\": \"\", \"positive\": 929.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 20.537465471386177, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 478.52294548329786, \"positive_daily\": \"\", \"positive\": 932.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 21.564338744955485, \"deceased_daily\": \"\", \"deceased\": 42.0, \"positive_100k\": 479.0363821200826, \"positive_daily\": \"\", \"positive\": 933.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 22.591212018524793, \"deceased_daily\": \"\", \"deceased\": 44.0, \"positive_100k\": 479.0363821200826, \"positive_daily\": \"\", \"positive\": 933.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.14744760817862393, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.29489521635724786, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.8846856490717436, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.0321332572503674, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3270284736076154, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.7693712981434873, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.064266514500735, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.506609339036607, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.654056947215231, \"positive_daily\": \"\", \"positive\": 18.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.9810854208228466, \"positive_daily\": \"\", \"positive\": 27.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.718323461715966, \"positive_daily\": \"\", \"positive\": 32.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 7.667275625288444, \"positive_daily\": \"\", \"positive\": 52.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.878989747967804, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 14.892208426041018, \"positive_daily\": \"\", \"positive\": 101.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 17.398817765077624, \"positive_daily\": \"\", \"positive\": 118.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.14744760817862393, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 24.771198174008823, \"positive_daily\": \"\", \"positive\": 168.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.14744760817862393, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 34.20784509744075, \"positive_daily\": \"\", \"positive\": 232.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.14744760817862393, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 35.534873571048365, \"positive_daily\": \"\", \"positive\": 241.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.29489521635724786, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 39.22106377551396, \"positive_daily\": \"\", \"positive\": 266.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.29489521635724786, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 47.03578700898103, \"positive_daily\": \"\", \"positive\": 319.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.29489521635724786, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 51.45921525433975, \"positive_daily\": \"\", \"positive\": 349.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.4423428245358718, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 53.670929377019114, \"positive_daily\": \"\", \"positive\": 364.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.1795808654289914, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 70.9222995339181, \"positive_daily\": \"\", \"positive\": 481.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.6219236899648632, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 73.57635648113335, \"positive_daily\": \"\", \"positive\": 499.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.6219236899648632, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 80.94873689006454, \"positive_daily\": \"\", \"positive\": 549.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.7693712981434873, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 87.28898404174537, \"positive_daily\": \"\", \"positive\": 592.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.7693712981434873, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 92.30220271981858, \"positive_daily\": \"\", \"positive\": 626.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.916818906322111, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 107.1944111458596, \"positive_daily\": \"\", \"positive\": 727.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.359161730857983, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 112.06018221575418, \"positive_daily\": \"\", \"positive\": 760.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.359161730857983, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 116.18871524475567, \"positive_daily\": \"\", \"positive\": 788.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.506609339036607, \"deceased_daily\": \"\", \"deceased\": 17.0, \"positive_100k\": 121.20193392282886, \"positive_daily\": \"\", \"positive\": 822.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.654056947215231, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 125.33046695183035, \"positive_daily\": \"\", \"positive\": 850.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.654056947215231, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 129.4589999808318, \"positive_daily\": \"\", \"positive\": 878.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.654056947215231, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 132.55539975258293, \"positive_daily\": \"\", \"positive\": 899.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.8015045553938545, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 133.5875330098333, \"positive_daily\": \"\", \"positive\": 906.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.8015045553938545, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 134.47221865890504, \"positive_daily\": \"\", \"positive\": 912.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 3.2438473799297265, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 136.9788279979416, \"positive_daily\": \"\", \"positive\": 929.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 3.39129498810835, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 139.04309451244237, \"positive_daily\": \"\", \"positive\": 943.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.5387425962869745, \"deceased_daily\": \"\", \"deceased\": 24.0, \"positive_100k\": 141.549703851479, \"positive_daily\": \"\", \"positive\": 960.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.686190204465598, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 145.53078927230183, \"positive_daily\": \"\", \"positive\": 987.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.686190204465598, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 147.8899510031598, \"positive_daily\": \"\", \"positive\": 1003.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.12853302900147, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 149.21697947676742, \"positive_daily\": \"\", \"positive\": 1012.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 4.275980637180094, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 149.95421751766054, \"positive_daily\": \"\", \"positive\": 1017.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6282788301448183, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 0.6282788301448183, \"tested\": 1.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.8848364904344548, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 1.8848364904344548, \"tested\": 3.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.7696729808689096, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 3.7696729808689096, \"tested\": 6.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.654509471303364, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 6.282788301448183, \"tested\": 10.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 7.539345961737819, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 6.282788301448183, \"tested\": 10.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 8.167624791882638, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 62.19960418433701, \"positive_daily\": \"\", \"positive\": 99.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.6282788301448183, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 62.19960418433701, \"positive_daily\": \"\", \"positive\": 99.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.6282788301448183, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 74.76518078723338, \"positive_daily\": \"\", \"positive\": 119.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.2565576602896367, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 76.65001727766783, \"positive_daily\": \"\", \"positive\": 122.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.2565576602896367, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 80.41969025853675, \"positive_daily\": \"\", \"positive\": 128.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.2565576602896367, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 84.81764206955046, \"positive_daily\": \"\", \"positive\": 135.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 2.5131153205792733, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 88.58731505041938, \"positive_daily\": \"\", \"positive\": 141.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.5131153205792733, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 91.72870920114346, \"positive_daily\": \"\", \"positive\": 146.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.5131153205792733, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 97.38321867244683, \"positive_daily\": \"\", \"positive\": 155.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.5131153205792733, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 103.0377281437502, \"positive_daily\": \"\", \"positive\": 164.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 3.1413941507240914, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 105.55084346432946, \"positive_daily\": \"\", \"positive\": 168.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.1413941507240914, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 106.8074011246191, \"positive_daily\": \"\", \"positive\": 170.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.7696729808689096, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 111.83363176577765, \"positive_daily\": \"\", \"positive\": 178.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 4.397951811013728, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 116.23158357679138, \"positive_daily\": \"\", \"positive\": 185.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.397951811013728, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 123.14265070838438, \"positive_daily\": \"\", \"positive\": 196.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.654509471303364, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 133.8233908208463, \"positive_daily\": \"\", \"positive\": 213.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 6.282788301448183, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 135.07994848113592, \"positive_daily\": \"\", \"positive\": 215.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 6.282788301448183, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 156.44142870605975, \"positive_daily\": \"\", \"positive\": 249.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 6.911067131593001, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 157.6979863663494, \"positive_daily\": \"\", \"positive\": 251.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 7.539345961737819, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 157.6979863663494, \"positive_daily\": \"\", \"positive\": 251.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 8.167624791882638, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 162.0959381773631, \"positive_daily\": \"\", \"positive\": 258.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 8.167624791882638, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 163.98077466779756, \"positive_daily\": \"\", \"positive\": 261.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 8.795903622027456, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 166.49388998837682, \"positive_daily\": \"\", \"positive\": 265.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 8.795903622027456, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 167.12216881852166, \"positive_daily\": \"\", \"positive\": 266.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 8.795903622027456, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 167.12216881852166, \"positive_daily\": \"\", \"positive\": 266.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 9.424182452172275, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 168.3787264788113, \"positive_daily\": \"\", \"positive\": 268.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 9.424182452172275, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 170.8918417993906, \"positive_daily\": \"\", \"positive\": 272.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 10.052461282317093, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 173.40495711996985, \"positive_daily\": \"\", \"positive\": 276.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 10.052461282317093, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 177.17463010083875, \"positive_daily\": \"\", \"positive\": 282.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.6426362939668615, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": 15.85581776380117, \"tested\": 6.0, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 66.06590734917152, \"positive_daily\": \"\", \"positive\": 25.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 66.06590734917152, \"positive_daily\": \"\", \"positive\": 25.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 71.35117993710526, \"positive_daily\": \"\", \"positive\": 27.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 79.27908881900584, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 97.77754287677386, \"positive_daily\": \"\", \"positive\": 37.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 121.56126952247563, \"positive_daily\": \"\", \"positive\": 46.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 121.56126952247563, \"positive_daily\": \"\", \"positive\": 46.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 126.84654211040936, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 134.77445099230994, \"positive_daily\": \"\", \"positive\": 51.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 147.98763246214423, \"positive_daily\": \"\", \"positive\": 56.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 158.55817763801167, \"positive_daily\": \"\", \"positive\": 60.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 158.55817763801167, \"positive_daily\": \"\", \"positive\": 60.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 161.20081393197853, \"positive_daily\": \"\", \"positive\": 61.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 163.84345022594542, \"positive_daily\": \"\", \"positive\": 62.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 169.12872281387914, \"positive_daily\": \"\", \"positive\": 64.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 169.12872281387914, \"positive_daily\": \"\", \"positive\": 64.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 171.771359107846, \"positive_daily\": \"\", \"positive\": 65.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 174.41399540181283, \"positive_daily\": \"\", \"positive\": 66.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 177.0566316957797, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 177.0566316957797, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 14.414991591254905, \"tested\": 72.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.200208216545207, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 35.63706254504685, \"tested\": 178.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.200208216545207, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 65.26787859373748, \"tested\": 326.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.6006246496356211, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 106.71097941859534, \"tested\": 533.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.0010410827260352, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 134.74012973492432, \"tested\": 673.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.401457515816449, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 156.5628253383519, \"tested\": 782.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.401457515816449, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 174.1811483943301, \"tested\": 870.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.8018739489068631, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 195.80363578121248, \"tested\": 978.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.8018739489068631, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 217.2259149515496, \"tested\": 1085.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 2.602706815087691, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 230.43965724353328, \"tested\": 1151.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 3.6037478978137263, \"positive_daily\": \"\", \"positive\": 18.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 250.26027068150879, \"tested\": 1250.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 6.00624649635621, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 265.6763033554897, \"tested\": 1327.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 7.808120445263074, \"positive_daily\": \"\", \"positive\": 39.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 280.0912949467446, \"tested\": 1399.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 9.609994394169938, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 302.714823416353, \"tested\": 1512.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.200208216545207, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 15.41603267398094, \"positive_daily\": \"\", \"positive\": 77.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 345.3591735404821, \"tested\": 1725.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.200208216545207, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 17.61832305597822, \"positive_daily\": \"\", \"positive\": 88.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 395.61143589332903, \"tested\": 1976.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.200208216545207, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 23.824777768879635, \"positive_daily\": \"\", \"positive\": 119.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 470.48930888123647, \"tested\": 2350.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.200208216545207, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 37.238728277408505, \"positive_daily\": \"\", \"positive\": 186.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 565.5882117402099, \"tested\": 2825.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.200208216545207, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 58.86121566429086, \"positive_daily\": \"\", \"positive\": 294.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 695.5233442780492, \"tested\": 3474.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.6006246496356211, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 78.68182910226635, \"positive_daily\": \"\", \"positive\": 393.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 783.8151677744855, \"tested\": 3915.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.6006246496356211, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 96.50036037478978, \"positive_daily\": \"\", \"positive\": 482.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 874.5094898694643, \"tested\": 4368.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.800832866180828, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 122.32722030912149, \"positive_daily\": \"\", \"positive\": 611.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 995.4352526627692, \"tested\": 4972.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.0010410827260352, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 156.7630335548971, \"positive_daily\": \"\", \"positive\": 783.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1131.9772563466006, \"tested\": 5654.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.2012492992712422, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 201.40946584447826, \"positive_daily\": \"\", \"positive\": 1006.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1247.69760550973, \"tested\": 6232.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.601665732361656, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 226.63570112917432, \"positive_daily\": \"\", \"positive\": 1132.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1329.1823496436293, \"tested\": 6639.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.601665732361656, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 252.46256106350603, \"positive_daily\": \"\", \"positive\": 1261.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1402.8589733322656, \"tested\": 7007.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.8018739489068631, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 281.8931688956515, \"positive_daily\": \"\", \"positive\": 1408.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1451.9099863858412, \"tested\": 7252.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 2.602706815087691, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 311.5239849443421, \"positive_daily\": \"\", \"positive\": 1556.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1531.3926483542884, \"tested\": 7649.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 2.802915031632898, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 332.1454312484984, \"positive_daily\": \"\", \"positive\": 1659.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1601.2653159285655, \"tested\": 7998.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 4.204372547449347, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 356.3706254504685, \"positive_daily\": \"\", \"positive\": 1780.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1687.5550572595498, \"tested\": 8429.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 4.6047889805397615, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 401.8178906062305, \"positive_daily\": \"\", \"positive\": 2007.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1790.6622887803314, \"tested\": 8944.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 6.00624649635621, \"deceased_daily\": \"\", \"deceased\": 30.0, \"positive_100k\": 439.2568271001842, \"positive_daily\": \"\", \"positive\": 2194.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1888.964523104028, \"tested\": 9435.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 7.407704012172659, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 479.09826219268035, \"positive_daily\": \"\", \"positive\": 2393.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2011.0915351966044, \"tested\": 10045.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 8.80916152798911, \"deceased_daily\": \"\", \"deceased\": 44.0, \"positive_100k\": 501.12116601265313, \"positive_daily\": \"\", \"positive\": 2503.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2073.756706975254, \"tested\": 10358.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 10.611035476895973, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 542.9646832706014, \"positive_daily\": \"\", \"positive\": 2712.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2206.2945463281812, \"tested\": 11020.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 12.212701209257627, \"deceased_daily\": \"\", \"deceased\": 61.0, \"positive_100k\": 589.4129895090895, \"positive_daily\": \"\", \"positive\": 2944.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2358.4527909025387, \"tested\": 11780.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 13.814366941619284, \"deceased_daily\": \"\", \"deceased\": 69.0, \"positive_100k\": 621.2460959397773, \"positive_daily\": \"\", \"positive\": 3103.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2478.3775126131177, \"tested\": 12379.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 15.41603267398094, \"deceased_daily\": \"\", \"deceased\": 77.0, \"positive_100k\": 663.490029630816, \"positive_daily\": \"\", \"positive\": 3314.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2658.965323936894, \"tested\": 13281.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 16.21686554016177, \"deceased_daily\": \"\", \"deceased\": 81.0, \"positive_100k\": 701.5295907744054, \"positive_daily\": \"\", \"positive\": 3504.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2817.330023224153, \"tested\": 14072.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 18.81957235524946, \"deceased_daily\": \"\", \"deceased\": 94.0, \"positive_100k\": 727.1562424921918, \"positive_daily\": \"\", \"positive\": 3632.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2935.4528709858255, \"tested\": 14662.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 20.22102987106591, \"deceased_daily\": \"\", \"deceased\": 101.0, \"positive_100k\": 740.5701930007207, \"positive_daily\": \"\", \"positive\": 3699.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2997.117001681749, \"tested\": 14970.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 22.423320253063185, \"deceased_daily\": \"\", \"deceased\": 112.0, \"positive_100k\": 764.995595419236, \"positive_daily\": \"\", \"positive\": 3821.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3123.848802754865, \"tested\": 15603.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 24.62561063506046, \"deceased_daily\": \"\", \"deceased\": 123.0, \"positive_100k\": 797.2291182830143, \"positive_daily\": \"\", \"positive\": 3982.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3282.2135020421238, \"tested\": 16394.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 27.228317450148154, \"deceased_daily\": \"\", \"deceased\": 136.0, \"positive_100k\": 823.8568110835268, \"positive_daily\": \"\", \"positive\": 4115.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3449.1871546408265, \"tested\": 17228.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 29.030191399055017, \"deceased_daily\": \"\", \"deceased\": 145.0, \"positive_100k\": 842.6763834387764, \"positive_daily\": \"\", \"positive\": 4209.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3557.099383358693, \"tested\": 17767.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 30.83206534796188, \"deceased_daily\": \"\", \"deceased\": 154.0, \"positive_100k\": 851.0851285336751, \"positive_daily\": \"\", \"positive\": 4251.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3643.989749339313, \"tested\": 18201.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 32.233522863778326, \"deceased_daily\": \"\", \"deceased\": 161.0, \"positive_100k\": 860.8953311443901, \"positive_daily\": \"\", \"positive\": 4300.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3717.0657483783134, \"tested\": 18566.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 33.43477216304957, \"deceased_daily\": \"\", \"deceased\": 167.0, \"positive_100k\": 865.2999119083846, \"positive_daily\": \"\", \"positive\": 4322.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3752.1021862737243, \"tested\": 18741.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 34.03539681268519, \"deceased_daily\": \"\", \"deceased\": 170.0, \"positive_100k\": 875.3103227356452, \"positive_daily\": \"\", \"positive\": 4372.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3814.5671498358292, \"tested\": 19053.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 34.836229678866026, \"deceased_daily\": \"\", \"deceased\": 174.0, \"positive_100k\": 885.7211499959959, \"positive_daily\": \"\", \"positive\": 4424.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3923.2802114198767, \"tested\": 19596.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 35.63706254504685, \"deceased_daily\": \"\", \"deceased\": 178.0, \"positive_100k\": 898.7346840714342, \"positive_daily\": \"\", \"positive\": 4489.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4021.5824457435733, \"tested\": 20087.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 36.83831184431809, \"deceased_daily\": \"\", \"deceased\": 184.0, \"positive_100k\": 911.5480099303276, \"positive_daily\": \"\", \"positive\": 4553.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4158.7250740770405, \"tested\": 20772.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 38.03956114358933, \"deceased_daily\": \"\", \"deceased\": 190.0, \"positive_100k\": 923.5605029230401, \"positive_daily\": \"\", \"positive\": 4613.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4252.022102987106, \"tested\": 21238.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 38.64018579322495, \"deceased_daily\": \"\", \"deceased\": 193.0, \"positive_100k\": 933.1704973172098, \"positive_daily\": \"\", \"positive\": 4661.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4330.503723872828, \"tested\": 21630.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 40.041643309041405, \"deceased_daily\": \"\", \"deceased\": 200.0, \"positive_100k\": 935.172579482662, \"positive_daily\": \"\", \"positive\": 4671.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4389.3649395371185, \"tested\": 21924.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 40.24185152558661, \"deceased_daily\": \"\", \"deceased\": 201.0, \"positive_100k\": 934.9723712661167, \"positive_daily\": \"\", \"positive\": 4670.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4414.39096660527, \"tested\": 22049.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.7884134755631242, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.365240426689373, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 10.249375182320616, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 10.249375182320616, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 18.921923413514985, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 37.84384682702997, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 48.8816354849137, \"positive_daily\": \"\", \"positive\": 62.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 56.76577024054495, \"positive_daily\": \"\", \"positive\": 72.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 63.07307804504995, \"positive_daily\": \"\", \"positive\": 80.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 68.59197237399181, \"positive_daily\": \"\", \"positive\": 87.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 74.11086670293369, \"positive_daily\": \"\", \"positive\": 94.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 79.62976103187556, \"positive_daily\": \"\", \"positive\": 101.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 79.62976103187556, \"positive_daily\": \"\", \"positive\": 101.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 88.30230926306993, \"positive_daily\": \"\", \"positive\": 112.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 89.87913621419618, \"positive_daily\": \"\", \"positive\": 114.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 98.55168444539053, \"positive_daily\": \"\", \"positive\": 125.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 103.2821652987693, \"positive_daily\": \"\", \"positive\": 131.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.5768269511262485, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 108.80105962771115, \"positive_daily\": \"\", \"positive\": 138.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.5768269511262485, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 115.10836743221616, \"positive_daily\": \"\", \"positive\": 146.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.5768269511262485, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 115.10836743221616, \"positive_daily\": \"\", \"positive\": 146.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.365240426689373, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 119.83884828559489, \"positive_daily\": \"\", \"positive\": 152.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.365240426689373, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 123.78091566341052, \"positive_daily\": \"\", \"positive\": 157.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.365240426689373, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 127.72298304122614, \"positive_daily\": \"\", \"positive\": 162.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.365240426689373, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 130.08822346791553, \"positive_daily\": \"\", \"positive\": 165.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.365240426689373, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 132.45346389460488, \"positive_daily\": \"\", \"positive\": 168.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.153653902252497, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 132.45346389460488, \"positive_daily\": \"\", \"positive\": 168.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 3.9420673778156217, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 132.45346389460488, \"positive_daily\": \"\", \"positive\": 168.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 3.9420673778156217, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 134.03029084573114, \"positive_daily\": \"\", \"positive\": 170.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 3.9420673778156217, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 134.81870432129426, \"positive_daily\": \"\", \"positive\": 171.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 3.9420673778156217, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 134.81870432129426, \"positive_daily\": \"\", \"positive\": 171.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.730480853378746, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 134.81870432129426, \"positive_daily\": \"\", \"positive\": 171.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 4.730480853378746, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 135.60711779685738, \"positive_daily\": \"\", \"positive\": 172.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.518894328941871, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 137.18394474798362, \"positive_daily\": \"\", \"positive\": 174.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.518894328941871, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 137.97235822354676, \"positive_daily\": \"\", \"positive\": 175.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.518894328941871, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 137.97235822354676, \"positive_daily\": \"\", \"positive\": 175.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 6.307307804504994, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 138.76077169910988, \"positive_daily\": \"\", \"positive\": 176.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 6.307307804504994, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 138.76077169910988, \"positive_daily\": \"\", \"positive\": 176.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.254332184253753, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 57.83957615158596, \"positive_daily\": \"\", \"positive\": 25.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 64.78032528977629, \"positive_daily\": \"\", \"positive\": 28.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 76.34824052009347, \"positive_daily\": \"\", \"positive\": 33.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 83.28898965828378, \"positive_daily\": \"\", \"positive\": 36.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 90.2297387964741, \"positive_daily\": \"\", \"positive\": 39.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 97.17048793466441, \"positive_daily\": \"\", \"positive\": 42.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 101.79765402679129, \"positive_daily\": \"\", \"positive\": 44.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 111.05198621104505, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 124.93348448742566, \"positive_daily\": \"\", \"positive\": 54.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 127.24706753348913, \"positive_daily\": \"\", \"positive\": 55.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 136.50139971774288, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 145.75573190199663, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 161.9508132244407, \"positive_daily\": \"\", \"positive\": 70.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 161.9508132244407, \"positive_daily\": \"\", \"positive\": 70.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 175.83231150082133, \"positive_daily\": \"\", \"positive\": 76.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 182.77306063901165, \"positive_daily\": \"\", \"positive\": 79.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 185.08664368507507, \"positive_daily\": \"\", \"positive\": 80.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 185.08664368507507, \"positive_daily\": \"\", \"positive\": 80.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 198.96814196145573, \"positive_daily\": \"\", \"positive\": 86.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 201.28172500751916, \"positive_daily\": \"\", \"positive\": 87.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 215.16322328389978, \"positive_daily\": \"\", \"positive\": 93.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 222.1039724220901, \"positive_daily\": \"\", \"positive\": 96.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 231.35830460634384, \"positive_daily\": \"\", \"positive\": 100.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 238.29905374453415, \"positive_daily\": \"\", \"positive\": 103.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 240.61263679059758, \"positive_daily\": \"\", \"positive\": 104.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.3135830460634383, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 240.61263679059758, \"positive_daily\": \"\", \"positive\": 104.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.3135830460634383, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 242.92621983666103, \"positive_daily\": \"\", \"positive\": 105.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.627166092126877, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 245.23980288272446, \"positive_daily\": \"\", \"positive\": 106.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.627166092126877, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 245.23980288272446, \"positive_daily\": \"\", \"positive\": 106.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 4.627166092126877, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 247.5533859287879, \"positive_daily\": \"\", \"positive\": 107.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 6.9407491381903155, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 249.86696897485132, \"positive_daily\": \"\", \"positive\": 108.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.9407491381903155, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 249.86696897485132, \"positive_daily\": \"\", \"positive\": 108.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 6.9407491381903155, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 249.86696897485132, \"positive_daily\": \"\", \"positive\": 108.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 6.9407491381903155, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 249.86696897485132, \"positive_daily\": \"\", \"positive\": 108.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.2830111251673303, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5660222503346606, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.1320445006693212, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.4150556258366518, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.094200253011946, \"positive_daily\": \"\", \"positive\": 18.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.735500632529867, \"positive_daily\": \"\", \"positive\": 45.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 16.41464525970516, \"positive_daily\": \"\", \"positive\": 58.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 19.244756511378462, \"positive_daily\": \"\", \"positive\": 68.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.2830111251673303, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 50.94200253011947, \"positive_daily\": \"\", \"positive\": 180.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 73.01687029317122, \"positive_daily\": \"\", \"positive\": 258.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.849033375501991, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 74.99794816934254, \"positive_daily\": \"\", \"positive\": 265.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 1.698066751003982, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 82.35623742369313, \"positive_daily\": \"\", \"positive\": 291.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 2.2640890013386423, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 93.39367130521902, \"positive_daily\": \"\", \"positive\": 330.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 2.8301112516733036, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 119.43069482061341, \"positive_daily\": \"\", \"positive\": 422.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 3.9621557523426247, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 144.6186849605058, \"positive_daily\": \"\", \"positive\": 511.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 4.245166877509955, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 180.56109785675676, \"positive_daily\": \"\", \"positive\": 638.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 6.226244753681267, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 236.0312783895535, \"positive_daily\": \"\", \"positive\": 834.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 7.9243115046852495, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 259.8042129036092, \"positive_daily\": \"\", \"positive\": 918.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 10.471411631191222, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 265.74744653212315, \"positive_daily\": \"\", \"positive\": 939.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 13.584534008031856, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 329.70796081993984, \"positive_daily\": \"\", \"positive\": 1165.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 14.999589633868506, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 342.726472577637, \"positive_daily\": \"\", \"positive\": 1211.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 16.98066751003982, \"deceased_daily\": \"\", \"deceased\": 60.0, \"positive_100k\": 383.19706347656523, \"positive_daily\": \"\", \"positive\": 1354.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 18.961745386211135, \"deceased_daily\": \"\", \"deceased\": 67.0, \"positive_100k\": 396.49858635942974, \"positive_daily\": \"\", \"positive\": 1401.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 21.508845512717105, \"deceased_daily\": \"\", \"deceased\": 76.0, \"positive_100k\": 477.72277928245364, \"positive_daily\": \"\", \"positive\": 1688.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 24.621967889557737, \"deceased_daily\": \"\", \"deceased\": 87.0, \"positive_100k\": 488.7602131639795, \"positive_daily\": \"\", \"positive\": 1727.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 26.32003464056172, \"deceased_daily\": \"\", \"deceased\": 93.0, \"positive_100k\": 519.8914369323858, \"positive_daily\": \"\", \"positive\": 1837.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 29.716168142569686, \"deceased_daily\": \"\", \"deceased\": 105.0, \"positive_100k\": 555.2678275783021, \"positive_daily\": \"\", \"positive\": 1962.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 33.96133502007964, \"deceased_daily\": \"\", \"deceased\": 120.0, \"positive_100k\": 591.7762627248877, \"positive_daily\": \"\", \"positive\": 2091.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 37.3574685220876, \"deceased_daily\": \"\", \"deceased\": 132.0, \"positive_100k\": 621.20941974229, \"positive_daily\": \"\", \"positive\": 2195.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 39.904568648593575, \"deceased_daily\": \"\", \"deceased\": 141.0, \"positive_100k\": 642.7182652550072, \"positive_daily\": \"\", \"positive\": 2271.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 43.8667244009362, \"deceased_daily\": \"\", \"deceased\": 155.0, \"positive_100k\": 672.7174445227441, \"positive_daily\": \"\", \"positive\": 2377.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 46.69683565260951, \"deceased_daily\": \"\", \"deceased\": 165.0, \"positive_100k\": 691.1131676586207, \"positive_daily\": \"\", \"positive\": 2442.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 50.09296915461747, \"deceased_daily\": \"\", \"deceased\": 177.0, \"positive_100k\": 709.7919019196645, \"positive_daily\": \"\", \"positive\": 2508.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 53.489102656625434, \"deceased_daily\": \"\", \"deceased\": 189.0, \"positive_100k\": 720.546324676023, \"positive_daily\": \"\", \"positive\": 2546.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 56.03620278313141, \"deceased_daily\": \"\", \"deceased\": 198.0, \"positive_100k\": 735.5459143098916, \"positive_daily\": \"\", \"positive\": 2599.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 59.715347410306705, \"deceased_daily\": \"\", \"deceased\": 211.0, \"positive_100k\": 752.5265818199314, \"positive_daily\": \"\", \"positive\": 2659.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 61.979436411645345, \"deceased_daily\": \"\", \"deceased\": 219.0, \"positive_100k\": 768.0921937041345, \"positive_daily\": \"\", \"positive\": 2714.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 64.24352541298398, \"deceased_daily\": \"\", \"deceased\": 227.0, \"positive_100k\": 785.6388834645089, \"positive_daily\": \"\", \"positive\": 2776.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 64.80954766331865, \"deceased_daily\": \"\", \"deceased\": 229.0, \"positive_100k\": 797.5253507215368, \"positive_daily\": \"\", \"positive\": 2818.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 69.0547145408286, \"deceased_daily\": \"\", \"deceased\": 244.0, \"positive_100k\": 811.9589181050708, \"positive_daily\": \"\", \"positive\": 2869.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 71.03579241699991, \"deceased_daily\": \"\", \"deceased\": 251.0, \"positive_100k\": 820.732262985258, \"positive_daily\": \"\", \"positive\": 2900.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 73.01687029317122, \"deceased_daily\": \"\", \"deceased\": 258.0, \"positive_100k\": 824.128396487266, \"positive_daily\": \"\", \"positive\": 2912.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 74.43192591900788, \"deceased_daily\": \"\", \"deceased\": 263.0, \"positive_100k\": 828.3735633647758, \"positive_daily\": \"\", \"positive\": 2927.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 76.12999267001186, \"deceased_daily\": \"\", \"deceased\": 269.0, \"positive_100k\": 835.7318526191265, \"positive_daily\": \"\", \"positive\": 2953.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 76.4130037951792, \"deceased_daily\": \"\", \"deceased\": 270.0, \"positive_100k\": 842.5241196231424, \"positive_daily\": \"\", \"positive\": 2977.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 78.3940816713505, \"deceased_daily\": \"\", \"deceased\": 277.0, \"positive_100k\": 847.335308750987, \"positive_daily\": \"\", \"positive\": 2994.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 79.52612617201983, \"deceased_daily\": \"\", \"deceased\": 281.0, \"positive_100k\": 858.0897315073456, \"positive_daily\": \"\", \"positive\": 3032.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 81.50720404819114, \"deceased_daily\": \"\", \"deceased\": 288.0, \"positive_100k\": 865.4480207616961, \"positive_daily\": \"\", \"positive\": 3058.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 82.35623742369313, \"deceased_daily\": \"\", \"deceased\": 291.0, \"positive_100k\": 867.4290986378675, \"positive_daily\": \"\", \"positive\": 3065.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.3137609267242732, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": 9.412827801728195, \"tested\": 30.0, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6275218534485464, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.2550437068970928, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.882565560345639, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.5100874137941855, \"positive_daily\": \"\", \"positive\": 8.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.451370193967005, \"positive_daily\": \"\", \"positive\": 11.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.020174827588371, \"positive_daily\": \"\", \"positive\": 16.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.90274038793401, \"positive_daily\": \"\", \"positive\": 22.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.099066875003922, \"positive_daily\": \"\", \"positive\": 29.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 11.295393362073833, \"positive_daily\": \"\", \"positive\": 36.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.550437068970925, \"positive_daily\": \"\", \"positive\": 40.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 14.119241702592294, \"positive_daily\": \"\", \"positive\": 45.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 18.51189467673212, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3137609267242732, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 26.983439698287494, \"positive_daily\": \"\", \"positive\": 86.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.3137609267242732, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 34.82746286639432, \"positive_daily\": \"\", \"positive\": 111.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.3137609267242732, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 45.49533437501961, \"positive_daily\": \"\", \"positive\": 145.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.6275218534485464, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 52.39807476295363, \"positive_daily\": \"\", \"positive\": 167.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.9412827801728195, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 63.37970719830318, \"positive_daily\": \"\", \"positive\": 202.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.2550437068970928, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 70.90996943968574, \"positive_daily\": \"\", \"positive\": 226.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.5688046336213657, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 80.00903631468967, \"positive_daily\": \"\", \"positive\": 255.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.882565560345639, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 91.93195153021203, \"positive_daily\": \"\", \"positive\": 293.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 3.451370193967005, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 96.95212635780041, \"positive_daily\": \"\", \"positive\": 309.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 4.7064139008640975, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 115.77778196125679, \"positive_daily\": \"\", \"positive\": 369.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 4.7064139008640975, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 132.093350150919, \"positive_daily\": \"\", \"positive\": 421.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 5.020174827588371, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 138.68232961212874, \"positive_daily\": \"\", \"positive\": 442.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 5.333935754312644, \"deceased_daily\": \"\", \"deceased\": 17.0, \"positive_100k\": 149.6639620474783, \"positive_daily\": \"\", \"positive\": 477.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.275218534485463, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 154.05661502161811, \"positive_daily\": \"\", \"positive\": 491.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 7.2165013146582835, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 164.7244865302434, \"positive_daily\": \"\", \"positive\": 525.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 8.157784094831102, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 172.56850969835025, \"positive_daily\": \"\", \"positive\": 550.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 9.72658872845247, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 184.4914249138726, \"positive_daily\": \"\", \"positive\": 588.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.609154288798107, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 200.1794712500863, \"positive_daily\": \"\", \"positive\": 638.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 12.550437068970925, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 209.90605997853874, \"positive_daily\": \"\", \"positive\": 669.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 12.864197995695198, \"deceased_daily\": \"\", \"deceased\": 41.0, \"positive_100k\": 216.1812785130242, \"positive_daily\": \"\", \"positive\": 689.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 13.80548077586802, \"deceased_daily\": \"\", \"deceased\": 44.0, \"positive_100k\": 228.73171558199516, \"positive_daily\": \"\", \"positive\": 729.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 14.119241702592294, \"deceased_daily\": \"\", \"deceased\": 45.0, \"positive_100k\": 237.20326060355052, \"positive_daily\": \"\", \"positive\": 756.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 14.433002629316567, \"deceased_daily\": \"\", \"deceased\": 46.0, \"positive_100k\": 246.6160884052787, \"positive_daily\": \"\", \"positive\": 786.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 15.374285409489385, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 249.75369767252144, \"positive_daily\": \"\", \"positive\": 796.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 16.629329116386476, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 261.67661288804385, \"positive_daily\": \"\", \"positive\": 834.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 16.94309004311075, \"deceased_daily\": \"\", \"deceased\": 54.0, \"positive_100k\": 265.4417440087351, \"positive_daily\": \"\", \"positive\": 846.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 17.256850969835025, \"deceased_daily\": \"\", \"deceased\": 55.0, \"positive_100k\": 269.5206360561507, \"positive_daily\": \"\", \"positive\": 859.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 17.88437282328357, \"deceased_daily\": \"\", \"deceased\": 57.0, \"positive_100k\": 275.7958545906361, \"positive_daily\": \"\", \"positive\": 879.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 19.76693838362921, \"deceased_daily\": \"\", \"deceased\": 63.0, \"positive_100k\": 279.24722478460313, \"positive_daily\": \"\", \"positive\": 890.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 20.394460237077755, \"deceased_daily\": \"\", \"deceased\": 65.0, \"positive_100k\": 284.58116053891575, \"positive_daily\": \"\", \"positive\": 907.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 21.021982090526304, \"deceased_daily\": \"\", \"deceased\": 67.0, \"positive_100k\": 291.797661853574, \"positive_daily\": \"\", \"positive\": 930.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 21.64950394397485, \"deceased_daily\": \"\", \"deceased\": 69.0, \"positive_100k\": 299.95544594840516, \"positive_daily\": \"\", \"positive\": 956.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 22.277025797423395, \"deceased_daily\": \"\", \"deceased\": 71.0, \"positive_100k\": 307.4857081897877, \"positive_daily\": \"\", \"positive\": 980.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 22.590786724147666, \"deceased_daily\": \"\", \"deceased\": 72.0, \"positive_100k\": 310.30955653030617, \"positive_daily\": \"\", \"positive\": 989.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 23.218308577596215, \"deceased_daily\": \"\", \"deceased\": 74.0, \"positive_100k\": 312.1921220906518, \"positive_daily\": \"\", \"positive\": 995.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.148904771550103, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": 88.97826904713678, \"tested\": 246.0, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 8.31910645562661, \"positive_daily\": \"\", \"positive\": 23.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": 99.82927746751932, \"tested\": 276.0, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 11.574408981741371, \"positive_daily\": \"\", \"positive\": 32.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 13.02121010445904, \"positive_daily\": \"\", \"positive\": 36.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 17.72331375329147, \"positive_daily\": \"\", \"positive\": 49.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 20.2552157180474, \"positive_daily\": \"\", \"positive\": 56.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 27.127521050956336, \"positive_daily\": \"\", \"positive\": 75.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 29.297722735032842, \"positive_daily\": \"\", \"positive\": 81.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.36170028067941784, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 31.46792441910935, \"positive_daily\": \"\", \"positive\": 87.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.36170028067941784, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 34.72322694522411, \"positive_daily\": \"\", \"positive\": 96.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.36170028067941784, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 39.78703087473596, \"positive_daily\": \"\", \"positive\": 110.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.7234005613588357, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 42.31893283949188, \"positive_daily\": \"\", \"positive\": 117.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.7234005613588357, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 48.467837611041986, \"positive_daily\": \"\", \"positive\": 134.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.7234005613588357, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 49.91463873375966, \"positive_daily\": \"\", \"positive\": 138.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.7234005613588357, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 53.53164154055384, \"positive_daily\": \"\", \"positive\": 148.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.0851008420382535, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 55.701843224630345, \"positive_daily\": \"\", \"positive\": 154.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.4468011227176714, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 60.04224659278335, \"positive_daily\": \"\", \"positive\": 166.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.4468011227176714, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 64.74435024161579, \"positive_daily\": \"\", \"positive\": 179.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.8085014033970888, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 71.61665557452473, \"positive_daily\": \"\", \"positive\": 198.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.8085014033970888, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 75.2336583813189, \"positive_daily\": \"\", \"positive\": 208.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.531901964755925, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 77.04215978471599, \"positive_daily\": \"\", \"positive\": 213.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.531901964755925, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 79.2123614687925, \"positive_daily\": \"\", \"positive\": 219.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 79.93576203015134, \"positive_daily\": \"\", \"positive\": 221.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 85.3612662403426, \"positive_daily\": \"\", \"positive\": 236.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 92.23357157325154, \"positive_daily\": \"\", \"positive\": 255.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 95.4888740993663, \"positive_daily\": \"\", \"positive\": 264.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 99.10587690616047, \"positive_daily\": \"\", \"positive\": 274.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 103.08457999363408, \"positive_daily\": \"\", \"positive\": 285.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 105.61648195839, \"positive_daily\": \"\", \"positive\": 292.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 3.6170028067941775, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 107.06328308110768, \"positive_daily\": \"\", \"positive\": 296.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 3.978703087473596, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 109.23348476518419, \"positive_daily\": \"\", \"positive\": 302.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 3.978703087473596, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 111.40368644926069, \"positive_daily\": \"\", \"positive\": 308.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 4.340403368153014, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 116.10579009809312, \"positive_daily\": \"\", \"positive\": 321.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 4.7021036488324315, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 120.0844931855667, \"positive_daily\": \"\", \"positive\": 332.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 4.7021036488324315, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 120.44619346624613, \"positive_daily\": \"\", \"positive\": 333.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.7021036488324315, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 121.16959402760496, \"positive_daily\": \"\", \"positive\": 335.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 4.7021036488324315, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 122.61639515032265, \"positive_daily\": \"\", \"positive\": 339.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.13149520568480072, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.13149520568480072, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.3944856170544022, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.4602332198968026, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.723223631266404, \"positive_daily\": \"\", \"positive\": 11.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.9204664397936052, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.0519616454784058, \"positive_daily\": \"\", \"positive\": 16.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.5779424682176089, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.9724280852720109, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.301166099484013, \"positive_daily\": \"\", \"positive\": 35.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.695651716538415, \"positive_daily\": \"\", \"positive\": 41.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.287380142120018, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.142098979071223, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.706255489924838, \"positive_daily\": \"\", \"positive\": 102.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.270412000778451, \"positive_daily\": \"\", \"positive\": 141.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 10.78260686615366, \"positive_daily\": \"\", \"positive\": 164.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 14.39872502248568, \"positive_daily\": \"\", \"positive\": 219.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.06574760284240036, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 16.502648313442492, \"positive_daily\": \"\", \"positive\": 251.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.06574760284240036, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 21.49946612946492, \"positive_daily\": \"\", \"positive\": 327.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06574760284240036, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 28.271469222232156, \"positive_daily\": \"\", \"positive\": 430.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.13149520568480072, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 37.410386017325806, \"positive_daily\": \"\", \"positive\": 569.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.1972428085272011, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 44.70836993283225, \"positive_daily\": \"\", \"positive\": 680.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.26299041136960144, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 46.81229322378906, \"positive_daily\": \"\", \"positive\": 712.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.32873801421200183, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 46.81229322378906, \"positive_daily\": \"\", \"positive\": 712.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.3944856170544022, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 46.81229322378906, \"positive_daily\": \"\", \"positive\": 712.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.3944856170544022, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 70.7444206584228, \"positive_daily\": \"\", \"positive\": 1076.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.5259808227392029, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 80.47506587909804, \"positive_daily\": \"\", \"positive\": 1224.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.6574760284240037, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 90.1399634969309, \"positive_daily\": \"\", \"positive\": 1371.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.8547188369512048, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 98.81864707212776, \"positive_daily\": \"\", \"positive\": 1503.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.9862140426360054, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 107.1685926331126, \"positive_daily\": \"\", \"positive\": 1630.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.2492044540056069, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 112.03391524345022, \"positive_daily\": \"\", \"positive\": 1704.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.446447262532808, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 114.13783853440704, \"positive_daily\": \"\", \"positive\": 1736.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.5779424682176089, \"deceased_daily\": \"\", \"deceased\": 24.0, \"positive_100k\": 122.42203649254948, \"positive_daily\": \"\", \"positive\": 1862.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.77518527674481, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 128.40506835120792, \"positive_daily\": \"\", \"positive\": 1953.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.366913702326413, \"deceased_daily\": \"\", \"deceased\": 36.0, \"positive_100k\": 140.83136528842158, \"positive_daily\": \"\", \"positive\": 2142.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.564156510853614, \"deceased_daily\": \"\", \"deceased\": 39.0, \"positive_100k\": 151.61397215457526, \"positive_daily\": \"\", \"positive\": 2306.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.695651716538415, \"deceased_daily\": \"\", \"deceased\": 41.0, \"positive_100k\": 160.0296653184025, \"positive_daily\": \"\", \"positive\": 2434.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 3.2216325392776177, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 162.1993362122017, \"positive_daily\": \"\", \"positive\": 2467.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.4846229506472195, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 164.17176429747371, \"positive_daily\": \"\", \"positive\": 2497.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.61611815633202, \"deceased_daily\": \"\", \"deceased\": 55.0, \"positive_100k\": 171.66699102150736, \"positive_daily\": \"\", \"positive\": 2611.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.7476133620168213, \"deceased_daily\": \"\", \"deceased\": 57.0, \"positive_100k\": 177.18978966026899, \"positive_daily\": \"\", \"positive\": 2695.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.207846581913623, \"deceased_daily\": \"\", \"deceased\": 64.0, \"positive_100k\": 183.435811930297, \"positive_daily\": \"\", \"positive\": 2790.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 4.273594184756024, \"deceased_daily\": \"\", \"deceased\": 65.0, \"positive_100k\": 189.81332940600984, \"positive_daily\": \"\", \"positive\": 2887.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.602332198968026, \"deceased_daily\": \"\", \"deceased\": 70.0, \"positive_100k\": 192.44323351970587, \"positive_daily\": \"\", \"positive\": 2927.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.9968178160224275, \"deceased_daily\": \"\", \"deceased\": 76.0, \"positive_100k\": 196.25659448456508, \"positive_daily\": \"\", \"positive\": 2985.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 5.128313021707228, \"deceased_daily\": \"\", \"deceased\": 78.0, \"positive_100k\": 197.3743037328859, \"positive_daily\": \"\", \"positive\": 3002.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 5.39130343307683, \"deceased_daily\": \"\", \"deceased\": 82.0, \"positive_100k\": 198.49201298120673, \"positive_daily\": \"\", \"positive\": 3019.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.654293844446432, \"deceased_daily\": \"\", \"deceased\": 86.0, \"positive_100k\": 201.58215031479952, \"positive_daily\": \"\", \"positive\": 3066.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.917284255816033, \"deceased_daily\": \"\", \"deceased\": 90.0, \"positive_100k\": 204.67228764839237, \"positive_daily\": \"\", \"positive\": 3113.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 6.180274667185635, \"deceased_daily\": \"\", \"deceased\": 94.0, \"positive_100k\": 206.97345374787633, \"positive_daily\": \"\", \"positive\": 3148.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 6.3775174757128354, \"deceased_daily\": \"\", \"deceased\": 97.0, \"positive_100k\": 208.48564861325158, \"positive_daily\": \"\", \"positive\": 3171.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 6.772003092767238, \"deceased_daily\": \"\", \"deceased\": 103.0, \"positive_100k\": 211.11555272694758, \"positive_daily\": \"\", \"positive\": 3211.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.772003092767238, \"deceased_daily\": \"\", \"deceased\": 103.0, \"positive_100k\": 212.8907380036924, \"positive_daily\": \"\", \"positive\": 3238.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 6.903498298452039, \"deceased_daily\": \"\", \"deceased\": 105.0, \"positive_100k\": 213.9426996491708, \"positive_daily\": \"\", \"positive\": 3254.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 6.903498298452039, \"deceased_daily\": \"\", \"deceased\": 105.0, \"positive_100k\": 215.65213732307322, \"positive_daily\": \"\", \"positive\": 3280.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3620452471431101, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3620452471431101, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3620452471431101, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3620452471431101, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3620452471431101, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.7240904942862203, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.7240904942862203, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.448180988572441, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.448180988572441, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.810226235715551, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.810226235715551, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.534316730001771, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.534316730001771, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.534316730001771, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 16.344542965717324, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 23.15476920143287, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 24.516814448575982, \"positive_daily\": \"\", \"positive\": 18.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 25.87885969571909, \"positive_daily\": \"\", \"positive\": 19.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 34.051131178577755, \"positive_daily\": \"\", \"positive\": 25.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 39.499312167150194, \"positive_daily\": \"\", \"positive\": 29.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 43.585447908579525, \"positive_daily\": \"\", \"positive\": 32.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 49.033628897151964, \"positive_daily\": \"\", \"positive\": 36.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 59.92999087429684, \"positive_daily\": \"\", \"positive\": 44.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 73.55044334572794, \"positive_daily\": \"\", \"positive\": 54.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 83.0847600757297, \"positive_daily\": \"\", \"positive\": 61.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 93.9811220528746, \"positive_daily\": \"\", \"positive\": 69.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 111.68771026573503, \"positive_daily\": \"\", \"positive\": 82.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 125.30816273716611, \"positive_daily\": \"\", \"positive\": 92.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 136.20452471431102, \"positive_daily\": \"\", \"positive\": 100.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 155.27315817431455, \"positive_daily\": \"\", \"positive\": 114.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 162.0833844100301, \"positive_daily\": \"\", \"positive\": 119.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 172.97974638717497, \"positive_daily\": \"\", \"positive\": 127.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 174.3417916343181, \"positive_daily\": \"\", \"positive\": 128.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 190.68633460003542, \"positive_daily\": \"\", \"positive\": 140.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 197.49656083575098, \"positive_daily\": \"\", \"positive\": 145.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 202.94474182432342, \"positive_daily\": \"\", \"positive\": 149.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 202.94474182432342, \"positive_daily\": \"\", \"positive\": 149.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 209.75496806003895, \"positive_daily\": \"\", \"positive\": 154.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 217.92723954289764, \"positive_daily\": \"\", \"positive\": 160.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 223.37542053147007, \"positive_daily\": \"\", \"positive\": 164.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 232.90973726147183, \"positive_daily\": \"\", \"positive\": 171.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.3620452471431101, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 236.99587300290116, \"positive_daily\": \"\", \"positive\": 174.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 243.8060992386167, \"positive_daily\": \"\", \"positive\": 179.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.7240904942862203, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 247.89223498004606, \"positive_daily\": \"\", \"positive\": 182.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 249.25428022718916, \"positive_daily\": \"\", \"positive\": 183.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 249.25428022718916, \"positive_daily\": \"\", \"positive\": 183.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 250.61632547433223, \"positive_daily\": \"\", \"positive\": 184.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 251.97837072147536, \"positive_daily\": \"\", \"positive\": 185.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 256.0645064629047, \"positive_daily\": \"\", \"positive\": 188.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 257.4265517100478, \"positive_daily\": \"\", \"positive\": 189.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 260.150642204334, \"positive_daily\": \"\", \"positive\": 191.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 261.5126874514772, \"positive_daily\": \"\", \"positive\": 192.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.7240904942862203, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 261.5126874514772, \"positive_daily\": \"\", \"positive\": 192.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.7240904942862203, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 264.2367779457633, \"positive_daily\": \"\", \"positive\": 194.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.1251337366810779, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 2.878075943664792, \"positive_daily\": \"\", \"positive\": 23.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.1251337366810779, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 3.754012100432337, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.1251337366810779, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 5.005349467243116, \"positive_daily\": \"\", \"positive\": 40.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.1251337366810779, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 6.381820570734973, \"positive_daily\": \"\", \"positive\": 51.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.1251337366810779, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 16.267385768540127, \"positive_daily\": \"\", \"positive\": 130.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.3754012100432337, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 25.026747336215582, \"positive_daily\": \"\", \"positive\": 200.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.3754012100432337, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 34.28664385061535, \"positive_daily\": \"\", \"positive\": 274.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.3754012100432337, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 36.53905111087475, \"positive_daily\": \"\", \"positive\": 292.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.5005349467243116, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 43.79680783837727, \"positive_daily\": \"\", \"positive\": 350.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.6256686834053895, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 50.80429709251763, \"positive_daily\": \"\", \"positive\": 406.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.8759361567675453, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 63.567938233987576, \"positive_daily\": \"\", \"positive\": 508.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 1.1262036301297011, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 76.08131190209536, \"positive_daily\": \"\", \"positive\": 608.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.5016048401729347, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 99.60645439813801, \"positive_daily\": \"\", \"positive\": 796.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.6267385768540128, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 151.66208885746641, \"positive_daily\": \"\", \"positive\": 1212.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 2.2524072602594023, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 179.19151092730357, \"positive_daily\": \"\", \"positive\": 1432.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.502674733621558, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 209.72414267748655, \"positive_daily\": \"\", \"positive\": 1676.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 2.627808470302636, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 222.98831876568082, \"positive_daily\": \"\", \"positive\": 1782.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 3.1283434170269477, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 227.99366823292394, \"positive_daily\": \"\", \"positive\": 1822.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.6288783637512587, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 270.5391387044904, \"positive_daily\": \"\", \"positive\": 2162.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 4.504814520518805, \"deceased_daily\": \"\", \"deceased\": 36.0, \"positive_100k\": 277.1712267485875, \"positive_daily\": \"\", \"positive\": 2215.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 5.881285624010661, \"deceased_daily\": \"\", \"deceased\": 47.0, \"positive_100k\": 316.8386212764893, \"positive_daily\": \"\", \"positive\": 2532.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 6.006419360691739, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 343.49210718955885, \"positive_daily\": \"\", \"positive\": 2745.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 6.882355517459285, \"deceased_daily\": \"\", \"deceased\": 55.0, \"positive_100k\": 367.39265089564475, \"positive_daily\": \"\", \"positive\": 2936.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 8.258826620951142, \"deceased_daily\": \"\", \"deceased\": 66.0, \"positive_100k\": 396.42367780565485, \"positive_daily\": \"\", \"positive\": 3168.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 9.635297724442998, \"deceased_daily\": \"\", \"deceased\": 77.0, \"positive_100k\": 409.4375864204869, \"positive_daily\": \"\", \"positive\": 3272.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 10.511233881210543, \"deceased_daily\": \"\", \"deceased\": 84.0, \"positive_100k\": 433.5883975999349, \"positive_daily\": \"\", \"positive\": 3465.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 11.512303774659168, \"deceased_daily\": \"\", \"deceased\": 92.0, \"positive_100k\": 455.3616677824425, \"positive_daily\": \"\", \"positive\": 3639.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 13.389309824875335, \"deceased_daily\": \"\", \"deceased\": 107.0, \"positive_100k\": 475.00766444137173, \"positive_daily\": \"\", \"positive\": 3796.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 15.391449611772583, \"deceased_daily\": \"\", \"deceased\": 123.0, \"positive_100k\": 489.89857910642, \"positive_daily\": \"\", \"positive\": 3915.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 17.268455661988753, \"deceased_daily\": \"\", \"deceased\": 138.0, \"positive_100k\": 504.9146275081493, \"positive_daily\": \"\", \"positive\": 4035.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 18.39465929211845, \"deceased_daily\": \"\", \"deceased\": 147.0, \"positive_100k\": 514.9253264426355, \"positive_daily\": \"\", \"positive\": 4115.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 20.021397868972464, \"deceased_daily\": \"\", \"deceased\": 160.0, \"positive_100k\": 519.9306759098787, \"positive_daily\": \"\", \"positive\": 4155.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 21.5230027091454, \"deceased_daily\": \"\", \"deceased\": 172.0, \"positive_100k\": 529.9413748443649, \"positive_daily\": \"\", \"positive\": 4235.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 23.14974128599941, \"deceased_daily\": \"\", \"deceased\": 185.0, \"positive_100k\": 539.9520737788512, \"positive_daily\": \"\", \"positive\": 4315.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 25.527282282939893, \"deceased_daily\": \"\", \"deceased\": 204.0, \"positive_100k\": 553.5916510770886, \"positive_daily\": \"\", \"positive\": 4424.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 28.02995701656145, \"deceased_daily\": \"\", \"deceased\": 224.0, \"positive_100k\": 566.1050247451964, \"positive_daily\": \"\", \"positive\": 4524.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 28.530491963285762, \"deceased_daily\": \"\", \"deceased\": 228.0, \"positive_100k\": 570.6098392657152, \"positive_daily\": \"\", \"positive\": 4560.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 29.15616064669115, \"deceased_daily\": \"\", \"deceased\": 233.0, \"positive_100k\": 581.7467418303312, \"positive_daily\": \"\", \"positive\": 4649.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 29.656695593415463, \"deceased_daily\": \"\", \"deceased\": 237.0, \"positive_100k\": 586.126422614169, \"positive_daily\": \"\", \"positive\": 4684.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 31.783969116993788, \"deceased_daily\": \"\", \"deceased\": 254.0, \"positive_100k\": 593.2590456049903, \"positive_daily\": \"\", \"positive\": 4741.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 33.28557395716672, \"deceased_daily\": \"\", \"deceased\": 266.0, \"positive_100k\": 599.8911336490875, \"positive_daily\": \"\", \"positive\": 4794.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 34.912312534020735, \"deceased_daily\": \"\", \"deceased\": 279.0, \"positive_100k\": 606.1478204831413, \"positive_daily\": \"\", \"positive\": 4844.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 36.413917374193666, \"deceased_daily\": \"\", \"deceased\": 291.0, \"positive_100k\": 610.6526350036602, \"positive_daily\": \"\", \"positive\": 4880.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 36.53905111087475, \"deceased_daily\": \"\", \"deceased\": 292.0, \"positive_100k\": 618.7863278879303, \"positive_daily\": \"\", \"positive\": 4945.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 37.28985353096122, \"deceased_daily\": \"\", \"deceased\": 298.0, \"positive_100k\": 621.4141363582329, \"positive_daily\": \"\", \"positive\": 4966.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 38.791458371134155, \"deceased_daily\": \"\", \"deceased\": 310.0, \"positive_100k\": 624.0419448285355, \"positive_daily\": \"\", \"positive\": 4987.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.489528723959048, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 13.723821809897618, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": 233.30497076825955, \"tested\": 85.0, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 19.21335053385667, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 19.21335053385667, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 32.93717234375429, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 60.38481596354953, \"positive_daily\": \"\", \"positive\": 22.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 68.6191090494881, \"positive_daily\": \"\", \"positive\": 25.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 104.30104575522192, \"positive_daily\": \"\", \"positive\": 38.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 109.79057447918095, \"positive_daily\": \"\", \"positive\": 40.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 131.74868937501716, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 137.2382180989762, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 145.4725111849148, \"positive_daily\": \"\", \"positive\": 53.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 156.45156863283287, \"positive_daily\": \"\", \"positive\": 57.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.744764361979524, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 161.94109735679191, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.744764361979524, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 164.68586171877146, \"positive_daily\": \"\", \"positive\": 60.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.744764361979524, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 170.17539044273047, \"positive_daily\": \"\", \"positive\": 62.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.744764361979524, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 181.15444789064858, \"positive_daily\": \"\", \"positive\": 66.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 5.489528723959048, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 183.8992122526281, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 5.489528723959048, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 183.8992122526281, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 5.489528723959048, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 186.64397661460765, \"positive_daily\": \"\", \"positive\": 68.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 197.62303406252573, \"positive_daily\": \"\", \"positive\": 72.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 197.62303406252573, \"positive_daily\": \"\", \"positive\": 72.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 203.11256278648477, \"positive_daily\": \"\", \"positive\": 74.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 205.85732714846432, \"positive_daily\": \"\", \"positive\": 75.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 211.34685587242333, \"positive_daily\": \"\", \"positive\": 77.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 24.750637328911218, \"positive_daily\": \"\", \"positive\": 10.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 42.076083459149075, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 76.72697571962478, \"positive_daily\": \"\", \"positive\": 31.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 81.67710318540702, \"positive_daily\": \"\", \"positive\": 33.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 99.00254931564487, \"positive_daily\": \"\", \"positive\": 40.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 106.42774051431824, \"positive_daily\": \"\", \"positive\": 43.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 108.90280424720937, \"positive_daily\": \"\", \"positive\": 44.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.475063732891122, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 116.32799544588272, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 2.475063732891122, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 123.7531866445561, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 131.17837784322947, \"positive_daily\": \"\", \"positive\": 53.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 138.60356904190283, \"positive_daily\": \"\", \"positive\": 56.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 143.55369650768506, \"positive_daily\": \"\", \"positive\": 58.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 146.0287602405762, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 155.92901517214068, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 155.92901517214068, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 158.4040789050318, \"positive_daily\": \"\", \"positive\": 64.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 165.82927010370517, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 225.23079969309208, \"positive_daily\": \"\", \"positive\": 91.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 227.70586342598324, \"positive_daily\": \"\", \"positive\": 92.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 259.8816919535678, \"positive_daily\": \"\", \"positive\": 105.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 259.8816919535678, \"positive_daily\": \"\", \"positive\": 105.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 7.425191198673366, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 262.35675568645894, \"positive_daily\": \"\", \"positive\": 106.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 7.425191198673366, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 267.30688315224114, \"positive_daily\": \"\", \"positive\": 108.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.375318664455609, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 282.1572655495879, \"positive_daily\": \"\", \"positive\": 114.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 14.850382397346731, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 284.632329282479, \"positive_daily\": \"\", \"positive\": 115.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 17.075044821992655, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 36.58938176141284, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 39.02867387884036, \"positive_daily\": \"\", \"positive\": 32.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 41.467965996267885, \"positive_daily\": \"\", \"positive\": 34.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 42.68761205498165, \"positive_daily\": \"\", \"positive\": 35.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 43.907258113695406, \"positive_daily\": \"\", \"positive\": 36.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 45.12690417240916, \"positive_daily\": \"\", \"positive\": 37.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 48.78584234855045, \"positive_daily\": \"\", \"positive\": 40.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 50.00548840726421, \"positive_daily\": \"\", \"positive\": 41.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 51.225134465977966, \"positive_daily\": \"\", \"positive\": 42.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 53.66442658340549, \"positive_daily\": \"\", \"positive\": 44.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 57.323364759546784, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 57.323364759546784, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 57.323364759546784, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 59.7626568769743, \"positive_daily\": \"\", \"positive\": 49.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 60.98230293568807, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 60.98230293568807, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 60.98230293568807, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 63.42159505311559, \"positive_daily\": \"\", \"positive\": 52.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 64.64124111182934, \"positive_daily\": \"\", \"positive\": 53.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 67.08053322925687, \"positive_daily\": \"\", \"positive\": 55.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 69.5198253466844, \"positive_daily\": \"\", \"positive\": 57.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 69.5198253466844, \"positive_daily\": \"\", \"positive\": 57.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 69.5198253466844, \"positive_daily\": \"\", \"positive\": 57.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 71.95911746411191, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 73.17876352282568, \"positive_daily\": \"\", \"positive\": 60.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 73.17876352282568, \"positive_daily\": \"\", \"positive\": 60.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 74.39840958153944, \"positive_daily\": \"\", \"positive\": 61.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 75.6180556402532, \"positive_daily\": \"\", \"positive\": 62.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 76.83770169896697, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.658938176141284, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 76.83770169896697, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.8104790527573595, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.620958105514719, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.052395263786797, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 19.915269580330953, \"positive_daily\": \"\", \"positive\": 11.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.8104790527573595, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.8104790527573595, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 54.31437158272079, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 59.745808740992864, \"positive_daily\": \"\", \"positive\": 33.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 61.55628779375023, \"positive_daily\": \"\", \"positive\": 34.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 76.0401202158091, \"positive_daily\": \"\", \"positive\": 42.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 79.66107832132381, \"positive_daily\": \"\", \"positive\": 44.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 81.47155737408119, \"positive_daily\": \"\", \"positive\": 45.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 86.90299453235326, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 90.52395263786798, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 105.00778505992685, \"positive_daily\": \"\", \"positive\": 58.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 110.43922221819895, \"positive_daily\": \"\", \"positive\": 61.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 115.87065937647101, \"positive_daily\": \"\", \"positive\": 64.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 117.68113842922838, \"positive_daily\": \"\", \"positive\": 65.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 119.49161748198573, \"positive_daily\": \"\", \"positive\": 66.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 121.30209653474309, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 124.92305464025782, \"positive_daily\": \"\", \"positive\": 69.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 124.92305464025782, \"positive_daily\": \"\", \"positive\": 69.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 130.3544917985299, \"positive_daily\": \"\", \"positive\": 72.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 133.9754499040446, \"positive_daily\": \"\", \"positive\": 74.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 139.40688706231668, \"positive_daily\": \"\", \"positive\": 77.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 139.40688706231668, \"positive_daily\": \"\", \"positive\": 77.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 141.21736611507404, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 143.0278451678314, \"positive_daily\": \"\", \"positive\": 79.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 143.0278451678314, \"positive_daily\": \"\", \"positive\": 79.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 143.0278451678314, \"positive_daily\": \"\", \"positive\": 79.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 148.4592823261035, \"positive_daily\": \"\", \"positive\": 82.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 155.70119853713294, \"positive_daily\": \"\", \"positive\": 86.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 155.70119853713294, \"positive_daily\": \"\", \"positive\": 86.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}]}}, {\"mode\": \"vega-lite\"});\n", "</script>" ], "text/plain": [ @@ -323,10 +323,10 @@ "cell_type": "markdown", "metadata": { "papermill": { - "duration": 0.020026, - "end_time": "2020-04-21T22:13:07.368435", + "duration": 0.019104, + "end_time": "2020-04-22T07:32:22.992327", "exception": false, - "start_time": "2020-04-21T22:13:07.348409", + "start_time": "2020-04-22T07:32:22.973223", "status": "completed" }, "tags": [] @@ -343,10 +343,10 @@ "source_hidden": true }, "papermill": { - "duration": 0.289938, - "end_time": "2020-04-21T22:13:07.678339", + "duration": 0.303872, + "end_time": "2020-04-22T07:32:23.315422", "exception": false, - "start_time": "2020-04-21T22:13:07.388401", + "start_time": "2020-04-22T07:32:23.011550", "status": "completed" }, "tags": [] @@ -356,10 +356,10 @@ "data": { "text/html": [ "\n", - "<div id=\"altair-viz-f9853ec872174c6ea98bec96c718c763\"></div>\n", + "<div id=\"altair-viz-b9848e6f888e45cb995ced778d3eccaa\"></div>\n", "<script type=\"text/javascript\">\n", " (function(spec, embedOpt){\n", - " const outputDiv = document.getElementById(\"altair-viz-f9853ec872174c6ea98bec96c718c763\");\n", + " const outputDiv = document.getElementById(\"altair-viz-b9848e6f888e45cb995ced778d3eccaa\");\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", @@ -400,7 +400,7 @@ " .catch(showError)\n", " .then(() => displayChart(vegaEmbed));\n", " }\n", - " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}, \"title\": {\"anchor\": \"middle\"}}, \"hconcat\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"canton\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector003\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"canton\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"deceased\", \"title\": \"Deaths\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"deceased\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Deaths\"}}, \"selection\": {\"selector003\": {\"type\": \"multi\", \"fields\": [\"canton\"], \"bind\": \"legend\"}}}, {\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"canton\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector004\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"canton\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"deceased_100k\", \"title\": \"Deaths/100k\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"deceased_100k\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Deaths per 100k population\"}}, \"selection\": {\"selector004\": {\"type\": \"multi\", \"fields\": [\"canton\"], \"bind\": \"legend\"}}}], \"data\": {\"name\": \"data-521cb62a9739a599e93d07ad1d9c48e2\"}, \"title\": \"Covid-19 deaths in Switzerland by Canton\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-521cb62a9739a599e93d07ad1d9c48e2\": [{\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.2907357067058191, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.2907357067058191, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5814714134116382, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.8722071201174572, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.8722071201174572, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.1629428268232764, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.4536785335290954, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.7444142402349143, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.0351499469407335, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.4888284804698286, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.942507013998925, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.396185547528019, \"positive_daily\": \"\", \"positive\": 22.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 8.722071201174574, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 15.408992455408411, \"positive_daily\": \"\", \"positive\": 53.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.2907357067058191, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 22.09591370964225, \"positive_daily\": \"\", \"positive\": 76.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.2907357067058191, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 28.49209925717027, \"positive_daily\": \"\", \"positive\": 98.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.5814714134116382, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 33.72534197787501, \"positive_daily\": \"\", \"positive\": 116.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.8722071201174572, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 50.297277260106696, \"positive_daily\": \"\", \"positive\": 173.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.8722071201174572, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 65.41553400880929, \"positive_daily\": \"\", \"positive\": 225.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.1629428268232764, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 90.41880478550974, \"positive_daily\": \"\", \"positive\": 311.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.7444142402349143, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 100.59455452021339, \"positive_daily\": \"\", \"positive\": 346.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.0351499469407335, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 125.88856100361967, \"positive_daily\": \"\", \"positive\": 433.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 2.9073570670581907, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 142.46049628585135, \"positive_daily\": \"\", \"positive\": 490.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 3.4888284804698286, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 153.21771743396664, \"positive_daily\": \"\", \"positive\": 527.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.7795641871756476, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 176.18583826372634, \"positive_daily\": \"\", \"positive\": 606.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 4.070299893881467, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 189.26894506548823, \"positive_daily\": \"\", \"positive\": 651.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 4.361035600587287, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 207.87603029466064, \"positive_daily\": \"\", \"positive\": 715.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 5.8147141341163815, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 234.91445101830183, \"positive_daily\": \"\", \"positive\": 808.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 6.1054498408222, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 262.2436074486488, \"positive_daily\": \"\", \"positive\": 902.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 6.1054498408222, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 280.26922126440957, \"positive_daily\": \"\", \"positive\": 964.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 7.559128374351295, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 290.7357067058191, \"positive_daily\": \"\", \"positive\": 1000.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 10.175749734703668, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 315.4482417758137, \"positive_daily\": \"\", \"positive\": 1085.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 10.757221148115306, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 332.89238417816284, \"positive_daily\": \"\", \"positive\": 1145.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 11.629428268232763, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 354.11609076768764, \"positive_daily\": \"\", \"positive\": 1218.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 13.08310680176186, \"deceased_daily\": \"\", \"deceased\": 45.0, \"positive_100k\": 370.10655463650767, \"positive_daily\": \"\", \"positive\": 1273.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 14.827521041996773, \"deceased_daily\": \"\", \"deceased\": 51.0, \"positive_100k\": 383.48039714497537, \"positive_daily\": \"\", \"positive\": 1319.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 15.408992455408411, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 394.23761829309063, \"positive_daily\": \"\", \"positive\": 1356.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 16.281199575525868, \"deceased_daily\": \"\", \"deceased\": 56.0, \"positive_100k\": 407.02998938814676, \"positive_daily\": \"\", \"positive\": 1400.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 17.734878109054964, \"deceased_daily\": \"\", \"deceased\": 61.0, \"positive_100k\": 417.4964748295562, \"positive_daily\": \"\", \"positive\": 1436.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 19.7700280559957, \"deceased_daily\": \"\", \"deceased\": 68.0, \"positive_100k\": 431.4517887514355, \"positive_daily\": \"\", \"positive\": 1484.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 21.223706589524795, \"deceased_daily\": \"\", \"deceased\": 73.0, \"positive_100k\": 443.37195272637405, \"positive_daily\": \"\", \"positive\": 1525.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 21.805178002936433, \"deceased_daily\": \"\", \"deceased\": 75.0, \"positive_100k\": 455.0013809946069, \"positive_daily\": \"\", \"positive\": 1565.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 23.840327949877164, \"deceased_daily\": \"\", \"deceased\": 82.0, \"positive_100k\": 462.851245075664, \"positive_daily\": \"\", \"positive\": 1592.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 25.003270776700443, \"deceased_daily\": \"\", \"deceased\": 86.0, \"positive_100k\": 469.82890203660367, \"positive_daily\": \"\", \"positive\": 1616.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 25.584742190112078, \"deceased_daily\": \"\", \"deceased\": 88.0, \"positive_100k\": 477.38803041095497, \"positive_daily\": \"\", \"positive\": 1642.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 26.16621360352372, \"deceased_daily\": \"\", \"deceased\": 90.0, \"positive_100k\": 483.7842159584829, \"positive_daily\": \"\", \"positive\": 1664.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 27.329156430346995, \"deceased_daily\": \"\", \"deceased\": 94.0, \"positive_100k\": 489.0174586791877, \"positive_daily\": \"\", \"positive\": 1682.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 27.329156430346995, \"deceased_daily\": \"\", \"deceased\": 94.0, \"positive_100k\": 496.28585134683317, \"positive_daily\": \"\", \"positive\": 1707.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 27.91062784375863, \"deceased_daily\": \"\", \"deceased\": 96.0, \"positive_100k\": 502.97277260106705, \"positive_daily\": \"\", \"positive\": 1730.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 28.201363550464453, \"deceased_daily\": \"\", \"deceased\": 97.0, \"positive_100k\": 507.3338082016543, \"positive_daily\": \"\", \"positive\": 1745.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 29.945777790699363, \"deceased_daily\": \"\", \"deceased\": 103.0, \"positive_100k\": 510.2411652687125, \"positive_daily\": \"\", \"positive\": 1755.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 31.399456324228456, \"deceased_daily\": \"\", \"deceased\": 108.0, \"positive_100k\": 514.8929365760056, \"positive_daily\": \"\", \"positive\": 1771.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 32.562399151051736, \"deceased_daily\": \"\", \"deceased\": 112.0, \"positive_100k\": 516.0558794028289, \"positive_daily\": \"\", \"positive\": 1775.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.5040856139006649, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 58.473931212477126, \"positive_daily\": \"\", \"positive\": 116.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.5040856139006649, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 73.0924140155964, \"positive_daily\": \"\", \"positive\": 145.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.5122568417019946, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 107.37023576084161, \"positive_daily\": \"\", \"positive\": 213.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.5122568417019946, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 120.4764617222589, \"positive_daily\": \"\", \"positive\": 239.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 3.024513683403989, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 134.08677329757685, \"positive_daily\": \"\", \"positive\": 266.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.024513683403989, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 139.12762943658353, \"positive_daily\": \"\", \"positive\": 276.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 3.024513683403989, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 162.3155676760141, \"positive_daily\": \"\", \"positive\": 322.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 4.536770525105983, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 188.023933984948, \"positive_daily\": \"\", \"positive\": 373.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 4.536770525105983, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 206.17101608537192, \"positive_daily\": \"\", \"positive\": 409.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 6.049027366807978, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 250.53055010863045, \"positive_daily\": \"\", \"positive\": 497.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 9.577626664112634, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 258.59591993104107, \"positive_daily\": \"\", \"positive\": 513.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 10.585797891913963, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 262.62860484224643, \"positive_daily\": \"\", \"positive\": 521.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 11.593969119715293, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 286.82471430947834, \"positive_daily\": \"\", \"positive\": 569.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 13.610311575317953, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 301.4431971125976, \"positive_daily\": \"\", \"positive\": 598.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 15.122568417019947, \"deceased_daily\": \"\", \"deceased\": 30.0, \"positive_100k\": 325.6393065798295, \"positive_daily\": \"\", \"positive\": 646.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 15.62665403092061, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 331.18424833273684, \"positive_daily\": \"\", \"positive\": 657.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 17.138910872622606, \"deceased_daily\": \"\", \"deceased\": 34.0, \"positive_100k\": 336.7291900856442, \"positive_daily\": \"\", \"positive\": 668.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 342.77821745245217, \"positive_daily\": \"\", \"positive\": 680.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 354.87627218606804, \"positive_daily\": \"\", \"positive\": 704.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 360.42121393897537, \"positive_daily\": \"\", \"positive\": 715.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 366.974326919684, \"positive_daily\": \"\", \"positive\": 728.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 368.9906693752867, \"positive_daily\": \"\", \"positive\": 732.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 370.50292621698867, \"positive_daily\": \"\", \"positive\": 735.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 18.6511677143246, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 373.023354286492, \"positive_daily\": \"\", \"positive\": 740.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 19.155253328225267, \"deceased_daily\": \"\", \"deceased\": 38.0, \"positive_100k\": 376.047867969896, \"positive_daily\": \"\", \"positive\": 746.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 19.65933894212593, \"deceased_daily\": \"\", \"deceased\": 39.0, \"positive_100k\": 379.0723816533, \"positive_daily\": \"\", \"positive\": 752.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 20.163424556026595, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 387.6418370896113, \"positive_daily\": \"\", \"positive\": 769.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 20.163424556026595, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 392.1786076147173, \"positive_daily\": \"\", \"positive\": 778.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.09662050461024736, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.19324100922049472, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.38648201844098945, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5797230276614843, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.6425485783742055, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.285097156748411, \"positive_daily\": \"\", \"positive\": 34.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.09662050461024736, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 11.884322067060427, \"positive_daily\": \"\", \"positive\": 123.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.09662050461024736, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 18.647757389777745, \"positive_daily\": \"\", \"positive\": 193.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.09662050461024736, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 27.24698230008976, \"positive_daily\": \"\", \"positive\": 282.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.19324100922049472, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 36.42593023806326, \"positive_daily\": \"\", \"positive\": 377.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.28986151383074216, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 40.3873709270834, \"positive_daily\": \"\", \"positive\": 418.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.48310252305123685, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 45.41163716681627, \"positive_daily\": \"\", \"positive\": 470.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.5797230276614843, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 51.4021084526516, \"positive_daily\": \"\", \"positive\": 532.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.5797230276614843, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 60.29119487679437, \"positive_daily\": \"\", \"positive\": 624.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.6763435322717316, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 63.76953304276327, \"positive_daily\": \"\", \"positive\": 660.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.7729640368819789, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 69.37352231015761, \"positive_daily\": \"\", \"positive\": 718.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.8695845414922264, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 74.10792703605973, \"positive_daily\": \"\", \"positive\": 767.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9662050461024737, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 77.10316267897741, \"positive_daily\": \"\", \"positive\": 798.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.256066559933216, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 79.80853680806433, \"positive_daily\": \"\", \"positive\": 826.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.5459280737639578, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 82.70715194637175, \"positive_daily\": \"\", \"positive\": 856.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.9324100922049474, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 87.82803869071486, \"positive_daily\": \"\", \"positive\": 909.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.2222716060356897, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 96.91036612407812, \"positive_daily\": \"\", \"positive\": 1003.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.512133119866432, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 103.67380144679544, \"positive_daily\": \"\", \"positive\": 1073.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.7053741290869264, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 106.86227809893359, \"positive_daily\": \"\", \"positive\": 1106.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.7053741290869264, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 109.85751374185126, \"positive_daily\": \"\", \"positive\": 1137.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.995235642917669, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 113.33585190782017, \"positive_daily\": \"\", \"positive\": 1173.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.1884766521381636, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 118.64997966138378, \"positive_daily\": \"\", \"positive\": 1228.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.5749586705791527, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 124.25396892877814, \"positive_daily\": \"\", \"positive\": 1286.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.6715791751894002, \"deceased_daily\": \"\", \"deceased\": 38.0, \"positive_100k\": 128.98837365468023, \"positive_daily\": \"\", \"positive\": 1335.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.058061193630389, \"deceased_daily\": \"\", \"deceased\": 42.0, \"positive_100k\": 132.85319383909015, \"positive_daily\": \"\", \"positive\": 1375.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.2513022028508844, \"deceased_daily\": \"\", \"deceased\": 44.0, \"positive_100k\": 137.10449604194102, \"positive_daily\": \"\", \"positive\": 1419.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.734404725902121, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 139.23014714336648, \"positive_daily\": \"\", \"positive\": 1441.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.734404725902121, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 140.67945471252017, \"positive_daily\": \"\", \"positive\": 1456.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 4.734404725902121, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 142.03214177706366, \"positive_daily\": \"\", \"positive\": 1470.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.120886744343111, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 143.86793136465835, \"positive_daily\": \"\", \"positive\": 1489.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 5.314127753563606, \"deceased_daily\": \"\", \"deceased\": 55.0, \"positive_100k\": 146.38006448452478, \"positive_daily\": \"\", \"positive\": 1515.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 6.473573808886574, \"deceased_daily\": \"\", \"deceased\": 67.0, \"positive_100k\": 150.0516436597142, \"positive_daily\": \"\", \"positive\": 1553.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 6.666814818107069, \"deceased_daily\": \"\", \"deceased\": 69.0, \"positive_100k\": 153.24012031185234, \"positive_daily\": \"\", \"positive\": 1586.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.666814818107069, \"deceased_daily\": \"\", \"deceased\": 69.0, \"positive_100k\": 154.49618687178557, \"positive_daily\": \"\", \"positive\": 1599.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 7.053296836548059, \"deceased_daily\": \"\", \"deceased\": 73.0, \"positive_100k\": 155.84887393632903, \"positive_daily\": \"\", \"positive\": 1613.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 7.439778854989048, \"deceased_daily\": \"\", \"deceased\": 77.0, \"positive_100k\": 156.71845847782126, \"positive_daily\": \"\", \"positive\": 1622.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.387736141220191, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 24.775472282440383, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 30.96934035305048, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 37.16320842366058, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 49.550944564880766, \"positive_daily\": \"\", \"positive\": 8.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 55.74481263549086, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 68.13254877671105, \"positive_daily\": \"\", \"positive\": 11.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 74.32641684732116, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 80.52028491793125, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 86.71415298854134, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 86.71415298854134, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 123.87736141220192, \"positive_daily\": \"\", \"positive\": 20.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 123.87736141220192, \"positive_daily\": \"\", \"positive\": 20.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 130.07122948281202, \"positive_daily\": \"\", \"positive\": 21.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 130.07122948281202, \"positive_daily\": \"\", \"positive\": 21.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 130.07122948281202, \"positive_daily\": \"\", \"positive\": 21.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 142.4589656240322, \"positive_daily\": \"\", \"positive\": 23.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.34706315161106716, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.082378909666403, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.082378909666403, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.205947274166007, \"positive_daily\": \"\", \"positive\": 15.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.34706315161106716, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 6.594199880610277, \"positive_daily\": \"\", \"positive\": 19.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.34706315161106716, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 6.941263032221343, \"positive_daily\": \"\", \"positive\": 20.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.34706315161106716, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 7.635389335443477, \"positive_daily\": \"\", \"positive\": 22.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 9.023641941887746, \"positive_daily\": \"\", \"positive\": 26.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 9.023641941887746, \"positive_daily\": \"\", \"positive\": 26.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 14.576652367664822, \"positive_daily\": \"\", \"positive\": 42.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 16.311968125720156, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 18.741410186997626, \"positive_daily\": \"\", \"positive\": 54.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 26.376799522441107, \"positive_daily\": \"\", \"positive\": 76.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 30.888620493384977, \"positive_daily\": \"\", \"positive\": 89.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 40.25932558688379, \"positive_daily\": \"\", \"positive\": 116.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 46.506462315883, \"positive_daily\": \"\", \"positive\": 134.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.0411894548332015, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 63.859619896436364, \"positive_daily\": \"\", \"positive\": 184.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.0411894548332015, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 97.87180875432094, \"positive_daily\": \"\", \"positive\": 282.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.0411894548332015, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 100.30125081559841, \"positive_daily\": \"\", \"positive\": 289.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.0411894548332015, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 104.81307178654227, \"positive_daily\": \"\", \"positive\": 302.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.3882526064442686, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 106.20132439298655, \"positive_daily\": \"\", \"positive\": 306.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.7353157580553358, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 118.3485346993739, \"positive_daily\": \"\", \"positive\": 341.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.7353157580553358, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 146.46064997987034, \"positive_daily\": \"\", \"positive\": 422.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.7353157580553358, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 161.7314286507573, \"positive_daily\": \"\", \"positive\": 466.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.082378909666403, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 174.2257021087557, \"positive_daily\": \"\", \"positive\": 502.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 2.082378909666403, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 177.3492704732553, \"positive_daily\": \"\", \"positive\": 511.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 2.42944206127747, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 187.06703871836518, \"positive_daily\": \"\", \"positive\": 539.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 3.4706315161106716, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 194.7024280538087, \"positive_daily\": \"\", \"positive\": 561.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 3.8176946677217387, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 204.0731331473075, \"positive_daily\": \"\", \"positive\": 588.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.164757819332806, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 211.708522482751, \"positive_daily\": \"\", \"positive\": 610.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 4.85888412255494, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 216.91446975691696, \"positive_daily\": \"\", \"positive\": 625.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 6.594199880610277, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 227.67342745686003, \"positive_daily\": \"\", \"positive\": 656.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 6.594199880610277, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 232.53231157941502, \"positive_daily\": \"\", \"positive\": 670.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 6.594199880610277, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 236.6970693987478, \"positive_daily\": \"\", \"positive\": 682.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 6.594199880610277, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 239.47357461163634, \"positive_daily\": \"\", \"positive\": 690.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 7.288326183832411, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 240.8618272180806, \"positive_daily\": \"\", \"positive\": 694.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 7.288326183832411, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 246.76190079546876, \"positive_daily\": \"\", \"positive\": 711.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 7.635389335443477, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 250.57959546319046, \"positive_daily\": \"\", \"positive\": 722.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 7.635389335443477, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 255.43847958574545, \"positive_daily\": \"\", \"positive\": 736.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 7.9824524870545455, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 256.8267321921897, \"positive_daily\": \"\", \"positive\": 740.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 8.329515638665612, \"deceased_daily\": \"\", \"deceased\": 24.0, \"positive_100k\": 259.9503005566893, \"positive_daily\": \"\", \"positive\": 749.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 262.03267946635566, \"positive_daily\": \"\", \"positive\": 755.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 266.5445004372996, \"positive_daily\": \"\", \"positive\": 768.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 271.05632140824343, \"positive_daily\": \"\", \"positive\": 781.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 275.5681423791873, \"positive_daily\": \"\", \"positive\": 794.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 276.9563949856316, \"positive_daily\": \"\", \"positive\": 798.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 278.69171074368694, \"positive_daily\": \"\", \"positive\": 803.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 279.73290019852016, \"positive_daily\": \"\", \"positive\": 806.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 9.023641941887746, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 280.7740896533533, \"positive_daily\": \"\", \"positive\": 809.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.36604024978586647, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 15.73973074079226, \"positive_daily\": \"\", \"positive\": 43.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 24.158656485867187, \"positive_daily\": \"\", \"positive\": 66.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 34.77382372965731, \"positive_daily\": \"\", \"positive\": 95.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 38.06818597773011, \"positive_daily\": \"\", \"positive\": 104.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 47.219192222376776, \"positive_daily\": \"\", \"positive\": 129.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 51.61167521980717, \"positive_daily\": \"\", \"positive\": 141.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 57.46831921638103, \"positive_daily\": \"\", \"positive\": 157.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 63.3249632129549, \"positive_daily\": \"\", \"positive\": 173.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.7320804995717329, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 69.54764745931462, \"positive_daily\": \"\", \"positive\": 190.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7320804995717329, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 71.74388895802983, \"positive_daily\": \"\", \"positive\": 196.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 79.06469395374715, \"positive_daily\": \"\", \"positive\": 216.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 83.09113670139168, \"positive_daily\": \"\", \"positive\": 227.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 86.75153919925035, \"positive_daily\": \"\", \"positive\": 237.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 91.51006244646662, \"positive_daily\": \"\", \"positive\": 250.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 94.43838444475355, \"positive_daily\": \"\", \"positive\": 258.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 95.53650519411114, \"positive_daily\": \"\", \"positive\": 261.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 96.63462594346875, \"positive_daily\": \"\", \"positive\": 264.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 101.02710894089914, \"positive_daily\": \"\", \"positive\": 276.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.8302012489293324, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 103.22335043961434, \"positive_daily\": \"\", \"positive\": 282.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.8302012489293324, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 107.61583343704474, \"positive_daily\": \"\", \"positive\": 294.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.1962414987151986, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 112.00831643447513, \"positive_daily\": \"\", \"positive\": 306.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.562281748501065, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 115.30267868254792, \"positive_daily\": \"\", \"positive\": 315.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.562281748501065, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 117.49892018126313, \"positive_daily\": \"\", \"positive\": 321.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.9283219982869317, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 118.96308118040659, \"positive_daily\": \"\", \"positive\": 325.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.9283219982869317, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 120.42724217955006, \"positive_daily\": \"\", \"positive\": 329.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.9283219982869317, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 125.55180567655219, \"positive_daily\": \"\", \"positive\": 343.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.294362248072798, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 128.11408742505324, \"positive_daily\": \"\", \"positive\": 350.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.660402497858665, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 129.21220817441085, \"positive_daily\": \"\", \"positive\": 353.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 4.026442747644531, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 129.94428867398258, \"positive_daily\": \"\", \"positive\": 355.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.026442747644531, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 129.94428867398258, \"positive_daily\": \"\", \"positive\": 355.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 4.026442747644531, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 131.40844967312606, \"positive_daily\": \"\", \"positive\": 359.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.19696787650902012, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.39393575301804024, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.954518147635302, \"positive_daily\": \"\", \"positive\": 15.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.257490195923948, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.015040467050229, \"positive_daily\": \"\", \"positive\": 61.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 16.742269503266712, \"positive_daily\": \"\", \"positive\": 85.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 19.302851897883972, \"positive_daily\": \"\", \"positive\": 98.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.19696787650902012, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 44.90867584405659, \"positive_daily\": \"\", \"positive\": 228.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.19696787650902012, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 44.90867584405659, \"positive_daily\": \"\", \"positive\": 228.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.39393575301804024, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 60.27217021176016, \"positive_daily\": \"\", \"positive\": 306.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.9848393825451006, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 66.77211013655783, \"positive_daily\": \"\", \"positive\": 339.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9848393825451006, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 71.89327492579235, \"positive_daily\": \"\", \"positive\": 365.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.9848393825451006, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 76.62050396200884, \"positive_daily\": \"\", \"positive\": 389.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.378775135563141, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 81.54470087473435, \"positive_daily\": \"\", \"positive\": 414.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.378775135563141, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 81.54470087473435, \"positive_daily\": \"\", \"positive\": 414.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.575743012072161, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 94.54458072432966, \"positive_daily\": \"\", \"positive\": 480.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.575743012072161, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 94.54458072432966, \"positive_daily\": \"\", \"positive\": 480.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.7727108885811813, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 99.27180976054615, \"positive_daily\": \"\", \"positive\": 504.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.7727108885811813, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 101.43845640214538, \"positive_daily\": \"\", \"positive\": 515.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.1666466415992214, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 104.7869103027987, \"positive_daily\": \"\", \"positive\": 532.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.5605823946172617, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 109.71110721552422, \"positive_daily\": \"\", \"positive\": 557.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.954518147635302, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 113.84743262221366, \"positive_daily\": \"\", \"positive\": 578.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.151486024144322, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 118.96859741144816, \"positive_daily\": \"\", \"positive\": 604.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 3.3484539006533423, \"deceased_daily\": \"\", \"deceased\": 17.0, \"positive_100k\": 124.48369795370073, \"positive_daily\": \"\", \"positive\": 632.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.5454217771623626, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 126.25640884228191, \"positive_daily\": \"\", \"positive\": 641.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.136325406689423, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 127.83215185435408, \"positive_daily\": \"\", \"positive\": 649.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.136325406689423, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 129.40789486642623, \"positive_daily\": \"\", \"positive\": 657.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 4.136325406689423, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 130.7866700019894, \"positive_daily\": \"\", \"positive\": 664.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.530261159707464, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 133.1502845200976, \"positive_daily\": \"\", \"positive\": 676.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.924196912725503, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 133.9381560261337, \"positive_daily\": \"\", \"positive\": 680.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.318132665743544, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 134.52905965566075, \"positive_daily\": \"\", \"positive\": 683.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.318132665743544, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 137.68054567980508, \"positive_daily\": \"\", \"positive\": 699.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.318132665743544, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 138.8623529388592, \"positive_daily\": \"\", \"positive\": 705.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.318132665743544, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 140.04416019791333, \"positive_daily\": \"\", \"positive\": 711.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 5.712068418761584, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 141.42293533347646, \"positive_daily\": \"\", \"positive\": 718.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5654509471303365, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.523607577042692, \"positive_daily\": \"\", \"positive\": 8.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.089058524173027, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 7.350862312694374, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 10.178117048346055, \"positive_daily\": \"\", \"positive\": 18.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 13.570822731128075, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 15.267175572519085, \"positive_daily\": \"\", \"positive\": 27.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 17.52897936104043, \"positive_daily\": \"\", \"positive\": 31.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 20.921685043822446, \"positive_daily\": \"\", \"positive\": 37.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 26.010743567995476, \"positive_daily\": \"\", \"positive\": 46.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 33.36160588068985, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 38.45066440486288, \"positive_daily\": \"\", \"positive\": 68.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 41.84337008764489, \"positive_daily\": \"\", \"positive\": 74.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 52.58693808312129, \"positive_daily\": \"\", \"positive\": 93.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.5654509471303365, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 64.46140797285835, \"positive_daily\": \"\", \"positive\": 114.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.130901894260673, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 82.55583828102911, \"positive_daily\": \"\", \"positive\": 146.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.6963528413910094, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 98.95391574780888, \"positive_daily\": \"\", \"positive\": 175.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.6963528413910094, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 106.8702290076336, \"positive_daily\": \"\", \"positive\": 189.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.261803788521346, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 113.09018942606728, \"positive_daily\": \"\", \"positive\": 200.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 2.261803788521346, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 122.13740458015268, \"positive_daily\": \"\", \"positive\": 216.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 2.827254735651682, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 139.66638394119312, \"positive_daily\": \"\", \"positive\": 247.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.392705682782019, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 149.84450098953914, \"positive_daily\": \"\", \"positive\": 265.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 5.089058524173027, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 158.3262651964942, \"positive_daily\": \"\", \"positive\": 280.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 6.785411365564038, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 169.0698331919706, \"positive_daily\": \"\", \"positive\": 299.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 7.350862312694374, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 178.68249929318634, \"positive_daily\": \"\", \"positive\": 316.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 8.481764206955047, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 190.55696918292338, \"positive_daily\": \"\", \"positive\": 337.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 10.178117048346055, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 195.6460277070964, \"positive_daily\": \"\", \"positive\": 346.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 11.874469889737066, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 213.7404580152672, \"positive_daily\": \"\", \"positive\": 378.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 13.005371783997738, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 227.31128074639523, \"positive_daily\": \"\", \"positive\": 402.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 14.13627367825841, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 237.4893977947413, \"positive_daily\": \"\", \"positive\": 420.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 15.832626519649422, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 243.14390726604466, \"positive_daily\": \"\", \"positive\": 430.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 16.398077466779757, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 251.0602205258694, \"positive_daily\": \"\", \"positive\": 444.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 17.52897936104043, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 255.5838281029121, \"positive_daily\": \"\", \"positive\": 452.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 17.52897936104043, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 262.3692394684761, \"positive_daily\": \"\", \"positive\": 464.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 19.22533220243144, \"deceased_daily\": \"\", \"deceased\": 34.0, \"positive_100k\": 275.9400621996042, \"positive_daily\": \"\", \"positive\": 488.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 20.35623409669211, \"deceased_daily\": \"\", \"deceased\": 36.0, \"positive_100k\": 290.0763358778626, \"positive_daily\": \"\", \"positive\": 513.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 22.052586938083124, \"deceased_daily\": \"\", \"deceased\": 39.0, \"positive_100k\": 292.90359061351427, \"positive_daily\": \"\", \"positive\": 518.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 22.618037885213457, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 310.99802092168505, \"positive_daily\": \"\", \"positive\": 550.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 22.618037885213457, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 322.30703986429177, \"positive_daily\": \"\", \"positive\": 570.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 23.74893977947413, \"deceased_daily\": \"\", \"deceased\": 42.0, \"positive_100k\": 327.3960983884648, \"positive_daily\": \"\", \"positive\": 579.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 26.010743567995476, \"deceased_daily\": \"\", \"deceased\": 46.0, \"positive_100k\": 333.05060785976815, \"positive_daily\": \"\", \"positive\": 589.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 26.576194515125813, \"deceased_daily\": \"\", \"deceased\": 47.0, \"positive_100k\": 336.4433135425502, \"positive_daily\": \"\", \"positive\": 595.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 27.14164546225615, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 342.6632739609839, \"positive_daily\": \"\", \"positive\": 606.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 27.14164546225615, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 347.7523324851569, \"positive_daily\": \"\", \"positive\": 615.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 27.14164546225615, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 353.97229290359064, \"positive_daily\": \"\", \"positive\": 626.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 28.27254735651682, \"deceased_daily\": \"\", \"deceased\": 50.0, \"positive_100k\": 359.62680237489394, \"positive_daily\": \"\", \"positive\": 636.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 28.27254735651682, \"deceased_daily\": \"\", \"deceased\": 50.0, \"positive_100k\": 360.75770426915466, \"positive_daily\": \"\", \"positive\": 638.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 28.27254735651682, \"deceased_daily\": \"\", \"deceased\": 50.0, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 31.665253039298843, \"deceased_daily\": \"\", \"deceased\": 56.0, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 15.87080674973203, \"positive_daily\": \"\", \"positive\": 65.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 22.463295707313026, \"positive_daily\": \"\", \"positive\": 92.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.24416625768818503, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 26.61412208801217, \"positive_daily\": \"\", \"positive\": 109.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.24416625768818503, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 31.98577975715224, \"positive_daily\": \"\", \"positive\": 131.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.24416625768818503, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 38.08993619935686, \"positive_daily\": \"\", \"positive\": 156.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.48833251537637007, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 50.05408282607794, \"positive_daily\": \"\", \"positive\": 205.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.48833251537637007, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 55.669906752906186, \"positive_daily\": \"\", \"positive\": 228.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.7324987730645551, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 61.77406319511082, \"positive_daily\": \"\", \"positive\": 253.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.7324987730645551, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 70.0757159565091, \"positive_daily\": \"\", \"positive\": 287.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.9766650307527401, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 77.40070368715466, \"positive_daily\": \"\", \"positive\": 317.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.2208312884409254, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 82.77236135629472, \"positive_daily\": \"\", \"positive\": 339.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.4649975461291103, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 85.70235644855295, \"positive_daily\": \"\", \"positive\": 351.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 91.56234663306938, \"positive_daily\": \"\", \"positive\": 375.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 97.9106693329622, \"positive_daily\": \"\", \"positive\": 401.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 103.03816074441409, \"positive_daily\": \"\", \"positive\": 422.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 109.63064970199508, \"positive_daily\": \"\", \"positive\": 449.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 114.51397485575878, \"positive_daily\": \"\", \"positive\": 469.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 116.71147117495245, \"positive_daily\": \"\", \"positive\": 478.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 121.35063007102796, \"positive_daily\": \"\", \"positive\": 497.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 124.28062516328619, \"positive_daily\": \"\", \"positive\": 509.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 128.67561780167352, \"positive_daily\": \"\", \"positive\": 527.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 132.3381116669963, \"positive_daily\": \"\", \"positive\": 542.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 136.73310430538362, \"positive_daily\": \"\", \"positive\": 560.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.4416625768818507, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 138.6864343668891, \"positive_daily\": \"\", \"positive\": 568.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.4416625768818507, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 140.63976442839459, \"positive_daily\": \"\", \"positive\": 576.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.4416625768818507, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 141.61642945914733, \"positive_daily\": \"\", \"positive\": 580.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.685828834570035, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 143.81392577834097, \"positive_daily\": \"\", \"positive\": 589.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.9299950922582205, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 145.5230895821583, \"positive_daily\": \"\", \"positive\": 596.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 3.1741613499464054, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 146.25558835522284, \"positive_daily\": \"\", \"positive\": 599.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.4183276076345908, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 148.20891841672832, \"positive_daily\": \"\", \"positive\": 607.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.6624938653227757, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 152.11557853973926, \"positive_daily\": \"\", \"positive\": 623.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.6624938653227757, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 152.84807731280384, \"positive_daily\": \"\", \"positive\": 626.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.6624938653227757, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 154.55724111662113, \"positive_daily\": \"\", \"positive\": 633.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.6624938653227757, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 156.998903693503, \"positive_daily\": \"\", \"positive\": 643.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": 120.65760964439379, \"tested\": 235.0, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.5403099103539633, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.5403099103539633, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.107493094277236, \"positive_daily\": \"\", \"positive\": 8.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 7.701549551769816, \"positive_daily\": \"\", \"positive\": 15.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 10.782169372477743, \"positive_daily\": \"\", \"positive\": 21.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.322479282831706, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 14.376225829970323, \"positive_daily\": \"\", \"positive\": 28.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 16.943409013893596, \"positive_daily\": \"\", \"positive\": 33.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 25.158395202448066, \"positive_daily\": \"\", \"positive\": 49.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.5134366367846545, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 37.48087448527977, \"positive_daily\": \"\", \"positive\": 73.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.5134366367846545, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 47.2361705841882, \"positive_daily\": \"\", \"positive\": 92.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.5134366367846545, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 51.34366367846545, \"positive_daily\": \"\", \"positive\": 100.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 73.93487569699023, \"positive_daily\": \"\", \"positive\": 144.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 84.71704506946797, \"positive_daily\": \"\", \"positive\": 165.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 93.4454678948071, \"positive_daily\": \"\", \"positive\": 182.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 113.98293336619327, \"positive_daily\": \"\", \"positive\": 222.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 139.654765205426, \"positive_daily\": \"\", \"positive\": 272.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.567183183923272, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 153.51755439861168, \"positive_daily\": \"\", \"positive\": 299.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 2.567183183923272, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 183.81031596890628, \"positive_daily\": \"\", \"positive\": 358.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 2.567183183923272, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 193.05217543103007, \"positive_daily\": \"\", \"positive\": 376.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 2.567183183923272, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 212.56276762884693, \"positive_daily\": \"\", \"positive\": 414.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 4.107493094277236, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 239.26147274164893, \"positive_daily\": \"\", \"positive\": 466.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 6.161239641415853, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 259.2855015762505, \"positive_daily\": \"\", \"positive\": 505.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 6.674676278200507, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 274.17516404300545, \"positive_daily\": \"\", \"positive\": 534.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 6.674676278200507, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 294.19919287760695, \"positive_daily\": \"\", \"positive\": 573.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 7.701549551769816, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 312.6829118018545, \"positive_daily\": \"\", \"positive\": 609.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 7.701549551769816, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 318.8441514432704, \"positive_daily\": \"\", \"positive\": 621.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 8.214986188554471, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 337.3278703675179, \"positive_daily\": \"\", \"positive\": 657.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 9.241859462123779, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 354.7847160181962, \"positive_daily\": \"\", \"positive\": 691.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 9.755296098908433, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 368.6475052113819, \"positive_daily\": \"\", \"positive\": 718.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 10.782169372477743, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 389.18497068276804, \"positive_daily\": \"\", \"positive\": 758.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 12.322479282831706, \"deceased_daily\": \"\", \"deceased\": 24.0, \"positive_100k\": 395.8596469609685, \"positive_daily\": \"\", \"positive\": 771.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 13.349352556401014, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 407.6686896070156, \"positive_daily\": \"\", \"positive\": 794.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 13.349352556401014, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 412.2896193380775, \"positive_daily\": \"\", \"positive\": 803.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 14.376225829970323, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 417.423985705924, \"positive_daily\": \"\", \"positive\": 813.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 15.916535740324287, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 428.20615507840176, \"positive_daily\": \"\", \"positive\": 834.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 16.943409013893596, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 434.3673947198176, \"positive_daily\": \"\", \"positive\": 846.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 16.943409013893596, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 441.0420709980181, \"positive_daily\": \"\", \"positive\": 859.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 16.943409013893596, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 444.63612745551075, \"positive_daily\": \"\", \"positive\": 866.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 16.943409013893596, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 452.8511136440652, \"positive_daily\": \"\", \"positive\": 882.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 17.45684565067825, \"deceased_daily\": \"\", \"deceased\": 34.0, \"positive_100k\": 458.4989166486964, \"positive_daily\": \"\", \"positive\": 893.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 17.45684565067825, \"deceased_daily\": \"\", \"deceased\": 34.0, \"positive_100k\": 461.5795364694043, \"positive_daily\": \"\", \"positive\": 899.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 18.483718924247558, \"deceased_daily\": \"\", \"deceased\": 36.0, \"positive_100k\": 466.7139028372508, \"positive_daily\": \"\", \"positive\": 909.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 18.997155561032216, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 470.8213959315281, \"positive_daily\": \"\", \"positive\": 917.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 18.997155561032216, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 473.90201575223597, \"positive_daily\": \"\", \"positive\": 923.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 20.537465471386177, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 476.98263557294393, \"positive_daily\": \"\", \"positive\": 929.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 20.537465471386177, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 478.52294548329786, \"positive_daily\": \"\", \"positive\": 932.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 21.564338744955485, \"deceased_daily\": \"\", \"deceased\": 42.0, \"positive_100k\": 479.0363821200826, \"positive_daily\": \"\", \"positive\": 933.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 22.591212018524793, \"deceased_daily\": \"\", \"deceased\": 44.0, \"positive_100k\": 479.0363821200826, \"positive_daily\": \"\", \"positive\": 933.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.14744760817862393, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.29489521635724786, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.8846856490717436, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.0321332572503674, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3270284736076154, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.7693712981434873, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.064266514500735, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.506609339036607, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.654056947215231, \"positive_daily\": \"\", \"positive\": 18.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.9810854208228466, \"positive_daily\": \"\", \"positive\": 27.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.718323461715966, \"positive_daily\": \"\", \"positive\": 32.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 7.667275625288444, \"positive_daily\": \"\", \"positive\": 52.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.878989747967804, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 14.892208426041018, \"positive_daily\": \"\", \"positive\": 101.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 17.398817765077624, \"positive_daily\": \"\", \"positive\": 118.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.14744760817862393, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 24.771198174008823, \"positive_daily\": \"\", \"positive\": 168.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.14744760817862393, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 34.20784509744075, \"positive_daily\": \"\", \"positive\": 232.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.14744760817862393, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 35.534873571048365, \"positive_daily\": \"\", \"positive\": 241.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.29489521635724786, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 39.22106377551396, \"positive_daily\": \"\", \"positive\": 266.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.29489521635724786, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 47.03578700898103, \"positive_daily\": \"\", \"positive\": 319.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.29489521635724786, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 51.45921525433975, \"positive_daily\": \"\", \"positive\": 349.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.4423428245358718, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 53.670929377019114, \"positive_daily\": \"\", \"positive\": 364.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.1795808654289914, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 70.9222995339181, \"positive_daily\": \"\", \"positive\": 481.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.6219236899648632, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 73.57635648113335, \"positive_daily\": \"\", \"positive\": 499.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.6219236899648632, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 80.94873689006454, \"positive_daily\": \"\", \"positive\": 549.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.7693712981434873, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 87.28898404174537, \"positive_daily\": \"\", \"positive\": 592.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.7693712981434873, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 92.30220271981858, \"positive_daily\": \"\", \"positive\": 626.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.916818906322111, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 107.1944111458596, \"positive_daily\": \"\", \"positive\": 727.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.359161730857983, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 112.06018221575418, \"positive_daily\": \"\", \"positive\": 760.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.359161730857983, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 116.18871524475567, \"positive_daily\": \"\", \"positive\": 788.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.506609339036607, \"deceased_daily\": \"\", \"deceased\": 17.0, \"positive_100k\": 121.20193392282886, \"positive_daily\": \"\", \"positive\": 822.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.654056947215231, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 125.33046695183035, \"positive_daily\": \"\", \"positive\": 850.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.654056947215231, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 129.4589999808318, \"positive_daily\": \"\", \"positive\": 878.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.654056947215231, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 132.55539975258293, \"positive_daily\": \"\", \"positive\": 899.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.8015045553938545, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 133.5875330098333, \"positive_daily\": \"\", \"positive\": 906.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.8015045553938545, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 134.47221865890504, \"positive_daily\": \"\", \"positive\": 912.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 3.2438473799297265, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 136.9788279979416, \"positive_daily\": \"\", \"positive\": 929.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 3.39129498810835, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 139.04309451244237, \"positive_daily\": \"\", \"positive\": 943.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.5387425962869745, \"deceased_daily\": \"\", \"deceased\": 24.0, \"positive_100k\": 141.549703851479, \"positive_daily\": \"\", \"positive\": 960.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.686190204465598, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 145.53078927230183, \"positive_daily\": \"\", \"positive\": 987.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.686190204465598, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 147.8899510031598, \"positive_daily\": \"\", \"positive\": 1003.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.12853302900147, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 149.21697947676742, \"positive_daily\": \"\", \"positive\": 1012.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 4.275980637180094, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 149.95421751766054, \"positive_daily\": \"\", \"positive\": 1017.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6282788301448183, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 0.6282788301448183, \"tested\": 1.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.8848364904344548, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 1.8848364904344548, \"tested\": 3.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.7696729808689096, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 3.7696729808689096, \"tested\": 6.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.654509471303364, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 6.282788301448183, \"tested\": 10.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 7.539345961737819, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 6.282788301448183, \"tested\": 10.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 8.167624791882638, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 62.19960418433701, \"positive_daily\": \"\", \"positive\": 99.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.6282788301448183, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 62.19960418433701, \"positive_daily\": \"\", \"positive\": 99.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.6282788301448183, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 74.76518078723338, \"positive_daily\": \"\", \"positive\": 119.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.2565576602896367, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 76.65001727766783, \"positive_daily\": \"\", \"positive\": 122.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.2565576602896367, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 80.41969025853675, \"positive_daily\": \"\", \"positive\": 128.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.2565576602896367, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 84.81764206955046, \"positive_daily\": \"\", \"positive\": 135.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 2.5131153205792733, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 88.58731505041938, \"positive_daily\": \"\", \"positive\": 141.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.5131153205792733, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 91.72870920114346, \"positive_daily\": \"\", \"positive\": 146.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.5131153205792733, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 97.38321867244683, \"positive_daily\": \"\", \"positive\": 155.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.5131153205792733, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 103.0377281437502, \"positive_daily\": \"\", \"positive\": 164.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 3.1413941507240914, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 105.55084346432946, \"positive_daily\": \"\", \"positive\": 168.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.1413941507240914, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 106.8074011246191, \"positive_daily\": \"\", \"positive\": 170.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.7696729808689096, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 111.83363176577765, \"positive_daily\": \"\", \"positive\": 178.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 4.397951811013728, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 116.23158357679138, \"positive_daily\": \"\", \"positive\": 185.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.397951811013728, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 123.14265070838438, \"positive_daily\": \"\", \"positive\": 196.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.654509471303364, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 133.8233908208463, \"positive_daily\": \"\", \"positive\": 213.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 6.282788301448183, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 135.07994848113592, \"positive_daily\": \"\", \"positive\": 215.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 6.282788301448183, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 156.44142870605975, \"positive_daily\": \"\", \"positive\": 249.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 6.911067131593001, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 157.6979863663494, \"positive_daily\": \"\", \"positive\": 251.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 7.539345961737819, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 157.6979863663494, \"positive_daily\": \"\", \"positive\": 251.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 8.167624791882638, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 162.0959381773631, \"positive_daily\": \"\", \"positive\": 258.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 8.167624791882638, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 163.98077466779756, \"positive_daily\": \"\", \"positive\": 261.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 8.795903622027456, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 166.49388998837682, \"positive_daily\": \"\", \"positive\": 265.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 8.795903622027456, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 167.12216881852166, \"positive_daily\": \"\", \"positive\": 266.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 8.795903622027456, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 167.12216881852166, \"positive_daily\": \"\", \"positive\": 266.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 9.424182452172275, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 168.3787264788113, \"positive_daily\": \"\", \"positive\": 268.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 9.424182452172275, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 170.8918417993906, \"positive_daily\": \"\", \"positive\": 272.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 10.052461282317093, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 173.40495711996985, \"positive_daily\": \"\", \"positive\": 276.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.6426362939668615, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": 15.85581776380117, \"tested\": 6.0, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 66.06590734917152, \"positive_daily\": \"\", \"positive\": 25.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 66.06590734917152, \"positive_daily\": \"\", \"positive\": 25.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 71.35117993710526, \"positive_daily\": \"\", \"positive\": 27.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 79.27908881900584, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 97.77754287677386, \"positive_daily\": \"\", \"positive\": 37.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 121.56126952247563, \"positive_daily\": \"\", \"positive\": 46.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 121.56126952247563, \"positive_daily\": \"\", \"positive\": 46.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 126.84654211040936, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 134.77445099230994, \"positive_daily\": \"\", \"positive\": 51.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 147.98763246214423, \"positive_daily\": \"\", \"positive\": 56.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 158.55817763801167, \"positive_daily\": \"\", \"positive\": 60.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 158.55817763801167, \"positive_daily\": \"\", \"positive\": 60.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 161.20081393197853, \"positive_daily\": \"\", \"positive\": 61.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 163.84345022594542, \"positive_daily\": \"\", \"positive\": 62.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 169.12872281387914, \"positive_daily\": \"\", \"positive\": 64.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 169.12872281387914, \"positive_daily\": \"\", \"positive\": 64.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 171.771359107846, \"positive_daily\": \"\", \"positive\": 65.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 174.41399540181283, \"positive_daily\": \"\", \"positive\": 66.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 177.0566316957797, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 177.0566316957797, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 14.414991591254905, \"tested\": 72.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.200208216545207, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 35.63706254504685, \"tested\": 178.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.200208216545207, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 65.26787859373748, \"tested\": 326.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 0.6006246496356211, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 106.71097941859534, \"tested\": 533.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.0010410827260352, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 134.74012973492432, \"tested\": 673.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.401457515816449, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 156.5628253383519, \"tested\": 782.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.401457515816449, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 174.1811483943301, \"tested\": 870.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.8018739489068631, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 195.80363578121248, \"tested\": 978.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 1.8018739489068631, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 217.2259149515496, \"tested\": 1085.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 2.602706815087691, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 230.43965724353328, \"tested\": 1151.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 3.6037478978137263, \"positive_daily\": \"\", \"positive\": 18.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 250.26027068150879, \"tested\": 1250.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 6.00624649635621, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 265.6763033554897, \"tested\": 1327.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 7.808120445263074, \"positive_daily\": \"\", \"positive\": 39.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 280.0912949467446, \"tested\": 1399.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 9.609994394169938, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 302.714823416353, \"tested\": 1512.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.200208216545207, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 15.41603267398094, \"positive_daily\": \"\", \"positive\": 77.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 345.3591735404821, \"tested\": 1725.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.200208216545207, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 17.61832305597822, \"positive_daily\": \"\", \"positive\": 88.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 395.61143589332903, \"tested\": 1976.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.200208216545207, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 23.824777768879635, \"positive_daily\": \"\", \"positive\": 119.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 470.48930888123647, \"tested\": 2350.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.200208216545207, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 37.238728277408505, \"positive_daily\": \"\", \"positive\": 186.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 565.5882117402099, \"tested\": 2825.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.200208216545207, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 58.86121566429086, \"positive_daily\": \"\", \"positive\": 294.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 695.5233442780492, \"tested\": 3474.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.6006246496356211, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 78.68182910226635, \"positive_daily\": \"\", \"positive\": 393.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 783.8151677744855, \"tested\": 3915.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.6006246496356211, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 96.50036037478978, \"positive_daily\": \"\", \"positive\": 482.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 874.5094898694643, \"tested\": 4368.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.800832866180828, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 122.32722030912149, \"positive_daily\": \"\", \"positive\": 611.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 995.4352526627692, \"tested\": 4972.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.0010410827260352, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 156.7630335548971, \"positive_daily\": \"\", \"positive\": 783.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1131.9772563466006, \"tested\": 5654.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.2012492992712422, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 201.40946584447826, \"positive_daily\": \"\", \"positive\": 1006.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1247.69760550973, \"tested\": 6232.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.601665732361656, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 226.63570112917432, \"positive_daily\": \"\", \"positive\": 1132.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1329.1823496436293, \"tested\": 6639.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.601665732361656, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 252.46256106350603, \"positive_daily\": \"\", \"positive\": 1261.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1402.8589733322656, \"tested\": 7007.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.8018739489068631, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 281.8931688956515, \"positive_daily\": \"\", \"positive\": 1408.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1451.9099863858412, \"tested\": 7252.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 2.602706815087691, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 311.5239849443421, \"positive_daily\": \"\", \"positive\": 1556.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1531.3926483542884, \"tested\": 7649.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 2.802915031632898, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 332.1454312484984, \"positive_daily\": \"\", \"positive\": 1659.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1601.2653159285655, \"tested\": 7998.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 4.204372547449347, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 356.3706254504685, \"positive_daily\": \"\", \"positive\": 1780.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1687.5550572595498, \"tested\": 8429.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 4.6047889805397615, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 401.8178906062305, \"positive_daily\": \"\", \"positive\": 2007.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1790.6622887803314, \"tested\": 8944.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 6.00624649635621, \"deceased_daily\": \"\", \"deceased\": 30.0, \"positive_100k\": 439.2568271001842, \"positive_daily\": \"\", \"positive\": 2194.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 1888.964523104028, \"tested\": 9435.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 7.407704012172659, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 479.09826219268035, \"positive_daily\": \"\", \"positive\": 2393.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2011.0915351966044, \"tested\": 10045.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 8.80916152798911, \"deceased_daily\": \"\", \"deceased\": 44.0, \"positive_100k\": 501.12116601265313, \"positive_daily\": \"\", \"positive\": 2503.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2073.756706975254, \"tested\": 10358.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 10.611035476895973, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 542.9646832706014, \"positive_daily\": \"\", \"positive\": 2712.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2206.2945463281812, \"tested\": 11020.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 12.212701209257627, \"deceased_daily\": \"\", \"deceased\": 61.0, \"positive_100k\": 589.4129895090895, \"positive_daily\": \"\", \"positive\": 2944.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2358.4527909025387, \"tested\": 11780.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 13.814366941619284, \"deceased_daily\": \"\", \"deceased\": 69.0, \"positive_100k\": 621.2460959397773, \"positive_daily\": \"\", \"positive\": 3103.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2478.3775126131177, \"tested\": 12379.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 15.41603267398094, \"deceased_daily\": \"\", \"deceased\": 77.0, \"positive_100k\": 663.490029630816, \"positive_daily\": \"\", \"positive\": 3314.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2658.965323936894, \"tested\": 13281.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 16.21686554016177, \"deceased_daily\": \"\", \"deceased\": 81.0, \"positive_100k\": 701.5295907744054, \"positive_daily\": \"\", \"positive\": 3504.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2817.330023224153, \"tested\": 14072.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 18.81957235524946, \"deceased_daily\": \"\", \"deceased\": 94.0, \"positive_100k\": 727.1562424921918, \"positive_daily\": \"\", \"positive\": 3632.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2935.4528709858255, \"tested\": 14662.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 20.22102987106591, \"deceased_daily\": \"\", \"deceased\": 101.0, \"positive_100k\": 740.5701930007207, \"positive_daily\": \"\", \"positive\": 3699.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 2997.117001681749, \"tested\": 14970.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 22.423320253063185, \"deceased_daily\": \"\", \"deceased\": 112.0, \"positive_100k\": 764.995595419236, \"positive_daily\": \"\", \"positive\": 3821.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3123.848802754865, \"tested\": 15603.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 24.62561063506046, \"deceased_daily\": \"\", \"deceased\": 123.0, \"positive_100k\": 797.2291182830143, \"positive_daily\": \"\", \"positive\": 3982.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3282.2135020421238, \"tested\": 16394.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 27.228317450148154, \"deceased_daily\": \"\", \"deceased\": 136.0, \"positive_100k\": 823.8568110835268, \"positive_daily\": \"\", \"positive\": 4115.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3449.1871546408265, \"tested\": 17228.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 29.030191399055017, \"deceased_daily\": \"\", \"deceased\": 145.0, \"positive_100k\": 842.6763834387764, \"positive_daily\": \"\", \"positive\": 4209.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3557.099383358693, \"tested\": 17767.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 30.83206534796188, \"deceased_daily\": \"\", \"deceased\": 154.0, \"positive_100k\": 851.0851285336751, \"positive_daily\": \"\", \"positive\": 4251.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3643.989749339313, \"tested\": 18201.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 32.233522863778326, \"deceased_daily\": \"\", \"deceased\": 161.0, \"positive_100k\": 860.8953311443901, \"positive_daily\": \"\", \"positive\": 4300.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3717.0657483783134, \"tested\": 18566.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 33.43477216304957, \"deceased_daily\": \"\", \"deceased\": 167.0, \"positive_100k\": 865.2999119083846, \"positive_daily\": \"\", \"positive\": 4322.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3752.1021862737243, \"tested\": 18741.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 34.03539681268519, \"deceased_daily\": \"\", \"deceased\": 170.0, \"positive_100k\": 875.3103227356452, \"positive_daily\": \"\", \"positive\": 4372.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3814.5671498358292, \"tested\": 19053.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 34.836229678866026, \"deceased_daily\": \"\", \"deceased\": 174.0, \"positive_100k\": 885.7211499959959, \"positive_daily\": \"\", \"positive\": 4424.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 3923.2802114198767, \"tested\": 19596.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 35.63706254504685, \"deceased_daily\": \"\", \"deceased\": 178.0, \"positive_100k\": 898.7346840714342, \"positive_daily\": \"\", \"positive\": 4489.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4021.5824457435733, \"tested\": 20087.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 36.83831184431809, \"deceased_daily\": \"\", \"deceased\": 184.0, \"positive_100k\": 911.5480099303276, \"positive_daily\": \"\", \"positive\": 4553.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4158.7250740770405, \"tested\": 20772.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 38.03956114358933, \"deceased_daily\": \"\", \"deceased\": 190.0, \"positive_100k\": 923.5605029230401, \"positive_daily\": \"\", \"positive\": 4613.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4252.022102987106, \"tested\": 21238.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 38.64018579322495, \"deceased_daily\": \"\", \"deceased\": 193.0, \"positive_100k\": 933.1704973172098, \"positive_daily\": \"\", \"positive\": 4661.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4330.503723872828, \"tested\": 21630.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 40.041643309041405, \"deceased_daily\": \"\", \"deceased\": 200.0, \"positive_100k\": 935.172579482662, \"positive_daily\": \"\", \"positive\": 4671.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4389.3649395371185, \"tested\": 21924.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 40.24185152558661, \"deceased_daily\": \"\", \"deceased\": 201.0, \"positive_100k\": 934.9723712661167, \"positive_daily\": \"\", \"positive\": 4670.0, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": 4414.39096660527, \"tested\": 22049.0, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-GE\", \"region_label\": \"Geneva\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.7884134755631242, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.365240426689373, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 10.249375182320616, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 10.249375182320616, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 18.921923413514985, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 37.84384682702997, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 48.8816354849137, \"positive_daily\": \"\", \"positive\": 62.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 56.76577024054495, \"positive_daily\": \"\", \"positive\": 72.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 63.07307804504995, \"positive_daily\": \"\", \"positive\": 80.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 68.59197237399181, \"positive_daily\": \"\", \"positive\": 87.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 74.11086670293369, \"positive_daily\": \"\", \"positive\": 94.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 79.62976103187556, \"positive_daily\": \"\", \"positive\": 101.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 79.62976103187556, \"positive_daily\": \"\", \"positive\": 101.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 88.30230926306993, \"positive_daily\": \"\", \"positive\": 112.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 89.87913621419618, \"positive_daily\": \"\", \"positive\": 114.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 98.55168444539053, \"positive_daily\": \"\", \"positive\": 125.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 0.7884134755631242, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 103.2821652987693, \"positive_daily\": \"\", \"positive\": 131.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.5768269511262485, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 108.80105962771115, \"positive_daily\": \"\", \"positive\": 138.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.5768269511262485, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 115.10836743221616, \"positive_daily\": \"\", \"positive\": 146.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.5768269511262485, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 115.10836743221616, \"positive_daily\": \"\", \"positive\": 146.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.365240426689373, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 119.83884828559489, \"positive_daily\": \"\", \"positive\": 152.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.365240426689373, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 123.78091566341052, \"positive_daily\": \"\", \"positive\": 157.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.365240426689373, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 127.72298304122614, \"positive_daily\": \"\", \"positive\": 162.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.365240426689373, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 130.08822346791553, \"positive_daily\": \"\", \"positive\": 165.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.365240426689373, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 132.45346389460488, \"positive_daily\": \"\", \"positive\": 168.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.153653902252497, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 132.45346389460488, \"positive_daily\": \"\", \"positive\": 168.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 3.9420673778156217, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 132.45346389460488, \"positive_daily\": \"\", \"positive\": 168.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 3.9420673778156217, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 134.03029084573114, \"positive_daily\": \"\", \"positive\": 170.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 3.9420673778156217, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 134.81870432129426, \"positive_daily\": \"\", \"positive\": 171.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 3.9420673778156217, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 134.81870432129426, \"positive_daily\": \"\", \"positive\": 171.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.730480853378746, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 134.81870432129426, \"positive_daily\": \"\", \"positive\": 171.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 4.730480853378746, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 135.60711779685738, \"positive_daily\": \"\", \"positive\": 172.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.518894328941871, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 137.18394474798362, \"positive_daily\": \"\", \"positive\": 174.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.518894328941871, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 137.97235822354676, \"positive_daily\": \"\", \"positive\": 175.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.518894328941871, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 137.97235822354676, \"positive_daily\": \"\", \"positive\": 175.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 6.307307804504994, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 138.76077169910988, \"positive_daily\": \"\", \"positive\": 176.0, \"region_iso\": \"CH-ZG\", \"region_label\": \"Zug\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.254332184253753, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 57.83957615158596, \"positive_daily\": \"\", \"positive\": 25.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 64.78032528977629, \"positive_daily\": \"\", \"positive\": 28.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 76.34824052009347, \"positive_daily\": \"\", \"positive\": 33.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 83.28898965828378, \"positive_daily\": \"\", \"positive\": 36.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 90.2297387964741, \"positive_daily\": \"\", \"positive\": 39.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 97.17048793466441, \"positive_daily\": \"\", \"positive\": 42.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 101.79765402679129, \"positive_daily\": \"\", \"positive\": 44.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 111.05198621104505, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 124.93348448742566, \"positive_daily\": \"\", \"positive\": 54.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 127.24706753348913, \"positive_daily\": \"\", \"positive\": 55.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 136.50139971774288, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 145.75573190199663, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 161.9508132244407, \"positive_daily\": \"\", \"positive\": 70.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 161.9508132244407, \"positive_daily\": \"\", \"positive\": 70.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 175.83231150082133, \"positive_daily\": \"\", \"positive\": 76.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 182.77306063901165, \"positive_daily\": \"\", \"positive\": 79.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 185.08664368507507, \"positive_daily\": \"\", \"positive\": 80.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 185.08664368507507, \"positive_daily\": \"\", \"positive\": 80.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 198.96814196145573, \"positive_daily\": \"\", \"positive\": 86.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 201.28172500751916, \"positive_daily\": \"\", \"positive\": 87.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 215.16322328389978, \"positive_daily\": \"\", \"positive\": 93.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 222.1039724220901, \"positive_daily\": \"\", \"positive\": 96.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 231.35830460634384, \"positive_daily\": \"\", \"positive\": 100.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 238.29905374453415, \"positive_daily\": \"\", \"positive\": 103.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 240.61263679059758, \"positive_daily\": \"\", \"positive\": 104.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.3135830460634383, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 240.61263679059758, \"positive_daily\": \"\", \"positive\": 104.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.3135830460634383, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 242.92621983666103, \"positive_daily\": \"\", \"positive\": 105.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.627166092126877, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 245.23980288272446, \"positive_daily\": \"\", \"positive\": 106.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.627166092126877, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 245.23980288272446, \"positive_daily\": \"\", \"positive\": 106.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 4.627166092126877, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 247.5533859287879, \"positive_daily\": \"\", \"positive\": 107.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 6.9407491381903155, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 249.86696897485132, \"positive_daily\": \"\", \"positive\": 108.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.9407491381903155, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 249.86696897485132, \"positive_daily\": \"\", \"positive\": 108.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 6.9407491381903155, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 249.86696897485132, \"positive_daily\": \"\", \"positive\": 108.0, \"region_iso\": \"CH-NW\", \"region_label\": \"Nidwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.2830111251673303, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5660222503346606, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.1320445006693212, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.4150556258366518, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.094200253011946, \"positive_daily\": \"\", \"positive\": 18.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.735500632529867, \"positive_daily\": \"\", \"positive\": 45.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 16.41464525970516, \"positive_daily\": \"\", \"positive\": 58.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 19.244756511378462, \"positive_daily\": \"\", \"positive\": 68.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.2830111251673303, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 50.94200253011947, \"positive_daily\": \"\", \"positive\": 180.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 73.01687029317122, \"positive_daily\": \"\", \"positive\": 258.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.849033375501991, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 74.99794816934254, \"positive_daily\": \"\", \"positive\": 265.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 1.698066751003982, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 82.35623742369313, \"positive_daily\": \"\", \"positive\": 291.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 2.2640890013386423, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 93.39367130521902, \"positive_daily\": \"\", \"positive\": 330.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 2.8301112516733036, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 119.43069482061341, \"positive_daily\": \"\", \"positive\": 422.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 3.9621557523426247, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 144.6186849605058, \"positive_daily\": \"\", \"positive\": 511.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 4.245166877509955, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 180.56109785675676, \"positive_daily\": \"\", \"positive\": 638.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 6.226244753681267, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 236.0312783895535, \"positive_daily\": \"\", \"positive\": 834.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 7.9243115046852495, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 259.8042129036092, \"positive_daily\": \"\", \"positive\": 918.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 10.471411631191222, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 265.74744653212315, \"positive_daily\": \"\", \"positive\": 939.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 13.584534008031856, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 329.70796081993984, \"positive_daily\": \"\", \"positive\": 1165.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 14.999589633868506, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 342.726472577637, \"positive_daily\": \"\", \"positive\": 1211.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 16.98066751003982, \"deceased_daily\": \"\", \"deceased\": 60.0, \"positive_100k\": 383.19706347656523, \"positive_daily\": \"\", \"positive\": 1354.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 18.961745386211135, \"deceased_daily\": \"\", \"deceased\": 67.0, \"positive_100k\": 396.49858635942974, \"positive_daily\": \"\", \"positive\": 1401.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 21.508845512717105, \"deceased_daily\": \"\", \"deceased\": 76.0, \"positive_100k\": 477.72277928245364, \"positive_daily\": \"\", \"positive\": 1688.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 24.621967889557737, \"deceased_daily\": \"\", \"deceased\": 87.0, \"positive_100k\": 488.7602131639795, \"positive_daily\": \"\", \"positive\": 1727.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 26.32003464056172, \"deceased_daily\": \"\", \"deceased\": 93.0, \"positive_100k\": 519.8914369323858, \"positive_daily\": \"\", \"positive\": 1837.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 29.716168142569686, \"deceased_daily\": \"\", \"deceased\": 105.0, \"positive_100k\": 555.2678275783021, \"positive_daily\": \"\", \"positive\": 1962.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 33.96133502007964, \"deceased_daily\": \"\", \"deceased\": 120.0, \"positive_100k\": 591.7762627248877, \"positive_daily\": \"\", \"positive\": 2091.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 37.3574685220876, \"deceased_daily\": \"\", \"deceased\": 132.0, \"positive_100k\": 621.20941974229, \"positive_daily\": \"\", \"positive\": 2195.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 39.904568648593575, \"deceased_daily\": \"\", \"deceased\": 141.0, \"positive_100k\": 642.7182652550072, \"positive_daily\": \"\", \"positive\": 2271.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 43.8667244009362, \"deceased_daily\": \"\", \"deceased\": 155.0, \"positive_100k\": 672.7174445227441, \"positive_daily\": \"\", \"positive\": 2377.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 46.69683565260951, \"deceased_daily\": \"\", \"deceased\": 165.0, \"positive_100k\": 691.1131676586207, \"positive_daily\": \"\", \"positive\": 2442.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 50.09296915461747, \"deceased_daily\": \"\", \"deceased\": 177.0, \"positive_100k\": 709.7919019196645, \"positive_daily\": \"\", \"positive\": 2508.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 53.489102656625434, \"deceased_daily\": \"\", \"deceased\": 189.0, \"positive_100k\": 720.546324676023, \"positive_daily\": \"\", \"positive\": 2546.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 56.03620278313141, \"deceased_daily\": \"\", \"deceased\": 198.0, \"positive_100k\": 735.5459143098916, \"positive_daily\": \"\", \"positive\": 2599.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 59.715347410306705, \"deceased_daily\": \"\", \"deceased\": 211.0, \"positive_100k\": 752.5265818199314, \"positive_daily\": \"\", \"positive\": 2659.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 61.979436411645345, \"deceased_daily\": \"\", \"deceased\": 219.0, \"positive_100k\": 768.0921937041345, \"positive_daily\": \"\", \"positive\": 2714.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 64.24352541298398, \"deceased_daily\": \"\", \"deceased\": 227.0, \"positive_100k\": 785.6388834645089, \"positive_daily\": \"\", \"positive\": 2776.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 64.80954766331865, \"deceased_daily\": \"\", \"deceased\": 229.0, \"positive_100k\": 797.5253507215368, \"positive_daily\": \"\", \"positive\": 2818.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 69.0547145408286, \"deceased_daily\": \"\", \"deceased\": 244.0, \"positive_100k\": 811.9589181050708, \"positive_daily\": \"\", \"positive\": 2869.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 71.03579241699991, \"deceased_daily\": \"\", \"deceased\": 251.0, \"positive_100k\": 820.732262985258, \"positive_daily\": \"\", \"positive\": 2900.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 73.01687029317122, \"deceased_daily\": \"\", \"deceased\": 258.0, \"positive_100k\": 824.128396487266, \"positive_daily\": \"\", \"positive\": 2912.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 74.43192591900788, \"deceased_daily\": \"\", \"deceased\": 263.0, \"positive_100k\": 828.3735633647758, \"positive_daily\": \"\", \"positive\": 2927.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 76.12999267001186, \"deceased_daily\": \"\", \"deceased\": 269.0, \"positive_100k\": 835.7318526191265, \"positive_daily\": \"\", \"positive\": 2953.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 76.4130037951792, \"deceased_daily\": \"\", \"deceased\": 270.0, \"positive_100k\": 842.5241196231424, \"positive_daily\": \"\", \"positive\": 2977.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 78.3940816713505, \"deceased_daily\": \"\", \"deceased\": 277.0, \"positive_100k\": 847.335308750987, \"positive_daily\": \"\", \"positive\": 2994.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 79.52612617201983, \"deceased_daily\": \"\", \"deceased\": 281.0, \"positive_100k\": 858.0897315073456, \"positive_daily\": \"\", \"positive\": 3032.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 81.50720404819114, \"deceased_daily\": \"\", \"deceased\": 288.0, \"positive_100k\": 865.4480207616961, \"positive_daily\": \"\", \"positive\": 3058.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 82.35623742369313, \"deceased_daily\": \"\", \"deceased\": 291.0, \"positive_100k\": 867.4290986378675, \"positive_daily\": \"\", \"positive\": 3065.0, \"region_iso\": \"CH-TI\", \"region_label\": \"Ticino\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.3137609267242732, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": 9.412827801728195, \"tested\": 30.0, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6275218534485464, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.2550437068970928, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.882565560345639, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.5100874137941855, \"positive_daily\": \"\", \"positive\": 8.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.451370193967005, \"positive_daily\": \"\", \"positive\": 11.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.020174827588371, \"positive_daily\": \"\", \"positive\": 16.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.90274038793401, \"positive_daily\": \"\", \"positive\": 22.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.099066875003922, \"positive_daily\": \"\", \"positive\": 29.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 11.295393362073833, \"positive_daily\": \"\", \"positive\": 36.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.550437068970925, \"positive_daily\": \"\", \"positive\": 40.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 14.119241702592294, \"positive_daily\": \"\", \"positive\": 45.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 18.51189467673212, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.3137609267242732, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 26.983439698287494, \"positive_daily\": \"\", \"positive\": 86.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.3137609267242732, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 34.82746286639432, \"positive_daily\": \"\", \"positive\": 111.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.3137609267242732, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 45.49533437501961, \"positive_daily\": \"\", \"positive\": 145.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.6275218534485464, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 52.39807476295363, \"positive_daily\": \"\", \"positive\": 167.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.9412827801728195, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 63.37970719830318, \"positive_daily\": \"\", \"positive\": 202.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.2550437068970928, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 70.90996943968574, \"positive_daily\": \"\", \"positive\": 226.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.5688046336213657, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 80.00903631468967, \"positive_daily\": \"\", \"positive\": 255.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.882565560345639, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 91.93195153021203, \"positive_daily\": \"\", \"positive\": 293.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 3.451370193967005, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 96.95212635780041, \"positive_daily\": \"\", \"positive\": 309.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 4.7064139008640975, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 115.77778196125679, \"positive_daily\": \"\", \"positive\": 369.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 4.7064139008640975, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 132.093350150919, \"positive_daily\": \"\", \"positive\": 421.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 5.020174827588371, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 138.68232961212874, \"positive_daily\": \"\", \"positive\": 442.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 5.333935754312644, \"deceased_daily\": \"\", \"deceased\": 17.0, \"positive_100k\": 149.6639620474783, \"positive_daily\": \"\", \"positive\": 477.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 6.275218534485463, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 154.05661502161811, \"positive_daily\": \"\", \"positive\": 491.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 7.2165013146582835, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 164.7244865302434, \"positive_daily\": \"\", \"positive\": 525.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 8.157784094831102, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 172.56850969835025, \"positive_daily\": \"\", \"positive\": 550.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 9.72658872845247, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 184.4914249138726, \"positive_daily\": \"\", \"positive\": 588.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 11.609154288798107, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 200.1794712500863, \"positive_daily\": \"\", \"positive\": 638.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 12.550437068970925, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 209.90605997853874, \"positive_daily\": \"\", \"positive\": 669.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 12.864197995695198, \"deceased_daily\": \"\", \"deceased\": 41.0, \"positive_100k\": 216.1812785130242, \"positive_daily\": \"\", \"positive\": 689.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 13.80548077586802, \"deceased_daily\": \"\", \"deceased\": 44.0, \"positive_100k\": 228.73171558199516, \"positive_daily\": \"\", \"positive\": 729.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 14.119241702592294, \"deceased_daily\": \"\", \"deceased\": 45.0, \"positive_100k\": 237.20326060355052, \"positive_daily\": \"\", \"positive\": 756.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 14.433002629316567, \"deceased_daily\": \"\", \"deceased\": 46.0, \"positive_100k\": 246.6160884052787, \"positive_daily\": \"\", \"positive\": 786.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 15.374285409489385, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 249.75369767252144, \"positive_daily\": \"\", \"positive\": 796.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 16.629329116386476, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 261.67661288804385, \"positive_daily\": \"\", \"positive\": 834.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 16.94309004311075, \"deceased_daily\": \"\", \"deceased\": 54.0, \"positive_100k\": 265.4417440087351, \"positive_daily\": \"\", \"positive\": 846.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 17.256850969835025, \"deceased_daily\": \"\", \"deceased\": 55.0, \"positive_100k\": 269.5206360561507, \"positive_daily\": \"\", \"positive\": 859.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 17.88437282328357, \"deceased_daily\": \"\", \"deceased\": 57.0, \"positive_100k\": 275.7958545906361, \"positive_daily\": \"\", \"positive\": 879.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 19.76693838362921, \"deceased_daily\": \"\", \"deceased\": 63.0, \"positive_100k\": 279.24722478460313, \"positive_daily\": \"\", \"positive\": 890.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 20.394460237077755, \"deceased_daily\": \"\", \"deceased\": 65.0, \"positive_100k\": 284.58116053891575, \"positive_daily\": \"\", \"positive\": 907.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 21.021982090526304, \"deceased_daily\": \"\", \"deceased\": 67.0, \"positive_100k\": 291.797661853574, \"positive_daily\": \"\", \"positive\": 930.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 21.64950394397485, \"deceased_daily\": \"\", \"deceased\": 69.0, \"positive_100k\": 299.95544594840516, \"positive_daily\": \"\", \"positive\": 956.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 22.277025797423395, \"deceased_daily\": \"\", \"deceased\": 71.0, \"positive_100k\": 307.4857081897877, \"positive_daily\": \"\", \"positive\": 980.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 22.590786724147666, \"deceased_daily\": \"\", \"deceased\": 72.0, \"positive_100k\": 310.30955653030617, \"positive_daily\": \"\", \"positive\": 989.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 23.218308577596215, \"deceased_daily\": \"\", \"deceased\": 74.0, \"positive_100k\": 312.1921220906518, \"positive_daily\": \"\", \"positive\": 995.0, \"region_iso\": \"CH-FR\", \"region_label\": \"Fribourg\", \"tested_100k\": null, \"tested\": null, \"canton\": \"FR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.148904771550103, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": 88.97826904713678, \"tested\": 246.0, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 8.31910645562661, \"positive_daily\": \"\", \"positive\": 23.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": 99.82927746751932, \"tested\": 276.0, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 11.574408981741371, \"positive_daily\": \"\", \"positive\": 32.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 13.02121010445904, \"positive_daily\": \"\", \"positive\": 36.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 17.72331375329147, \"positive_daily\": \"\", \"positive\": 49.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 20.2552157180474, \"positive_daily\": \"\", \"positive\": 56.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 27.127521050956336, \"positive_daily\": \"\", \"positive\": 75.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 29.297722735032842, \"positive_daily\": \"\", \"positive\": 81.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.36170028067941784, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 31.46792441910935, \"positive_daily\": \"\", \"positive\": 87.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.36170028067941784, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 34.72322694522411, \"positive_daily\": \"\", \"positive\": 96.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.36170028067941784, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 39.78703087473596, \"positive_daily\": \"\", \"positive\": 110.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.7234005613588357, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 42.31893283949188, \"positive_daily\": \"\", \"positive\": 117.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.7234005613588357, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 48.467837611041986, \"positive_daily\": \"\", \"positive\": 134.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.7234005613588357, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 49.91463873375966, \"positive_daily\": \"\", \"positive\": 138.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.7234005613588357, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 53.53164154055384, \"positive_daily\": \"\", \"positive\": 148.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.0851008420382535, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 55.701843224630345, \"positive_daily\": \"\", \"positive\": 154.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.4468011227176714, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 60.04224659278335, \"positive_daily\": \"\", \"positive\": 166.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.4468011227176714, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 64.74435024161579, \"positive_daily\": \"\", \"positive\": 179.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.8085014033970888, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 71.61665557452473, \"positive_daily\": \"\", \"positive\": 198.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.8085014033970888, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 75.2336583813189, \"positive_daily\": \"\", \"positive\": 208.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.531901964755925, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 77.04215978471599, \"positive_daily\": \"\", \"positive\": 213.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.531901964755925, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 79.2123614687925, \"positive_daily\": \"\", \"positive\": 219.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 79.93576203015134, \"positive_daily\": \"\", \"positive\": 221.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 85.3612662403426, \"positive_daily\": \"\", \"positive\": 236.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 92.23357157325154, \"positive_daily\": \"\", \"positive\": 255.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 95.4888740993663, \"positive_daily\": \"\", \"positive\": 264.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 99.10587690616047, \"positive_daily\": \"\", \"positive\": 274.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 103.08457999363408, \"positive_daily\": \"\", \"positive\": 285.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.8936022454353427, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 105.61648195839, \"positive_daily\": \"\", \"positive\": 292.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 3.6170028067941775, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 107.06328308110768, \"positive_daily\": \"\", \"positive\": 296.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 3.978703087473596, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 109.23348476518419, \"positive_daily\": \"\", \"positive\": 302.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 3.978703087473596, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 111.40368644926069, \"positive_daily\": \"\", \"positive\": 308.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 4.340403368153014, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 116.10579009809312, \"positive_daily\": \"\", \"positive\": 321.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 4.7021036488324315, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 120.0844931855667, \"positive_daily\": \"\", \"positive\": 332.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 4.7021036488324315, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 120.44619346624613, \"positive_daily\": \"\", \"positive\": 333.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.7021036488324315, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 121.16959402760496, \"positive_daily\": \"\", \"positive\": 335.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 4.7021036488324315, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 122.61639515032265, \"positive_daily\": \"\", \"positive\": 339.0, \"region_iso\": \"CH-TG\", \"region_label\": \"Thurgau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"TG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.13149520568480072, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.13149520568480072, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.3944856170544022, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.4602332198968026, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.723223631266404, \"positive_daily\": \"\", \"positive\": 11.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.9204664397936052, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.0519616454784058, \"positive_daily\": \"\", \"positive\": 16.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.5779424682176089, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.9724280852720109, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.301166099484013, \"positive_daily\": \"\", \"positive\": 35.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.695651716538415, \"positive_daily\": \"\", \"positive\": 41.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.287380142120018, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.142098979071223, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.706255489924838, \"positive_daily\": \"\", \"positive\": 102.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.270412000778451, \"positive_daily\": \"\", \"positive\": 141.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 10.78260686615366, \"positive_daily\": \"\", \"positive\": 164.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 14.39872502248568, \"positive_daily\": \"\", \"positive\": 219.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.06574760284240036, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 16.502648313442492, \"positive_daily\": \"\", \"positive\": 251.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.06574760284240036, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 21.49946612946492, \"positive_daily\": \"\", \"positive\": 327.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.06574760284240036, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 28.271469222232156, \"positive_daily\": \"\", \"positive\": 430.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.13149520568480072, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 37.410386017325806, \"positive_daily\": \"\", \"positive\": 569.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.1972428085272011, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 44.70836993283225, \"positive_daily\": \"\", \"positive\": 680.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.26299041136960144, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 46.81229322378906, \"positive_daily\": \"\", \"positive\": 712.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.32873801421200183, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 46.81229322378906, \"positive_daily\": \"\", \"positive\": 712.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.3944856170544022, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 46.81229322378906, \"positive_daily\": \"\", \"positive\": 712.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.3944856170544022, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 70.7444206584228, \"positive_daily\": \"\", \"positive\": 1076.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.5259808227392029, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 80.47506587909804, \"positive_daily\": \"\", \"positive\": 1224.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.6574760284240037, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 90.1399634969309, \"positive_daily\": \"\", \"positive\": 1371.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.8547188369512048, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 98.81864707212776, \"positive_daily\": \"\", \"positive\": 1503.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.9862140426360054, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 107.1685926331126, \"positive_daily\": \"\", \"positive\": 1630.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.2492044540056069, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 112.03391524345022, \"positive_daily\": \"\", \"positive\": 1704.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.446447262532808, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 114.13783853440704, \"positive_daily\": \"\", \"positive\": 1736.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.5779424682176089, \"deceased_daily\": \"\", \"deceased\": 24.0, \"positive_100k\": 122.42203649254948, \"positive_daily\": \"\", \"positive\": 1862.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.77518527674481, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 128.40506835120792, \"positive_daily\": \"\", \"positive\": 1953.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.366913702326413, \"deceased_daily\": \"\", \"deceased\": 36.0, \"positive_100k\": 140.83136528842158, \"positive_daily\": \"\", \"positive\": 2142.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.564156510853614, \"deceased_daily\": \"\", \"deceased\": 39.0, \"positive_100k\": 151.61397215457526, \"positive_daily\": \"\", \"positive\": 2306.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.695651716538415, \"deceased_daily\": \"\", \"deceased\": 41.0, \"positive_100k\": 160.0296653184025, \"positive_daily\": \"\", \"positive\": 2434.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 3.2216325392776177, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 162.1993362122017, \"positive_daily\": \"\", \"positive\": 2467.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.4846229506472195, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 164.17176429747371, \"positive_daily\": \"\", \"positive\": 2497.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.61611815633202, \"deceased_daily\": \"\", \"deceased\": 55.0, \"positive_100k\": 171.66699102150736, \"positive_daily\": \"\", \"positive\": 2611.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.7476133620168213, \"deceased_daily\": \"\", \"deceased\": 57.0, \"positive_100k\": 177.18978966026899, \"positive_daily\": \"\", \"positive\": 2695.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.207846581913623, \"deceased_daily\": \"\", \"deceased\": 64.0, \"positive_100k\": 183.435811930297, \"positive_daily\": \"\", \"positive\": 2790.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 4.273594184756024, \"deceased_daily\": \"\", \"deceased\": 65.0, \"positive_100k\": 189.81332940600984, \"positive_daily\": \"\", \"positive\": 2887.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.602332198968026, \"deceased_daily\": \"\", \"deceased\": 70.0, \"positive_100k\": 192.44323351970587, \"positive_daily\": \"\", \"positive\": 2927.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.9968178160224275, \"deceased_daily\": \"\", \"deceased\": 76.0, \"positive_100k\": 196.25659448456508, \"positive_daily\": \"\", \"positive\": 2985.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 5.128313021707228, \"deceased_daily\": \"\", \"deceased\": 78.0, \"positive_100k\": 197.3743037328859, \"positive_daily\": \"\", \"positive\": 3002.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 5.39130343307683, \"deceased_daily\": \"\", \"deceased\": 82.0, \"positive_100k\": 198.49201298120673, \"positive_daily\": \"\", \"positive\": 3019.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.654293844446432, \"deceased_daily\": \"\", \"deceased\": 86.0, \"positive_100k\": 201.58215031479952, \"positive_daily\": \"\", \"positive\": 3066.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.917284255816033, \"deceased_daily\": \"\", \"deceased\": 90.0, \"positive_100k\": 204.67228764839237, \"positive_daily\": \"\", \"positive\": 3113.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 6.180274667185635, \"deceased_daily\": \"\", \"deceased\": 94.0, \"positive_100k\": 206.97345374787633, \"positive_daily\": \"\", \"positive\": 3148.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 6.3775174757128354, \"deceased_daily\": \"\", \"deceased\": 97.0, \"positive_100k\": 208.48564861325158, \"positive_daily\": \"\", \"positive\": 3171.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 6.772003092767238, \"deceased_daily\": \"\", \"deceased\": 103.0, \"positive_100k\": 211.11555272694758, \"positive_daily\": \"\", \"positive\": 3211.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.772003092767238, \"deceased_daily\": \"\", \"deceased\": 103.0, \"positive_100k\": 212.8907380036924, \"positive_daily\": \"\", \"positive\": 3238.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 6.903498298452039, \"deceased_daily\": \"\", \"deceased\": 105.0, \"positive_100k\": 213.9426996491708, \"positive_daily\": \"\", \"positive\": 3254.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 6.903498298452039, \"deceased_daily\": \"\", \"deceased\": 105.0, \"positive_100k\": 215.65213732307322, \"positive_daily\": \"\", \"positive\": 3280.0, \"region_iso\": \"CH-ZH\", \"region_label\": \"Z\\u00fcrich\", \"tested_100k\": null, \"tested\": null, \"canton\": \"ZH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3620452471431101, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3620452471431101, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3620452471431101, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3620452471431101, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3620452471431101, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.7240904942862203, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.7240904942862203, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.448180988572441, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.448180988572441, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.810226235715551, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.810226235715551, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.534316730001771, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.534316730001771, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.534316730001771, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 16.344542965717324, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 23.15476920143287, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 24.516814448575982, \"positive_daily\": \"\", \"positive\": 18.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 25.87885969571909, \"positive_daily\": \"\", \"positive\": 19.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 34.051131178577755, \"positive_daily\": \"\", \"positive\": 25.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 39.499312167150194, \"positive_daily\": \"\", \"positive\": 29.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 43.585447908579525, \"positive_daily\": \"\", \"positive\": 32.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 49.033628897151964, \"positive_daily\": \"\", \"positive\": 36.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 59.92999087429684, \"positive_daily\": \"\", \"positive\": 44.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 73.55044334572794, \"positive_daily\": \"\", \"positive\": 54.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 83.0847600757297, \"positive_daily\": \"\", \"positive\": 61.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 93.9811220528746, \"positive_daily\": \"\", \"positive\": 69.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 111.68771026573503, \"positive_daily\": \"\", \"positive\": 82.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 125.30816273716611, \"positive_daily\": \"\", \"positive\": 92.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 136.20452471431102, \"positive_daily\": \"\", \"positive\": 100.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 155.27315817431455, \"positive_daily\": \"\", \"positive\": 114.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 162.0833844100301, \"positive_daily\": \"\", \"positive\": 119.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 172.97974638717497, \"positive_daily\": \"\", \"positive\": 127.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 174.3417916343181, \"positive_daily\": \"\", \"positive\": 128.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 190.68633460003542, \"positive_daily\": \"\", \"positive\": 140.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 197.49656083575098, \"positive_daily\": \"\", \"positive\": 145.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 202.94474182432342, \"positive_daily\": \"\", \"positive\": 149.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 202.94474182432342, \"positive_daily\": \"\", \"positive\": 149.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 209.75496806003895, \"positive_daily\": \"\", \"positive\": 154.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 217.92723954289764, \"positive_daily\": \"\", \"positive\": 160.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 223.37542053147007, \"positive_daily\": \"\", \"positive\": 164.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 232.90973726147183, \"positive_daily\": \"\", \"positive\": 171.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.3620452471431101, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 236.99587300290116, \"positive_daily\": \"\", \"positive\": 174.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 243.8060992386167, \"positive_daily\": \"\", \"positive\": 179.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.7240904942862203, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 247.89223498004606, \"positive_daily\": \"\", \"positive\": 182.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 249.25428022718916, \"positive_daily\": \"\", \"positive\": 183.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 249.25428022718916, \"positive_daily\": \"\", \"positive\": 183.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 250.61632547433223, \"positive_daily\": \"\", \"positive\": 184.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 251.97837072147536, \"positive_daily\": \"\", \"positive\": 185.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 256.0645064629047, \"positive_daily\": \"\", \"positive\": 188.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 257.4265517100478, \"positive_daily\": \"\", \"positive\": 189.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 260.150642204334, \"positive_daily\": \"\", \"positive\": 191.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 261.5126874514772, \"positive_daily\": \"\", \"positive\": 192.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 2.7240904942862203, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 261.5126874514772, \"positive_daily\": \"\", \"positive\": 192.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 2.7240904942862203, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 264.2367779457633, \"positive_daily\": \"\", \"positive\": 194.0, \"region_iso\": \"CH-JU\", \"region_label\": \"Jura\", \"tested_100k\": null, \"tested\": null, \"canton\": \"JU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": 0.1251337366810779, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 2.878075943664792, \"positive_daily\": \"\", \"positive\": 23.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": 0.1251337366810779, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 3.754012100432337, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.1251337366810779, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 5.005349467243116, \"positive_daily\": \"\", \"positive\": 40.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.1251337366810779, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 6.381820570734973, \"positive_daily\": \"\", \"positive\": 51.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.1251337366810779, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 16.267385768540127, \"positive_daily\": \"\", \"positive\": 130.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.3754012100432337, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 25.026747336215582, \"positive_daily\": \"\", \"positive\": 200.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.3754012100432337, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 34.28664385061535, \"positive_daily\": \"\", \"positive\": 274.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.3754012100432337, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 36.53905111087475, \"positive_daily\": \"\", \"positive\": 292.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.5005349467243116, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 43.79680783837727, \"positive_daily\": \"\", \"positive\": 350.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.6256686834053895, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 50.80429709251763, \"positive_daily\": \"\", \"positive\": 406.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.8759361567675453, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 63.567938233987576, \"positive_daily\": \"\", \"positive\": 508.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 1.1262036301297011, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 76.08131190209536, \"positive_daily\": \"\", \"positive\": 608.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.5016048401729347, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 99.60645439813801, \"positive_daily\": \"\", \"positive\": 796.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.6267385768540128, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 151.66208885746641, \"positive_daily\": \"\", \"positive\": 1212.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 2.2524072602594023, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 179.19151092730357, \"positive_daily\": \"\", \"positive\": 1432.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.502674733621558, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 209.72414267748655, \"positive_daily\": \"\", \"positive\": 1676.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 2.627808470302636, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 222.98831876568082, \"positive_daily\": \"\", \"positive\": 1782.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 3.1283434170269477, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 227.99366823292394, \"positive_daily\": \"\", \"positive\": 1822.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.6288783637512587, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 270.5391387044904, \"positive_daily\": \"\", \"positive\": 2162.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 4.504814520518805, \"deceased_daily\": \"\", \"deceased\": 36.0, \"positive_100k\": 277.1712267485875, \"positive_daily\": \"\", \"positive\": 2215.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 5.881285624010661, \"deceased_daily\": \"\", \"deceased\": 47.0, \"positive_100k\": 316.8386212764893, \"positive_daily\": \"\", \"positive\": 2532.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 6.006419360691739, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 343.49210718955885, \"positive_daily\": \"\", \"positive\": 2745.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 6.882355517459285, \"deceased_daily\": \"\", \"deceased\": 55.0, \"positive_100k\": 367.39265089564475, \"positive_daily\": \"\", \"positive\": 2936.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 8.258826620951142, \"deceased_daily\": \"\", \"deceased\": 66.0, \"positive_100k\": 396.42367780565485, \"positive_daily\": \"\", \"positive\": 3168.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 9.635297724442998, \"deceased_daily\": \"\", \"deceased\": 77.0, \"positive_100k\": 409.4375864204869, \"positive_daily\": \"\", \"positive\": 3272.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 10.511233881210543, \"deceased_daily\": \"\", \"deceased\": 84.0, \"positive_100k\": 433.5883975999349, \"positive_daily\": \"\", \"positive\": 3465.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 11.512303774659168, \"deceased_daily\": \"\", \"deceased\": 92.0, \"positive_100k\": 455.3616677824425, \"positive_daily\": \"\", \"positive\": 3639.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 13.389309824875335, \"deceased_daily\": \"\", \"deceased\": 107.0, \"positive_100k\": 475.00766444137173, \"positive_daily\": \"\", \"positive\": 3796.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 15.391449611772583, \"deceased_daily\": \"\", \"deceased\": 123.0, \"positive_100k\": 489.89857910642, \"positive_daily\": \"\", \"positive\": 3915.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 17.268455661988753, \"deceased_daily\": \"\", \"deceased\": 138.0, \"positive_100k\": 504.9146275081493, \"positive_daily\": \"\", \"positive\": 4035.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 18.39465929211845, \"deceased_daily\": \"\", \"deceased\": 147.0, \"positive_100k\": 514.9253264426355, \"positive_daily\": \"\", \"positive\": 4115.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 20.021397868972464, \"deceased_daily\": \"\", \"deceased\": 160.0, \"positive_100k\": 519.9306759098787, \"positive_daily\": \"\", \"positive\": 4155.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 21.5230027091454, \"deceased_daily\": \"\", \"deceased\": 172.0, \"positive_100k\": 529.9413748443649, \"positive_daily\": \"\", \"positive\": 4235.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 23.14974128599941, \"deceased_daily\": \"\", \"deceased\": 185.0, \"positive_100k\": 539.9520737788512, \"positive_daily\": \"\", \"positive\": 4315.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 25.527282282939893, \"deceased_daily\": \"\", \"deceased\": 204.0, \"positive_100k\": 553.5916510770886, \"positive_daily\": \"\", \"positive\": 4424.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 28.02995701656145, \"deceased_daily\": \"\", \"deceased\": 224.0, \"positive_100k\": 566.1050247451964, \"positive_daily\": \"\", \"positive\": 4524.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 28.530491963285762, \"deceased_daily\": \"\", \"deceased\": 228.0, \"positive_100k\": 570.6098392657152, \"positive_daily\": \"\", \"positive\": 4560.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 29.15616064669115, \"deceased_daily\": \"\", \"deceased\": 233.0, \"positive_100k\": 581.7467418303312, \"positive_daily\": \"\", \"positive\": 4649.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 29.656695593415463, \"deceased_daily\": \"\", \"deceased\": 237.0, \"positive_100k\": 586.126422614169, \"positive_daily\": \"\", \"positive\": 4684.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 31.783969116993788, \"deceased_daily\": \"\", \"deceased\": 254.0, \"positive_100k\": 593.2590456049903, \"positive_daily\": \"\", \"positive\": 4741.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 33.28557395716672, \"deceased_daily\": \"\", \"deceased\": 266.0, \"positive_100k\": 599.8911336490875, \"positive_daily\": \"\", \"positive\": 4794.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 34.912312534020735, \"deceased_daily\": \"\", \"deceased\": 279.0, \"positive_100k\": 606.1478204831413, \"positive_daily\": \"\", \"positive\": 4844.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 36.413917374193666, \"deceased_daily\": \"\", \"deceased\": 291.0, \"positive_100k\": 610.6526350036602, \"positive_daily\": \"\", \"positive\": 4880.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 36.53905111087475, \"deceased_daily\": \"\", \"deceased\": 292.0, \"positive_100k\": 618.7863278879303, \"positive_daily\": \"\", \"positive\": 4945.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 37.28985353096122, \"deceased_daily\": \"\", \"deceased\": 298.0, \"positive_100k\": 621.4141363582329, \"positive_daily\": \"\", \"positive\": 4966.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 38.791458371134155, \"deceased_daily\": \"\", \"deceased\": 310.0, \"positive_100k\": 624.0419448285355, \"positive_daily\": \"\", \"positive\": 4987.0, \"region_iso\": \"CH-VD\", \"region_label\": \"Vaud\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VD\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.489528723959048, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 13.723821809897618, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": 233.30497076825955, \"tested\": 85.0, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 19.21335053385667, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 19.21335053385667, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 32.93717234375429, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 60.38481596354953, \"positive_daily\": \"\", \"positive\": 22.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 68.6191090494881, \"positive_daily\": \"\", \"positive\": 25.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 104.30104575522192, \"positive_daily\": \"\", \"positive\": 38.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 109.79057447918095, \"positive_daily\": \"\", \"positive\": 40.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 131.74868937501716, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 137.2382180989762, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 145.4725111849148, \"positive_daily\": \"\", \"positive\": 53.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 156.45156863283287, \"positive_daily\": \"\", \"positive\": 57.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.744764361979524, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 161.94109735679191, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.744764361979524, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 164.68586171877146, \"positive_daily\": \"\", \"positive\": 60.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.744764361979524, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 170.17539044273047, \"positive_daily\": \"\", \"positive\": 62.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.744764361979524, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 181.15444789064858, \"positive_daily\": \"\", \"positive\": 66.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 5.489528723959048, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 183.8992122526281, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 5.489528723959048, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 183.8992122526281, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 5.489528723959048, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 186.64397661460765, \"positive_daily\": \"\", \"positive\": 68.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 197.62303406252573, \"positive_daily\": \"\", \"positive\": 72.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 197.62303406252573, \"positive_daily\": \"\", \"positive\": 72.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 203.11256278648477, \"positive_daily\": \"\", \"positive\": 74.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 205.85732714846432, \"positive_daily\": \"\", \"positive\": 75.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 211.34685587242333, \"positive_daily\": \"\", \"positive\": 77.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 10.979057447918096, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 13.723821809897618, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 214.09162023440288, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-UR\", \"region_label\": \"Uri\", \"tested_100k\": null, \"tested\": null, \"canton\": \"UR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 24.750637328911218, \"positive_daily\": \"\", \"positive\": 10.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 42.076083459149075, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 76.72697571962478, \"positive_daily\": \"\", \"positive\": 31.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 81.67710318540702, \"positive_daily\": \"\", \"positive\": 33.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 99.00254931564487, \"positive_daily\": \"\", \"positive\": 40.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 106.42774051431824, \"positive_daily\": \"\", \"positive\": 43.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 108.90280424720937, \"positive_daily\": \"\", \"positive\": 44.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.475063732891122, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 116.32799544588272, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 2.475063732891122, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 123.7531866445561, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 131.17837784322947, \"positive_daily\": \"\", \"positive\": 53.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 138.60356904190283, \"positive_daily\": \"\", \"positive\": 56.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 143.55369650768506, \"positive_daily\": \"\", \"positive\": 58.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 146.0287602405762, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 155.92901517214068, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 155.92901517214068, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 158.4040789050318, \"positive_daily\": \"\", \"positive\": 64.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 165.82927010370517, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 225.23079969309208, \"positive_daily\": \"\", \"positive\": 91.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 227.70586342598324, \"positive_daily\": \"\", \"positive\": 92.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 259.8816919535678, \"positive_daily\": \"\", \"positive\": 105.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.950127465782244, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 259.8816919535678, \"positive_daily\": \"\", \"positive\": 105.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 7.425191198673366, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 262.35675568645894, \"positive_daily\": \"\", \"positive\": 106.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 7.425191198673366, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 267.30688315224114, \"positive_daily\": \"\", \"positive\": 108.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 12.375318664455609, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 282.1572655495879, \"positive_daily\": \"\", \"positive\": 114.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 14.850382397346731, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 284.632329282479, \"positive_daily\": \"\", \"positive\": 115.0, \"region_iso\": \"CH-GL\", \"region_label\": \"Glarus\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 17.075044821992655, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 36.58938176141284, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 39.02867387884036, \"positive_daily\": \"\", \"positive\": 32.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 41.467965996267885, \"positive_daily\": \"\", \"positive\": 34.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 42.68761205498165, \"positive_daily\": \"\", \"positive\": 35.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 43.907258113695406, \"positive_daily\": \"\", \"positive\": 36.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 45.12690417240916, \"positive_daily\": \"\", \"positive\": 37.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 48.78584234855045, \"positive_daily\": \"\", \"positive\": 40.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 50.00548840726421, \"positive_daily\": \"\", \"positive\": 41.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 51.225134465977966, \"positive_daily\": \"\", \"positive\": 42.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 53.66442658340549, \"positive_daily\": \"\", \"positive\": 44.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 57.323364759546784, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 57.323364759546784, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 57.323364759546784, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 59.7626568769743, \"positive_daily\": \"\", \"positive\": 49.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 60.98230293568807, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 60.98230293568807, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 60.98230293568807, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 63.42159505311559, \"positive_daily\": \"\", \"positive\": 52.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 64.64124111182934, \"positive_daily\": \"\", \"positive\": 53.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 67.08053322925687, \"positive_daily\": \"\", \"positive\": 55.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 69.5198253466844, \"positive_daily\": \"\", \"positive\": 57.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 69.5198253466844, \"positive_daily\": \"\", \"positive\": 57.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 69.5198253466844, \"positive_daily\": \"\", \"positive\": 57.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 71.95911746411191, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 73.17876352282568, \"positive_daily\": \"\", \"positive\": 60.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 73.17876352282568, \"positive_daily\": \"\", \"positive\": 60.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 74.39840958153944, \"positive_daily\": \"\", \"positive\": 61.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 75.6180556402532, \"positive_daily\": \"\", \"positive\": 62.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 1.2196460587137612, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 76.83770169896697, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.658938176141284, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 76.83770169896697, \"positive_daily\": \"\", \"positive\": 63.0, \"region_iso\": \"CH-SH\", \"region_label\": \"Schaffhausen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SH\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.8104790527573595, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.620958105514719, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.052395263786797, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 19.915269580330953, \"positive_daily\": \"\", \"positive\": 11.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.8104790527573595, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.8104790527573595, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 54.31437158272079, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 59.745808740992864, \"positive_daily\": \"\", \"positive\": 33.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 61.55628779375023, \"positive_daily\": \"\", \"positive\": 34.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 76.0401202158091, \"positive_daily\": \"\", \"positive\": 42.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 79.66107832132381, \"positive_daily\": \"\", \"positive\": 44.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 81.47155737408119, \"positive_daily\": \"\", \"positive\": 45.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 86.90299453235326, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 90.52395263786798, \"positive_daily\": \"\", \"positive\": 50.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 3.620958105514719, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 105.00778505992685, \"positive_daily\": \"\", \"positive\": 58.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 110.43922221819895, \"positive_daily\": \"\", \"positive\": 61.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 115.87065937647101, \"positive_daily\": \"\", \"positive\": 64.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 117.68113842922838, \"positive_daily\": \"\", \"positive\": 65.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 119.49161748198573, \"positive_daily\": \"\", \"positive\": 66.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 121.30209653474309, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 124.92305464025782, \"positive_daily\": \"\", \"positive\": 69.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 124.92305464025782, \"positive_daily\": \"\", \"positive\": 69.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 130.3544917985299, \"positive_daily\": \"\", \"positive\": 72.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 133.9754499040446, \"positive_daily\": \"\", \"positive\": 74.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 139.40688706231668, \"positive_daily\": \"\", \"positive\": 77.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 139.40688706231668, \"positive_daily\": \"\", \"positive\": 77.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 141.21736611507404, \"positive_daily\": \"\", \"positive\": 78.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 143.0278451678314, \"positive_daily\": \"\", \"positive\": 79.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 143.0278451678314, \"positive_daily\": \"\", \"positive\": 79.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 143.0278451678314, \"positive_daily\": \"\", \"positive\": 79.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 148.4592823261035, \"positive_daily\": \"\", \"positive\": 82.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 155.70119853713294, \"positive_daily\": \"\", \"positive\": 86.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 5.431437158272079, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 155.70119853713294, \"positive_daily\": \"\", \"positive\": 86.0, \"region_iso\": \"CH-AR\", \"region_label\": \"Appenzell ausserrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AR\"}]}}, {\"mode\": \"vega-lite\"});\n", + " })({\"config\": {\"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}, \"title\": {\"anchor\": \"middle\"}}, \"hconcat\": [{\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"canton\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector003\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"canton\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"deceased\", \"title\": \"Deaths\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"deceased\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Deaths\"}}, \"selection\": {\"selector003\": {\"type\": \"multi\", \"fields\": [\"canton\"], \"bind\": \"legend\"}}}, {\"mark\": \"line\", \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"canton\", \"legend\": {\"title\": \"Canton\"}}, \"opacity\": {\"condition\": {\"value\": 1, \"selection\": \"selector004\"}, \"value\": 0.2}, \"tooltip\": [{\"type\": \"nominal\", \"field\": \"canton\", \"title\": \"Canton\"}, {\"type\": \"quantitative\", \"field\": \"deceased_100k\", \"title\": \"Deaths/100k\"}, {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}], \"x\": {\"type\": \"temporal\", \"field\": \"date\", \"title\": \"Date\"}, \"y\": {\"type\": \"quantitative\", \"field\": \"deceased_100k\", \"scale\": {\"type\": \"linear\"}, \"title\": \"Deaths per 100k population\"}}, \"selection\": {\"selector004\": {\"type\": \"multi\", \"fields\": [\"canton\"], \"bind\": \"legend\"}}}], \"data\": {\"name\": \"data-4f639eb90076cca47cb18c57e5f43d46\"}, \"title\": \"Covid-19 deaths in Switzerland by Canton\", \"$schema\": \"https://vega.github.io/schema/vega-lite/v4.0.2.json\", \"datasets\": {\"data-4f639eb90076cca47cb18c57e5f43d46\": [{\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.2907357067058191, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.2907357067058191, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5814714134116382, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.8722071201174572, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.8722071201174572, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.1629428268232764, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.4536785335290954, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.7444142402349143, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.0351499469407335, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.4888284804698286, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.942507013998925, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 6.396185547528019, \"positive_daily\": \"\", \"positive\": 22.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 8.722071201174574, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 15.408992455408411, \"positive_daily\": \"\", \"positive\": 53.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.2907357067058191, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 22.09591370964225, \"positive_daily\": \"\", \"positive\": 76.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.2907357067058191, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 28.49209925717027, \"positive_daily\": \"\", \"positive\": 98.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.5814714134116382, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 33.72534197787501, \"positive_daily\": \"\", \"positive\": 116.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.8722071201174572, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 50.297277260106696, \"positive_daily\": \"\", \"positive\": 173.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.8722071201174572, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 65.41553400880929, \"positive_daily\": \"\", \"positive\": 225.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.1629428268232764, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 90.41880478550974, \"positive_daily\": \"\", \"positive\": 311.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.7444142402349143, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 100.59455452021339, \"positive_daily\": \"\", \"positive\": 346.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.0351499469407335, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 125.88856100361967, \"positive_daily\": \"\", \"positive\": 433.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 2.9073570670581907, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 142.46049628585135, \"positive_daily\": \"\", \"positive\": 490.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 3.4888284804698286, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 153.21771743396664, \"positive_daily\": \"\", \"positive\": 527.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.7795641871756476, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 176.18583826372634, \"positive_daily\": \"\", \"positive\": 606.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 4.070299893881467, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 189.26894506548823, \"positive_daily\": \"\", \"positive\": 651.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 4.361035600587287, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 207.87603029466064, \"positive_daily\": \"\", \"positive\": 715.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 5.8147141341163815, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 234.91445101830183, \"positive_daily\": \"\", \"positive\": 808.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 6.1054498408222, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 262.2436074486488, \"positive_daily\": \"\", \"positive\": 902.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 6.1054498408222, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 280.26922126440957, \"positive_daily\": \"\", \"positive\": 964.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 7.559128374351295, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 290.7357067058191, \"positive_daily\": \"\", \"positive\": 1000.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 10.175749734703668, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 315.4482417758137, \"positive_daily\": \"\", \"positive\": 1085.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 10.757221148115306, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 332.89238417816284, \"positive_daily\": \"\", \"positive\": 1145.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 11.629428268232763, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 354.11609076768764, \"positive_daily\": \"\", \"positive\": 1218.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 13.08310680176186, \"deceased_daily\": \"\", \"deceased\": 45.0, \"positive_100k\": 370.10655463650767, \"positive_daily\": \"\", \"positive\": 1273.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 14.827521041996773, \"deceased_daily\": \"\", \"deceased\": 51.0, \"positive_100k\": 383.48039714497537, \"positive_daily\": \"\", \"positive\": 1319.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 15.408992455408411, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 394.23761829309063, \"positive_daily\": \"\", \"positive\": 1356.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 16.281199575525868, \"deceased_daily\": \"\", \"deceased\": 56.0, \"positive_100k\": 407.02998938814676, \"positive_daily\": \"\", \"positive\": 1400.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 17.734878109054964, \"deceased_daily\": \"\", \"deceased\": 61.0, \"positive_100k\": 417.4964748295562, \"positive_daily\": \"\", \"positive\": 1436.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 19.7700280559957, \"deceased_daily\": \"\", \"deceased\": 68.0, \"positive_100k\": 431.4517887514355, \"positive_daily\": \"\", \"positive\": 1484.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 21.223706589524795, \"deceased_daily\": \"\", \"deceased\": 73.0, \"positive_100k\": 443.37195272637405, \"positive_daily\": \"\", \"positive\": 1525.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 21.805178002936433, \"deceased_daily\": \"\", \"deceased\": 75.0, \"positive_100k\": 455.0013809946069, \"positive_daily\": \"\", \"positive\": 1565.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 23.840327949877164, \"deceased_daily\": \"\", \"deceased\": 82.0, \"positive_100k\": 462.851245075664, \"positive_daily\": \"\", \"positive\": 1592.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 25.003270776700443, \"deceased_daily\": \"\", \"deceased\": 86.0, \"positive_100k\": 469.82890203660367, \"positive_daily\": \"\", \"positive\": 1616.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 25.584742190112078, \"deceased_daily\": \"\", \"deceased\": 88.0, \"positive_100k\": 477.38803041095497, \"positive_daily\": \"\", \"positive\": 1642.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 26.16621360352372, \"deceased_daily\": \"\", \"deceased\": 90.0, \"positive_100k\": 483.7842159584829, \"positive_daily\": \"\", \"positive\": 1664.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 27.329156430346995, \"deceased_daily\": \"\", \"deceased\": 94.0, \"positive_100k\": 489.0174586791877, \"positive_daily\": \"\", \"positive\": 1682.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 27.329156430346995, \"deceased_daily\": \"\", \"deceased\": 94.0, \"positive_100k\": 496.28585134683317, \"positive_daily\": \"\", \"positive\": 1707.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 27.91062784375863, \"deceased_daily\": \"\", \"deceased\": 96.0, \"positive_100k\": 502.97277260106705, \"positive_daily\": \"\", \"positive\": 1730.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 28.201363550464453, \"deceased_daily\": \"\", \"deceased\": 97.0, \"positive_100k\": 507.3338082016543, \"positive_daily\": \"\", \"positive\": 1745.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 29.945777790699363, \"deceased_daily\": \"\", \"deceased\": 103.0, \"positive_100k\": 510.2411652687125, \"positive_daily\": \"\", \"positive\": 1755.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 31.399456324228456, \"deceased_daily\": \"\", \"deceased\": 108.0, \"positive_100k\": 514.8929365760056, \"positive_daily\": \"\", \"positive\": 1771.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 32.562399151051736, \"deceased_daily\": \"\", \"deceased\": 112.0, \"positive_100k\": 516.0558794028289, \"positive_daily\": \"\", \"positive\": 1775.0, \"region_iso\": \"CH-VS\", \"region_label\": \"Valais\", \"tested_100k\": null, \"tested\": null, \"canton\": \"VS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.5040856139006649, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 58.473931212477126, \"positive_daily\": \"\", \"positive\": 116.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.5040856139006649, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 73.0924140155964, \"positive_daily\": \"\", \"positive\": 145.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.5122568417019946, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 107.37023576084161, \"positive_daily\": \"\", \"positive\": 213.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.5122568417019946, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 120.4764617222589, \"positive_daily\": \"\", \"positive\": 239.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 3.024513683403989, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 134.08677329757685, \"positive_daily\": \"\", \"positive\": 266.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.024513683403989, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 139.12762943658353, \"positive_daily\": \"\", \"positive\": 276.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 3.024513683403989, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 162.3155676760141, \"positive_daily\": \"\", \"positive\": 322.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 4.536770525105983, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 188.023933984948, \"positive_daily\": \"\", \"positive\": 373.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 4.536770525105983, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 206.17101608537192, \"positive_daily\": \"\", \"positive\": 409.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 6.049027366807978, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 250.53055010863045, \"positive_daily\": \"\", \"positive\": 497.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 9.577626664112634, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 258.59591993104107, \"positive_daily\": \"\", \"positive\": 513.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 10.585797891913963, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 262.62860484224643, \"positive_daily\": \"\", \"positive\": 521.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 11.593969119715293, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 286.82471430947834, \"positive_daily\": \"\", \"positive\": 569.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 13.610311575317953, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 301.4431971125976, \"positive_daily\": \"\", \"positive\": 598.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 15.122568417019947, \"deceased_daily\": \"\", \"deceased\": 30.0, \"positive_100k\": 325.6393065798295, \"positive_daily\": \"\", \"positive\": 646.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 15.62665403092061, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 331.18424833273684, \"positive_daily\": \"\", \"positive\": 657.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 17.138910872622606, \"deceased_daily\": \"\", \"deceased\": 34.0, \"positive_100k\": 336.7291900856442, \"positive_daily\": \"\", \"positive\": 668.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 342.77821745245217, \"positive_daily\": \"\", \"positive\": 680.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 354.87627218606804, \"positive_daily\": \"\", \"positive\": 704.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 360.42121393897537, \"positive_daily\": \"\", \"positive\": 715.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 366.974326919684, \"positive_daily\": \"\", \"positive\": 728.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 368.9906693752867, \"positive_daily\": \"\", \"positive\": 732.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 17.64299648652327, \"deceased_daily\": \"\", \"deceased\": 35.0, \"positive_100k\": 370.50292621698867, \"positive_daily\": \"\", \"positive\": 735.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 18.6511677143246, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 373.023354286492, \"positive_daily\": \"\", \"positive\": 740.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 19.155253328225267, \"deceased_daily\": \"\", \"deceased\": 38.0, \"positive_100k\": 376.047867969896, \"positive_daily\": \"\", \"positive\": 746.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 19.65933894212593, \"deceased_daily\": \"\", \"deceased\": 39.0, \"positive_100k\": 379.0723816533, \"positive_daily\": \"\", \"positive\": 752.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 20.163424556026595, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 387.6418370896113, \"positive_daily\": \"\", \"positive\": 769.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 20.163424556026595, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 392.1786076147173, \"positive_daily\": \"\", \"positive\": 778.0, \"region_iso\": \"CH-GR\", \"region_label\": \"Grisons\", \"tested_100k\": null, \"tested\": null, \"canton\": \"GR\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.09662050461024736, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.19324100922049472, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.38648201844098945, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5797230276614843, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.6425485783742055, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.285097156748411, \"positive_daily\": \"\", \"positive\": 34.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.09662050461024736, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 11.884322067060427, \"positive_daily\": \"\", \"positive\": 123.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.09662050461024736, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 18.647757389777745, \"positive_daily\": \"\", \"positive\": 193.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.09662050461024736, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 27.24698230008976, \"positive_daily\": \"\", \"positive\": 282.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.19324100922049472, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 36.42593023806326, \"positive_daily\": \"\", \"positive\": 377.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.28986151383074216, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 40.3873709270834, \"positive_daily\": \"\", \"positive\": 418.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.48310252305123685, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 45.41163716681627, \"positive_daily\": \"\", \"positive\": 470.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.5797230276614843, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 51.4021084526516, \"positive_daily\": \"\", \"positive\": 532.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.5797230276614843, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 60.29119487679437, \"positive_daily\": \"\", \"positive\": 624.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.6763435322717316, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 63.76953304276327, \"positive_daily\": \"\", \"positive\": 660.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.7729640368819789, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 69.37352231015761, \"positive_daily\": \"\", \"positive\": 718.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.8695845414922264, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 74.10792703605973, \"positive_daily\": \"\", \"positive\": 767.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9662050461024737, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 77.10316267897741, \"positive_daily\": \"\", \"positive\": 798.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.256066559933216, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 79.80853680806433, \"positive_daily\": \"\", \"positive\": 826.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.5459280737639578, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 82.70715194637175, \"positive_daily\": \"\", \"positive\": 856.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.9324100922049474, \"deceased_daily\": \"\", \"deceased\": 20.0, \"positive_100k\": 87.82803869071486, \"positive_daily\": \"\", \"positive\": 909.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.2222716060356897, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 96.91036612407812, \"positive_daily\": \"\", \"positive\": 1003.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.512133119866432, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 103.67380144679544, \"positive_daily\": \"\", \"positive\": 1073.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 2.7053741290869264, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 106.86227809893359, \"positive_daily\": \"\", \"positive\": 1106.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.7053741290869264, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 109.85751374185126, \"positive_daily\": \"\", \"positive\": 1137.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.995235642917669, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 113.33585190782017, \"positive_daily\": \"\", \"positive\": 1173.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 3.1884766521381636, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 118.64997966138378, \"positive_daily\": \"\", \"positive\": 1228.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 3.5749586705791527, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 124.25396892877814, \"positive_daily\": \"\", \"positive\": 1286.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.6715791751894002, \"deceased_daily\": \"\", \"deceased\": 38.0, \"positive_100k\": 128.98837365468023, \"positive_daily\": \"\", \"positive\": 1335.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 4.058061193630389, \"deceased_daily\": \"\", \"deceased\": 42.0, \"positive_100k\": 132.85319383909015, \"positive_daily\": \"\", \"positive\": 1375.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 4.2513022028508844, \"deceased_daily\": \"\", \"deceased\": 44.0, \"positive_100k\": 137.10449604194102, \"positive_daily\": \"\", \"positive\": 1419.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.734404725902121, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 139.23014714336648, \"positive_daily\": \"\", \"positive\": 1441.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.734404725902121, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 140.67945471252017, \"positive_daily\": \"\", \"positive\": 1456.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 4.734404725902121, \"deceased_daily\": \"\", \"deceased\": 49.0, \"positive_100k\": 142.03214177706366, \"positive_daily\": \"\", \"positive\": 1470.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 5.120886744343111, \"deceased_daily\": \"\", \"deceased\": 53.0, \"positive_100k\": 143.86793136465835, \"positive_daily\": \"\", \"positive\": 1489.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 5.314127753563606, \"deceased_daily\": \"\", \"deceased\": 55.0, \"positive_100k\": 146.38006448452478, \"positive_daily\": \"\", \"positive\": 1515.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 6.473573808886574, \"deceased_daily\": \"\", \"deceased\": 67.0, \"positive_100k\": 150.0516436597142, \"positive_daily\": \"\", \"positive\": 1553.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 6.666814818107069, \"deceased_daily\": \"\", \"deceased\": 69.0, \"positive_100k\": 153.24012031185234, \"positive_daily\": \"\", \"positive\": 1586.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 6.666814818107069, \"deceased_daily\": \"\", \"deceased\": 69.0, \"positive_100k\": 154.49618687178557, \"positive_daily\": \"\", \"positive\": 1599.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 7.053296836548059, \"deceased_daily\": \"\", \"deceased\": 73.0, \"positive_100k\": 155.84887393632903, \"positive_daily\": \"\", \"positive\": 1613.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 7.439778854989048, \"deceased_daily\": \"\", \"deceased\": 77.0, \"positive_100k\": 156.71845847782126, \"positive_daily\": \"\", \"positive\": 1622.0, \"region_iso\": \"CH-BE\", \"region_label\": \"Bern\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.387736141220191, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 24.775472282440383, \"positive_daily\": \"\", \"positive\": 4.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 30.96934035305048, \"positive_daily\": \"\", \"positive\": 5.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 37.16320842366058, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 49.550944564880766, \"positive_daily\": \"\", \"positive\": 8.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 55.74481263549086, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 68.13254877671105, \"positive_daily\": \"\", \"positive\": 11.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 74.32641684732116, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 80.52028491793125, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 86.71415298854134, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 86.71415298854134, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 123.87736141220192, \"positive_daily\": \"\", \"positive\": 20.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 123.87736141220192, \"positive_daily\": \"\", \"positive\": 20.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 130.07122948281202, \"positive_daily\": \"\", \"positive\": 21.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 130.07122948281202, \"positive_daily\": \"\", \"positive\": 21.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 130.07122948281202, \"positive_daily\": \"\", \"positive\": 21.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 142.4589656240322, \"positive_daily\": \"\", \"positive\": 23.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 148.6528336946423, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-AI\", \"region_label\": \"Appenzell innerrhoden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AI\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.34706315161106716, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6941263032221343, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.082378909666403, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.082378909666403, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.205947274166007, \"positive_daily\": \"\", \"positive\": 15.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": 0.34706315161106716, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 6.594199880610277, \"positive_daily\": \"\", \"positive\": 19.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": 0.34706315161106716, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 6.941263032221343, \"positive_daily\": \"\", \"positive\": 20.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": 0.34706315161106716, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 7.635389335443477, \"positive_daily\": \"\", \"positive\": 22.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 9.023641941887746, \"positive_daily\": \"\", \"positive\": 26.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 9.023641941887746, \"positive_daily\": \"\", \"positive\": 26.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 14.576652367664822, \"positive_daily\": \"\", \"positive\": 42.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 16.311968125720156, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 18.741410186997626, \"positive_daily\": \"\", \"positive\": 54.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 26.376799522441107, \"positive_daily\": \"\", \"positive\": 76.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 30.888620493384977, \"positive_daily\": \"\", \"positive\": 89.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 40.25932558688379, \"positive_daily\": \"\", \"positive\": 116.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 0.6941263032221343, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 46.506462315883, \"positive_daily\": \"\", \"positive\": 134.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.0411894548332015, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 63.859619896436364, \"positive_daily\": \"\", \"positive\": 184.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 1.0411894548332015, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 97.87180875432094, \"positive_daily\": \"\", \"positive\": 282.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 1.0411894548332015, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 100.30125081559841, \"positive_daily\": \"\", \"positive\": 289.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 1.0411894548332015, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 104.81307178654227, \"positive_daily\": \"\", \"positive\": 302.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 1.3882526064442686, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 106.20132439298655, \"positive_daily\": \"\", \"positive\": 306.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 1.7353157580553358, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 118.3485346993739, \"positive_daily\": \"\", \"positive\": 341.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 1.7353157580553358, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 146.46064997987034, \"positive_daily\": \"\", \"positive\": 422.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 1.7353157580553358, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 161.7314286507573, \"positive_daily\": \"\", \"positive\": 466.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 2.082378909666403, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 174.2257021087557, \"positive_daily\": \"\", \"positive\": 502.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 2.082378909666403, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 177.3492704732553, \"positive_daily\": \"\", \"positive\": 511.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 2.42944206127747, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 187.06703871836518, \"positive_daily\": \"\", \"positive\": 539.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 3.4706315161106716, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 194.7024280538087, \"positive_daily\": \"\", \"positive\": 561.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 3.8176946677217387, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 204.0731331473075, \"positive_daily\": \"\", \"positive\": 588.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 4.164757819332806, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 211.708522482751, \"positive_daily\": \"\", \"positive\": 610.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 4.85888412255494, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 216.91446975691696, \"positive_daily\": \"\", \"positive\": 625.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 6.594199880610277, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 227.67342745686003, \"positive_daily\": \"\", \"positive\": 656.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 6.594199880610277, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 232.53231157941502, \"positive_daily\": \"\", \"positive\": 670.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 6.594199880610277, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 236.6970693987478, \"positive_daily\": \"\", \"positive\": 682.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 6.594199880610277, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 239.47357461163634, \"positive_daily\": \"\", \"positive\": 690.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 7.288326183832411, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 240.8618272180806, \"positive_daily\": \"\", \"positive\": 694.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 7.288326183832411, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 246.76190079546876, \"positive_daily\": \"\", \"positive\": 711.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 7.635389335443477, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 250.57959546319046, \"positive_daily\": \"\", \"positive\": 722.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 7.635389335443477, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 255.43847958574545, \"positive_daily\": \"\", \"positive\": 736.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 7.9824524870545455, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 256.8267321921897, \"positive_daily\": \"\", \"positive\": 740.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 8.329515638665612, \"deceased_daily\": \"\", \"deceased\": 24.0, \"positive_100k\": 259.9503005566893, \"positive_daily\": \"\", \"positive\": 749.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 262.03267946635566, \"positive_daily\": \"\", \"positive\": 755.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 266.5445004372996, \"positive_daily\": \"\", \"positive\": 768.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 271.05632140824343, \"positive_daily\": \"\", \"positive\": 781.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 275.5681423791873, \"positive_daily\": \"\", \"positive\": 794.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 276.9563949856316, \"positive_daily\": \"\", \"positive\": 798.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 278.69171074368694, \"positive_daily\": \"\", \"positive\": 803.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 8.676578790276679, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 279.73290019852016, \"positive_daily\": \"\", \"positive\": 806.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 9.023641941887746, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 280.7740896533533, \"positive_daily\": \"\", \"positive\": 809.0, \"region_iso\": \"CH-BL\", \"region_label\": \"Basel-landschaft\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BL\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.36604024978586647, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 15.73973074079226, \"positive_daily\": \"\", \"positive\": 43.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 24.158656485867187, \"positive_daily\": \"\", \"positive\": 66.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 34.77382372965731, \"positive_daily\": \"\", \"positive\": 95.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 38.06818597773011, \"positive_daily\": \"\", \"positive\": 104.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 47.219192222376776, \"positive_daily\": \"\", \"positive\": 129.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 51.61167521980717, \"positive_daily\": \"\", \"positive\": 141.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 57.46831921638103, \"positive_daily\": \"\", \"positive\": 157.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.36604024978586647, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 63.3249632129549, \"positive_daily\": \"\", \"positive\": 173.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.7320804995717329, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 69.54764745931462, \"positive_daily\": \"\", \"positive\": 190.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 0.7320804995717329, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 71.74388895802983, \"positive_daily\": \"\", \"positive\": 196.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 79.06469395374715, \"positive_daily\": \"\", \"positive\": 216.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 83.09113670139168, \"positive_daily\": \"\", \"positive\": 227.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 86.75153919925035, \"positive_daily\": \"\", \"positive\": 237.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 91.51006244646662, \"positive_daily\": \"\", \"positive\": 250.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 94.43838444475355, \"positive_daily\": \"\", \"positive\": 258.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 95.53650519411114, \"positive_daily\": \"\", \"positive\": 261.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 96.63462594346875, \"positive_daily\": \"\", \"positive\": 264.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 1.0981207493575993, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 101.02710894089914, \"positive_daily\": \"\", \"positive\": 276.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 1.8302012489293324, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 103.22335043961434, \"positive_daily\": \"\", \"positive\": 282.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 1.8302012489293324, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 107.61583343704474, \"positive_daily\": \"\", \"positive\": 294.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.1962414987151986, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 112.00831643447513, \"positive_daily\": \"\", \"positive\": 306.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.562281748501065, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 115.30267868254792, \"positive_daily\": \"\", \"positive\": 315.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.562281748501065, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 117.49892018126313, \"positive_daily\": \"\", \"positive\": 321.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.9283219982869317, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 118.96308118040659, \"positive_daily\": \"\", \"positive\": 325.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.9283219982869317, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 120.42724217955006, \"positive_daily\": \"\", \"positive\": 329.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 2.9283219982869317, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 125.55180567655219, \"positive_daily\": \"\", \"positive\": 343.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.294362248072798, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 128.11408742505324, \"positive_daily\": \"\", \"positive\": 350.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.660402497858665, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 129.21220817441085, \"positive_daily\": \"\", \"positive\": 353.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 4.026442747644531, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 129.94428867398258, \"positive_daily\": \"\", \"positive\": 355.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.026442747644531, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 129.94428867398258, \"positive_daily\": \"\", \"positive\": 355.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 4.026442747644531, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 131.40844967312606, \"positive_daily\": \"\", \"positive\": 359.0, \"region_iso\": \"CH-SO\", \"region_label\": \"Solothurn\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SO\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.19696787650902012, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.39393575301804024, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.954518147635302, \"positive_daily\": \"\", \"positive\": 15.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.257490195923948, \"positive_daily\": \"\", \"positive\": 47.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.015040467050229, \"positive_daily\": \"\", \"positive\": 61.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 16.742269503266712, \"positive_daily\": \"\", \"positive\": 85.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 19.302851897883972, \"positive_daily\": \"\", \"positive\": 98.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.19696787650902012, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 44.90867584405659, \"positive_daily\": \"\", \"positive\": 228.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.19696787650902012, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 44.90867584405659, \"positive_daily\": \"\", \"positive\": 228.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.39393575301804024, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 60.27217021176016, \"positive_daily\": \"\", \"positive\": 306.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.9848393825451006, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 66.77211013655783, \"positive_daily\": \"\", \"positive\": 339.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 0.9848393825451006, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 71.89327492579235, \"positive_daily\": \"\", \"positive\": 365.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 0.9848393825451006, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 76.62050396200884, \"positive_daily\": \"\", \"positive\": 389.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.378775135563141, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 81.54470087473435, \"positive_daily\": \"\", \"positive\": 414.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.378775135563141, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 81.54470087473435, \"positive_daily\": \"\", \"positive\": 414.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.575743012072161, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 94.54458072432966, \"positive_daily\": \"\", \"positive\": 480.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.575743012072161, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 94.54458072432966, \"positive_daily\": \"\", \"positive\": 480.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.7727108885811813, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 99.27180976054615, \"positive_daily\": \"\", \"positive\": 504.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 1.7727108885811813, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 101.43845640214538, \"positive_daily\": \"\", \"positive\": 515.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.1666466415992214, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 104.7869103027987, \"positive_daily\": \"\", \"positive\": 532.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.5605823946172617, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 109.71110721552422, \"positive_daily\": \"\", \"positive\": 557.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.954518147635302, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 113.84743262221366, \"positive_daily\": \"\", \"positive\": 578.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 3.151486024144322, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 118.96859741144816, \"positive_daily\": \"\", \"positive\": 604.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 3.3484539006533423, \"deceased_daily\": \"\", \"deceased\": 17.0, \"positive_100k\": 124.48369795370073, \"positive_daily\": \"\", \"positive\": 632.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 3.5454217771623626, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 126.25640884228191, \"positive_daily\": \"\", \"positive\": 641.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 4.136325406689423, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 127.83215185435408, \"positive_daily\": \"\", \"positive\": 649.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 4.136325406689423, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 129.40789486642623, \"positive_daily\": \"\", \"positive\": 657.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 4.136325406689423, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 130.7866700019894, \"positive_daily\": \"\", \"positive\": 664.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 4.530261159707464, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 133.1502845200976, \"positive_daily\": \"\", \"positive\": 676.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 4.924196912725503, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 133.9381560261337, \"positive_daily\": \"\", \"positive\": 680.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 5.318132665743544, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 134.52905965566075, \"positive_daily\": \"\", \"positive\": 683.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 5.318132665743544, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 137.68054567980508, \"positive_daily\": \"\", \"positive\": 699.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 5.318132665743544, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 138.8623529388592, \"positive_daily\": \"\", \"positive\": 705.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 5.318132665743544, \"deceased_daily\": \"\", \"deceased\": 27.0, \"positive_100k\": 140.04416019791333, \"positive_daily\": \"\", \"positive\": 711.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 5.712068418761584, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 141.42293533347646, \"positive_daily\": \"\", \"positive\": 718.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 5.712068418761584, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 142.60474259253058, \"positive_daily\": \"\", \"positive\": 724.0, \"region_iso\": \"CH-SG\", \"region_label\": \"St. gallen\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5654509471303365, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.523607577042692, \"positive_daily\": \"\", \"positive\": 8.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.089058524173027, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 7.350862312694374, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 10.178117048346055, \"positive_daily\": \"\", \"positive\": 18.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 13.570822731128075, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 15.267175572519085, \"positive_daily\": \"\", \"positive\": 27.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 17.52897936104043, \"positive_daily\": \"\", \"positive\": 31.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 20.921685043822446, \"positive_daily\": \"\", \"positive\": 37.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 26.010743567995476, \"positive_daily\": \"\", \"positive\": 46.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 33.36160588068985, \"positive_daily\": \"\", \"positive\": 59.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 38.45066440486288, \"positive_daily\": \"\", \"positive\": 68.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 41.84337008764489, \"positive_daily\": \"\", \"positive\": 74.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 52.58693808312129, \"positive_daily\": \"\", \"positive\": 93.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 0.5654509471303365, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 64.46140797285835, \"positive_daily\": \"\", \"positive\": 114.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 1.130901894260673, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 82.55583828102911, \"positive_daily\": \"\", \"positive\": 146.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 1.6963528413910094, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 98.95391574780888, \"positive_daily\": \"\", \"positive\": 175.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 1.6963528413910094, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 106.8702290076336, \"positive_daily\": \"\", \"positive\": 189.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.261803788521346, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 113.09018942606728, \"positive_daily\": \"\", \"positive\": 200.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 2.261803788521346, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 122.13740458015268, \"positive_daily\": \"\", \"positive\": 216.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 2.827254735651682, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 139.66638394119312, \"positive_daily\": \"\", \"positive\": 247.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 3.392705682782019, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 149.84450098953914, \"positive_daily\": \"\", \"positive\": 265.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 5.089058524173027, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 158.3262651964942, \"positive_daily\": \"\", \"positive\": 280.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 6.785411365564038, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 169.0698331919706, \"positive_daily\": \"\", \"positive\": 299.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 7.350862312694374, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 178.68249929318634, \"positive_daily\": \"\", \"positive\": 316.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 8.481764206955047, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 190.55696918292338, \"positive_daily\": \"\", \"positive\": 337.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 10.178117048346055, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 195.6460277070964, \"positive_daily\": \"\", \"positive\": 346.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 11.874469889737066, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 213.7404580152672, \"positive_daily\": \"\", \"positive\": 378.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 13.005371783997738, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 227.31128074639523, \"positive_daily\": \"\", \"positive\": 402.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 14.13627367825841, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 237.4893977947413, \"positive_daily\": \"\", \"positive\": 420.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 15.832626519649422, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 243.14390726604466, \"positive_daily\": \"\", \"positive\": 430.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 16.398077466779757, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 251.0602205258694, \"positive_daily\": \"\", \"positive\": 444.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 17.52897936104043, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 255.5838281029121, \"positive_daily\": \"\", \"positive\": 452.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 17.52897936104043, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 262.3692394684761, \"positive_daily\": \"\", \"positive\": 464.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 19.22533220243144, \"deceased_daily\": \"\", \"deceased\": 34.0, \"positive_100k\": 275.9400621996042, \"positive_daily\": \"\", \"positive\": 488.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 20.35623409669211, \"deceased_daily\": \"\", \"deceased\": 36.0, \"positive_100k\": 290.0763358778626, \"positive_daily\": \"\", \"positive\": 513.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 22.052586938083124, \"deceased_daily\": \"\", \"deceased\": 39.0, \"positive_100k\": 292.90359061351427, \"positive_daily\": \"\", \"positive\": 518.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 22.618037885213457, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 310.99802092168505, \"positive_daily\": \"\", \"positive\": 550.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 22.618037885213457, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 322.30703986429177, \"positive_daily\": \"\", \"positive\": 570.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 23.74893977947413, \"deceased_daily\": \"\", \"deceased\": 42.0, \"positive_100k\": 327.3960983884648, \"positive_daily\": \"\", \"positive\": 579.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 26.010743567995476, \"deceased_daily\": \"\", \"deceased\": 46.0, \"positive_100k\": 333.05060785976815, \"positive_daily\": \"\", \"positive\": 589.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 26.576194515125813, \"deceased_daily\": \"\", \"deceased\": 47.0, \"positive_100k\": 336.4433135425502, \"positive_daily\": \"\", \"positive\": 595.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 27.14164546225615, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 342.6632739609839, \"positive_daily\": \"\", \"positive\": 606.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 27.14164546225615, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 347.7523324851569, \"positive_daily\": \"\", \"positive\": 615.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 27.14164546225615, \"deceased_daily\": \"\", \"deceased\": 48.0, \"positive_100k\": 353.97229290359064, \"positive_daily\": \"\", \"positive\": 626.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 28.27254735651682, \"deceased_daily\": \"\", \"deceased\": 50.0, \"positive_100k\": 359.62680237489394, \"positive_daily\": \"\", \"positive\": 636.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 28.27254735651682, \"deceased_daily\": \"\", \"deceased\": 50.0, \"positive_100k\": 360.75770426915466, \"positive_daily\": \"\", \"positive\": 638.0, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 28.27254735651682, \"deceased_daily\": \"\", \"deceased\": 50.0, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 31.665253039298843, \"deceased_daily\": \"\", \"deceased\": 56.0, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": null, \"positive_daily\": \"\", \"positive\": null, \"region_iso\": \"CH-NE\", \"region_label\": \"Neuch\\u00e2tel\", \"tested_100k\": null, \"tested\": null, \"canton\": \"NE\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.0, \"positive_daily\": \"\", \"positive\": 0.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 15.87080674973203, \"positive_daily\": \"\", \"positive\": 65.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 22.463295707313026, \"positive_daily\": \"\", \"positive\": 92.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 0.24416625768818503, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 26.61412208801217, \"positive_daily\": \"\", \"positive\": 109.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.24416625768818503, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 31.98577975715224, \"positive_daily\": \"\", \"positive\": 131.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.24416625768818503, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 38.08993619935686, \"positive_daily\": \"\", \"positive\": 156.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.48833251537637007, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 50.05408282607794, \"positive_daily\": \"\", \"positive\": 205.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.48833251537637007, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 55.669906752906186, \"positive_daily\": \"\", \"positive\": 228.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.7324987730645551, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 61.77406319511082, \"positive_daily\": \"\", \"positive\": 253.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.7324987730645551, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 70.0757159565091, \"positive_daily\": \"\", \"positive\": 287.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 0.9766650307527401, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 77.40070368715466, \"positive_daily\": \"\", \"positive\": 317.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.2208312884409254, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 82.77236135629472, \"positive_daily\": \"\", \"positive\": 339.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.4649975461291103, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 85.70235644855295, \"positive_daily\": \"\", \"positive\": 351.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 91.56234663306938, \"positive_daily\": \"\", \"positive\": 375.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 97.9106693329622, \"positive_daily\": \"\", \"positive\": 401.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 103.03816074441409, \"positive_daily\": \"\", \"positive\": 422.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 109.63064970199508, \"positive_daily\": \"\", \"positive\": 449.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 1.7091638038172954, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 114.51397485575878, \"positive_daily\": \"\", \"positive\": 469.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 116.71147117495245, \"positive_daily\": \"\", \"positive\": 478.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 121.35063007102796, \"positive_daily\": \"\", \"positive\": 497.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 124.28062516328619, \"positive_daily\": \"\", \"positive\": 509.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 128.67561780167352, \"positive_daily\": \"\", \"positive\": 527.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 132.3381116669963, \"positive_daily\": \"\", \"positive\": 542.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.1974963191936654, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 136.73310430538362, \"positive_daily\": \"\", \"positive\": 560.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.4416625768818507, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 138.6864343668891, \"positive_daily\": \"\", \"positive\": 568.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.4416625768818507, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 140.63976442839459, \"positive_daily\": \"\", \"positive\": 576.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.4416625768818507, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 141.61642945914733, \"positive_daily\": \"\", \"positive\": 580.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.685828834570035, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 143.81392577834097, \"positive_daily\": \"\", \"positive\": 589.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 2.9299950922582205, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 145.5230895821583, \"positive_daily\": \"\", \"positive\": 596.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 3.1741613499464054, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 146.25558835522284, \"positive_daily\": \"\", \"positive\": 599.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.4183276076345908, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 148.20891841672832, \"positive_daily\": \"\", \"positive\": 607.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.6624938653227757, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 152.11557853973926, \"positive_daily\": \"\", \"positive\": 623.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.6624938653227757, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 152.84807731280384, \"positive_daily\": \"\", \"positive\": 626.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 3.6624938653227757, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 154.55724111662113, \"positive_daily\": \"\", \"positive\": 633.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 3.6624938653227757, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 156.998903693503, \"positive_daily\": \"\", \"positive\": 643.0, \"region_iso\": \"CH-LU\", \"region_label\": \"Lucerne\", \"tested_100k\": null, \"tested\": null, \"canton\": \"LU\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-29T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.5134366367846545, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": 120.65760964439379, \"tested\": 235.0, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.5403099103539633, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.5403099103539633, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.107493094277236, \"positive_daily\": \"\", \"positive\": 8.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 7.701549551769816, \"positive_daily\": \"\", \"positive\": 15.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-07T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 10.782169372477743, \"positive_daily\": \"\", \"positive\": 21.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-08T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 12.322479282831706, \"positive_daily\": \"\", \"positive\": 24.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 14.376225829970323, \"positive_daily\": \"\", \"positive\": 28.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 16.943409013893596, \"positive_daily\": \"\", \"positive\": 33.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 25.158395202448066, \"positive_daily\": \"\", \"positive\": 49.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": 0.5134366367846545, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 37.48087448527977, \"positive_daily\": \"\", \"positive\": 73.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": 0.5134366367846545, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 47.2361705841882, \"positive_daily\": \"\", \"positive\": 92.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": 0.5134366367846545, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 51.34366367846545, \"positive_daily\": \"\", \"positive\": 100.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 73.93487569699023, \"positive_daily\": \"\", \"positive\": 144.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 84.71704506946797, \"positive_daily\": \"\", \"positive\": 165.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 93.4454678948071, \"positive_daily\": \"\", \"positive\": 182.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 113.98293336619327, \"positive_daily\": \"\", \"positive\": 222.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 2.053746547138618, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 139.654765205426, \"positive_daily\": \"\", \"positive\": 272.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-21T00:00:00\", \"deceased_100k\": 2.567183183923272, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 153.51755439861168, \"positive_daily\": \"\", \"positive\": 299.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 2.567183183923272, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 183.81031596890628, \"positive_daily\": \"\", \"positive\": 358.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 2.567183183923272, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 193.05217543103007, \"positive_daily\": \"\", \"positive\": 376.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 2.567183183923272, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 212.56276762884693, \"positive_daily\": \"\", \"positive\": 414.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 4.107493094277236, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 239.26147274164893, \"positive_daily\": \"\", \"positive\": 466.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 6.161239641415853, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 259.2855015762505, \"positive_daily\": \"\", \"positive\": 505.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 6.674676278200507, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 274.17516404300545, \"positive_daily\": \"\", \"positive\": 534.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 6.674676278200507, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 294.19919287760695, \"positive_daily\": \"\", \"positive\": 573.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 7.701549551769816, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 312.6829118018545, \"positive_daily\": \"\", \"positive\": 609.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 7.701549551769816, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 318.8441514432704, \"positive_daily\": \"\", \"positive\": 621.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 8.214986188554471, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 337.3278703675179, \"positive_daily\": \"\", \"positive\": 657.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 9.241859462123779, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 354.7847160181962, \"positive_daily\": \"\", \"positive\": 691.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 9.755296098908433, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 368.6475052113819, \"positive_daily\": \"\", \"positive\": 718.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 10.782169372477743, \"deceased_daily\": \"\", \"deceased\": 21.0, \"positive_100k\": 389.18497068276804, \"positive_daily\": \"\", \"positive\": 758.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 12.322479282831706, \"deceased_daily\": \"\", \"deceased\": 24.0, \"positive_100k\": 395.8596469609685, \"positive_daily\": \"\", \"positive\": 771.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 13.349352556401014, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 407.6686896070156, \"positive_daily\": \"\", \"positive\": 794.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 13.349352556401014, \"deceased_daily\": \"\", \"deceased\": 26.0, \"positive_100k\": 412.2896193380775, \"positive_daily\": \"\", \"positive\": 803.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 14.376225829970323, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 417.423985705924, \"positive_daily\": \"\", \"positive\": 813.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 15.916535740324287, \"deceased_daily\": \"\", \"deceased\": 31.0, \"positive_100k\": 428.20615507840176, \"positive_daily\": \"\", \"positive\": 834.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 16.943409013893596, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 434.3673947198176, \"positive_daily\": \"\", \"positive\": 846.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 16.943409013893596, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 441.0420709980181, \"positive_daily\": \"\", \"positive\": 859.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 16.943409013893596, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 444.63612745551075, \"positive_daily\": \"\", \"positive\": 866.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 16.943409013893596, \"deceased_daily\": \"\", \"deceased\": 33.0, \"positive_100k\": 452.8511136440652, \"positive_daily\": \"\", \"positive\": 882.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 17.45684565067825, \"deceased_daily\": \"\", \"deceased\": 34.0, \"positive_100k\": 458.4989166486964, \"positive_daily\": \"\", \"positive\": 893.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 17.45684565067825, \"deceased_daily\": \"\", \"deceased\": 34.0, \"positive_100k\": 461.5795364694043, \"positive_daily\": \"\", \"positive\": 899.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 18.483718924247558, \"deceased_daily\": \"\", \"deceased\": 36.0, \"positive_100k\": 466.7139028372508, \"positive_daily\": \"\", \"positive\": 909.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 18.997155561032216, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 470.8213959315281, \"positive_daily\": \"\", \"positive\": 917.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 18.997155561032216, \"deceased_daily\": \"\", \"deceased\": 37.0, \"positive_100k\": 473.90201575223597, \"positive_daily\": \"\", \"positive\": 923.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 20.537465471386177, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 476.98263557294393, \"positive_daily\": \"\", \"positive\": 929.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 20.537465471386177, \"deceased_daily\": \"\", \"deceased\": 40.0, \"positive_100k\": 478.52294548329786, \"positive_daily\": \"\", \"positive\": 932.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 21.564338744955485, \"deceased_daily\": \"\", \"deceased\": 42.0, \"positive_100k\": 479.0363821200826, \"positive_daily\": \"\", \"positive\": 933.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 22.591212018524793, \"deceased_daily\": \"\", \"deceased\": 44.0, \"positive_100k\": 479.0363821200826, \"positive_daily\": \"\", \"positive\": 933.0, \"region_iso\": \"CH-BS\", \"region_label\": \"Basel-stadt\", \"tested_100k\": null, \"tested\": null, \"canton\": \"BS\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-02-28T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.14744760817862393, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.29489521635724786, \"positive_daily\": \"\", \"positive\": 2.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.8846856490717436, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.0321332572503674, \"positive_daily\": \"\", \"positive\": 7.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-05T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.3270284736076154, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.7693712981434873, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-09T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.064266514500735, \"positive_daily\": \"\", \"positive\": 14.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-10T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.506609339036607, \"positive_daily\": \"\", \"positive\": 17.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-11T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.654056947215231, \"positive_daily\": \"\", \"positive\": 18.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-12T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.9810854208228466, \"positive_daily\": \"\", \"positive\": 27.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 4.718323461715966, \"positive_daily\": \"\", \"positive\": 32.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-16T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 7.667275625288444, \"positive_daily\": \"\", \"positive\": 52.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-17T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 9.878989747967804, \"positive_daily\": \"\", \"positive\": 67.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-18T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 14.892208426041018, \"positive_daily\": \"\", \"positive\": 101.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-19T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 17.398817765077624, \"positive_daily\": \"\", \"positive\": 118.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-20T00:00:00\", \"deceased_100k\": 0.14744760817862393, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 24.771198174008823, \"positive_daily\": \"\", \"positive\": 168.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-22T00:00:00\", \"deceased_100k\": 0.14744760817862393, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 34.20784509744075, \"positive_daily\": \"\", \"positive\": 232.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": 0.14744760817862393, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 35.534873571048365, \"positive_daily\": \"\", \"positive\": 241.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": 0.29489521635724786, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 39.22106377551396, \"positive_daily\": \"\", \"positive\": 266.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": 0.29489521635724786, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 47.03578700898103, \"positive_daily\": \"\", \"positive\": 319.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.29489521635724786, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 51.45921525433975, \"positive_daily\": \"\", \"positive\": 349.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.4423428245358718, \"deceased_daily\": \"\", \"deceased\": 3.0, \"positive_100k\": 53.670929377019114, \"positive_daily\": \"\", \"positive\": 364.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.1795808654289914, \"deceased_daily\": \"\", \"deceased\": 8.0, \"positive_100k\": 70.9222995339181, \"positive_daily\": \"\", \"positive\": 481.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 1.6219236899648632, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 73.57635648113335, \"positive_daily\": \"\", \"positive\": 499.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 1.6219236899648632, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 80.94873689006454, \"positive_daily\": \"\", \"positive\": 549.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 1.7693712981434873, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 87.28898404174537, \"positive_daily\": \"\", \"positive\": 592.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 1.7693712981434873, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 92.30220271981858, \"positive_daily\": \"\", \"positive\": 626.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 1.916818906322111, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 107.1944111458596, \"positive_daily\": \"\", \"positive\": 727.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 2.359161730857983, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 112.06018221575418, \"positive_daily\": \"\", \"positive\": 760.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 2.359161730857983, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 116.18871524475567, \"positive_daily\": \"\", \"positive\": 788.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 2.506609339036607, \"deceased_daily\": \"\", \"deceased\": 17.0, \"positive_100k\": 121.20193392282886, \"positive_daily\": \"\", \"positive\": 822.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 2.654056947215231, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 125.33046695183035, \"positive_daily\": \"\", \"positive\": 850.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 2.654056947215231, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 129.4589999808318, \"positive_daily\": \"\", \"positive\": 878.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 2.654056947215231, \"deceased_daily\": \"\", \"deceased\": 18.0, \"positive_100k\": 132.55539975258293, \"positive_daily\": \"\", \"positive\": 899.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 2.8015045553938545, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 133.5875330098333, \"positive_daily\": \"\", \"positive\": 906.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 2.8015045553938545, \"deceased_daily\": \"\", \"deceased\": 19.0, \"positive_100k\": 134.47221865890504, \"positive_daily\": \"\", \"positive\": 912.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 3.2438473799297265, \"deceased_daily\": \"\", \"deceased\": 22.0, \"positive_100k\": 136.9788279979416, \"positive_daily\": \"\", \"positive\": 929.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 3.39129498810835, \"deceased_daily\": \"\", \"deceased\": 23.0, \"positive_100k\": 139.04309451244237, \"positive_daily\": \"\", \"positive\": 943.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 3.5387425962869745, \"deceased_daily\": \"\", \"deceased\": 24.0, \"positive_100k\": 141.549703851479, \"positive_daily\": \"\", \"positive\": 960.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 3.686190204465598, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 145.53078927230183, \"positive_daily\": \"\", \"positive\": 987.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 3.686190204465598, \"deceased_daily\": \"\", \"deceased\": 25.0, \"positive_100k\": 147.8899510031598, \"positive_daily\": \"\", \"positive\": 1003.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 4.12853302900147, \"deceased_daily\": \"\", \"deceased\": 28.0, \"positive_100k\": 149.21697947676742, \"positive_daily\": \"\", \"positive\": 1012.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 4.275980637180094, \"deceased_daily\": \"\", \"deceased\": 29.0, \"positive_100k\": 149.95421751766054, \"positive_daily\": \"\", \"positive\": 1017.0, \"region_iso\": \"CH-AG\", \"region_label\": \"Aargau\", \"tested_100k\": null, \"tested\": null, \"canton\": \"AG\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 0.6282788301448183, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 0.6282788301448183, \"tested\": 1.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-04T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 1.8848364904344548, \"positive_daily\": \"\", \"positive\": 3.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 1.8848364904344548, \"tested\": 3.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-06T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 3.7696729808689096, \"positive_daily\": \"\", \"positive\": 6.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 3.7696729808689096, \"tested\": 6.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 5.654509471303364, \"positive_daily\": \"\", \"positive\": 9.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 6.282788301448183, \"tested\": 10.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-14T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 7.539345961737819, \"positive_daily\": \"\", \"positive\": 12.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": 6.282788301448183, \"tested\": 10.0, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-15T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 8.167624791882638, \"positive_daily\": \"\", \"positive\": 13.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 62.19960418433701, \"positive_daily\": \"\", \"positive\": 99.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": 0.6282788301448183, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 62.19960418433701, \"positive_daily\": \"\", \"positive\": 99.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": 0.6282788301448183, \"deceased_daily\": \"\", \"deceased\": 1.0, \"positive_100k\": 74.76518078723338, \"positive_daily\": \"\", \"positive\": 119.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-28T00:00:00\", \"deceased_100k\": 1.2565576602896367, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 76.65001727766783, \"positive_daily\": \"\", \"positive\": 122.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-29T00:00:00\", \"deceased_100k\": 1.2565576602896367, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 80.41969025853675, \"positive_daily\": \"\", \"positive\": 128.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": 1.2565576602896367, \"deceased_daily\": \"\", \"deceased\": 2.0, \"positive_100k\": 84.81764206955046, \"positive_daily\": \"\", \"positive\": 135.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": 2.5131153205792733, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 88.58731505041938, \"positive_daily\": \"\", \"positive\": 141.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": 2.5131153205792733, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 91.72870920114346, \"positive_daily\": \"\", \"positive\": 146.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": 2.5131153205792733, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 97.38321867244683, \"positive_daily\": \"\", \"positive\": 155.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": 2.5131153205792733, \"deceased_daily\": \"\", \"deceased\": 4.0, \"positive_100k\": 103.0377281437502, \"positive_daily\": \"\", \"positive\": 164.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-04T00:00:00\", \"deceased_100k\": 3.1413941507240914, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 105.55084346432946, \"positive_daily\": \"\", \"positive\": 168.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-05T00:00:00\", \"deceased_100k\": 3.1413941507240914, \"deceased_daily\": \"\", \"deceased\": 5.0, \"positive_100k\": 106.8074011246191, \"positive_daily\": \"\", \"positive\": 170.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 3.7696729808689096, \"deceased_daily\": \"\", \"deceased\": 6.0, \"positive_100k\": 111.83363176577765, \"positive_daily\": \"\", \"positive\": 178.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-07T00:00:00\", \"deceased_100k\": 4.397951811013728, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 116.23158357679138, \"positive_daily\": \"\", \"positive\": 185.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-08T00:00:00\", \"deceased_100k\": 4.397951811013728, \"deceased_daily\": \"\", \"deceased\": 7.0, \"positive_100k\": 123.14265070838438, \"positive_daily\": \"\", \"positive\": 196.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-09T00:00:00\", \"deceased_100k\": 5.654509471303364, \"deceased_daily\": \"\", \"deceased\": 9.0, \"positive_100k\": 133.8233908208463, \"positive_daily\": \"\", \"positive\": 213.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-10T00:00:00\", \"deceased_100k\": 6.282788301448183, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 135.07994848113592, \"positive_daily\": \"\", \"positive\": 215.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-11T00:00:00\", \"deceased_100k\": 6.282788301448183, \"deceased_daily\": \"\", \"deceased\": 10.0, \"positive_100k\": 156.44142870605975, \"positive_daily\": \"\", \"positive\": 249.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-12T00:00:00\", \"deceased_100k\": 6.911067131593001, \"deceased_daily\": \"\", \"deceased\": 11.0, \"positive_100k\": 157.6979863663494, \"positive_daily\": \"\", \"positive\": 251.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-13T00:00:00\", \"deceased_100k\": 7.539345961737819, \"deceased_daily\": \"\", \"deceased\": 12.0, \"positive_100k\": 157.6979863663494, \"positive_daily\": \"\", \"positive\": 251.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-14T00:00:00\", \"deceased_100k\": 8.167624791882638, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 162.0959381773631, \"positive_daily\": \"\", \"positive\": 258.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-15T00:00:00\", \"deceased_100k\": 8.167624791882638, \"deceased_daily\": \"\", \"deceased\": 13.0, \"positive_100k\": 163.98077466779756, \"positive_daily\": \"\", \"positive\": 261.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-16T00:00:00\", \"deceased_100k\": 8.795903622027456, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 166.49388998837682, \"positive_daily\": \"\", \"positive\": 265.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-17T00:00:00\", \"deceased_100k\": 8.795903622027456, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 167.12216881852166, \"positive_daily\": \"\", \"positive\": 266.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-18T00:00:00\", \"deceased_100k\": 8.795903622027456, \"deceased_daily\": \"\", \"deceased\": 14.0, \"positive_100k\": 167.12216881852166, \"positive_daily\": \"\", \"positive\": 266.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-19T00:00:00\", \"deceased_100k\": 9.424182452172275, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 168.3787264788113, \"positive_daily\": \"\", \"positive\": 268.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-20T00:00:00\", \"deceased_100k\": 9.424182452172275, \"deceased_daily\": \"\", \"deceased\": 15.0, \"positive_100k\": 170.8918417993906, \"positive_daily\": \"\", \"positive\": 272.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-21T00:00:00\", \"deceased_100k\": 10.052461282317093, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 173.40495711996985, \"positive_daily\": \"\", \"positive\": 276.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-22T00:00:00\", \"deceased_100k\": 10.052461282317093, \"deceased_daily\": \"\", \"deceased\": 16.0, \"positive_100k\": 177.17463010083875, \"positive_daily\": \"\", \"positive\": 282.0, \"region_iso\": \"CH-SZ\", \"region_label\": \"Schwyz\", \"tested_100k\": null, \"tested\": null, \"canton\": \"SZ\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-13T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 2.6426362939668615, \"positive_daily\": \"\", \"positive\": 1.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": 15.85581776380117, \"tested\": 6.0, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-23T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 66.06590734917152, \"positive_daily\": \"\", \"positive\": 25.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-24T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 66.06590734917152, \"positive_daily\": \"\", \"positive\": 25.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-25T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 71.35117993710526, \"positive_daily\": \"\", \"positive\": 27.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-26T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 79.27908881900584, \"positive_daily\": \"\", \"positive\": 30.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-27T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 97.77754287677386, \"positive_daily\": \"\", \"positive\": 37.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-30T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 121.56126952247563, \"positive_daily\": \"\", \"positive\": 46.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-03-31T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 121.56126952247563, \"positive_daily\": \"\", \"positive\": 46.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-01T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 126.84654211040936, \"positive_daily\": \"\", \"positive\": 48.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-02T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 134.77445099230994, \"positive_daily\": \"\", \"positive\": 51.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-03T00:00:00\", \"deceased_100k\": null, \"deceased_daily\": \"\", \"deceased\": null, \"positive_100k\": 147.98763246214423, \"positive_daily\": \"\", \"positive\": 56.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\": \"CHE\", \"date\": \"2020-04-06T00:00:00\", \"deceased_100k\": 0.0, \"deceased_daily\": \"\", \"deceased\": 0.0, \"positive_100k\": 158.55817763801167, \"positive_daily\": \"\", \"positive\": 60.0, \"region_iso\": \"CH-OW\", \"region_label\": \"Obwalden\", \"tested_100k\": null, \"tested\": null, \"canton\": \"OW\"}, {\"admin2_label\": \"\", \"admin2\": \"\", \"country_label\": \"Switzerland\", \"country\":